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.
diff 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 |
line wrap: on
line diff
--- a/media-tv/emby-server/emby-server-9999.ebuild Tue Jul 07 22:28:30 2015 +0200 +++ b/media-tv/emby-server/emby-server-9999.ebuild Sat Jul 25 16:59:22 2015 +0200 @@ -9,7 +9,7 @@ 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." HOMEPAGE="http://emby.media/" KEYWORDS="-* ~9999" -EGIT_REPO_URI="https://github.com/MediaBrowser/MediaBrowser/" +EGIT_REPO_URI="https://github.com/MediaBrowser/Emby/" EGIT_BRANCH="dev" SLOT="0" LICENSE="GPL-2" @@ -31,7 +31,7 @@ src_prepare() { MAGICKWAND=$(ldconfig -p | grep MagickWand.*.so$ | cut -d" " -f4) MAGICKWAND=${MAGICKWAND##*/} - einfo "adapting to imagemagick library to: ${MAGICKWAND}" + einfo "adapting to imagemagick library: ${MAGICKWAND}" sed -i -e "s/\"libMagickWand-6.Q8.so\"/\"${MAGICKWAND}\"/" MediaBrowser.Server.Mono/ImageMagickSharp.dll.config || die "could not update libMagickWand reference!" }