| 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.34 2006/09/20 08:23:41 zzam Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.47 2007/08/14 14:47:21 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 | |
| … | |
… | |
| 147 | patchmakefile) |
207 | patchmakefile) |
| 148 | if ! cd ${S}; then |
208 | if ! cd ${S}; then |
| 149 | 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##*/}" |
| 150 | ewarn "Perhaps you find one among these:" |
210 | ewarn "Perhaps you find one among these:" |
| 151 | cd "${WORKDIR}" |
211 | cd "${WORKDIR}" |
| 152 | einfo "$(/bin/ls -1 ${WORKDIR})" |
212 | ewarn "$(/bin/ls -1 ${WORKDIR})" |
| 153 | die "Could not change to plugin-source-directory!" |
213 | die "Could not change to plugin-source-directory!" |
| 154 | fi |
214 | fi |
| 155 | |
215 | |
| 156 | einfo "Patching Makefile" |
216 | einfo "Patching Makefile" |
| 157 | [[ -e Makefile ]] || die "Makefile of plugin can not be found!" |
217 | [[ -e Makefile ]] || die "Makefile of plugin can not be found!" |
| 158 | cp Makefile Makefile.orig |
218 | cp Makefile "${WORKDIR}"/Makefile.before |
| 159 | |
219 | |
| 160 | sed -i Makefile \ |
220 | sed -i Makefile \ |
| 161 | -e '1i\#Makefile was patched by vdr-plugin.eclass' |
221 | -e '1i\#Makefile was patched by vdr-plugin.eclass' |
| 162 | |
222 | |
| 163 | ebegin " Setting Pathes" |
223 | ebegin " Setting Pathes" |
| … | |
… | |
| 176 | -e 's:^APIVERSION = :APIVERSION ?= :' \ |
236 | -e 's:^APIVERSION = :APIVERSION ?= :' \ |
| 177 | -e 's:$(LIBDIR)/$@.$(VDRVERSION):$(LIBDIR)/$@.$(APIVERSION):' \ |
237 | -e 's:$(LIBDIR)/$@.$(VDRVERSION):$(LIBDIR)/$@.$(APIVERSION):' \ |
| 178 | -e '2i\APIVERSION = '"${APIVERSION}" |
238 | -e '2i\APIVERSION = '"${APIVERSION}" |
| 179 | eend $? |
239 | eend $? |
| 180 | |
240 | |
| 181 | ebegin " Correcting CXXFLAGS" |
241 | ebegin " Correcting Compile-Flags" |
| 182 | sed -i Makefile \ |
242 | sed -i Makefile \ |
| 183 | -e 's:^CXXFLAGS:#CXXFLAGS:' |
243 | -e 's:^CXXFLAGS:#CXXFLAGS:' \ |
|
|
244 | -e '/LDFLAGS/!s:-shared:$(LDFLAGS) -shared:' |
| 184 | eend $? |
245 | eend $? |
| 185 | |
246 | |
| 186 | ebegin " Disabling file stripping" |
247 | ebegin " Disabling file stripping" |
| 187 | sed -i Makefile \ |
248 | sed -i Makefile \ |
| 188 | -e '/@.*strip/d' \ |
249 | -e '/@.*strip/d' \ |
| … | |
… | |
| 213 | |
274 | |
| 214 | vdr-plugin_copy_source_tree() { |
275 | vdr-plugin_copy_source_tree() { |
| 215 | pushd . >/dev/null |
276 | pushd . >/dev/null |
| 216 | cp -r ${S} ${T}/source-tree |
277 | cp -r ${S} ${T}/source-tree |
| 217 | cd ${T}/source-tree |
278 | cd ${T}/source-tree |
| 218 | mv Makefile.orig Makefile |
279 | cp "${WORKDIR}"/Makefile.before Makefile |
| 219 | sed -i Makefile \ |
280 | sed -i Makefile \ |
| 220 | -e "s:^DVBDIR.*$:DVBDIR = ${DVB_INCLUDE_DIR}:" \ |
281 | -e "s:^DVBDIR.*$:DVBDIR = ${DVB_INCLUDE_DIR}:" \ |
| 221 | -e 's:^CXXFLAGS:#CXXFLAGS:' \ |
282 | -e 's:^CXXFLAGS:#CXXFLAGS:' \ |
| 222 | -e 's:-I$(DVBDIR)/include:-I$(DVBDIR):' \ |
283 | -e 's:-I$(DVBDIR)/include:-I$(DVBDIR):' \ |
| 223 | -e 's:-I$(VDRDIR) -I$(DVBDIR):-I$(DVBDIR) -I$(VDRDIR):' |
284 | -e 's:-I$(VDRDIR) -I$(DVBDIR):-I$(DVBDIR) -I$(VDRDIR):' |
| … | |
… | |
| 261 | done |
322 | done |
| 262 | } |
323 | } |
| 263 | |
324 | |
| 264 | vdr-plugin_src_install() { |
325 | vdr-plugin_src_install() { |
| 265 | [[ -n "${VDRSOURCE_DIR}" ]] && vdr-plugin_install_source_tree |
326 | [[ -n "${VDRSOURCE_DIR}" ]] && vdr-plugin_install_source_tree |
| 266 | cd ${S} |
327 | cd "${WORKDIR}" |
| 267 | |
328 | |
| 268 | if [[ -n ${VDR_MAINTAINER_MODE} ]]; then |
329 | if [[ -n ${VDR_MAINTAINER_MODE} ]]; then |
| 269 | local mname=${P}-Makefile |
330 | local mname=${P}-Makefile |
| 270 | cp Makefile ${mname}.patched |
331 | cp "${S}"/Makefile ${mname}.patched |
| 271 | cp Makefile.orig ${mname}.before |
332 | cp Makefile.before ${mname}.before |
| 272 | |
333 | |
| 273 | diff -u ${mname}.before ${mname}.patched > ${mname}.diff |
334 | diff -u ${mname}.before ${mname}.patched > ${mname}.diff |
| 274 | |
335 | |
| 275 | insinto "/usr/share/vdr/maintainer-data/makefile-changes" |
336 | insinto "/usr/share/vdr/maintainer-data/makefile-changes" |
| 276 | doins ${mname}.diff |
337 | doins ${mname}.diff |
| … | |
… | |
| 281 | insinto "/usr/share/vdr/maintainer-data/makefile-patched" |
342 | insinto "/usr/share/vdr/maintainer-data/makefile-patched" |
| 282 | doins ${mname}.patched |
343 | doins ${mname}.patched |
| 283 | |
344 | |
| 284 | fi |
345 | fi |
| 285 | |
346 | |
|
|
347 | cd "${S}" |
| 286 | insinto "${VDR_PLUGIN_DIR}" |
348 | insinto "${VDR_PLUGIN_DIR}" |
| 287 | doins libvdr-*.so.* |
349 | doins libvdr-*.so.* |
| 288 | local docfile |
350 | local docfile |
| 289 | for docfile in README* HISTORY CHANGELOG; do |
351 | for docfile in README* HISTORY CHANGELOG; do |
| 290 | [[ -f ${docfile} ]] && dodoc ${docfile} |
352 | [[ -f ${docfile} ]] && dodoc ${docfile} |
| … | |
… | |
| 292 | |
354 | |
| 293 | # if VDR_CONFD_FILE is empty and ${FILESDIR}/confd exists take it |
355 | # if VDR_CONFD_FILE is empty and ${FILESDIR}/confd exists take it |
| 294 | [[ -z ${VDR_CONFD_FILE} ]] && [[ -e ${FILESDIR}/confd ]] && VDR_CONFD_FILE=${FILESDIR}/confd |
356 | [[ -z ${VDR_CONFD_FILE} ]] && [[ -e ${FILESDIR}/confd ]] && VDR_CONFD_FILE=${FILESDIR}/confd |
| 295 | |
357 | |
| 296 | if [[ -n ${VDR_CONFD_FILE} ]]; then |
358 | if [[ -n ${VDR_CONFD_FILE} ]]; then |
| 297 | insinto /etc/conf.d |
|
|
| 298 | newins "${VDR_CONFD_FILE}" vdr.${VDRPLUGIN} |
359 | newconfd "${VDR_CONFD_FILE}" vdr.${VDRPLUGIN} |
| 299 | fi |
360 | fi |
| 300 | |
361 | |
| 301 | |
362 | |
| 302 | # if VDR_RCADDON_FILE is empty and ${FILESDIR}/rc-addon.sh exists take it |
363 | # if VDR_RCADDON_FILE is empty and ${FILESDIR}/rc-addon.sh exists take it |
| 303 | [[ -z ${VDR_RCADDON_FILE} ]] && [[ -e ${FILESDIR}/rc-addon.sh ]] && VDR_RCADDON_FILE=${FILESDIR}/rc-addon.sh |
364 | [[ -z ${VDR_RCADDON_FILE} ]] && [[ -e ${FILESDIR}/rc-addon.sh ]] && VDR_RCADDON_FILE=${FILESDIR}/rc-addon.sh |
| … | |
… | |
| 305 | if [[ -n ${VDR_RCADDON_FILE} ]]; then |
366 | if [[ -n ${VDR_RCADDON_FILE} ]]; then |
| 306 | insinto "${VDR_RC_DIR}" |
367 | insinto "${VDR_RC_DIR}" |
| 307 | newins "${VDR_RCADDON_FILE}" plugin-${VDRPLUGIN}.sh |
368 | newins "${VDR_RCADDON_FILE}" plugin-${VDRPLUGIN}.sh |
| 308 | fi |
369 | fi |
| 309 | |
370 | |
| 310 | |
371 | create_header_checksum_file |
| 311 | |
372 | create_plugindb_file |
| 312 | insinto ${VDR_CHECKSUM_DIR} |
|
|
| 313 | if [[ -f ${ROOT}${VDR_CHECKSUM_DIR}/header-md5-vdr ]]; then |
|
|
| 314 | newins ${ROOT}${VDR_CHECKSUM_DIR}/header-md5-vdr header-md5-${PN} |
|
|
| 315 | else |
|
|
| 316 | if which md5sum >/dev/null 2>&1; then |
|
|
| 317 | cd ${S} |
|
|
| 318 | ( |
|
|
| 319 | cd ${ROOT}${VDR_INCLUDE_DIR} |
|
|
| 320 | md5sum *.h libsi/*.h|LC_ALL=C sort --key=2 |
|
|
| 321 | ) > header-md5-${PN} |
|
|
| 322 | doins header-md5-${PN} |
|
|
| 323 | fi |
|
|
| 324 | fi |
|
|
| 325 | } |
373 | } |
| 326 | |
374 | |
| 327 | vdr-plugin_pkg_postinst() { |
375 | vdr-plugin_pkg_postinst() { |
|
|
376 | if has_version "<=media-tv/vdrplugin-rebuild-0.1"; then |
| 328 | update_vdrplugindb |
377 | update_vdrplugindb |
| 329 | einfo |
378 | fi |
|
|
379 | elog |
| 330 | einfo "The vdr plugin ${VDRPLUGIN} has now been installed." |
380 | elog "The vdr plugin ${VDRPLUGIN} has now been installed." |
| 331 | einfo "To activate execute the following command:" |
381 | elog "To activate execute the following command:" |
| 332 | einfo |
382 | elog |
| 333 | einfo " emerge --config ${PN}" |
383 | elog " emerge --config ${PN}" |
| 334 | einfo |
384 | elog |
| 335 | if [[ -n "${VDR_CONFD_FILE}" ]]; then |
385 | if [[ -n "${VDR_CONFD_FILE}" ]]; then |
| 336 | einfo "And have a look at the config-file" |
386 | elog "And have a look at the config-file" |
| 337 | einfo "/etc/conf.d/vdr.${VDRPLUGIN}" |
387 | elog "/etc/conf.d/vdr.${VDRPLUGIN}" |
| 338 | einfo |
388 | elog |
| 339 | fi |
389 | fi |
| 340 | } |
390 | } |
| 341 | |
391 | |
| 342 | vdr-plugin_pkg_postrm() { |
392 | vdr-plugin_pkg_postrm() { |
|
|
393 | if has_version "<=media-tv/vdrplugin-rebuild-0.1"; then |
| 343 | remove_vdrplugindb |
394 | remove_vdrplugindb |
|
|
395 | fi |
|
|
396 | delete_orphan_plugindb_file |
| 344 | } |
397 | } |
| 345 | |
398 | |
| 346 | vdr-plugin_pkg_config_final() { |
399 | vdr-plugin_pkg_config_final() { |
| 347 | diff ${conf_orig} ${conf} |
400 | diff ${conf_orig} ${conf} |
| 348 | rm ${conf_orig} |
401 | rm ${conf_orig} |
| 349 | } |
402 | } |
| 350 | |
403 | |
| 351 | vdr-plugin_pkg_config() { |
404 | vdr-plugin_pkg_config_old() { |
|
|
405 | elog "Using interface of gentoo-vdr-scripts-0.3.6 and older" |
| 352 | if [[ -z "${INSTALLPLUGIN}" ]]; then |
406 | if [[ -z "${INSTALLPLUGIN}" ]]; then |
| 353 | INSTALLPLUGIN="${VDRPLUGIN}" |
407 | INSTALLPLUGIN="${VDRPLUGIN}" |
| 354 | fi |
408 | fi |
| 355 | # First test if plugin is already inside PLUGINS |
409 | # First test if plugin is already inside PLUGINS |
| 356 | local conf=/etc/conf.d/vdr |
410 | local conf=/etc/conf.d/vdr |
| 357 | conf_orig=${conf}.before_emerge_config |
411 | conf_orig=${conf}.before_emerge_config |
| 358 | cp ${conf} ${conf_orig} |
412 | cp ${conf} ${conf_orig} |
| 359 | |
413 | |
| 360 | einfo "Reading ${conf}" |
414 | elog "Reading ${conf}" |
| 361 | if ! grep -q "^PLUGINS=" ${conf}; then |
415 | if ! grep -q "^PLUGINS=" ${conf}; then |
| 362 | local LINE=$(sed ${conf} -n -e '/^#.*PLUGINS=/=' | tail -n 1) |
416 | local LINE=$(sed ${conf} -n -e '/^#.*PLUGINS=/=' | tail -n 1) |
| 363 | if [[ -n "${LINE}" ]]; then |
417 | if [[ -n "${LINE}" ]]; then |
| 364 | sed -e ${LINE}'a PLUGINS=""' -i ${conf} |
418 | sed -e ${LINE}'a PLUGINS=""' -i ${conf} |
| 365 | else |
419 | else |
| … | |
… | |
| 378 | break; |
432 | break; |
| 379 | fi |
433 | fi |
| 380 | done |
434 | done |
| 381 | |
435 | |
| 382 | if [[ "${active}" == "1" ]]; then |
436 | if [[ "${active}" == "1" ]]; then |
| 383 | einfo "${INSTALLPLUGIN} already activated" |
437 | elog "${INSTALLPLUGIN} already activated" |
| 384 | echo |
438 | echo |
| 385 | read -p "Do you want to deactivate ${INSTALLPLUGIN} (yes/no) " answer |
439 | read -p "Do you want to deactivate ${INSTALLPLUGIN} (yes/no) " answer |
| 386 | if [[ "${answer}" != "yes" ]]; then |
440 | if [[ "${answer}" != "yes" ]]; then |
| 387 | einfo "aborted" |
441 | elog "aborted" |
| 388 | return |
442 | return |
| 389 | fi |
443 | fi |
| 390 | einfo "Removing ${INSTALLPLUGIN} from active plugins." |
444 | elog "Removing ${INSTALLPLUGIN} from active plugins." |
| 391 | local LINE=$(sed ${conf} -n -e '/^PLUGINS=.*\<'${INSTALLPLUGIN}'\>/=' | tail -n 1) |
445 | local LINE=$(sed ${conf} -n -e '/^PLUGINS=.*\<'${INSTALLPLUGIN}'\>/=' | tail -n 1) |
| 392 | sed -i ${conf} -e ${LINE}'s/\<'${INSTALLPLUGIN}'\>//' \ |
446 | sed -i ${conf} -e ${LINE}'s/\<'${INSTALLPLUGIN}'\>//' \ |
| 393 | -e ${LINE}'s/ \( \)*/ /g' \ |
447 | -e ${LINE}'s/ \( \)*/ /g' \ |
| 394 | -e ${LINE}'s/ "/"/g' \ |
448 | -e ${LINE}'s/ "/"/g' \ |
| 395 | -e ${LINE}'s/" /"/g' |
449 | -e ${LINE}'s/" /"/g' |
| … | |
… | |
| 397 | vdr-plugin_pkg_config_final |
451 | vdr-plugin_pkg_config_final |
| 398 | return |
452 | return |
| 399 | fi |
453 | fi |
| 400 | |
454 | |
| 401 | |
455 | |
| 402 | einfo "Adding ${INSTALLPLUGIN} to active plugins." |
456 | elog "Adding ${INSTALLPLUGIN} to active plugins." |
| 403 | local LINE=$(sed ${conf} -n -e '/^PLUGINS=/=' | tail -n 1) |
457 | local LINE=$(sed ${conf} -n -e '/^PLUGINS=/=' | tail -n 1) |
| 404 | sed -i ${conf} -e ${LINE}'s/^PLUGINS=" *\(.*\)"/PLUGINS="\1 '${INSTALLPLUGIN}'"/' \ |
458 | sed -i ${conf} -e ${LINE}'s/^PLUGINS=" *\(.*\)"/PLUGINS="\1 '${INSTALLPLUGIN}'"/' \ |
| 405 | -e ${LINE}'s/ \( \)*/ /g' \ |
459 | -e ${LINE}'s/ \( \)*/ /g' \ |
| 406 | -e ${LINE}'s/ "/"/g' \ |
460 | -e ${LINE}'s/ "/"/g' \ |
| 407 | -e ${LINE}'s/" /"/g' |
461 | -e ${LINE}'s/" /"/g' |
| 408 | |
462 | |
| 409 | vdr-plugin_pkg_config_final |
463 | vdr-plugin_pkg_config_final |
|
|
464 | } |
|
|
465 | |
|
|
466 | vdr-plugin_pkg_config_new() { |
|
|
467 | elog "Using interface introduced with gentoo-vdr-scripts-0.3.7" |
|
|
468 | if [[ -z "${INSTALLPLUGIN}" ]]; then |
|
|
469 | INSTALLPLUGIN="${VDRPLUGIN}" |
|
|
470 | fi |
|
|
471 | |
|
|
472 | active=0 |
|
|
473 | # First test if plugin is already inside PLUGINS |
|
|
474 | local conf=/etc/conf.d/vdr.plugins |
|
|
475 | exec 3<${conf} |
|
|
476 | while read -u 3 line; do |
|
|
477 | [[ ${line} == "" ]] && continue |
|
|
478 | [[ ${line:0:1} == "#" ]] && continue |
|
|
479 | set -- ${line} |
|
|
480 | [[ ${1} == ${INSTALLPLUGIN} ]] && active=1 |
|
|
481 | done |
|
|
482 | exec 3<&- |
|
|
483 | |
|
|
484 | if [[ $active == 0 ]]; then |
|
|
485 | elog "Adding ${INSTALLPLUGIN} to active plugins." |
|
|
486 | |
|
|
487 | # The pure edit process. |
|
|
488 | echo "${INSTALLPLUGIN}" >> "${conf}" |
|
|
489 | else |
|
|
490 | elog "${INSTALLPLUGIN} already activated" |
|
|
491 | echo |
|
|
492 | read -p "Do you want to deactivate ${INSTALLPLUGIN} (yes/no) " answer |
|
|
493 | if [[ "${answer}" != "yes" ]]; then |
|
|
494 | elog "aborted" |
|
|
495 | return |
|
|
496 | fi |
|
|
497 | elog "Removing ${INSTALLPLUGIN} from active plugins." |
|
|
498 | |
|
|
499 | # The pure edit process |
|
|
500 | sed -i "${conf}" -e "/^[[:space:]]*${INSTALLPLUGIN}[[:space:]]*\$/d" |
|
|
501 | fi |
|
|
502 | } |
|
|
503 | |
|
|
504 | vdr-plugin_pkg_config() { |
|
|
505 | if has_version ">media-tv/gentoo-vdr-scripts-0.3.6"; then |
|
|
506 | vdr-plugin_pkg_config_new |
|
|
507 | else |
|
|
508 | vdr-plugin_pkg_config_old |
|
|
509 | fi |
| 410 | } |
510 | } |
| 411 | |
511 | |
| 412 | fix_vdr_libsi_include() |
512 | fix_vdr_libsi_include() |
| 413 | { |
513 | { |
| 414 | einfo "Fixing include of libsi-headers" |
514 | einfo "Fixing include of libsi-headers" |