blob: d04eee11fe7e4984dfb9128660fbb21872fa3106 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-misc/xxv/xxv-1.6.1.ebuild,v 1.1 2010/11/27 15:54:09 hd_brummy Exp $
EAPI="2"
inherit eutils versionator
DESCRIPTION="WWW Admin for the VDR (Video Disk Recorder)"
HOMEPAGE="http://xxv.berlios.de/content/view/47/42/"
SRC_URI="mirror://berlios/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="-mplayer themes"
RDEPEND=">=media-video/vdr-1.2.6
media-video/vdr2jpeg
media-fonts/ttf-bitstream-vera
dev-db/mysql
virtual/perl-CGI
virtual/perl-Digest-MD5
virtual/perl-Getopt-Long
virtual/perl-MIME-Base64
virtual/perl-Time-HiRes
perl-core/IO-Compress
dev-perl/Config-Tiny
dev-perl/DateManip
dev-perl/DBD-mysql
dev-perl/DBI
dev-perl/Digest-HMAC
dev-perl/Encode-Detect
dev-perl/Event
dev-perl/Font-TTF
dev-perl/GD[png,gif]
dev-perl/IO-Socket-INET6
dev-perl/JSON
dev-perl/JSON-XS
dev-perl/Linux-Inotify2
dev-perl/Locale-gettext
dev-perl/MP3-Info
dev-perl/Net-Amazon
dev-perl/Net-Telnet
dev-perl/Net-XMPP
dev-perl/Proc-ProcessTable
dev-perl/SOAP-Lite
dev-perl/TextToHTML
dev-perl/Template-Toolkit
dev-perl/XML-RSS
themes? ( >=x11-themes/${PN}-skins-${PV} )"
PDEPEND="mplayer? ( media-video/mplayer )"
SHAREDIR="/usr/share/${PN}"
LIBDIR="/usr/lib/${PN}"
DB_VERS="32"
db_update_check() {
DB_VERS_OLD="`cat /var/db/pkg/www-misc/xxv-*/xxv-*.ebuild | grep DB_VERS | head -n 1 | cut -c10-11`"
if [ "${DB_VERS_OLD}" -lt "${DB_VERS}" ]; then
echo
elog "An update of XXV Database is needed !!!"
echo
elog "\tcd ${SHAREDIR}/contrib"
echo
elog "\tIt is really importend to edit the create-database.sql"
elog "\tfor UTF-8 Support changes in Mysql DB !!!"
echo
elog "\tafter this run ./update-xxv -h for more info"
echo
else
echo
elog "If this is a new install"
elog "You have to create an empty DB for XXV"
echo
elog "do this by:"
elog "cd ${SHAREDIR}/contrib"
eerror "read the README"
elog "For UTF-8 support it is really importend to"
elog "edit create-database.sql and run"
elog "emerge --config ${PN}"
echo
elog "Set your own language in"
elog "${SHAREDIR}/locale"
echo
elog "For First Time Login in Browser use:"
elog "Pass:Login = xxv:xxv"
echo
eerror "edit /etc/xxv/xxvd.cfg !"
fi
}
pkg_setup() {
if ! has_version "www-misc/${PN}"; then
echo
einfo "After you install xxv at first time you should read"
einfo "http://www.vdr-wiki.de/wiki/index.php/Xxv German only available"
echo
fi
db_update_check
}
src_prepare() {
sed -i "${S}"/bin/xxvd \
-e "s:debian:Gentoo:" \
-e "s:/var/log/xxvd.log:/var/log/xxv/xxvd.log:" \
-e "s:/var/run/xxvd.pid:/var/run/xxv/xxvd.pid:" \
-e "s:\$RealBin/../lib:${LIBDIR}:" \
-e "s:\$RealBin/../locale:${SHAREDIR}/locale:" \
-e "s:\$RealBin/../lib/XXV/MODULES:${LIBDIR}/XXV/MODULES:" \
-e "s:\$RealBin/../etc/xxvd.cfg:/etc/xxv/xxvd.cfg:" \
-e "s:\$RealBin/../doc:/usr/share/doc/${P}:" \
-e "s:HTMLDIR => \"\$RealBin/../:HTMLDIR => \"${SHAREDIR}/skins:" \
-e "s:\$RealBin/../share/vtx:${SHAREDIR}/vtx:" \
-e "s:\$RealBin/../lib/XXV/OUTPUT:${LIBDIR}/XXV/OUTPUT:" \
-e "s:\$RealBin/../share/news:${SHAREDIR}/news:" \
-e "s:\$RealBin/../contrib:${SHAREDIR}/contrib:" \
-e "s:\$RealBin/../share/fonts/:/usr/share/fonts/:" \
-e "s:\$RealBin/../share/xmltv:${SHAREDIR}/xmltv:"
sed -i "s:\$RealBin/../lib:${LIBDIR}:" ./locale/xgettext.pl
}
src_install() {
newinitd "${FILESDIR}"/xxv.utf8-v5 xxv
dobin bin/xxvd
insinto /etc/"${PN}"
newins "${FILESDIR}"/xxvd-1.0.cfg xxvd.cfg
chown vdr:vdr "${D}"/etc/"${PN}"/xxvd.cfg
insinto /etc/logrotate.d
newins "${FILESDIR}"/xxvd-logrotate xxvd
diropts -m755 -ovdr -gvdr
keepdir /var/cache/xxv
keepdir /var/run/xxv
keepdir /var/log/xxv
insinto "${LIBDIR}"
doins -r "${S}"/lib/*
insinto "${SHAREDIR}"
doins -r "${S}"/share/{news,xmltv}
insinto "${SHAREDIR}"/locale
doins -r "${S}"/locale/*
fperms 0755 "${SHAREDIR}"/locale/xgettext.pl
insinto "${SHAREDIR}"/contrib
doins -r "${S}"/contrib/*
fperms 0755 "${SHAREDIR}"/contrib/update-xxv
insinto "${SHAREDIR}"/skins
doins -r "${S}"/{html,wml}
doins "${S}"/doc/docu.tmpl
cd "${S}"/doc
insinto /usr/share/doc/"${P}"
doins docu.tmpl CHANGELOG README
fowners vdr:vdr /usr/share/doc/"${P}"
doman xxvd.1
}
pkg_config() {
cd "${ROOT}"/"${SHAREDIR}"
cat ./contrib/create-database.sql | mysql -u root -p
}
pkg_postrm() {
einfo "Cleanup for old "${P}" files"
rm -r /usr/share/doc/"${P}"
}
|