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/mediabrowser-server/mediabrowser-server-9999.ebuild @ 78:2d2f9db318d2

[mediabrowser-server] added new release
author gsnerf <gsnerf@gsnerf.de>
date Fri, 10 Oct 2014 20:21:16 +0200
parents 09aedc049d57
children b3f9b645703d
comparison
equal deleted inserted replaced
77:09aedc049d57 78:2d2f9db318d2
15 IUSE="" 15 IUSE=""
16 RESTRICT="mirror test" 16 RESTRICT="mirror test"
17 17
18 RDEPEND=">=dev-lang/mono-3.2.7 18 RDEPEND=">=dev-lang/mono-3.2.7
19 >=dev-dotnet/libgdiplus-2.10 19 >=dev-dotnet/libgdiplus-2.10
20 media-video/ffmpeg[vpx] 20 >=media-video/ffmpeg-2[vpx]
21 >=media-libs/libmediainfo-0.7 21 >=media-libs/libmediainfo-0.7
22 >=media-libs/libwebp-0.4.1[jpeg]" 22 >=media-libs/libwebp-0.4.1[jpeg]"
23 DEPEND="app-arch/unzip ${RDEPEND}" 23 DEPEND="app-arch/unzip ${RDEPEND}"
24 24
25 INSTALL_DIR="/opt/mediabrowser-server" 25 INSTALL_DIR="/opt/mediabrowser-server"
28 INIT_SCRIPT="${ROOT}/etc/init.d/mediabrowser-server" 28 INIT_SCRIPT="${ROOT}/etc/init.d/mediabrowser-server"
29 29
30 # we don't want to use the third party drivers, so we patch the config files to use system ones instead 30 # we don't want to use the third party drivers, so we patch the config files to use system ones instead
31 # attention: do NOT remove the third party libraries before compiling as the build process might fail! 31 # attention: do NOT remove the third party libraries before compiling as the build process might fail!
32 src_prepare() { 32 src_prepare() {
33 epatch "${FILESDIR}/system_libraries_1.patch" 33 epatch "${FILESDIR}/system_libraries_2.patch"
34 } 34 }
35 35
36 src_compile() { 36 src_compile() {
37 einfo "updating root certificates for mono certificate store" 37 einfo "updating root certificates for mono certificate store"
38 mozroots --import --sync 38 mozroots --import --sync