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 @ 81:b3f9b645703d

added ebuild for newest media browser release
author gsnerf <gsnerf@gsnerf.de>
date Fri, 23 Jan 2015 00:56:22 +0100
parents 2d2f9db318d2
children 25fe8565dcf0
comparison
equal deleted inserted replaced
78:2d2f9db318d2 81:b3f9b645703d
27 STARTUP_LOG="/var/log/mediabrowser_start.log" 27 STARTUP_LOG="/var/log/mediabrowser_start.log"
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_2.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
39 einfo "now actually compile" 39 einfo "now actually compile"