| 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.32 2006/09/10 10:29:21 zzam Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.45 2007/06/02 15:07:43 zzam 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 | |
| … | |
… | |
| 38 | # |
38 | # |
| 39 | # If ${VDR_RCADDON_FILE} is set install this file |
39 | # If ${VDR_RCADDON_FILE} is set install this file |
| 40 | # else install ${FILESDIR}/rc-addon.sh if it exists. |
40 | # else install ${FILESDIR}/rc-addon.sh if it exists. |
| 41 | # |
41 | # |
| 42 | # Gets installed under ${VDR_RC_DIR}/plugin-${VDRPLUGIN}.sh |
42 | # Gets installed under ${VDR_RC_DIR}/plugin-${VDRPLUGIN}.sh |
| 43 | # (in example vdr-femon this would be /usr/lib/vdr/rcscript/plugin-femon.sh) |
43 | # (in example vdr-femon this would be /usr/share/vdr/rcscript/plugin-femon.sh) |
| 44 | # |
44 | # |
| 45 | # This file is sourced by the startscript when plugin is activated in /etc/conf.d/vdr |
45 | # This file is sourced by the startscript when plugin is activated in /etc/conf.d/vdr |
| 46 | # It could be used for special startup actions for this plugins, or to create the |
46 | # It could be used for special startup actions for this plugins, or to create the |
| 47 | # plugin command line options from a nicer version of a conf.d file. |
47 | # plugin command line options from a nicer version of a conf.d file. |
| 48 | |
48 | |
| … | |
… | |
| 58 | # all patches which ending on diff or patch in this DIR will automatically applied |
58 | # all patches which ending on diff or patch in this DIR will automatically applied |
| 59 | # |
59 | # |
| 60 | |
60 | |
| 61 | inherit base multilib eutils flag-o-matic |
61 | inherit base multilib eutils flag-o-matic |
| 62 | |
62 | |
| 63 | IUSE="debug" |
63 | IUSE="" |
| 64 | |
64 | |
| 65 | # Name of the plugin stripped from all vdrplugin-, vdr- and -cvs pre- and postfixes |
65 | # Name of the plugin stripped from all vdrplugin-, vdr- and -cvs pre- and postfixes |
| 66 | VDRPLUGIN="${PN/#vdrplugin-/}" |
66 | VDRPLUGIN="${PN/#vdrplugin-/}" |
| 67 | VDRPLUGIN="${VDRPLUGIN/#vdr-/}" |
67 | VDRPLUGIN="${VDRPLUGIN/#vdr-/}" |
| 68 | VDRPLUGIN="${VDRPLUGIN/%-cvs/}" |
68 | VDRPLUGIN="${VDRPLUGIN/%-cvs/}" |
| … | |
… | |
| 98 | einfo "Removing ${CATEGORY}/${PN}-${PVR} from vdrplugindb." |
98 | einfo "Removing ${CATEGORY}/${PN}-${PVR} from vdrplugindb." |
| 99 | sed -ie "/.*${CATEGORY}\/${P}.*/d" ${VDRPLUGINDB_DIR}/vdrplugindb |
99 | sed -ie "/.*${CATEGORY}\/${P}.*/d" ${VDRPLUGINDB_DIR}/vdrplugindb |
| 100 | fi |
100 | fi |
| 101 | } |
101 | } |
| 102 | |
102 | |
|
|
103 | # New method of storing plugindb |
|
|
104 | # Called from src_install |
|
|
105 | # file maintained by normal portage-methods |
|
|
106 | create_plugindb_file() { |
|
|
107 | local NEW_VDRPLUGINDB_DIR=/usr/share/vdr/vdrplugin-rebuild/ |
|
|
108 | local DB_FILE=${NEW_VDRPLUGINDB_DIR}/${CATEGORY}-${PF} |
|
|
109 | insinto ${NEW_VDRPLUGINDB_DIR} |
|
|
110 | cat <<-EOT > ${D}/${DB_FILE} |
|
|
111 | VDRPLUGIN_DB=1 |
|
|
112 | CREATOR=ECLASS |
|
|
113 | EBUILD=${CATEGORY}/${PN} |
|
|
114 | EBUILD_V=${PVR} |
|
|
115 | EOT |
|
|
116 | } |
|
|
117 | |
|
|
118 | # Delete files created outside of vdr-plugin.eclass |
|
|
119 | # vdrplugin-rebuild.ebuild converted plugindb and files are |
|
|
120 | # not deleted by portage itself - should only be needed as |
|
|
121 | # long as not every system has switched over to |
|
|
122 | # vdrplugin-rebuild-0.2 |
|
|
123 | delete_orphan_plugindb_file() { |
|
|
124 | #elog Testing for orphaned plugindb file |
|
|
125 | local NEW_VDRPLUGINDB_DIR=/usr/share/vdr/vdrplugin-rebuild/ |
|
|
126 | local DB_FILE=${ROOT}/${NEW_VDRPLUGINDB_DIR}/${CATEGORY}-${PF} |
|
|
127 | |
|
|
128 | # file exists |
|
|
129 | [[ -f ${DB_FILE} ]] || return |
|
|
130 | |
|
|
131 | # will portage handle the file itself |
|
|
132 | if grep -q CREATOR=ECLASS ${DB_FILE}; then |
|
|
133 | #elog file owned by eclass - don't touch it |
|
|
134 | return |
|
|
135 | fi |
|
|
136 | |
|
|
137 | elog "Removing orphaned plugindb-file." |
|
|
138 | elog "\t#rm ${DB_FILE}" |
|
|
139 | rm ${DB_FILE} |
|
|
140 | } |
|
|
141 | |
|
|
142 | |
|
|
143 | create_header_checksum_file() |
|
|
144 | { |
|
|
145 | # Danger: Not using $ROOT here, as compile will also not use it !!! |
|
|
146 | # If vdr in $ROOT and / differ, plugins will not run anyway |
|
|
147 | |
|
|
148 | insinto ${VDR_CHECKSUM_DIR} |
|
|
149 | if [[ -f ${VDR_CHECKSUM_DIR}/header-md5-vdr ]]; then |
|
|
150 | newins ${VDR_CHECKSUM_DIR}/header-md5-vdr header-md5-${PN} |
|
|
151 | else |
|
|
152 | if type -p md5sum >/dev/null 2>&1; then |
|
|
153 | cd ${S} |
|
|
154 | ( |
|
|
155 | cd ${VDR_INCLUDE_DIR} |
|
|
156 | md5sum *.h libsi/*.h|LC_ALL=C sort --key=2 |
|
|
157 | ) > header-md5-${PN} |
|
|
158 | doins header-md5-${PN} |
|
|
159 | fi |
|
|
160 | fi |
|
|
161 | } |
|
|
162 | |
| 103 | vdr-plugin_pkg_setup() { |
163 | vdr-plugin_pkg_setup() { |
| 104 | # -fPIC is needed for shared objects on some platforms (amd64 and others) |
164 | # -fPIC is needed for shared objects on some platforms (amd64 and others) |
| 105 | append-flags -fPIC |
165 | append-flags -fPIC |
| 106 | use debug && append-flags -g |
|
|
| 107 | |
166 | |
| 108 | # Where should the plugins live in the filesystem |
167 | # Where should the plugins live in the filesystem |
| 109 | VDR_PLUGIN_DIR="/usr/$(get_libdir)/vdr/plugins" |
168 | VDR_PLUGIN_DIR="/usr/$(get_libdir)/vdr/plugins" |
| 110 | VDR_CHECKSUM_DIR="${VDR_PLUGIN_DIR%/plugins}/checksums" |
169 | VDR_CHECKSUM_DIR="${VDR_PLUGIN_DIR%/plugins}/checksums" |
| 111 | |
170 | |
| 112 | # transition to /usr/share/... will need new vdr-scripts version stable |
171 | # was /usr/lib/... some time ago |
|
|
172 | # since gentoo-vdr-scripts-0.3.6 it works with /usr/share/... |
| 113 | VDR_RC_DIR="/usr/lib/vdr/rcscript" |
173 | VDR_RC_DIR="/usr/share/vdr/rcscript" |
| 114 | |
174 | |
| 115 | # Pathes to includes |
175 | # Pathes to includes |
| 116 | VDR_INCLUDE_DIR="/usr/include/vdr" |
176 | VDR_INCLUDE_DIR="/usr/include/vdr" |
| 117 | DVB_INCLUDE_DIR="/usr/include" |
177 | DVB_INCLUDE_DIR="/usr/include" |
| 118 | |
178 | |
| … | |
… | |
| 136 | [ -z "$1" ] && vdr-plugin_src_unpack unpack add_local_patch patchmakefile |
196 | [ -z "$1" ] && vdr-plugin_src_unpack unpack add_local_patch patchmakefile |
| 137 | |
197 | |
| 138 | while [ "$1" ]; do |
198 | while [ "$1" ]; do |
| 139 | |
199 | |
| 140 | case "$1" in |
200 | case "$1" in |
|
|
201 | all_but_unpack) |
|
|
202 | vdr-plugin_src_unpack add_local_patch patchmakefile |
|
|
203 | ;; |
| 141 | unpack) |
204 | unpack) |
| 142 | base_src_unpack |
205 | base_src_unpack |
| 143 | ;; |
206 | ;; |
| 144 | patchmakefile) |
207 | patchmakefile) |
| 145 | if ! cd ${S}; then |
208 | if ! cd ${S}; then |
| 146 | ewarn "There seems to be no plugin-directory with the name ${S##*/}" |
209 | ewarn "There seems to be no plugin-directory with the name ${S##*/}" |
| 147 | ewarn "Perhaps you find one among these:" |
210 | ewarn "Perhaps you find one among these:" |
| 148 | cd "${WORKDIR}" |
211 | cd "${WORKDIR}" |
| 149 | einfo "$(/bin/ls -1 ${WORKDIR})" |
212 | ewarn "$(/bin/ls -1 ${WORKDIR})" |
| 150 | die "Could not change to plugin-source-directory!" |
213 | die "Could not change to plugin-source-directory!" |
| 151 | fi |
214 | fi |
| 152 | |
215 | |
| 153 | einfo "Patching Makefile" |
216 | einfo "Patching Makefile" |
| 154 | [[ -e Makefile ]] || die "Makefile of plugin can not be found!" |
217 | [[ -e Makefile ]] || die "Makefile of plugin can not be found!" |
| … | |
… | |
| 173 | -e 's:^APIVERSION = :APIVERSION ?= :' \ |
236 | -e 's:^APIVERSION = :APIVERSION ?= :' \ |
| 174 | -e 's:$(LIBDIR)/$@.$(VDRVERSION):$(LIBDIR)/$@.$(APIVERSION):' \ |
237 | -e 's:$(LIBDIR)/$@.$(VDRVERSION):$(LIBDIR)/$@.$(APIVERSION):' \ |
| 175 | -e '2i\APIVERSION = '"${APIVERSION}" |
238 | -e '2i\APIVERSION = '"${APIVERSION}" |
| 176 | eend $? |
239 | eend $? |
| 177 | |
240 | |
| 178 | ebegin " Correcting CXXFLAGS" |
241 | ebegin " Correcting Compile-Flags" |
| 179 | sed -i Makefile \ |
242 | sed -i Makefile \ |
| 180 | -e 's:^CXXFLAGS:#CXXFLAGS:' |
243 | -e 's:^CXXFLAGS:#CXXFLAGS:' \ |
|
|
244 | -e '/LDFLAGS/!s:-shared:$(LDFLAGS) -shared:' |
| 181 | eend $? |
245 | eend $? |
| 182 | |
246 | |
| 183 | ebegin " Disabling file stripping" |
247 | ebegin " Disabling file stripping" |
| 184 | sed -i Makefile \ |
248 | sed -i Makefile \ |
| 185 | -e '/@.*strip/d' \ |
249 | -e '/@.*strip/d' \ |
| 186 | -e '/strip \$(LIBDIR)\/\$@/d' \ |
250 | -e '/strip \$(LIBDIR)\/\$@/d' \ |
| 187 | -e '/^STRIP =/d' \ |
251 | -e '/^STRIP =/d' \ |
| 188 | -e '/@.*\$(STRIP)/d' |
252 | -e '/@.*\$(STRIP)/d' |
| 189 | eend $? |
253 | eend $? |
| 190 | PLUGIN_MAKEFILE_PATCHED=1 |
254 | |
|
|
255 | # Use a file instead of an variable as single-stepping via ebuild |
|
|
256 | # destroys environment. |
|
|
257 | touch ${WORKDIR}/.vdr-plugin_makefile_patched |
| 191 | ;; |
258 | ;; |
| 192 | add_local_patch) |
259 | add_local_patch) |
| 193 | cd ${S} |
260 | cd ${S} |
| 194 | if test -d "${VDR_LOCAL_PATCHES_DIR}/${PN}"; then |
261 | if test -d "${VDR_LOCAL_PATCHES_DIR}/${PN}"; then |
| 195 | echo |
262 | echo |
| … | |
… | |
| 235 | case "$1" in |
302 | case "$1" in |
| 236 | prepare) |
303 | prepare) |
| 237 | [[ -n "${VDRSOURCE_DIR}" ]] && vdr-plugin_copy_source_tree |
304 | [[ -n "${VDRSOURCE_DIR}" ]] && vdr-plugin_copy_source_tree |
| 238 | ;; |
305 | ;; |
| 239 | compile) |
306 | compile) |
| 240 | if [[ -z ${PLUGIN_MAKEFILE_PATCHED} ]]; then |
307 | if [[ ! -f ${WORKDIR}/.vdr-plugin_makefile_patched ]]; then |
| 241 | eerror "Wrong use of vdr-plugin.eclass." |
308 | eerror "Wrong use of vdr-plugin.eclass." |
| 242 | eerror "An ebuild for a vdr-plugin will not work without" |
309 | eerror "An ebuild for a vdr-plugin will not work without" |
| 243 | eerror "calling vdr-plugin_src_unpack to patch the Makefile." |
310 | eerror "calling vdr-plugin_src_unpack to patch the Makefile." |
| 244 | echo |
311 | echo |
| 245 | eerror "Please report this at bugs.gentoo.org." |
312 | eerror "Please report this at bugs.gentoo.org." |
| … | |
… | |
| 286 | |
353 | |
| 287 | # if VDR_CONFD_FILE is empty and ${FILESDIR}/confd exists take it |
354 | # if VDR_CONFD_FILE is empty and ${FILESDIR}/confd exists take it |
| 288 | [[ -z ${VDR_CONFD_FILE} ]] && [[ -e ${FILESDIR}/confd ]] && VDR_CONFD_FILE=${FILESDIR}/confd |
355 | [[ -z ${VDR_CONFD_FILE} ]] && [[ -e ${FILESDIR}/confd ]] && VDR_CONFD_FILE=${FILESDIR}/confd |
| 289 | |
356 | |
| 290 | if [[ -n ${VDR_CONFD_FILE} ]]; then |
357 | if [[ -n ${VDR_CONFD_FILE} ]]; then |
| 291 | insinto /etc/conf.d |
|
|
| 292 | newins "${VDR_CONFD_FILE}" vdr.${VDRPLUGIN} |
358 | newconfd "${VDR_CONFD_FILE}" vdr.${VDRPLUGIN} |
| 293 | fi |
359 | fi |
| 294 | |
360 | |
| 295 | |
361 | |
| 296 | # if VDR_RCADDON_FILE is empty and ${FILESDIR}/rc-addon.sh exists take it |
362 | # if VDR_RCADDON_FILE is empty and ${FILESDIR}/rc-addon.sh exists take it |
| 297 | [[ -z ${VDR_RCADDON_FILE} ]] && [[ -e ${FILESDIR}/rc-addon.sh ]] && VDR_RCADDON_FILE=${FILESDIR}/rc-addon.sh |
363 | [[ -z ${VDR_RCADDON_FILE} ]] && [[ -e ${FILESDIR}/rc-addon.sh ]] && VDR_RCADDON_FILE=${FILESDIR}/rc-addon.sh |
| … | |
… | |
| 299 | if [[ -n ${VDR_RCADDON_FILE} ]]; then |
365 | if [[ -n ${VDR_RCADDON_FILE} ]]; then |
| 300 | insinto "${VDR_RC_DIR}" |
366 | insinto "${VDR_RC_DIR}" |
| 301 | newins "${VDR_RCADDON_FILE}" plugin-${VDRPLUGIN}.sh |
367 | newins "${VDR_RCADDON_FILE}" plugin-${VDRPLUGIN}.sh |
| 302 | fi |
368 | fi |
| 303 | |
369 | |
| 304 | |
370 | create_header_checksum_file |
| 305 | |
371 | create_plugindb_file |
| 306 | insinto ${VDR_CHECKSUM_DIR} |
|
|
| 307 | if [[ -f ${ROOT}${VDR_CHECKSUM_DIR}/header-md5-vdr ]]; then |
|
|
| 308 | newins ${ROOT}${VDR_CHECKSUM_DIR}/header-md5-vdr header-md5-${PN} |
|
|
| 309 | else |
|
|
| 310 | if which md5sum >/dev/null 2>&1; then |
|
|
| 311 | cd ${S} |
|
|
| 312 | ( |
|
|
| 313 | cd ${ROOT}${VDR_INCLUDE_DIR} |
|
|
| 314 | md5sum *.h libsi/*.h|LC_ALL=C sort --key=2 |
|
|
| 315 | ) > header-md5-${PN} |
|
|
| 316 | doins header-md5-${PN} |
|
|
| 317 | fi |
|
|
| 318 | fi |
|
|
| 319 | } |
372 | } |
| 320 | |
373 | |
| 321 | vdr-plugin_pkg_postinst() { |
374 | vdr-plugin_pkg_postinst() { |
|
|
375 | if has_version "<=media-tv/vdrplugin-rebuild-0.1"; then |
| 322 | update_vdrplugindb |
376 | update_vdrplugindb |
| 323 | einfo |
377 | fi |
|
|
378 | elog |
| 324 | einfo "The vdr plugin ${VDRPLUGIN} has now been installed." |
379 | elog "The vdr plugin ${VDRPLUGIN} has now been installed." |
| 325 | einfo "To activate execute the following command:" |
380 | elog "To activate execute the following command:" |
| 326 | einfo |
381 | elog |
| 327 | einfo " emerge --config ${PN}" |
382 | elog " emerge --config ${PN}" |
| 328 | einfo |
383 | elog |
| 329 | if [[ -n "${VDR_CONFD_FILE}" ]]; then |
384 | if [[ -n "${VDR_CONFD_FILE}" ]]; then |
| 330 | einfo "And have a look at the config-file" |
385 | elog "And have a look at the config-file" |
| 331 | einfo "/etc/conf.d/vdr.${VDRPLUGIN}" |
386 | elog "/etc/conf.d/vdr.${VDRPLUGIN}" |
| 332 | einfo |
387 | elog |
| 333 | fi |
388 | fi |
| 334 | } |
389 | } |
| 335 | |
390 | |
| 336 | vdr-plugin_pkg_postrm() { |
391 | vdr-plugin_pkg_postrm() { |
|
|
392 | if has_version "<=media-tv/vdrplugin-rebuild-0.1"; then |
| 337 | remove_vdrplugindb |
393 | remove_vdrplugindb |
|
|
394 | fi |
|
|
395 | delete_orphan_plugindb_file |
| 338 | } |
396 | } |
| 339 | |
397 | |
| 340 | vdr-plugin_pkg_config_final() { |
398 | vdr-plugin_pkg_config_final() { |
| 341 | diff ${conf_orig} ${conf} |
399 | diff ${conf_orig} ${conf} |
| 342 | rm ${conf_orig} |
400 | rm ${conf_orig} |
| 343 | } |
401 | } |
| 344 | |
402 | |
| 345 | vdr-plugin_pkg_config() { |
403 | vdr-plugin_pkg_config_old() { |
|
|
404 | elog "Using interface of gentoo-vdr-scripts-0.3.6 and older" |
| 346 | if [[ -z "${INSTALLPLUGIN}" ]]; then |
405 | if [[ -z "${INSTALLPLUGIN}" ]]; then |
| 347 | INSTALLPLUGIN="${VDRPLUGIN}" |
406 | INSTALLPLUGIN="${VDRPLUGIN}" |
| 348 | fi |
407 | fi |
| 349 | # First test if plugin is already inside PLUGINS |
408 | # First test if plugin is already inside PLUGINS |
| 350 | local conf=/etc/conf.d/vdr |
409 | local conf=/etc/conf.d/vdr |
| 351 | conf_orig=${conf}.before_emerge_config |
410 | conf_orig=${conf}.before_emerge_config |
| 352 | cp ${conf} ${conf_orig} |
411 | cp ${conf} ${conf_orig} |
| 353 | |
412 | |
| 354 | einfo "Reading ${conf}" |
413 | elog "Reading ${conf}" |
| 355 | if ! grep -q "^PLUGINS=" ${conf}; then |
414 | if ! grep -q "^PLUGINS=" ${conf}; then |
| 356 | local LINE=$(sed ${conf} -n -e '/^#.*PLUGINS=/=' | tail -n 1) |
415 | local LINE=$(sed ${conf} -n -e '/^#.*PLUGINS=/=' | tail -n 1) |
| 357 | if [[ -n "${LINE}" ]]; then |
416 | if [[ -n "${LINE}" ]]; then |
| 358 | sed -e ${LINE}'a PLUGINS=""' -i ${conf} |
417 | sed -e ${LINE}'a PLUGINS=""' -i ${conf} |
| 359 | else |
418 | else |
| … | |
… | |
| 372 | break; |
431 | break; |
| 373 | fi |
432 | fi |
| 374 | done |
433 | done |
| 375 | |
434 | |
| 376 | if [[ "${active}" == "1" ]]; then |
435 | if [[ "${active}" == "1" ]]; then |
| 377 | einfo "${INSTALLPLUGIN} already activated" |
436 | elog "${INSTALLPLUGIN} already activated" |
| 378 | echo |
437 | echo |
| 379 | read -p "Do you want to deactivate ${INSTALLPLUGIN} (yes/no) " answer |
438 | read -p "Do you want to deactivate ${INSTALLPLUGIN} (yes/no) " answer |
| 380 | if [[ "${answer}" != "yes" ]]; then |
439 | if [[ "${answer}" != "yes" ]]; then |
| 381 | einfo "aborted" |
440 | elog "aborted" |
| 382 | return |
441 | return |
| 383 | fi |
442 | fi |
| 384 | einfo "Removing ${INSTALLPLUGIN} from active plugins." |
443 | elog "Removing ${INSTALLPLUGIN} from active plugins." |
| 385 | local LINE=$(sed ${conf} -n -e '/^PLUGINS=.*\<'${INSTALLPLUGIN}'\>/=' | tail -n 1) |
444 | local LINE=$(sed ${conf} -n -e '/^PLUGINS=.*\<'${INSTALLPLUGIN}'\>/=' | tail -n 1) |
| 386 | sed -i ${conf} -e ${LINE}'s/\<'${INSTALLPLUGIN}'\>//' \ |
445 | sed -i ${conf} -e ${LINE}'s/\<'${INSTALLPLUGIN}'\>//' \ |
| 387 | -e ${LINE}'s/ \( \)*/ /g' \ |
446 | -e ${LINE}'s/ \( \)*/ /g' \ |
| 388 | -e ${LINE}'s/ "/"/g' \ |
447 | -e ${LINE}'s/ "/"/g' \ |
| 389 | -e ${LINE}'s/" /"/g' |
448 | -e ${LINE}'s/" /"/g' |
| … | |
… | |
| 391 | vdr-plugin_pkg_config_final |
450 | vdr-plugin_pkg_config_final |
| 392 | return |
451 | return |
| 393 | fi |
452 | fi |
| 394 | |
453 | |
| 395 | |
454 | |
| 396 | einfo "Adding ${INSTALLPLUGIN} to active plugins." |
455 | elog "Adding ${INSTALLPLUGIN} to active plugins." |
| 397 | local LINE=$(sed ${conf} -n -e '/^PLUGINS=/=' | tail -n 1) |
456 | local LINE=$(sed ${conf} -n -e '/^PLUGINS=/=' | tail -n 1) |
| 398 | sed -i ${conf} -e ${LINE}'s/^PLUGINS=" *\(.*\)"/PLUGINS="\1 '${INSTALLPLUGIN}'"/' \ |
457 | sed -i ${conf} -e ${LINE}'s/^PLUGINS=" *\(.*\)"/PLUGINS="\1 '${INSTALLPLUGIN}'"/' \ |
| 399 | -e ${LINE}'s/ \( \)*/ /g' \ |
458 | -e ${LINE}'s/ \( \)*/ /g' \ |
| 400 | -e ${LINE}'s/ "/"/g' \ |
459 | -e ${LINE}'s/ "/"/g' \ |
| 401 | -e ${LINE}'s/" /"/g' |
460 | -e ${LINE}'s/" /"/g' |
| 402 | |
461 | |
| 403 | vdr-plugin_pkg_config_final |
462 | vdr-plugin_pkg_config_final |
|
|
463 | } |
|
|
464 | |
|
|
465 | vdr-plugin_pkg_config_new() { |
|
|
466 | elog "Using interface introduced with gentoo-vdr-scripts-0.3.7" |
|
|
467 | if [[ -z "${INSTALLPLUGIN}" ]]; then |
|
|
468 | INSTALLPLUGIN="${VDRPLUGIN}" |
|
|
469 | fi |
|
|
470 | |
|
|
471 | active=0 |
|
|
472 | # First test if plugin is already inside PLUGINS |
|
|
473 | local conf=/etc/conf.d/vdr.plugins |
|
|
474 | exec 3<${conf} |
|
|
475 | while read -u 3 line; do |
|
|
476 | [[ ${line} == "" ]] && continue |
|
|
477 | [[ ${line:0:1} == "#" ]] && continue |
|
|
478 | set -- ${line} |
|
|
479 | [[ ${1} == ${INSTALLPLUGIN} ]] && active=1 |
|
|
480 | done |
|
|
481 | exec 3<&- |
|
|
482 | |
|
|
483 | if [[ $active == 0 ]]; then |
|
|
484 | elog "Adding ${INSTALLPLUGIN} to active plugins." |
|
|
485 | |
|
|
486 | # The pure edit process. |
|
|
487 | echo "${INSTALLPLUGIN}" >> "${conf}" |
|
|
488 | else |
|
|
489 | elog "${INSTALLPLUGIN} already activated" |
|
|
490 | echo |
|
|
491 | read -p "Do you want to deactivate ${INSTALLPLUGIN} (yes/no) " answer |
|
|
492 | if [[ "${answer}" != "yes" ]]; then |
|
|
493 | elog "aborted" |
|
|
494 | return |
|
|
495 | fi |
|
|
496 | elog "Removing ${INSTALLPLUGIN} from active plugins." |
|
|
497 | |
|
|
498 | # The pure edit process |
|
|
499 | sed -i "${conf}" -e "/^[[:space:]]*${INSTALLPLUGIN}[[:space:]]*\$/d" |
|
|
500 | fi |
|
|
501 | } |
|
|
502 | |
|
|
503 | vdr-plugin_pkg_config() { |
|
|
504 | if has_version ">media-tv/gentoo-vdr-scripts-0.3.6"; then |
|
|
505 | vdr-plugin_pkg_config_new |
|
|
506 | else |
|
|
507 | vdr-plugin_pkg_config_old |
|
|
508 | fi |
| 404 | } |
509 | } |
| 405 | |
510 | |
| 406 | fix_vdr_libsi_include() |
511 | fix_vdr_libsi_include() |
| 407 | { |
512 | { |
| 408 | einfo "Fixing include of libsi-headers" |
513 | einfo "Fixing include of libsi-headers" |