| 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.11 2005/12/10 10:59:59 zzam Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.31 2006/09/07 18:49:44 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 | |
8 | |
| 8 | # vdr-plugin.eclass |
9 | # vdr-plugin.eclass |
| 9 | # |
10 | # |
| 10 | # eclass to create ebuilds for vdr plugins |
11 | # eclass to create ebuilds for vdr plugins |
| 11 | # |
12 | # |
| … | |
… | |
| 22 | # KEYWORDS="~x86" |
23 | # KEYWORDS="~x86" |
| 23 | # DEPEND=">=media-video/vdr-1.3.27" |
24 | # DEPEND=">=media-video/vdr-1.3.27" |
| 24 | # |
25 | # |
| 25 | # |
26 | # |
| 26 | |
27 | |
| 27 | # There are some special files in ${FILESDIR} which get installed when |
28 | # Installation of a config file for the plugin |
| 28 | # they exist: |
29 | # |
|
|
30 | # If ${VDR_CONFD_FILE} is set install this file |
|
|
31 | # else install ${FILESDIR}/confd if it exists. |
| 29 | |
32 | |
| 30 | # ${FILESDIR}/confd-${PV} or ${FILESDIR}/confd: |
|
|
| 31 | # The first matching is installed under /etc/conf.d/vdr.${VDRPLUGIN} |
33 | # Gets installed as /etc/conf.d/vdr.${VDRPLUGIN}. |
| 32 | # (in example vdr-femon this would be /etc/conf.d/vdr.femon) |
34 | # For the plugin vdr-femon this would be /etc/conf.d/vdr.femon |
| 33 | # |
|
|
| 34 | # Everything put in variable _EXTRAOPTS is appended to the command line of |
|
|
| 35 | # the plugin. |
|
|
| 36 | |
35 | |
| 37 | |
36 | |
| 38 | # ${FILESDIR}/rc-addon-${PV}.sh or ${FILESDIR}/rc-addon.sh: |
37 | # Installation of an rc-addon file for the plugin |
| 39 | # The first matching is installed under /usr/lib/vdr/rcscript/plugin-${VDRPLUGIN}.sh |
38 | # |
|
|
39 | # If ${VDR_RCADDON_FILE} is set install this file |
|
|
40 | # else install ${FILESDIR}/rc-addon.sh if it exists. |
|
|
41 | # |
|
|
42 | # Gets installed under ${VDR_RC_DIR}/plugin-${VDRPLUGIN}.sh |
| 40 | # (in example vdr-femon this would be /usr/lib/vdr/rcscript/plugin-femon.sh) |
43 | # (in example vdr-femon this would be /usr/lib/vdr/rcscript/plugin-femon.sh) |
| 41 | # |
44 | # |
| 42 | # 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 |
| 43 | # 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 |
| 44 | # 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. |
| 45 | |
48 | |
|
|
49 | # HowTo use own local patches; Example |
|
|
50 | # |
|
|
51 | # Add to your /etc/make.conf: |
|
|
52 | # VDR_LOCAL_PATCHES_DIR="/usr/local/patch" |
|
|
53 | # |
|
|
54 | # Add two DIR's in your local patch dir, ${PN}/${PV}, |
|
|
55 | # e.g for vdr-burn-0.1.0 should be: |
|
|
56 | # /usr/local/patch/vdr-burn/0.1.0/ |
|
|
57 | # |
|
|
58 | # all patches which ending on diff or patch in this DIR will automatically applied |
|
|
59 | # |
|
|
60 | |
| 46 | inherit eutils flag-o-matic |
61 | inherit base multilib eutils flag-o-matic |
|
|
62 | |
|
|
63 | IUSE="debug" |
| 47 | |
64 | |
| 48 | # 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 |
| 49 | VDRPLUGIN="${PN/#vdrplugin-/}" |
66 | VDRPLUGIN="${PN/#vdrplugin-/}" |
| 50 | VDRPLUGIN="${VDRPLUGIN/#vdr-/}" |
67 | VDRPLUGIN="${VDRPLUGIN/#vdr-/}" |
| 51 | VDRPLUGIN="${VDRPLUGIN/%-cvs/}" |
68 | VDRPLUGIN="${VDRPLUGIN/%-cvs/}" |
| … | |
… | |
| 54 | |
71 | |
| 55 | # works in most cases |
72 | # works in most cases |
| 56 | S="${WORKDIR}/${VDRPLUGIN}-${PV}" |
73 | S="${WORKDIR}/${VDRPLUGIN}-${PV}" |
| 57 | |
74 | |
| 58 | # depend on headers for DVB-driver |
75 | # depend on headers for DVB-driver |
| 59 | RDEPEND="" |
76 | RDEPEND=">=media-tv/gentoo-vdr-scripts-0.3.4-r1" |
| 60 | DEPEND="media-tv/linuxtv-dvb-headers" |
77 | DEPEND="media-tv/linuxtv-dvb-headers" |
| 61 | |
|
|
| 62 | # Where should the plugins live in the filesystem |
|
|
| 63 | VDR_PLUGIN_DIR="/usr/lib/vdr/plugins" |
|
|
| 64 | |
|
|
| 65 | VDR_RC_DIR="/usr/lib/vdr/rcscript" |
|
|
| 66 | |
|
|
| 67 | # Pathes to includes |
|
|
| 68 | VDR_INCLUDE_DIR="/usr/include" |
|
|
| 69 | DVB_INCLUDE_DIR="/usr/include" |
|
|
| 70 | |
78 | |
| 71 | |
79 | |
| 72 | # this code is from linux-mod.eclass |
80 | # this code is from linux-mod.eclass |
| 73 | update_vdrplugindb() { |
81 | update_vdrplugindb() { |
| 74 | local VDRPLUGINDB_DIR=${ROOT}/var/lib/vdrplugin-rebuild/ |
82 | local VDRPLUGINDB_DIR=${ROOT}/var/lib/vdrplugin-rebuild/ |
| … | |
… | |
| 93 | } |
101 | } |
| 94 | |
102 | |
| 95 | vdr-plugin_pkg_setup() { |
103 | vdr-plugin_pkg_setup() { |
| 96 | # -fPIC is needed for shared objects on some platforms (amd64 and others) |
104 | # -fPIC is needed for shared objects on some platforms (amd64 and others) |
| 97 | append-flags -fPIC |
105 | append-flags -fPIC |
|
|
106 | use debug && append-flags -g |
| 98 | |
107 | |
| 99 | VDRVERSION=$(awk -F'"' '/VDRVERSION/ {print $2}' /usr/include/vdr/config.h) |
108 | # Where should the plugins live in the filesystem |
|
|
109 | VDR_PLUGIN_DIR="/usr/$(get_libdir)/vdr/plugins" |
|
|
110 | VDR_CHECKSUM_DIR="${VDR_PLUGIN_DIR%/plugins}/checksums" |
|
|
111 | |
|
|
112 | # transition to /usr/share/... will need new vdr-scripts version stable |
|
|
113 | VDR_RC_DIR="/usr/lib/vdr/rcscript" |
|
|
114 | |
|
|
115 | # Pathes to includes |
|
|
116 | VDR_INCLUDE_DIR="/usr/include/vdr" |
|
|
117 | DVB_INCLUDE_DIR="/usr/include" |
|
|
118 | |
|
|
119 | |
|
|
120 | VDRVERSION=$(awk -F'"' '/define VDRVERSION/ {print $2}' ${VDR_INCLUDE_DIR}/config.h) |
|
|
121 | APIVERSION=$(awk -F'"' '/define APIVERSION/ {print $2}' ${VDR_INCLUDE_DIR}/config.h) |
|
|
122 | [[ -z ${APIVERSION} ]] && APIVERSION="${VDRVERSION}" |
|
|
123 | |
| 100 | einfo "Building ${PF} against vdr-${VDRVERSION}" |
124 | einfo "Building ${PF} against vdr-${VDRVERSION}" |
|
|
125 | einfo "APIVERSION: ${APIVERSION}" |
| 101 | } |
126 | } |
| 102 | |
127 | |
| 103 | vdr-plugin_src_unpack() { |
128 | vdr-plugin_src_unpack() { |
|
|
129 | if [[ -z ${VDR_INCLUDE_DIR} ]]; then |
|
|
130 | eerror "Wrong use of vdr-plugin.eclass." |
|
|
131 | eerror "An ebuild for a vdr-plugin will not work without calling vdr-plugin_pkg_setup." |
|
|
132 | echo |
|
|
133 | eerror "Please report this at bugs.gentoo.org." |
|
|
134 | die "vdr-plugin_pkg_setup not called!" |
|
|
135 | fi |
| 104 | [ -z "$1" ] && vdr-plugin_src_unpack unpack patchmakefile |
136 | [ -z "$1" ] && vdr-plugin_src_unpack unpack add_local_patch patchmakefile |
| 105 | |
137 | |
| 106 | while [ "$1" ]; do |
138 | while [ "$1" ]; do |
| 107 | |
139 | |
| 108 | case "$1" in |
140 | case "$1" in |
| 109 | unpack) |
141 | unpack) |
| 110 | unpack ${A} |
142 | base_src_unpack |
| 111 | ;; |
143 | ;; |
| 112 | patchmakefile) |
144 | patchmakefile) |
| 113 | cd ${S} |
145 | if ! cd ${S}; then |
|
|
146 | ewarn "There seems to be no plugin-directory with the name ${S##*/}" |
|
|
147 | ewarn "Perhaps you find one among these:" |
|
|
148 | cd "${WORKDIR}" |
|
|
149 | einfo "$(/bin/ls -1 ${WORKDIR})" |
|
|
150 | die "Could not change to plugin-source-directory!" |
|
|
151 | fi |
| 114 | |
152 | |
| 115 | ebegin "Patching Makefile" |
153 | einfo "Patching Makefile" |
|
|
154 | [[ -e Makefile ]] || die "Makefile of plugin can not be found!" |
|
|
155 | cp Makefile Makefile.orig |
|
|
156 | |
| 116 | sed -i.orig Makefile \ |
157 | sed -i Makefile \ |
|
|
158 | -e '1i\#Makefile was patched by vdr-plugin.eclass' |
|
|
159 | |
|
|
160 | ebegin " Setting Pathes" |
|
|
161 | sed -i Makefile \ |
| 117 | -e "s:^VDRDIR.*$:VDRDIR = ${VDR_INCLUDE_DIR}:" \ |
162 | -e "s:^VDRDIR.*$:VDRDIR = ${VDR_INCLUDE_DIR}:" \ |
| 118 | -e "s:^DVBDIR.*$:DVBDIR = ${DVB_INCLUDE_DIR}:" \ |
163 | -e "s:^DVBDIR.*$:DVBDIR = ${DVB_INCLUDE_DIR}:" \ |
| 119 | -e "s:^LIBDIR.*$:LIBDIR = ${S}:" \ |
164 | -e "s:^LIBDIR.*$:LIBDIR = ${S}:" \ |
| 120 | -e "s:^TMPDIR.*$:TMPDIR = ${T}:" \ |
165 | -e "s:^TMPDIR.*$:TMPDIR = ${T}:" \ |
| 121 | -e 's:^CXXFLAGS:#CXXFLAGS:' \ |
166 | -e 's:-I$(VDRDIR)/include -I$(DVBDIR)/include:-I$(DVBDIR)/include -I$(VDRDIR)/include:' \ |
| 122 | -e 's:-I$(VDRDIR)/include:-I$(VDRDIR):' \ |
167 | -e 's:-I$(VDRDIR)/include:-I'"${VDR_INCLUDE_DIR%vdr}"':' \ |
| 123 | -e 's:-I$(DVBDIR)/include:-I$(DVBDIR):' \ |
168 | -e 's:-I$(DVBDIR)/include:-I$(DVBDIR):' |
| 124 | -e 's:-I$(VDRDIR) -I$(DVBDIR):-I$(DVBDIR) -I$(VDRDIR):' \ |
|
|
| 125 | -e 's:$(VDRDIR)/\([a-z]*\.h\|Make.config\):$(VDRDIR)/vdr/\1:' |
|
|
| 126 | eend $? |
169 | eend $? |
|
|
170 | |
|
|
171 | ebegin " Converting to APIVERSION" |
|
|
172 | sed -i Makefile \ |
|
|
173 | -e 's:^APIVERSION = :APIVERSION ?= :' \ |
|
|
174 | -e 's:$(LIBDIR)/$@.$(VDRVERSION):$(LIBDIR)/$@.$(APIVERSION):' \ |
|
|
175 | -e '2i\APIVERSION = '"${APIVERSION}" |
|
|
176 | eend $? |
|
|
177 | |
|
|
178 | ebegin " Correcting CXXFLAGS" |
|
|
179 | sed -i Makefile \ |
|
|
180 | -e 's:^CXXFLAGS:#CXXFLAGS:' |
|
|
181 | eend $? |
|
|
182 | |
|
|
183 | ebegin " Disabling file stripping" |
|
|
184 | sed -i Makefile \ |
|
|
185 | -e '/@.*strip/d' \ |
|
|
186 | -e '/strip \$(LIBDIR)\/\$@/d' \ |
|
|
187 | -e '/^STRIP =/d' \ |
|
|
188 | -e '/@.*\$(STRIP)/d' |
|
|
189 | eend $? |
|
|
190 | ;; |
|
|
191 | add_local_patch) |
|
|
192 | cd ${S} |
|
|
193 | if test -d "${VDR_LOCAL_PATCHES_DIR}/${PN}"; then |
|
|
194 | echo |
|
|
195 | einfo "Applying local patches" |
|
|
196 | for LOCALPATCH in ${VDR_LOCAL_PATCHES_DIR}/${PN}/${PV}/*.{diff,patch}; do |
|
|
197 | test -f "${LOCALPATCH}" && epatch "${LOCALPATCH}" |
|
|
198 | done |
|
|
199 | fi |
| 127 | ;; |
200 | ;; |
| 128 | esac |
201 | esac |
| 129 | |
202 | |
| 130 | shift |
203 | shift |
| 131 | done |
204 | done |
| … | |
… | |
| 161 | [[ -n "${VDRSOURCE_DIR}" ]] && vdr-plugin_copy_source_tree |
234 | [[ -n "${VDRSOURCE_DIR}" ]] && vdr-plugin_copy_source_tree |
| 162 | ;; |
235 | ;; |
| 163 | compile) |
236 | compile) |
| 164 | cd ${S} |
237 | cd ${S} |
| 165 | |
238 | |
| 166 | emake ${VDRPLUGIN_MAKE_TARGET:-all} || die "emake failed" |
239 | emake ${BUILD_PARAMS} ${VDRPLUGIN_MAKE_TARGET:-all} || die "emake failed" |
| 167 | ;; |
240 | ;; |
| 168 | esac |
241 | esac |
| 169 | |
242 | |
| 170 | shift |
243 | shift |
| 171 | done |
244 | done |
| … | |
… | |
| 173 | |
246 | |
| 174 | vdr-plugin_src_install() { |
247 | vdr-plugin_src_install() { |
| 175 | [[ -n "${VDRSOURCE_DIR}" ]] && vdr-plugin_install_source_tree |
248 | [[ -n "${VDRSOURCE_DIR}" ]] && vdr-plugin_install_source_tree |
| 176 | cd ${S} |
249 | cd ${S} |
| 177 | |
250 | |
|
|
251 | if [[ -n ${VDR_MAINTAINER_MODE} ]]; then |
|
|
252 | local mname=${P}-Makefile |
|
|
253 | cp Makefile ${mname}.patched |
|
|
254 | cp Makefile.orig ${mname}.before |
|
|
255 | |
|
|
256 | diff -u ${mname}.before ${mname}.patched > ${mname}.diff |
|
|
257 | |
|
|
258 | insinto "/usr/share/vdr/maintainer-data/makefile-changes" |
|
|
259 | doins ${mname}.diff |
|
|
260 | |
|
|
261 | insinto "/usr/share/vdr/maintainer-data/makefile-before" |
|
|
262 | doins ${mname}.before |
|
|
263 | |
|
|
264 | insinto "/usr/share/vdr/maintainer-data/makefile-patched" |
|
|
265 | doins ${mname}.patched |
|
|
266 | |
|
|
267 | fi |
|
|
268 | |
| 178 | insinto "${VDR_PLUGIN_DIR}" |
269 | insinto "${VDR_PLUGIN_DIR}" |
| 179 | doins libvdr-*.so.* |
270 | doins libvdr-*.so.* |
|
|
271 | local docfile |
| 180 | dodoc README* HISTORY CHANGELOG |
272 | for docfile in README* HISTORY CHANGELOG; do |
|
|
273 | [[ -f ${docfile} ]] && dodoc ${docfile} |
|
|
274 | done |
| 181 | |
275 | |
| 182 | for f in ${FILESDIR}/confd-${PV} ${FILESDIR}/confd; do |
276 | # if VDR_CONFD_FILE is empty and ${FILESDIR}/confd exists take it |
| 183 | if [[ -f "${f}" ]]; then |
277 | [[ -z ${VDR_CONFD_FILE} ]] && [[ -e ${FILESDIR}/confd ]] && VDR_CONFD_FILE=${FILESDIR}/confd |
|
|
278 | |
|
|
279 | if [[ -n ${VDR_CONFD_FILE} ]]; then |
| 184 | insinto /etc/conf.d |
280 | insinto /etc/conf.d |
| 185 | newins "${f}" vdr.${VDRPLUGIN} |
281 | newins "${VDR_CONFD_FILE}" vdr.${VDRPLUGIN} |
| 186 | break |
282 | fi |
|
|
283 | |
|
|
284 | |
|
|
285 | # if VDR_RCADDON_FILE is empty and ${FILESDIR}/rc-addon.sh exists take it |
|
|
286 | [[ -z ${VDR_RCADDON_FILE} ]] && [[ -e ${FILESDIR}/rc-addon.sh ]] && VDR_RCADDON_FILE=${FILESDIR}/rc-addon.sh |
|
|
287 | |
|
|
288 | if [[ -n ${VDR_RCADDON_FILE} ]]; then |
|
|
289 | insinto "${VDR_RC_DIR}" |
|
|
290 | newins "${VDR_RCADDON_FILE}" plugin-${VDRPLUGIN}.sh |
|
|
291 | fi |
|
|
292 | |
|
|
293 | |
|
|
294 | |
|
|
295 | insinto ${VDR_CHECKSUM_DIR} |
|
|
296 | if [[ -f ${ROOT}${VDR_CHECKSUM_DIR}/header-md5-vdr ]]; then |
|
|
297 | newins ${ROOT}${VDR_CHECKSUM_DIR}/header-md5-vdr header-md5-${PN} |
|
|
298 | else |
|
|
299 | if which md5sum >/dev/null 2>&1; then |
|
|
300 | cd ${S} |
|
|
301 | ( |
|
|
302 | cd ${ROOT}${VDR_INCLUDE_DIR} |
|
|
303 | md5sum *.h libsi/*.h|LC_ALL=C sort --key=2 |
|
|
304 | ) > header-md5-${PN} |
|
|
305 | doins header-md5-${PN} |
| 187 | fi |
306 | fi |
| 188 | done |
|
|
| 189 | |
|
|
| 190 | for f in ${FILESDIR}/rc-addon-${PV}.sh ${FILESDIR}/rc-addon.sh; do |
|
|
| 191 | if [[ -f "${f}" ]]; then |
|
|
| 192 | insinto "${VDR_RC_DIR}" |
|
|
| 193 | newins "${f}" plugin-${VDRPLUGIN}.sh |
|
|
| 194 | break |
|
|
| 195 | fi |
307 | fi |
| 196 | done |
|
|
| 197 | } |
308 | } |
| 198 | |
309 | |
| 199 | vdr-plugin_pkg_postinst() { |
310 | vdr-plugin_pkg_postinst() { |
| 200 | update_vdrplugindb |
311 | update_vdrplugindb |
| 201 | einfo |
312 | einfo |
| 202 | einfo "The vdr plugin ${VDRPLUGIN} has now been installed." |
313 | einfo "The vdr plugin ${VDRPLUGIN} has now been installed." |
| 203 | einfo "To activate execute the following command:" |
314 | einfo "To activate execute the following command:" |
| 204 | einfo |
315 | einfo |
| 205 | einfo " emerge --config ${PN}" |
316 | einfo " emerge --config ${PN}" |
| 206 | einfo |
317 | einfo |
|
|
318 | if [[ -n "${VDR_CONFD_FILE}" ]]; then |
|
|
319 | einfo "And have a look at the config-file" |
|
|
320 | einfo "/etc/conf.d/vdr.${VDRPLUGIN}" |
|
|
321 | einfo |
|
|
322 | fi |
| 207 | } |
323 | } |
| 208 | |
324 | |
| 209 | vdr-plugin_pkg_postrm() { |
325 | vdr-plugin_pkg_postrm() { |
| 210 | remove_vdrplugindb |
326 | remove_vdrplugindb |
| 211 | } |
327 | } |
| … | |
… | |
| 274 | -e ${LINE}'s/" /"/g' |
390 | -e ${LINE}'s/" /"/g' |
| 275 | |
391 | |
| 276 | vdr-plugin_pkg_config_final |
392 | vdr-plugin_pkg_config_final |
| 277 | } |
393 | } |
| 278 | |
394 | |
|
|
395 | fix_vdr_libsi_include() |
|
|
396 | { |
|
|
397 | einfo "Fixing include of libsi-headers" |
|
|
398 | local f |
|
|
399 | for f; do |
|
|
400 | sed -i "${f}" \ |
|
|
401 | -e '/#include/s:"\(.*libsi.*\)":<\1>:' \ |
|
|
402 | -e '/#include/s:<.*\(libsi/.*\)>:<vdr/\1>:' |
|
|
403 | done |
|
|
404 | } |
|
|
405 | |
| 279 | EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst pkg_postrm pkg_config |
406 | EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst pkg_postrm pkg_config |