megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
comparison media-tv/emby-server/emby-server-9999.ebuild @ 103:568302471ac1
added new emby ebuild & updated dev ebuild with new repository path
author | gsnerf <gsnerf@gsnerf.de> |
---|---|
date | Sat, 25 Jul 2015 16:59:22 +0200 |
parents | c822d78a4b9e |
children |
comparison
equal
deleted
inserted
replaced
102:1e80902ce438 | 103:568302471ac1 |
---|---|
7 inherit eutils user git-r3 | 7 inherit eutils user git-r3 |
8 | 8 |
9 DESCRIPTION="Emby Server (formerly known as MediaBrowser Server) is a software that indexes a lot of different kinds of media and allows for them to be retrieved and played through the DLNA protocol on any device capable of processing them." | 9 DESCRIPTION="Emby Server (formerly known as MediaBrowser Server) is a software that indexes a lot of different kinds of media and allows for them to be retrieved and played through the DLNA protocol on any device capable of processing them." |
10 HOMEPAGE="http://emby.media/" | 10 HOMEPAGE="http://emby.media/" |
11 KEYWORDS="-* ~9999" | 11 KEYWORDS="-* ~9999" |
12 EGIT_REPO_URI="https://github.com/MediaBrowser/MediaBrowser/" | 12 EGIT_REPO_URI="https://github.com/MediaBrowser/Emby/" |
13 EGIT_BRANCH="dev" | 13 EGIT_BRANCH="dev" |
14 SLOT="0" | 14 SLOT="0" |
15 LICENSE="GPL-2" | 15 LICENSE="GPL-2" |
16 IUSE="" | 16 IUSE="" |
17 RESTRICT="mirror test" | 17 RESTRICT="mirror test" |
29 INIT_SCRIPT="${ROOT}/etc/init.d/emby-server" | 29 INIT_SCRIPT="${ROOT}/etc/init.d/emby-server" |
30 | 30 |
31 src_prepare() { | 31 src_prepare() { |
32 MAGICKWAND=$(ldconfig -p | grep MagickWand.*.so$ | cut -d" " -f4) | 32 MAGICKWAND=$(ldconfig -p | grep MagickWand.*.so$ | cut -d" " -f4) |
33 MAGICKWAND=${MAGICKWAND##*/} | 33 MAGICKWAND=${MAGICKWAND##*/} |
34 einfo "adapting to imagemagick library to: ${MAGICKWAND}" | 34 einfo "adapting to imagemagick library: ${MAGICKWAND}" |
35 sed -i -e "s/\"libMagickWand-6.Q8.so\"/\"${MAGICKWAND}\"/" MediaBrowser.Server.Mono/ImageMagickSharp.dll.config || die "could not update libMagickWand reference!" | 35 sed -i -e "s/\"libMagickWand-6.Q8.so\"/\"${MAGICKWAND}\"/" MediaBrowser.Server.Mono/ImageMagickSharp.dll.config || die "could not update libMagickWand reference!" |
36 } | 36 } |
37 | 37 |
38 src_compile() { | 38 src_compile() { |
39 einfo "updating root certificates for mono certificate store" | 39 einfo "updating root certificates for mono certificate store" |