Code Monkey home page Code Monkey logo

forked-daapd-overlay's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

forked-daapd-overlay's Issues

Getting it to compile nowadays

I managed to get it to compile today using brandondahler's latest ebuild (didn't try it with the original :p) using the following things:

$ echo "=dev-db/sqlite-3.7.14.1:3 unlock-notify" >> /etc/portage/package.use

$ emerge -av clang glibc pkgconfig gperf dev-libs/antlr-c dev-db/sqlite media-video/libav dev-libs/confuse dev-libs/tre dev-libs/mini-xml dev-libs/libgcrypt sys-libs/zlib dev-libs/libunistring media-libs/flac app-pda/libplist dev-java/antlr

we need to custom install libevent1.4
$ wget https://github.com/downloads/libevent/libevent/libevent-1.4.14b-stable.tar.gz
$ tar -xzvf libevent-1.4.14b-stable.tar.gz
$ cd libevent-1.4.14b-stable
$ ./configure
$ make
$ make install

create custom ebuild for avl
$ mkdir -p /usr/local/portage/dev-libs/avl
$ echo "PORTDIR_OVERLAY=/usr/local/portage" >> /etc/portage/make.conf
$ cd /usr/local/portage/dev-libs/avl
# either wget or check here: http://gpo.zugaina.org/dev-libs/avl
$ wget http://gpo.zugaina.org/AJAX/Ebuild/2212703
$ mv 2212703 avl-0.3.5.ebuild
$ ebuild avl-0.3.5.ebuild digest
$ echo "=dev-libs/avl-0.3.5 ~amd64" >> /etc/portage/package.accept_keywords
$ emerge -av dev-libs/avl

antlr doesn't work with oracle's ire, use icedtea!

However before you emerge you got to remove the libevent dependency from the ebuild. Gentoo's libevent is version 2 and we need the 1.4. Once that is all said and done...

USE="itunes" ACCEPT_KEYWORDS="~amd64" emerge -av forked-daapd

Hope this helps someone!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.