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 @ 94:c822d78a4b9e
updated dev ebuilds to reflect recent changes in imagemagick refrencing
author | gsnerf <gsnerf@gsnerf.de> |
---|---|
date | Sun, 12 Apr 2015 14:37:29 +0200 |
parents | e0f97106108d |
children | 568302471ac1 |
comparison
equal
deleted
inserted
replaced
93:6f4e846cfeb8 | 94:c822d78a4b9e |
---|---|
25 | 25 |
26 INSTALL_DIR="/opt/emby-server" | 26 INSTALL_DIR="/opt/emby-server" |
27 DATA_DIR="/usr/lib/emby-server" | 27 DATA_DIR="/usr/lib/emby-server" |
28 STARTUP_LOG="/var/log/emby-server_start.log" | 28 STARTUP_LOG="/var/log/emby-server_start.log" |
29 INIT_SCRIPT="${ROOT}/etc/init.d/emby-server" | 29 INIT_SCRIPT="${ROOT}/etc/init.d/emby-server" |
30 | |
31 src_prepare() { | |
32 MAGICKWAND=$(ldconfig -p | grep MagickWand.*.so$ | cut -d" " -f4) | |
33 MAGICKWAND=${MAGICKWAND##*/} | |
34 einfo "adapting to imagemagick library to: ${MAGICKWAND}" | |
35 sed -i -e "s/\"libMagickWand-6.Q8.so\"/\"${MAGICKWAND}\"/" MediaBrowser.Server.Mono/ImageMagickSharp.dll.config || die "could not update libMagickWand reference!" | |
36 } | |
30 | 37 |
31 src_compile() { | 38 src_compile() { |
32 einfo "updating root certificates for mono certificate store" | 39 einfo "updating root certificates for mono certificate store" |
33 mozroots --import --sync | 40 mozroots --import --sync |
34 einfo "now actually compile" | 41 einfo "now actually compile" |