| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.55 2008/04/13 16:26:05 zzam Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.79 2012/01/15 20:54:56 idl0r Exp $ |
| 4 | # |
4 | |
|
|
5 | # @ECLASS: vdr-plugin.eclass |
|
|
6 | # @MAINTAINER: |
|
|
7 | # vdr@gentoo.org |
|
|
8 | # @BLURB: common vdr plugin ebuild functions |
|
|
9 | # @DESCRIPTION: |
|
|
10 | # Eclass for easing maitenance of vdr plugin ebuilds |
|
|
11 | |
| 5 | # Author: |
12 | # Author: |
| 6 | # Matthias Schwarzott <zzam@gentoo.org> |
13 | # Matthias Schwarzott <zzam@gentoo.org> |
| 7 | # Joerg Bornkessel <hd_brummy@gentoo.org> |
14 | # Joerg Bornkessel <hd_brummy@gentoo.org> |
| 8 | |
15 | |
| 9 | # vdr-plugin.eclass |
16 | # Example ebuild (basic version without patching): |
| 10 | # |
17 | # |
| 11 | # eclass to create ebuilds for vdr plugins |
18 | # EAPI="2" |
| 12 | # |
|
|
| 13 | |
|
|
| 14 | # Example ebuild (vdr-femon): |
|
|
| 15 | # |
|
|
| 16 | # inherit vdr-plugin |
19 | # inherit vdr-plugin |
| 17 | # IUSE="" |
20 | # IUSE="" |
| 18 | # SLOT="0" |
21 | # SLOT="0" |
| 19 | # DESCRIPTION="vdr Plugin: DVB Frontend Status Monitor (signal strengt/noise)" |
22 | # DESCRIPTION="vdr Plugin: DVB Frontend Status Monitor (signal strengt/noise)" |
| 20 | # HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/femon/" |
23 | # HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/femon/" |
| 21 | # SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/femon/files/${P}.tgz" |
24 | # SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/femon/files/${P}.tgz" |
| 22 | # LICENSE="GPL-2" |
25 | # LICENSE="GPL-2" |
| 23 | # KEYWORDS="~x86" |
26 | # KEYWORDS="~x86" |
| 24 | # DEPEND=">=media-video/vdr-1.3.27" |
27 | # DEPEND=">=media-video/vdr-1.6.0" |
| 25 | # |
28 | # |
| 26 | # |
29 | # |
|
|
30 | |
|
|
31 | # For patching you should modify src_prepare phase: |
|
|
32 | # |
|
|
33 | # src_prepare() { |
|
|
34 | # epatch "${FILESDIR}"/${P}-xxx.patch |
|
|
35 | # vdr-plugin_src_prepare |
|
|
36 | # } |
| 27 | |
37 | |
| 28 | # Installation of a config file for the plugin |
38 | # Installation of a config file for the plugin |
| 29 | # |
39 | # |
| 30 | # If ${VDR_CONFD_FILE} is set install this file |
40 | # If ${VDR_CONFD_FILE} is set install this file |
| 31 | # else install ${FILESDIR}/confd if it exists. |
41 | # else install ${FILESDIR}/confd if it exists. |
| … | |
… | |
| 57 | # |
67 | # |
| 58 | # all patches which ending on diff or patch in this DIR will automatically applied |
68 | # all patches which ending on diff or patch in this DIR will automatically applied |
| 59 | # |
69 | # |
| 60 | |
70 | |
| 61 | inherit base multilib eutils flag-o-matic |
71 | inherit base multilib eutils flag-o-matic |
|
|
72 | |
|
|
73 | if ! has "${EAPI:-0}" 0 1 2 3 4; then |
|
|
74 | die "API of vdr-plugin.eclass in EAPI=\"${EAPI}\" not established" |
|
|
75 | fi |
| 62 | |
76 | |
| 63 | IUSE="" |
77 | IUSE="" |
| 64 | |
78 | |
| 65 | # Name of the plugin stripped from all vdrplugin-, vdr- and -cvs pre- and postfixes |
79 | # Name of the plugin stripped from all vdrplugin-, vdr- and -cvs pre- and postfixes |
| 66 | VDRPLUGIN="${PN/#vdrplugin-/}" |
80 | VDRPLUGIN="${PN/#vdrplugin-/}" |
| … | |
… | |
| 71 | |
85 | |
| 72 | # works in most cases |
86 | # works in most cases |
| 73 | S="${WORKDIR}/${VDRPLUGIN}-${PV}" |
87 | S="${WORKDIR}/${VDRPLUGIN}-${PV}" |
| 74 | |
88 | |
| 75 | # depend on headers for DVB-driver |
89 | # depend on headers for DVB-driver |
| 76 | DEPEND=">=media-tv/gentoo-vdr-scripts-0.3.8 |
90 | COMMON_DEPEND=">=media-tv/gentoo-vdr-scripts-0.4.2" |
| 77 | || ( >=media-tv/gentoo-vdr-scripts-0.4.2 >=media-tv/vdrplugin-rebuild-0.2 ) |
91 | |
| 78 | >=app-admin/eselect-vdr-0.0.2 |
92 | DEPEND="${COMMON_DEPEND} |
| 79 | media-tv/linuxtv-dvb-headers" |
93 | media-tv/linuxtv-dvb-headers" |
|
|
94 | RDEPEND="${COMMON_DEPEND} |
|
|
95 | >=app-admin/eselect-vdr-0.0.2" |
| 80 | |
96 | |
|
|
97 | # this is a hack for ebuilds like vdr-xineliboutput that want to |
|
|
98 | # conditionally install a vdr-plugin |
|
|
99 | if [[ "${GENTOO_VDR_CONDITIONAL:-no}" = "yes" ]]; then |
|
|
100 | # make DEPEND conditional |
|
|
101 | IUSE="${IUSE} vdr" |
|
|
102 | DEPEND="vdr? ( ${DEPEND} )" |
|
|
103 | RDEPEND="vdr? ( ${RDEPEND} )" |
|
|
104 | fi |
| 81 | |
105 | |
| 82 | # New method of storing plugindb |
106 | # New method of storing plugindb |
| 83 | # Called from src_install |
107 | # Called from src_install |
| 84 | # file maintained by normal portage-methods |
108 | # file maintained by normal portage-methods |
| 85 | create_plugindb_file() { |
109 | create_plugindb_file() { |
| … | |
… | |
| 97 | { |
121 | { |
| 98 | echo "VDRPLUGIN_DB=1" |
122 | echo "VDRPLUGIN_DB=1" |
| 99 | echo "CREATOR=ECLASS" |
123 | echo "CREATOR=ECLASS" |
| 100 | echo "EBUILD=${CATEGORY}/${PN}" |
124 | echo "EBUILD=${CATEGORY}/${PN}" |
| 101 | echo "EBUILD_V=${PVR}" |
125 | echo "EBUILD_V=${PVR}" |
|
|
126 | echo "PLUGINS=\"$@\"" |
| 102 | } > "${D}/${DB_FILE}" |
127 | } > "${D}/${DB_FILE}" |
| 103 | } |
128 | } |
| 104 | |
129 | |
| 105 | # Delete files created outside of vdr-plugin.eclass |
130 | # Delete files created outside of vdr-plugin.eclass |
| 106 | # vdrplugin-rebuild.ebuild converted plugindb and files are |
131 | # vdrplugin-rebuild.ebuild converted plugindb and files are |
| … | |
… | |
| 130 | create_header_checksum_file() |
155 | create_header_checksum_file() |
| 131 | { |
156 | { |
| 132 | # Danger: Not using $ROOT here, as compile will also not use it !!! |
157 | # Danger: Not using $ROOT here, as compile will also not use it !!! |
| 133 | # If vdr in $ROOT and / differ, plugins will not run anyway |
158 | # If vdr in $ROOT and / differ, plugins will not run anyway |
| 134 | |
159 | |
|
|
160 | local CHKSUM="header-md5-vdr" |
|
|
161 | |
|
|
162 | if [[ -f ${VDR_CHECKSUM_DIR}/header-md5-vdr ]]; then |
|
|
163 | cp "${VDR_CHECKSUM_DIR}/header-md5-vdr" "${CHKSUM}" |
|
|
164 | elif type -p md5sum >/dev/null 2>&1; then |
|
|
165 | ( |
|
|
166 | cd "${VDR_INCLUDE_DIR}" |
|
|
167 | md5sum *.h libsi/*.h|LC_ALL=C sort --key=2 |
|
|
168 | ) > "${CHKSUM}" |
|
|
169 | else |
|
|
170 | die "Could not create md5 checksum of headers" |
|
|
171 | fi |
|
|
172 | |
| 135 | insinto "${VDR_CHECKSUM_DIR}" |
173 | insinto "${VDR_CHECKSUM_DIR}" |
| 136 | if [[ -f ${VDR_CHECKSUM_DIR}/header-md5-vdr ]]; then |
174 | local p_name |
| 137 | newins "${VDR_CHECKSUM_DIR}/header-md5-vdr header-md5-${PN}" |
175 | for p_name; do |
| 138 | else |
176 | newins "${CHKSUM}" "header-md5-${p_name}" |
| 139 | if type -p md5sum >/dev/null 2>&1; then |
177 | done |
| 140 | cd "${S}" |
|
|
| 141 | ( |
|
|
| 142 | cd "${VDR_INCLUDE_DIR}" |
|
|
| 143 | md5sum *.h libsi/*.h|LC_ALL=C sort --key=2 |
|
|
| 144 | ) > header-md5-${PN} |
|
|
| 145 | doins header-md5-${PN} |
|
|
| 146 | fi |
|
|
| 147 | fi |
|
|
| 148 | } |
178 | } |
| 149 | |
179 | |
| 150 | fix_vdr_libsi_include() |
180 | fix_vdr_libsi_include() |
| 151 | { |
181 | { |
| 152 | einfo "Fixing include of libsi-headers" |
182 | #einfo "Fixing include of libsi-headers" |
| 153 | local f |
183 | local f |
| 154 | for f; do |
184 | for f; do |
| 155 | sed -i "${f}" \ |
185 | sed -i "${f}" \ |
| 156 | -e '/#include/s:"\(.*libsi.*\)":<\1>:' \ |
186 | -e '/#include/s:"\(.*libsi.*\)":<\1>:' \ |
| 157 | -e '/#include/s:<.*\(libsi/.*\)>:<vdr/\1>:' |
187 | -e '/#include/s:<.*\(libsi/.*\)>:<vdr/\1>:' |
| … | |
… | |
| 161 | vdr_patchmakefile() { |
191 | vdr_patchmakefile() { |
| 162 | einfo "Patching Makefile" |
192 | einfo "Patching Makefile" |
| 163 | [[ -e Makefile ]] || die "Makefile of plugin can not be found!" |
193 | [[ -e Makefile ]] || die "Makefile of plugin can not be found!" |
| 164 | cp Makefile "${WORKDIR}"/Makefile.before |
194 | cp Makefile "${WORKDIR}"/Makefile.before |
| 165 | |
195 | |
| 166 | ebegin " Setting Pathes" |
196 | # plugin makefiles use VDRDIR in strange ways |
|
|
197 | # assumptions: |
|
|
198 | # 1. $(VDRDIR) contains Make.config |
|
|
199 | # 2. $(VDRDIR) contains config.h |
|
|
200 | # 3. $(VDRDIR)/include/vdr contains the headers |
|
|
201 | # 4. $(VDRDIR) contains main vdr Makefile |
|
|
202 | # 5. $(VDRDIR)/locale exists |
|
|
203 | # 6. $(VDRDIR) allows to access vdr source files |
|
|
204 | # |
|
|
205 | # We only have one directory (for now /usr/include/vdr), |
|
|
206 | # that contains vdr-headers and Make.config. |
|
|
207 | # To satisfy 1-3 we do this: |
|
|
208 | # Set VDRDIR=/usr/include/vdr |
|
|
209 | # Set VDRINCDIR=/usr/include |
|
|
210 | # Change $(VDRDIR)/include to $(VDRINCDIR) |
|
|
211 | |
| 167 | sed -i Makefile \ |
212 | sed -i Makefile \ |
| 168 | -e "s:^VDRDIR.*$:VDRDIR = ${VDR_INCLUDE_DIR}:" \ |
213 | -e "s:^VDRDIR.*$:VDRDIR = ${VDR_INCLUDE_DIR}:" \ |
| 169 | -e "s:^LIBDIR.*$:LIBDIR = ${S}:" \ |
214 | -e "/^VDRDIR/a VDRINCDIR = ${VDR_INCLUDE_DIR%/vdr}" \ |
| 170 | -e "s:^TMPDIR.*$:TMPDIR = ${T}:" \ |
215 | -e '/VDRINCDIR.*=/!s:$(VDRDIR)/include:$(VDRINCDIR):' \ |
| 171 | -e 's:-I$(VDRDIR)/include:-I'"${VDR_INCLUDE_DIR%vdr}"':' \ |
216 | \ |
| 172 | -e "/^DVBDIR/d" \ |
|
|
| 173 | -e 's:-I$(DVBDIR)/include::' |
217 | -e 's:-I$(DVBDIR)/include::' \ |
| 174 | eend $? |
218 | -e 's:-I$(DVBDIR)::' |
| 175 | |
219 | |
| 176 | # maybe needed for multiproto: |
220 | # maybe needed for multiproto: |
| 177 | #sed -i Makefile \ |
221 | #sed -i Makefile \ |
| 178 | # -e "s:^DVBDIR.*$:DVBDIR = ${DVB_INCLUDE_DIR}:" \ |
222 | # -e "s:^DVBDIR.*$:DVBDIR = ${DVB_INCLUDE_DIR}:" \ |
| 179 | # -e 's:-I$(VDRDIR)/include -I$(DVBDIR)/include:-I$(DVBDIR)/include -I$(VDRDIR)/include:' \ |
|
|
| 180 | # -e 's:-I$(DVBDIR)/include:-I$(DVBDIR):' |
223 | # -e 's:-I$(DVBDIR)/include:-I$(DVBDIR):' |
| 181 | |
224 | |
| 182 | if ! grep -q APIVERSION Makefile; then |
225 | if ! grep -q APIVERSION Makefile; then |
| 183 | ebegin " Converting to APIVERSION" |
226 | ebegin " Converting to APIVERSION" |
| 184 | sed -i Makefile \ |
227 | sed -i Makefile \ |
| … | |
… | |
| 196 | |
239 | |
| 197 | # Disabling file stripping, useful for debugging |
240 | # Disabling file stripping, useful for debugging |
| 198 | sed -i Makefile \ |
241 | sed -i Makefile \ |
| 199 | -e '/@.*strip/d' \ |
242 | -e '/@.*strip/d' \ |
| 200 | -e '/strip \$(LIBDIR)\/\$@/d' \ |
243 | -e '/strip \$(LIBDIR)\/\$@/d' \ |
| 201 | -e '/@.*\$(STRIP)/d' |
244 | -e 's/STRIP.*=.*$/STRIP = true/' |
| 202 | |
245 | |
| 203 | # Use a file instead of a variable as single-stepping via ebuild |
246 | # Use a file instead of a variable as single-stepping via ebuild |
| 204 | # destroys environment. |
247 | # destroys environment. |
| 205 | touch "${WORKDIR}"/.vdr-plugin_makefile_patched |
248 | touch "${WORKDIR}"/.vdr-plugin_makefile_patched |
| 206 | } |
249 | } |
| … | |
… | |
| 213 | test -f "${LOCALPATCH}" && epatch "${LOCALPATCH}" |
256 | test -f "${LOCALPATCH}" && epatch "${LOCALPATCH}" |
| 214 | done |
257 | done |
| 215 | fi |
258 | fi |
| 216 | } |
259 | } |
| 217 | |
260 | |
|
|
261 | vdr_has_gettext() { |
|
|
262 | has_version ">=media-video/vdr-1.5.7" |
|
|
263 | } |
|
|
264 | |
|
|
265 | plugin_has_gettext() { |
|
|
266 | [[ -d po ]] |
|
|
267 | } |
|
|
268 | |
|
|
269 | vdr_i18n_convert_to_gettext() { |
|
|
270 | if has_version ">=media-video/vdr-1.7.22"; then |
|
|
271 | local i18n_tool="${ROOT}/usr/share/vdr/bin/i18n-to-gettext" |
|
|
272 | else |
|
|
273 | local i18n_tool="${ROOT}/usr/share/vdr/bin/i18n-to-gettext.pl" |
|
|
274 | fi |
|
|
275 | |
|
|
276 | if [[ ${NO_GETTEXT_HACK} == "1" ]]; then |
|
|
277 | ewarn "Conversion to gettext disabled in ebuild" |
|
|
278 | return 1 |
|
|
279 | fi |
|
|
280 | |
|
|
281 | if [[ ! -x ${i18n_tool} ]]; then |
|
|
282 | eerror "Missing ${i18n_tool}" |
|
|
283 | eerror "Please re-emerge vdr" |
|
|
284 | die "Missing ${i18n_tool}" |
|
|
285 | fi |
|
|
286 | |
|
|
287 | ebegin "Auto converting translations to gettext" |
|
|
288 | # call i18n-to-gettext tool |
|
|
289 | # take all texts missing tr call into special file |
|
|
290 | "${i18n_tool}" 2>/dev/null \ |
|
|
291 | |sed -e '/^"/!d' \ |
|
|
292 | -e '/^""$/d' \ |
|
|
293 | -e 's/\(.*\)/trNOOP(\1)/' \ |
|
|
294 | > dummy-translations-trNOOP.c |
|
|
295 | |
|
|
296 | # if there were untranslated texts just run it again |
|
|
297 | # now the missing calls are listed in |
|
|
298 | # dummy-translations-trNOOP.c |
|
|
299 | if [[ -s dummy-translations-trNOOP.c ]]; then |
|
|
300 | "${i18n_tool}" &>/dev/null |
|
|
301 | fi |
|
|
302 | |
|
|
303 | # now use the modified Makefile |
|
|
304 | if [[ -f Makefile.new ]]; then |
|
|
305 | mv Makefile.new Makefile |
|
|
306 | eend 0 "" |
|
|
307 | else |
|
|
308 | eend 1 "Conversion to gettext failed. Plugin needs fixing." |
|
|
309 | return 1 |
|
|
310 | fi |
|
|
311 | } |
|
|
312 | |
|
|
313 | vdr_i18n_disable_gettext() { |
|
|
314 | #einfo "Disabling gettext support in plugin" |
|
|
315 | |
|
|
316 | # Remove i18n Target if using older vdr |
|
|
317 | sed -i Makefile \ |
|
|
318 | -e '/^all:/s/ i18n//' |
|
|
319 | } |
|
|
320 | |
| 218 | vdr_i18n() { |
321 | vdr_i18n() { |
|
|
322 | if vdr_has_gettext; then |
|
|
323 | #einfo "VDR has gettext support" |
|
|
324 | if plugin_has_gettext; then |
|
|
325 | #einfo "Plugin has gettext support, fine" |
| 219 | if [[ ${USE_GETTEXT} = 0 ]]; then |
326 | if [[ ${NO_GETTEXT_HACK} == "1" ]]; then |
| 220 | # Remove i18n Target if using older vdr |
327 | ewarn "Please remove unneeded NO_GETTEXT_HACK from ebuild." |
| 221 | sed -i Makefile \ |
328 | fi |
| 222 | -e '/^all:/s/ i18n//' |
329 | else |
| 223 | elif [[ ${USE_GETTEXT} = 1 && ! -d po && ${NO_GETTEXT_HACK} != 1 ]]; then |
330 | vdr_i18n_convert_to_gettext |
| 224 | einfo "Plugin is not yet changed for new translation system." |
331 | if [[ $? != 0 ]]; then |
| 225 | einfo "Auto converting translations to gettext" |
332 | eerror "" |
| 226 | |
333 | eerror "Plugin will have only english OSD texts" |
| 227 | local i18n_tool="${ROOT}/usr/share/vdr/bin/i18n-to-gettext.pl" |
334 | eerror "it needs manual fixing." |
| 228 | if [[ ! -x ${i18n_tool} ]]; then |
335 | fi |
| 229 | eerror "Missing ${i18n_tool}" |
|
|
| 230 | eerror "Please re-emerge vdr" |
|
|
| 231 | die "Missing ${i18n_tool}" |
|
|
| 232 | fi |
336 | fi |
| 233 | |
|
|
| 234 | # call i18n-to-gettext tool |
|
|
| 235 | # take all texts missing tr call into special file |
|
|
| 236 | "${i18n_tool}" 2>/dev/null \ |
|
|
| 237 | |sed -e '/^"/!d' \ |
|
|
| 238 | -e '/^""$/d' \ |
|
|
| 239 | -e 's/\(.*\)/trNOOP(\1)/' \ |
|
|
| 240 | > dummy-translations-trNOOP.c |
|
|
| 241 | |
|
|
| 242 | # if there were untranslated texts just run it again |
|
|
| 243 | # now the missing calls are listed in |
|
|
| 244 | # dummy-translations-trNOOP.c |
|
|
| 245 | if [[ -s dummy-translations-trNOOP.c ]]; then |
|
|
| 246 | "${i18n_tool}" &>/dev/null |
|
|
| 247 | fi |
|
|
| 248 | |
|
|
| 249 | # now use the modified Makefile |
|
|
| 250 | if [[ -f Makefile.new ]]; then |
|
|
| 251 | mv Makefile.new Makefile |
|
|
| 252 | else |
337 | else |
| 253 | ewarn "Conversion to gettext failed. Plugin needs fixing." |
338 | #einfo "VDR has no gettext support" |
|
|
339 | if plugin_has_gettext; then |
|
|
340 | vdr_i18n_disable_gettext |
| 254 | fi |
341 | fi |
| 255 | fi |
342 | fi |
| 256 | } |
343 | } |
| 257 | |
344 | |
| 258 | vdr-plugin_copy_source_tree() { |
345 | vdr-plugin_copy_source_tree() { |
| 259 | pushd . >/dev/null |
346 | pushd . >/dev/null |
| 260 | cp -r "${S}" "${T}"/source-tree |
347 | cp -r "${S}" "${T}"/source-tree |
| 261 | cd "${T}"/source-tree |
348 | cd "${T}"/source-tree |
| 262 | cp "${WORKDIR}"/Makefile.before Makefile |
349 | cp "${WORKDIR}"/Makefile.before Makefile |
|
|
350 | # TODO: Fix this, maybe no longer needed |
| 263 | sed -i Makefile \ |
351 | sed -i Makefile \ |
| 264 | -e "s:^DVBDIR.*$:DVBDIR = ${DVB_INCLUDE_DIR}:" \ |
352 | -e "s:^DVBDIR.*$:DVBDIR = ${DVB_INCLUDE_DIR}:" \ |
| 265 | -e 's:^CXXFLAGS:#CXXFLAGS:' \ |
353 | -e 's:^CXXFLAGS:#CXXFLAGS:' \ |
| 266 | -e 's:-I$(DVBDIR)/include:-I$(DVBDIR):' \ |
354 | -e 's:-I$(DVBDIR)/include:-I$(DVBDIR):' \ |
| 267 | -e 's:-I$(VDRDIR) -I$(DVBDIR):-I$(DVBDIR) -I$(VDRDIR):' |
355 | -e 's:-I$(VDRDIR) -I$(DVBDIR):-I$(DVBDIR) -I$(VDRDIR):' |
| … | |
… | |
| 276 | |
364 | |
| 277 | dosym "${VDRPLUGIN}-${PV}" "${destdir}" |
365 | dosym "${VDRPLUGIN}-${PV}" "${destdir}" |
| 278 | } |
366 | } |
| 279 | |
367 | |
| 280 | vdr-plugin_print_enable_command() { |
368 | vdr-plugin_print_enable_command() { |
|
|
369 | local p_name c=0 l="" |
|
|
370 | for p_name in ${vdr_plugin_list}; do |
|
|
371 | c=$(( c+1 )) |
|
|
372 | l="$l ${p_name#vdr-}" |
|
|
373 | done |
|
|
374 | |
| 281 | elog |
375 | elog |
|
|
376 | case $c in |
|
|
377 | 1) elog "Installed plugin${l}" ;; |
|
|
378 | *) elog "Installed $c plugins:${l}" ;; |
|
|
379 | esac |
| 282 | elog "To activate this vdr-plugin execute the following command:" |
380 | elog "To activate a plugin execute this command:" |
| 283 | elog "\teselect vdr-plugin enable ${PN#vdr-}" |
381 | elog "\teselect vdr-plugin enable <plugin_name> ..." |
| 284 | elog |
382 | elog |
| 285 | } |
383 | } |
| 286 | |
384 | |
|
|
385 | has_vdr() { |
|
|
386 | [[ -f "${VDR_INCLUDE_DIR}"/config.h ]] |
|
|
387 | } |
| 287 | |
388 | |
| 288 | ## exported functions |
389 | ## exported functions |
| 289 | |
390 | |
| 290 | vdr-plugin_pkg_setup() { |
391 | vdr-plugin_pkg_setup() { |
| 291 | # -fPIC is needed for shared objects on some platforms (amd64 and others) |
392 | # -fPIC is needed for shared objects on some platforms (amd64 and others) |
| 292 | append-flags -fPIC |
393 | append-flags -fPIC |
| 293 | |
394 | |
|
|
395 | # Plugins need to be compiled with position independent code, otherwise linking |
|
|
396 | # VDR against it will fail |
|
|
397 | if has_version ">=media-video/vdr-1.7.13"; then |
|
|
398 | append-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE |
|
|
399 | fi |
|
|
400 | |
| 294 | # Where should the plugins live in the filesystem |
401 | # Where should the plugins live in the filesystem |
| 295 | VDR_PLUGIN_DIR="/usr/$(get_libdir)/vdr/plugins" |
402 | VDR_PLUGIN_DIR="/usr/$(get_libdir)/vdr/plugins" |
| 296 | VDR_CHECKSUM_DIR="${VDR_PLUGIN_DIR%/plugins}/checksums" |
403 | VDR_CHECKSUM_DIR="${VDR_PLUGIN_DIR%/plugins}/checksums" |
| 297 | |
404 | |
| 298 | # was /usr/lib/... some time ago |
405 | # was /usr/lib/... some time ago |
| … | |
… | |
| 301 | |
408 | |
| 302 | # Pathes to includes |
409 | # Pathes to includes |
| 303 | VDR_INCLUDE_DIR="/usr/include/vdr" |
410 | VDR_INCLUDE_DIR="/usr/include/vdr" |
| 304 | DVB_INCLUDE_DIR="/usr/include" |
411 | DVB_INCLUDE_DIR="/usr/include" |
| 305 | |
412 | |
| 306 | |
|
|
| 307 | TMP_LOCALE_DIR="${WORKDIR}/tmp-locale" |
413 | TMP_LOCALE_DIR="${WORKDIR}/tmp-locale" |
| 308 | LOCDIR="/usr/share/vdr/locale" |
|
|
| 309 | if has_version ">=media-video/vdr-1.5.7"; then |
414 | if has_version ">=media-video/vdr-1.6.0_p2-r7"; then |
| 310 | USE_GETTEXT=1 |
415 | LOCDIR="/usr/share/locale" |
| 311 | else |
416 | else |
| 312 | USE_GETTEXT=0 |
417 | LOCDIR="/usr/share/vdr/locale" |
|
|
418 | fi |
|
|
419 | |
|
|
420 | if ! has_vdr; then |
|
|
421 | # set to invalid values to detect abuses |
|
|
422 | VDRVERSION="eclass_no_vdr_installed" |
|
|
423 | APIVERSION="eclass_no_vdr_installed" |
|
|
424 | |
|
|
425 | if [[ "${GENTOO_VDR_CONDITIONAL:-no}" = "yes" ]] && ! use vdr; then |
|
|
426 | einfo "VDR not found!" |
|
|
427 | else |
|
|
428 | # if vdr is required |
|
|
429 | die "VDR not found!" |
|
|
430 | fi |
|
|
431 | return |
| 313 | fi |
432 | fi |
| 314 | |
433 | |
| 315 | VDRVERSION=$(awk -F'"' '/define VDRVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h) |
434 | VDRVERSION=$(awk -F'"' '/define VDRVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h) |
| 316 | APIVERSION=$(awk -F'"' '/define APIVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h) |
435 | APIVERSION=$(awk -F'"' '/define APIVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h) |
| 317 | [[ -z ${APIVERSION} ]] && APIVERSION="${VDRVERSION}" |
436 | [[ -z ${APIVERSION} ]] && APIVERSION="${VDRVERSION}" |
| 318 | |
437 | |
| 319 | einfo "Compiling against" |
438 | einfo "Compiling against" |
| 320 | einfo "\tvdr-${VDRVERSION} [API version ${APIVERSION}]" |
439 | einfo "\tvdr-${VDRVERSION} [API version ${APIVERSION}]" |
|
|
440 | } |
|
|
441 | |
|
|
442 | vdr-plugin_src_util() { |
|
|
443 | |
|
|
444 | while [ "$1" ]; do |
|
|
445 | |
|
|
446 | case "$1" in |
|
|
447 | all) |
|
|
448 | vdr-plugin_src_util unpack add_local_patch patchmakefile i18n |
|
|
449 | ;; |
|
|
450 | prepare|all_but_unpack) |
|
|
451 | vdr-plugin_src_util add_local_patch patchmakefile i18n |
|
|
452 | ;; |
|
|
453 | unpack) |
|
|
454 | base_src_unpack |
|
|
455 | ;; |
|
|
456 | add_local_patch) |
|
|
457 | cd "${S}" || die "Could not change to plugin-source-directory!" |
|
|
458 | vdr_add_local_patch |
|
|
459 | ;; |
|
|
460 | patchmakefile) |
|
|
461 | cd "${S}" || die "Could not change to plugin-source-directory!" |
|
|
462 | vdr_patchmakefile |
|
|
463 | ;; |
|
|
464 | i18n) |
|
|
465 | cd "${S}" || die "Could not change to plugin-source-directory!" |
|
|
466 | vdr_i18n |
|
|
467 | ;; |
|
|
468 | esac |
|
|
469 | |
|
|
470 | shift |
|
|
471 | done |
| 321 | } |
472 | } |
| 322 | |
473 | |
| 323 | vdr-plugin_src_unpack() { |
474 | vdr-plugin_src_unpack() { |
| 324 | if [[ -z ${VDR_INCLUDE_DIR} ]]; then |
475 | if [[ -z ${VDR_INCLUDE_DIR} ]]; then |
| 325 | eerror "Wrong use of vdr-plugin.eclass." |
476 | eerror "Wrong use of vdr-plugin.eclass." |
| 326 | eerror "An ebuild for a vdr-plugin will not work without calling vdr-plugin_pkg_setup." |
477 | eerror "An ebuild for a vdr-plugin will not work without calling vdr-plugin_pkg_setup." |
| 327 | echo |
478 | echo |
| 328 | eerror "Please report this at bugs.gentoo.org." |
479 | eerror "Please report this at bugs.gentoo.org." |
| 329 | die "vdr-plugin_pkg_setup not called!" |
480 | die "vdr-plugin_pkg_setup not called!" |
| 330 | fi |
481 | fi |
| 331 | [ -z "$1" ] && vdr-plugin_src_unpack unpack add_local_patch patchmakefile i18n |
482 | if [ -z "$1" ]; then |
|
|
483 | case "${EAPI:-0}" in |
|
|
484 | 2|3|4) |
|
|
485 | vdr-plugin_src_util unpack |
|
|
486 | ;; |
|
|
487 | *) |
|
|
488 | vdr-plugin_src_util all |
|
|
489 | ;; |
|
|
490 | esac |
|
|
491 | |
|
|
492 | else |
|
|
493 | vdr-plugin_src_util $@ |
|
|
494 | fi |
|
|
495 | } |
|
|
496 | |
|
|
497 | vdr-plugin_src_prepare() { |
|
|
498 | base_src_prepare |
|
|
499 | vdr-plugin_src_util prepare |
|
|
500 | } |
|
|
501 | |
|
|
502 | vdr-plugin_src_compile() { |
|
|
503 | [ -z "$1" ] && vdr-plugin_src_compile copy_source compile |
| 332 | |
504 | |
| 333 | while [ "$1" ]; do |
505 | while [ "$1" ]; do |
| 334 | |
506 | |
| 335 | case "$1" in |
507 | case "$1" in |
| 336 | all_but_unpack) |
508 | copy_source) |
| 337 | vdr-plugin_src_unpack add_local_patch patchmakefile i18n |
|
|
| 338 | ;; |
|
|
| 339 | unpack) |
|
|
| 340 | base_src_unpack |
|
|
| 341 | ;; |
|
|
| 342 | add_local_patch) |
|
|
| 343 | cd "${S}" || die "Could not change to plugin-source-directory!" |
|
|
| 344 | vdr_add_local_patch |
|
|
| 345 | ;; |
|
|
| 346 | patchmakefile) |
|
|
| 347 | cd "${S}" || die "Could not change to plugin-source-directory!" |
|
|
| 348 | vdr_patchmakefile |
|
|
| 349 | ;; |
|
|
| 350 | i18n) |
|
|
| 351 | cd "${S}" || die "Could not change to plugin-source-directory!" |
|
|
| 352 | vdr_i18n |
|
|
| 353 | ;; |
|
|
| 354 | esac |
|
|
| 355 | |
|
|
| 356 | shift |
|
|
| 357 | done |
|
|
| 358 | } |
|
|
| 359 | |
|
|
| 360 | vdr-plugin_src_compile() { |
|
|
| 361 | [ -z "$1" ] && vdr-plugin_src_compile prepare compile |
|
|
| 362 | |
|
|
| 363 | while [ "$1" ]; do |
|
|
| 364 | |
|
|
| 365 | case "$1" in |
|
|
| 366 | prepare) |
|
|
| 367 | [[ -n "${VDRSOURCE_DIR}" ]] && vdr-plugin_copy_source_tree |
509 | [[ -n "${VDRSOURCE_DIR}" ]] && vdr-plugin_copy_source_tree |
| 368 | ;; |
510 | ;; |
| 369 | compile) |
511 | compile) |
| 370 | if [[ ! -f ${WORKDIR}/.vdr-plugin_makefile_patched ]]; then |
512 | if [[ ! -f ${WORKDIR}/.vdr-plugin_makefile_patched ]]; then |
| 371 | eerror "Wrong use of vdr-plugin.eclass." |
513 | eerror "Wrong use of vdr-plugin.eclass." |
| … | |
… | |
| 375 | eerror "Please report this at bugs.gentoo.org." |
517 | eerror "Please report this at bugs.gentoo.org." |
| 376 | die "vdr-plugin_src_unpack not called!" |
518 | die "vdr-plugin_src_unpack not called!" |
| 377 | fi |
519 | fi |
| 378 | cd "${S}" |
520 | cd "${S}" |
| 379 | |
521 | |
|
|
522 | BUILD_TARGETS=${BUILD_TARGETS:-${VDRPLUGIN_MAKE_TARGET:-all}} |
|
|
523 | |
| 380 | emake ${BUILD_PARAMS} \ |
524 | emake ${BUILD_PARAMS} \ |
| 381 | ${VDRPLUGIN_MAKE_TARGET:-all} \ |
525 | ${BUILD_TARGETS} \ |
| 382 | LOCALEDIR="${TMP_LOCALE_DIR}" \ |
526 | LOCALEDIR="${TMP_LOCALE_DIR}" \ |
|
|
527 | LIBDIR="${S}" \ |
|
|
528 | TMPDIR="${T}" \ |
| 383 | || die "emake failed" |
529 | || die "emake failed" |
| 384 | ;; |
530 | ;; |
| 385 | esac |
531 | esac |
| 386 | |
532 | |
| 387 | shift |
533 | shift |
| … | |
… | |
| 408 | insinto "/usr/share/vdr/maintainer-data/makefile-patched" |
554 | insinto "/usr/share/vdr/maintainer-data/makefile-patched" |
| 409 | doins "${mname}.patched" |
555 | doins "${mname}.patched" |
| 410 | |
556 | |
| 411 | fi |
557 | fi |
| 412 | |
558 | |
|
|
559 | |
|
|
560 | |
| 413 | cd "${S}" |
561 | cd "${S}" |
| 414 | insinto "${VDR_PLUGIN_DIR}" |
562 | insinto "${VDR_PLUGIN_DIR}" |
| 415 | doins libvdr-*.so.* |
563 | doins libvdr-*.so.* |
| 416 | |
564 | |
| 417 | if [[ ${USE_GETTEXT} = 1 && -d ${TMP_LOCALE_DIR} ]]; then |
565 | # create list of all created plugin libs |
|
|
566 | vdr_plugin_list="" |
|
|
567 | local p_name |
|
|
568 | for p in libvdr-*.so.*; do |
|
|
569 | p_name="${p%.so*}" |
|
|
570 | p_name="${p_name#lib}" |
|
|
571 | vdr_plugin_list="${vdr_plugin_list} ${p_name}" |
|
|
572 | done |
|
|
573 | |
|
|
574 | create_header_checksum_file ${vdr_plugin_list} |
|
|
575 | create_plugindb_file ${vdr_plugin_list} |
|
|
576 | |
|
|
577 | if vdr_has_gettext && [[ -d ${TMP_LOCALE_DIR} ]]; then |
| 418 | einfo "Installing locales" |
578 | einfo "Installing locales" |
| 419 | cd "${TMP_LOCALE_DIR}" |
579 | cd "${TMP_LOCALE_DIR}" |
| 420 | insinto "${LOCDIR}" |
580 | insinto "${LOCDIR}" |
| 421 | doins -r * |
581 | doins -r * |
| 422 | fi |
582 | fi |
| … | |
… | |
| 440 | |
600 | |
| 441 | if [[ -n ${VDR_RCADDON_FILE} ]]; then |
601 | if [[ -n ${VDR_RCADDON_FILE} ]]; then |
| 442 | insinto "${VDR_RC_DIR}" |
602 | insinto "${VDR_RC_DIR}" |
| 443 | newins "${VDR_RCADDON_FILE}" plugin-${VDRPLUGIN}.sh |
603 | newins "${VDR_RCADDON_FILE}" plugin-${VDRPLUGIN}.sh |
| 444 | fi |
604 | fi |
| 445 | |
|
|
| 446 | create_header_checksum_file |
|
|
| 447 | create_plugindb_file |
|
|
| 448 | } |
605 | } |
| 449 | |
606 | |
| 450 | vdr-plugin_pkg_postinst() { |
607 | vdr-plugin_pkg_postinst() { |
| 451 | vdr-plugin_print_enable_command |
608 | vdr-plugin_print_enable_command |
| 452 | |
609 | |
| … | |
… | |
| 464 | vdr-plugin_pkg_config() { |
621 | vdr-plugin_pkg_config() { |
| 465 | ewarn "emerge --config ${PN} is no longer supported" |
622 | ewarn "emerge --config ${PN} is no longer supported" |
| 466 | vdr-plugin_print_enable_command |
623 | vdr-plugin_print_enable_command |
| 467 | } |
624 | } |
| 468 | |
625 | |
|
|
626 | case "${EAPI:-0}" in |
|
|
627 | 2|3|4) |
|
|
628 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_compile src_install pkg_postinst pkg_postrm pkg_config |
|
|
629 | ;; |
|
|
630 | *) |
| 469 | EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst pkg_postrm pkg_config |
631 | EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst pkg_postrm pkg_config |
|
|
632 | ;; |
|
|
633 | esac |