| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 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.60 2008/05/15 14:03:15 zzam Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.73 2011/03/13 19:06:26 hd_brummy Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: |
5 | # Author: |
| 6 | # Matthias Schwarzott <zzam@gentoo.org> |
6 | # Matthias Schwarzott <zzam@gentoo.org> |
| 7 | # Joerg Bornkessel <hd_brummy@gentoo.org> |
7 | # Joerg Bornkessel <hd_brummy@gentoo.org> |
| 8 | |
8 | |
| 9 | # vdr-plugin.eclass |
9 | # vdr-plugin.eclass |
| 10 | # |
10 | # |
| 11 | # eclass to create ebuilds for vdr plugins |
11 | # eclass to create ebuilds for vdr plugins |
| 12 | # |
12 | # |
| 13 | |
13 | |
| 14 | # Example ebuild (vdr-femon): |
14 | # Example ebuild (basic version without patching): |
| 15 | # |
15 | # |
|
|
16 | # EAPI="2" |
| 16 | # inherit vdr-plugin |
17 | # inherit vdr-plugin |
| 17 | # IUSE="" |
18 | # IUSE="" |
| 18 | # SLOT="0" |
19 | # SLOT="0" |
| 19 | # DESCRIPTION="vdr Plugin: DVB Frontend Status Monitor (signal strengt/noise)" |
20 | # DESCRIPTION="vdr Plugin: DVB Frontend Status Monitor (signal strengt/noise)" |
| 20 | # HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/femon/" |
21 | # HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/femon/" |
| 21 | # SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/femon/files/${P}.tgz" |
22 | # SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/femon/files/${P}.tgz" |
| 22 | # LICENSE="GPL-2" |
23 | # LICENSE="GPL-2" |
| 23 | # KEYWORDS="~x86" |
24 | # KEYWORDS="~x86" |
| 24 | # DEPEND=">=media-video/vdr-1.3.27" |
25 | # DEPEND=">=media-video/vdr-1.6.0" |
| 25 | # |
26 | # |
| 26 | # |
27 | # |
|
|
28 | |
|
|
29 | # For patching you should modify src_prepare phase: |
|
|
30 | # |
|
|
31 | # src_prepare() { |
|
|
32 | # epatch "${FILESDIR}"/${P}-xxx.patch |
|
|
33 | # vdr-plugin_src_prepare |
|
|
34 | # } |
| 27 | |
35 | |
| 28 | # Installation of a config file for the plugin |
36 | # Installation of a config file for the plugin |
| 29 | # |
37 | # |
| 30 | # If ${VDR_CONFD_FILE} is set install this file |
38 | # If ${VDR_CONFD_FILE} is set install this file |
| 31 | # else install ${FILESDIR}/confd if it exists. |
39 | # else install ${FILESDIR}/confd if it exists. |
| … | |
… | |
| 57 | # |
65 | # |
| 58 | # all patches which ending on diff or patch in this DIR will automatically applied |
66 | # all patches which ending on diff or patch in this DIR will automatically applied |
| 59 | # |
67 | # |
| 60 | |
68 | |
| 61 | inherit base multilib eutils flag-o-matic |
69 | inherit base multilib eutils flag-o-matic |
|
|
70 | |
|
|
71 | if ! has "${EAPI:-0}" 0 1 2 3; then |
|
|
72 | die "API of vdr-plugin.eclass in EAPI=\"${EAPI}\" not established" |
|
|
73 | fi |
| 62 | |
74 | |
| 63 | IUSE="" |
75 | IUSE="" |
| 64 | |
76 | |
| 65 | # Name of the plugin stripped from all vdrplugin-, vdr- and -cvs pre- and postfixes |
77 | # Name of the plugin stripped from all vdrplugin-, vdr- and -cvs pre- and postfixes |
| 66 | VDRPLUGIN="${PN/#vdrplugin-/}" |
78 | VDRPLUGIN="${PN/#vdrplugin-/}" |
| … | |
… | |
| 71 | |
83 | |
| 72 | # works in most cases |
84 | # works in most cases |
| 73 | S="${WORKDIR}/${VDRPLUGIN}-${PV}" |
85 | S="${WORKDIR}/${VDRPLUGIN}-${PV}" |
| 74 | |
86 | |
| 75 | # depend on headers for DVB-driver |
87 | # depend on headers for DVB-driver |
| 76 | DEPEND=">=media-tv/gentoo-vdr-scripts-0.3.8 |
88 | 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 ) |
89 | |
| 78 | >=app-admin/eselect-vdr-0.0.2 |
90 | DEPEND="${COMMON_DEPEND} |
| 79 | media-tv/linuxtv-dvb-headers" |
91 | media-tv/linuxtv-dvb-headers" |
|
|
92 | RDEPEND="${COMMON_DEPEND} |
|
|
93 | >=app-admin/eselect-vdr-0.0.2" |
| 80 | |
94 | |
|
|
95 | # this is a hack for ebuilds like vdr-xineliboutput that want to |
|
|
96 | # conditionally install a vdr-plugin |
|
|
97 | if [[ "${GENTOO_VDR_CONDITIONAL:-no}" = "yes" ]]; then |
|
|
98 | # make DEPEND conditional |
|
|
99 | IUSE="${IUSE} vdr" |
|
|
100 | DEPEND="vdr? ( ${DEPEND} )" |
|
|
101 | RDEPEND="vdr? ( ${RDEPEND} )" |
|
|
102 | fi |
| 81 | |
103 | |
| 82 | # New method of storing plugindb |
104 | # New method of storing plugindb |
| 83 | # Called from src_install |
105 | # Called from src_install |
| 84 | # file maintained by normal portage-methods |
106 | # file maintained by normal portage-methods |
| 85 | create_plugindb_file() { |
107 | create_plugindb_file() { |
| … | |
… | |
| 153 | done |
175 | done |
| 154 | } |
176 | } |
| 155 | |
177 | |
| 156 | fix_vdr_libsi_include() |
178 | fix_vdr_libsi_include() |
| 157 | { |
179 | { |
| 158 | einfo "Fixing include of libsi-headers" |
180 | #einfo "Fixing include of libsi-headers" |
| 159 | local f |
181 | local f |
| 160 | for f; do |
182 | for f; do |
| 161 | sed -i "${f}" \ |
183 | sed -i "${f}" \ |
| 162 | -e '/#include/s:"\(.*libsi.*\)":<\1>:' \ |
184 | -e '/#include/s:"\(.*libsi.*\)":<\1>:' \ |
| 163 | -e '/#include/s:<.*\(libsi/.*\)>:<vdr/\1>:' |
185 | -e '/#include/s:<.*\(libsi/.*\)>:<vdr/\1>:' |
| … | |
… | |
| 183 | # To satisfy 1-3 we do this: |
205 | # To satisfy 1-3 we do this: |
| 184 | # Set VDRDIR=/usr/include/vdr |
206 | # Set VDRDIR=/usr/include/vdr |
| 185 | # Set VDRINCDIR=/usr/include |
207 | # Set VDRINCDIR=/usr/include |
| 186 | # Change $(VDRDIR)/include to $(VDRINCDIR) |
208 | # Change $(VDRDIR)/include to $(VDRINCDIR) |
| 187 | |
209 | |
| 188 | ebegin " Setting Pathes" |
|
|
| 189 | sed -i Makefile \ |
210 | sed -i Makefile \ |
| 190 | -e "s:^VDRDIR.*$:VDRDIR = ${VDR_INCLUDE_DIR}:" \ |
211 | -e "s:^VDRDIR.*$:VDRDIR = ${VDR_INCLUDE_DIR}:" \ |
| 191 | -e "/^VDRDIR/a VDRINCDIR = ${VDR_INCLUDE_DIR%/vdr}" \ |
212 | -e "/^VDRDIR/a VDRINCDIR = ${VDR_INCLUDE_DIR%/vdr}" \ |
| 192 | -e '/VDRINCDIR.*=/!s:$(VDRDIR)/include:$(VDRINCDIR):' \ |
213 | -e '/VDRINCDIR.*=/!s:$(VDRDIR)/include:$(VDRINCDIR):' \ |
| 193 | \ |
214 | \ |
| 194 | -e 's:-I$(DVBDIR)/include::' \ |
215 | -e 's:-I$(DVBDIR)/include::' \ |
| 195 | -e 's:-I$(DVBDIR)::' |
216 | -e 's:-I$(DVBDIR)::' |
| 196 | eend 0 |
|
|
| 197 | |
217 | |
| 198 | # maybe needed for multiproto: |
218 | # maybe needed for multiproto: |
| 199 | #sed -i Makefile \ |
219 | #sed -i Makefile \ |
| 200 | # -e "s:^DVBDIR.*$:DVBDIR = ${DVB_INCLUDE_DIR}:" \ |
220 | # -e "s:^DVBDIR.*$:DVBDIR = ${DVB_INCLUDE_DIR}:" \ |
| 201 | # -e 's:-I$(DVBDIR)/include:-I$(DVBDIR):' |
221 | # -e 's:-I$(DVBDIR)/include:-I$(DVBDIR):' |
| … | |
… | |
| 217 | |
237 | |
| 218 | # Disabling file stripping, useful for debugging |
238 | # Disabling file stripping, useful for debugging |
| 219 | sed -i Makefile \ |
239 | sed -i Makefile \ |
| 220 | -e '/@.*strip/d' \ |
240 | -e '/@.*strip/d' \ |
| 221 | -e '/strip \$(LIBDIR)\/\$@/d' \ |
241 | -e '/strip \$(LIBDIR)\/\$@/d' \ |
| 222 | -e '/@.*\$(STRIP)/d' |
242 | -e 's/STRIP.*=.*$/STRIP = true/' |
| 223 | |
243 | |
| 224 | # Use a file instead of a variable as single-stepping via ebuild |
244 | # Use a file instead of a variable as single-stepping via ebuild |
| 225 | # destroys environment. |
245 | # destroys environment. |
| 226 | touch "${WORKDIR}"/.vdr-plugin_makefile_patched |
246 | touch "${WORKDIR}"/.vdr-plugin_makefile_patched |
| 227 | } |
247 | } |
| … | |
… | |
| 283 | return 1 |
303 | return 1 |
| 284 | fi |
304 | fi |
| 285 | } |
305 | } |
| 286 | |
306 | |
| 287 | vdr_i18n_disable_gettext() { |
307 | vdr_i18n_disable_gettext() { |
| 288 | ebegin "Disabling gettext support in plugin" |
308 | #einfo "Disabling gettext support in plugin" |
|
|
309 | |
| 289 | # Remove i18n Target if using older vdr |
310 | # Remove i18n Target if using older vdr |
| 290 | sed -i Makefile \ |
311 | sed -i Makefile \ |
| 291 | -e '/^all:/s/ i18n//' |
312 | -e '/^all:/s/ i18n//' |
| 292 | eend 0 |
|
|
| 293 | } |
313 | } |
| 294 | |
314 | |
| 295 | vdr_i18n() { |
315 | vdr_i18n() { |
| 296 | if vdr_has_gettext; then |
316 | if vdr_has_gettext; then |
| 297 | einfo "VDR has gettext support" |
317 | #einfo "VDR has gettext support" |
| 298 | if plugin_has_gettext; then |
318 | if plugin_has_gettext; then |
| 299 | einfo "Plugin has gettext support, fine" |
319 | #einfo "Plugin has gettext support, fine" |
|
|
320 | if [[ ${NO_GETTEXT_HACK} == "1" ]]; then |
|
|
321 | ewarn "Please remove unneeded NO_GETTEXT_HACK from ebuild." |
|
|
322 | fi |
| 300 | else |
323 | else |
| 301 | vdr_i18n_convert_to_gettext |
324 | vdr_i18n_convert_to_gettext |
| 302 | if [[ $? != 0 ]]; then |
325 | if [[ $? != 0 ]]; then |
| 303 | eerror "" |
326 | eerror "" |
| 304 | eerror "Plugin will have only english OSD texts" |
327 | eerror "Plugin will have only english OSD texts" |
| 305 | eerror "it needs manual fixing." |
328 | eerror "it needs manual fixing." |
| 306 | fi |
329 | fi |
| 307 | fi |
330 | fi |
| 308 | else |
331 | else |
| 309 | einfo "VDR has no gettext support" |
332 | #einfo "VDR has no gettext support" |
| 310 | if plugin_has_gettext; then |
333 | if plugin_has_gettext; then |
| 311 | vdr_i18n_disable_gettext |
334 | vdr_i18n_disable_gettext |
| 312 | fi |
335 | fi |
| 313 | fi |
336 | fi |
| 314 | } |
337 | } |
| … | |
… | |
| 335 | |
358 | |
| 336 | dosym "${VDRPLUGIN}-${PV}" "${destdir}" |
359 | dosym "${VDRPLUGIN}-${PV}" "${destdir}" |
| 337 | } |
360 | } |
| 338 | |
361 | |
| 339 | vdr-plugin_print_enable_command() { |
362 | vdr-plugin_print_enable_command() { |
|
|
363 | local p_name c=0 l="" |
|
|
364 | for p_name in ${vdr_plugin_list}; do |
|
|
365 | c=$(( c+1 )) |
|
|
366 | l="$l ${p_name#vdr-}" |
|
|
367 | done |
|
|
368 | |
| 340 | elog |
369 | elog |
|
|
370 | case $c in |
|
|
371 | 1) elog "Installed plugin${l}" ;; |
|
|
372 | *) elog "Installed $c plugins:${l}" ;; |
|
|
373 | esac |
| 341 | elog "To activate this vdr-plugin execute the following command:" |
374 | elog "To activate a plugin execute this command:" |
| 342 | elog "\teselect vdr-plugin enable ${PN#vdr-}" |
375 | elog "\teselect vdr-plugin enable <plugin_name> ..." |
| 343 | elog |
376 | elog |
| 344 | } |
377 | } |
| 345 | |
378 | |
|
|
379 | has_vdr() { |
|
|
380 | [[ -f "${VDR_INCLUDE_DIR}"/config.h ]] |
|
|
381 | } |
| 346 | |
382 | |
| 347 | ## exported functions |
383 | ## exported functions |
| 348 | |
384 | |
| 349 | vdr-plugin_pkg_setup() { |
385 | vdr-plugin_pkg_setup() { |
| 350 | # -fPIC is needed for shared objects on some platforms (amd64 and others) |
386 | # -fPIC is needed for shared objects on some platforms (amd64 and others) |
| 351 | append-flags -fPIC |
387 | append-flags -fPIC |
| 352 | |
388 | |
|
|
389 | # Plugins need to be compiled with position independent code, otherwise linking |
|
|
390 | # VDR against it will fail |
|
|
391 | if has_version ">=media-video/vdr-1.7.13"; then |
|
|
392 | append-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE |
|
|
393 | fi |
|
|
394 | |
| 353 | # Where should the plugins live in the filesystem |
395 | # Where should the plugins live in the filesystem |
| 354 | VDR_PLUGIN_DIR="/usr/$(get_libdir)/vdr/plugins" |
396 | VDR_PLUGIN_DIR="/usr/$(get_libdir)/vdr/plugins" |
| 355 | VDR_CHECKSUM_DIR="${VDR_PLUGIN_DIR%/plugins}/checksums" |
397 | VDR_CHECKSUM_DIR="${VDR_PLUGIN_DIR%/plugins}/checksums" |
| 356 | |
398 | |
| 357 | # was /usr/lib/... some time ago |
399 | # was /usr/lib/... some time ago |
| … | |
… | |
| 361 | # Pathes to includes |
403 | # Pathes to includes |
| 362 | VDR_INCLUDE_DIR="/usr/include/vdr" |
404 | VDR_INCLUDE_DIR="/usr/include/vdr" |
| 363 | DVB_INCLUDE_DIR="/usr/include" |
405 | DVB_INCLUDE_DIR="/usr/include" |
| 364 | |
406 | |
| 365 | TMP_LOCALE_DIR="${WORKDIR}/tmp-locale" |
407 | TMP_LOCALE_DIR="${WORKDIR}/tmp-locale" |
|
|
408 | if has_version ">=media-video/vdr-1.7.17"; then |
|
|
409 | LOCDIR="/usr/share/locale" |
|
|
410 | else |
| 366 | LOCDIR="/usr/share/vdr/locale" |
411 | LOCDIR="/usr/share/vdr/locale" |
|
|
412 | fi |
| 367 | |
413 | |
| 368 | TMP_LIBDIR="${WORKDIR}/tmp-libdir" |
414 | if ! has_vdr; then |
|
|
415 | # set to invalid values to detect abuses |
|
|
416 | VDRVERSION="eclass_no_vdr_installed" |
|
|
417 | APIVERSION="eclass_no_vdr_installed" |
|
|
418 | |
|
|
419 | if [[ "${GENTOO_VDR_CONDITIONAL:-no}" = "yes" ]] && ! use vdr; then |
|
|
420 | einfo "VDR not found!" |
|
|
421 | else |
|
|
422 | # if vdr is required |
|
|
423 | die "VDR not found!" |
|
|
424 | fi |
|
|
425 | return |
|
|
426 | fi |
| 369 | |
427 | |
| 370 | VDRVERSION=$(awk -F'"' '/define VDRVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h) |
428 | VDRVERSION=$(awk -F'"' '/define VDRVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h) |
| 371 | APIVERSION=$(awk -F'"' '/define APIVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h) |
429 | APIVERSION=$(awk -F'"' '/define APIVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h) |
| 372 | [[ -z ${APIVERSION} ]] && APIVERSION="${VDRVERSION}" |
430 | [[ -z ${APIVERSION} ]] && APIVERSION="${VDRVERSION}" |
| 373 | |
431 | |
| 374 | einfo "Compiling against" |
432 | einfo "Compiling against" |
| 375 | einfo "\tvdr-${VDRVERSION} [API version ${APIVERSION}]" |
433 | einfo "\tvdr-${VDRVERSION} [API version ${APIVERSION}]" |
|
|
434 | } |
|
|
435 | |
|
|
436 | vdr-plugin_src_util() { |
|
|
437 | |
|
|
438 | while [ "$1" ]; do |
|
|
439 | |
|
|
440 | case "$1" in |
|
|
441 | all) |
|
|
442 | vdr-plugin_src_util unpack add_local_patch patchmakefile i18n |
|
|
443 | ;; |
|
|
444 | prepare|all_but_unpack) |
|
|
445 | vdr-plugin_src_util add_local_patch patchmakefile i18n |
|
|
446 | ;; |
|
|
447 | unpack) |
|
|
448 | base_src_unpack |
|
|
449 | ;; |
|
|
450 | add_local_patch) |
|
|
451 | cd "${S}" || die "Could not change to plugin-source-directory!" |
|
|
452 | vdr_add_local_patch |
|
|
453 | ;; |
|
|
454 | patchmakefile) |
|
|
455 | cd "${S}" || die "Could not change to plugin-source-directory!" |
|
|
456 | vdr_patchmakefile |
|
|
457 | ;; |
|
|
458 | i18n) |
|
|
459 | cd "${S}" || die "Could not change to plugin-source-directory!" |
|
|
460 | vdr_i18n |
|
|
461 | ;; |
|
|
462 | esac |
|
|
463 | |
|
|
464 | shift |
|
|
465 | done |
| 376 | } |
466 | } |
| 377 | |
467 | |
| 378 | vdr-plugin_src_unpack() { |
468 | vdr-plugin_src_unpack() { |
| 379 | if [[ -z ${VDR_INCLUDE_DIR} ]]; then |
469 | if [[ -z ${VDR_INCLUDE_DIR} ]]; then |
| 380 | eerror "Wrong use of vdr-plugin.eclass." |
470 | eerror "Wrong use of vdr-plugin.eclass." |
| 381 | eerror "An ebuild for a vdr-plugin will not work without calling vdr-plugin_pkg_setup." |
471 | eerror "An ebuild for a vdr-plugin will not work without calling vdr-plugin_pkg_setup." |
| 382 | echo |
472 | echo |
| 383 | eerror "Please report this at bugs.gentoo.org." |
473 | eerror "Please report this at bugs.gentoo.org." |
| 384 | die "vdr-plugin_pkg_setup not called!" |
474 | die "vdr-plugin_pkg_setup not called!" |
| 385 | fi |
475 | fi |
| 386 | [ -z "$1" ] && vdr-plugin_src_unpack unpack add_local_patch patchmakefile i18n |
476 | if [ -z "$1" ]; then |
|
|
477 | case "${EAPI:-0}" in |
|
|
478 | 2|3) |
|
|
479 | vdr-plugin_src_util unpack |
|
|
480 | ;; |
|
|
481 | *) |
|
|
482 | vdr-plugin_src_util all |
|
|
483 | ;; |
|
|
484 | esac |
|
|
485 | |
|
|
486 | else |
|
|
487 | vdr-plugin_src_util $@ |
|
|
488 | fi |
|
|
489 | } |
|
|
490 | |
|
|
491 | vdr-plugin_src_prepare() { |
|
|
492 | base_src_prepare |
|
|
493 | vdr-plugin_src_util prepare |
|
|
494 | } |
|
|
495 | |
|
|
496 | vdr-plugin_src_compile() { |
|
|
497 | [ -z "$1" ] && vdr-plugin_src_compile copy_source compile |
| 387 | |
498 | |
| 388 | while [ "$1" ]; do |
499 | while [ "$1" ]; do |
| 389 | |
500 | |
| 390 | case "$1" in |
501 | case "$1" in |
| 391 | all_but_unpack) |
502 | copy_source) |
| 392 | vdr-plugin_src_unpack add_local_patch patchmakefile i18n |
|
|
| 393 | ;; |
|
|
| 394 | unpack) |
|
|
| 395 | base_src_unpack |
|
|
| 396 | ;; |
|
|
| 397 | add_local_patch) |
|
|
| 398 | cd "${S}" || die "Could not change to plugin-source-directory!" |
|
|
| 399 | vdr_add_local_patch |
|
|
| 400 | ;; |
|
|
| 401 | patchmakefile) |
|
|
| 402 | cd "${S}" || die "Could not change to plugin-source-directory!" |
|
|
| 403 | vdr_patchmakefile |
|
|
| 404 | ;; |
|
|
| 405 | i18n) |
|
|
| 406 | cd "${S}" || die "Could not change to plugin-source-directory!" |
|
|
| 407 | vdr_i18n |
|
|
| 408 | ;; |
|
|
| 409 | esac |
|
|
| 410 | |
|
|
| 411 | shift |
|
|
| 412 | done |
|
|
| 413 | } |
|
|
| 414 | |
|
|
| 415 | vdr-plugin_src_compile() { |
|
|
| 416 | [ -z "$1" ] && vdr-plugin_src_compile prepare compile |
|
|
| 417 | |
|
|
| 418 | while [ "$1" ]; do |
|
|
| 419 | |
|
|
| 420 | case "$1" in |
|
|
| 421 | prepare) |
|
|
| 422 | [[ -n "${VDRSOURCE_DIR}" ]] && vdr-plugin_copy_source_tree |
503 | [[ -n "${VDRSOURCE_DIR}" ]] && vdr-plugin_copy_source_tree |
| 423 | ;; |
504 | ;; |
| 424 | compile) |
505 | compile) |
| 425 | if [[ ! -f ${WORKDIR}/.vdr-plugin_makefile_patched ]]; then |
506 | if [[ ! -f ${WORKDIR}/.vdr-plugin_makefile_patched ]]; then |
| 426 | eerror "Wrong use of vdr-plugin.eclass." |
507 | eerror "Wrong use of vdr-plugin.eclass." |
| … | |
… | |
| 430 | eerror "Please report this at bugs.gentoo.org." |
511 | eerror "Please report this at bugs.gentoo.org." |
| 431 | die "vdr-plugin_src_unpack not called!" |
512 | die "vdr-plugin_src_unpack not called!" |
| 432 | fi |
513 | fi |
| 433 | cd "${S}" |
514 | cd "${S}" |
| 434 | |
515 | |
| 435 | mkdir -p "${TMP_LIBDIR}" |
516 | BUILD_TARGETS=${BUILD_TARGETS:-${VDRPLUGIN_MAKE_TARGET:-all}} |
|
|
517 | |
| 436 | emake ${BUILD_PARAMS} \ |
518 | emake ${BUILD_PARAMS} \ |
| 437 | ${VDRPLUGIN_MAKE_TARGET:-all} \ |
519 | ${BUILD_TARGETS} \ |
| 438 | LOCALEDIR="${TMP_LOCALE_DIR}" \ |
520 | LOCALEDIR="${TMP_LOCALE_DIR}" \ |
| 439 | LIBDIR="${TMP_LIBDIR}" \ |
521 | LIBDIR="${S}" \ |
| 440 | TMPDIR="${T}" \ |
522 | TMPDIR="${T}" \ |
| 441 | || die "emake failed" |
523 | || die "emake failed" |
| 442 | ;; |
524 | ;; |
| 443 | esac |
525 | esac |
| 444 | |
526 | |
| … | |
… | |
| 467 | doins "${mname}.patched" |
549 | doins "${mname}.patched" |
| 468 | |
550 | |
| 469 | fi |
551 | fi |
| 470 | |
552 | |
| 471 | |
553 | |
| 472 | local p_list="" p_name |
|
|
| 473 | |
554 | |
| 474 | cd "${TMP_LIBDIR}" |
555 | cd "${S}" |
|
|
556 | insinto "${VDR_PLUGIN_DIR}" |
|
|
557 | doins libvdr-*.so.* |
|
|
558 | |
|
|
559 | # create list of all created plugin libs |
|
|
560 | vdr_plugin_list="" |
|
|
561 | local p_name |
| 475 | for p in libvdr-*.so.*; do |
562 | for p in libvdr-*.so.*; do |
| 476 | p_name="${p%.so*}" |
563 | p_name="${p%.so*}" |
| 477 | p_name="${p_name#lib}" |
564 | p_name="${p_name#lib}" |
| 478 | p_list="${p_list} ${p_name}" |
565 | vdr_plugin_list="${vdr_plugin_list} ${p_name}" |
| 479 | |
|
|
| 480 | insinto "${VDR_PLUGIN_DIR}" |
|
|
| 481 | doins "$p" |
|
|
| 482 | done |
566 | done |
| 483 | |
567 | |
| 484 | create_header_checksum_file ${p_list} |
568 | create_header_checksum_file ${vdr_plugin_list} |
| 485 | create_plugindb_file ${p_list} |
569 | create_plugindb_file ${vdr_plugin_list} |
| 486 | |
570 | |
| 487 | if vdr_has_gettext && [[ -d ${TMP_LOCALE_DIR} ]]; then |
571 | if vdr_has_gettext && [[ -d ${TMP_LOCALE_DIR} ]]; then |
| 488 | einfo "Installing locales" |
572 | einfo "Installing locales" |
| 489 | cd "${TMP_LOCALE_DIR}" |
573 | cd "${TMP_LOCALE_DIR}" |
| 490 | insinto "${LOCDIR}" |
574 | insinto "${LOCDIR}" |
| … | |
… | |
| 531 | vdr-plugin_pkg_config() { |
615 | vdr-plugin_pkg_config() { |
| 532 | ewarn "emerge --config ${PN} is no longer supported" |
616 | ewarn "emerge --config ${PN} is no longer supported" |
| 533 | vdr-plugin_print_enable_command |
617 | vdr-plugin_print_enable_command |
| 534 | } |
618 | } |
| 535 | |
619 | |
|
|
620 | case "${EAPI:-0}" in |
|
|
621 | 2|3) |
|
|
622 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_compile src_install pkg_postinst pkg_postrm pkg_config |
|
|
623 | ;; |
|
|
624 | *) |
| 536 | EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst pkg_postrm pkg_config |
625 | EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst pkg_postrm pkg_config |
|
|
626 | ;; |
|
|
627 | esac |