We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

annotate media-tv/mediabrowser-server/mediabrowser-server-3.0.5390.ebuild @ 75:08dd3a677dc7

added ebuild for stable release along with patch to make sure the system libraries are installed
author gsnerf <gsnerf@gsnerf.de>
date Sun, 05 Oct 2014 20:41:58 +0200
parents
children c6f5f3270fdc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
75
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
1 # Copyright 1999-2014 Gentoo Foundation
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
2 # Distributed under the terms of the GNU General Public License v2
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
3 # $Header: $
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
4
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
5 EAPI="5"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
6
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
7 inherit eutils user
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
8
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
9 DESCRIPTION="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."
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
10 HOMEPAGE="http://mediabrowser.tv/"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
11 KEYWORDS="-* ~amd64 ~x86 ~x86_64"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
12 #EGIT_REPO_URI="https://github.com/MediaBrowser/MediaBrowser/"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
13 #EGIT_REPO_URI="https://github.com/gsnerf/MediaBrowser/"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
14 REVISION="c70ca517a1f450d28439cd45b9389bbb926a4adb"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
15 SRC_URI="https://github.com/MediaBrowser/MediaBrowser/archive/${REVISION}.zip"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
16 SLOT="0"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
17 LICENSE="GPL-2"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
18 IUSE=""
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
19 RESTRICT="mirror test"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
20
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
21 RDEPEND=">=dev-lang/mono-3.2.7
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
22 >=dev-dotnet/libgdiplus-2.10
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
23 media-video/ffmpeg[vpx]
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
24 >=media-libs/libmediainfo-0.7
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
25 >=media-libs/libwebp-0.4.1"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
26 DEPEND="app-arch/unzip ${RDEPEND}"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
27
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
28 INSTALL_DIR="/opt/mediabrowser-server"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
29 DATA_DIR="/usr/lib/mediabrowser-server"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
30 STARTUP_LOG="/var/log/mediabrowser_start.log"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
31 INIT_SCRIPT="${ROOT}/etc/init.d/mediabrowser-server"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
32
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
33 # gentoo expects a specific subfolder in the working directory for the extracted source, so simply extracting won't work here
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
34 src_unpack() {
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
35 unpack ${A}
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
36 mv MediaBrowser-${REVISION} mediabrowser-server-${PV}
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
37 }
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
38
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
39 # we don't want to use the third party drivers, so we patch the config files to use system ones instead
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
40 # attention: do NOT remove the third party libraries before compiling as the build process might fail!
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
41 src_prepare() {
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
42 epatch "${FILESDIR}/system_libraries_1.patch"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
43 }
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
44
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
45 src_compile() {
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
46 einfo "updating root certificates for mono certificate store"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
47 mozroots --import --sync
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
48 einfo "now actually compile"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
49 xbuild /p:Configuration="Release Mono" /p:Platform="Any CPU" MediaBrowser.Mono.sln || die "building failed"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
50 }
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
51
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
52 src_install() {
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
53 einfo "preparing startup scripts"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
54 newinitd "${FILESDIR}"/initd_1 ${PN}
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
55 dodir /var/log/
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
56 touch ${D}${STARTUP_LOG}
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
57 chown mediabrowser:mediabrowser ${D}${STARTUP_LOG}
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
58
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
59 einfo "installing compiled files"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
60 diropts -omediabrowser -gmediabrowser
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
61 dodir ${INSTALL_DIR}
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
62 cp -R ${S}/MediaBrowser.Server.Mono/bin/Release\ Mono/* ${D}${INSTALL_DIR}/ || die "install failed, possibly compile did not succeed earlier?"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
63 chown mediabrowser:mediabrowser -R ${D}${INSTALL_DIR}
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
64
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
65 # as we use the system libraries, we delete the local ones now as we couldn't do it before
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
66 rm -R ${D}${INSTALL_DIR}/libwebp
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
67 rm -R ${D}${INSTALL_DIR}/MediaInfo
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
68
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
69 einfo "prepare data directory"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
70 dodir ${DATA_DIR}
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
71 }
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
72
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
73 pkg_setup() {
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
74 einfo "creating user for MediaBrowser"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
75 enewgroup mediabrowser
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
76 enewuser mediabrowser -1 /bin/bash ${INSTALL_DIR} "mediabrowser" --system
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
77 }
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
78
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
79 #pkg_preinst() {
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
80 #cd ${D}
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
81 #einfo "preparing compiled package for install"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
82 #mkdir -p opt/mediabrowser-server
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
83 #cp -R ${WORKDIR}/${P}/MediaBrowser.Server.Mono/bin/Release\ Mono/* opt/mediabrowser-server/ || die
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
84 #cp ${FILESDIR}/start.sh opt/mediabrowser-server/start.sh
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
85 #chown mediabrowser:mediabrowser -R opt/mediabrowser-server
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
86 #chmod 755 opt/mediabrowser-server/start.sh
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
87
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
88 #einfo "adding init script"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
89 #mkdir -p etc/init.d
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
90 #cp "${FILESDIR}"/initd_1 etc/init.d/mediabrowser-server
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
91 #chmod 755 etc/init.d/mediabrowser-server
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
92 #mkdir -p var/log
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
93 #touch var/log/mediabrowser_start.log
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
94 #chown mediabrowser:mediabrowser var/log/mediabrowser_start.log
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
95
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
96 #einfo "preparing data directory"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
97 #mkdir -p usr/lib/mediabrowser-server
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
98 #chown mediabrowser:mediabrowser usr/lib/mediabrowser-server
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
99
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
100 #einfo "Stopping running instances of MediaBrowser Server for actual install"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
101 #if [ -e "${INIT_SCRIPT}" ]; then
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
102 # ${INIT_SCRIPT} stop
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
103 #fi
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
104 #}
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
105
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
106 pkg_prerm() {
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
107 einfo "Stopping running instances of Media Server"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
108 if [ -e "${INIT_SCRIPT}" ]; then
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
109 ${INIT_SCRIPT} stop
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
110 fi
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
111 }
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
112
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
113 pkg_postinst() {
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
114 einfo "MediaBrowser-server was installed to ${INSTALL_DIR}, to start please use the init script provided."
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
115 einfo "All data generated and used by MediaBrowser can be found at ${DATA_DIR} after the first start."
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
116 einfo ""
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
117 einfo "If you just updated from an earlier version make sure to restart the service!"
08dd3a677dc7 added ebuild for stable release along with patch to make sure the system libraries are installed
gsnerf <gsnerf@gsnerf.de>
parents:
diff changeset
118 }