| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2006 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/mythtv-plugins.eclass,v 1.6 2005/07/06 20:23:20 agriffis Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.29 2008/02/20 20:05:23 cardoe Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Doug Goldstein <cardoe@gentoo.org |
5 | # Author: Doug Goldstein <cardoe@gentoo.org> |
| 6 | # |
6 | # |
|
|
7 | # Installs MythTV plugins along with patches from the release-${PV}-fixes branch |
|
|
8 | # |
|
|
9 | inherit mythtv multilib qt3 versionator |
| 7 | |
10 | |
| 8 | inherit multilib |
11 | # Extra configure options to pass to econf |
|
|
12 | MTVCONF=${MTVCONF:=""} |
| 9 | |
13 | |
|
|
14 | SLOT="0" |
| 10 | IUSE="${IUSE} mmx" |
15 | IUSE="${IUSE} debug mmx" |
| 11 | |
16 | |
| 12 | EXPORT_FUNCTIONS src_unpack src_compile src_install |
17 | RDEPEND="${RDEPEND} |
| 13 | MYTHPLUGINS="mythbrowser mythdvd mythgallery mythgame mythmusic mythnews mythphone mythvideo mythweather mythweb" |
18 | =media-tv/mythtv-${MY_PV}*" |
| 14 | MTVCONF="" |
19 | DEPEND="${DEPEND} |
| 15 | S="${WORKDIR}/mythplugins-${PV}" |
20 | =media-tv/mythtv-${MY_PV}* |
|
|
21 | >=sys-apps/sed-4" |
| 16 | |
22 | |
| 17 | DEPEND=">=sys-apps/sed-4" |
23 | S="${WORKDIR}/mythplugins-${MY_PV}" |
|
|
24 | |
|
|
25 | # hijacks the plugins checkout to be: |
|
|
26 | # /usr/portage/distfiles/svn-src/mythplugins/mythplugins/mythvideo/ |
|
|
27 | # so that each of the plugins can share the same svn checkout |
|
|
28 | # saving HD space and number of svn checkouts reqired |
|
|
29 | # Great suggestion by Tom Clift <tom@clift.name> |
|
|
30 | ESVN_PROJECT="mythplugins" |
|
|
31 | |
|
|
32 | mythtv-plugins_pkg_setup() { |
|
|
33 | # List of available plugins (needs to include ALL of them in the tarball) |
|
|
34 | MYTHPLUGINS="mythbrowser mythcontrols mythdvd mythflix mythgallery" |
|
|
35 | MYTHPLUGINS="${MYTHPLUGINS} mythgame mythmusic mythnews mythphone" |
|
|
36 | MYTHPLUGINS="${MYTHPLUGINS} mythvideo mythweather mythweb" |
|
|
37 | |
|
|
38 | if version_is_at_least "0.20" ; then |
|
|
39 | MYTHPLUGINS="${MYTHPLUGINS} mytharchive" |
|
|
40 | fi |
|
|
41 | |
|
|
42 | if version_is_at_least "0.21_pre" ; then |
|
|
43 | MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies mythappearance" |
|
|
44 | MYTHPLUGINS="${MYTHPLUGINS/mythdvd/}" |
|
|
45 | fi |
|
|
46 | } |
| 18 | |
47 | |
| 19 | mythtv-plugins_src_unpack() { |
48 | mythtv-plugins_src_unpack() { |
| 20 | unpack ${A} |
49 | subversion_src_unpack |
|
|
50 | mythtv-plugins_src_unpack_patch |
|
|
51 | } |
|
|
52 | |
|
|
53 | mythtv-plugins_src_unpack_patch() { |
| 21 | cd ${S} |
54 | cd "${S}" |
| 22 | |
55 | |
|
|
56 | mythtv-fixes_patch |
|
|
57 | |
| 23 | sed -e 's!PREFIX = /usr/local!PREFIX = /usr!' \ |
58 | sed -e 's!PREFIX = /usr/local!PREFIX = /usr!' \ |
| 24 | -i 'settings.pro' || die "fixing PREFIX to /usr failed" |
59 | -i 'settings.pro' || die "fixing PREFIX to /usr failed" |
| 25 | |
60 | |
| 26 | sed -e "s!QMAKE_CXXFLAGS_RELEASE = -O3 -march=pentiumpro -fomit-frame-pointer!QMAKE_CXXFLAGS_RELEASE = ${CXXFLAGS}!" \ |
61 | sed -e "s!QMAKE_CXXFLAGS_RELEASE = -O3 -march=pentiumpro -fomit-frame-pointer!QMAKE_CXXFLAGS_RELEASE = ${CXXFLAGS}!" \ |
| 27 | -i 'settings.pro' || die "Fixing QMake's CXXFLAGS failed" |
62 | -i 'settings.pro' || die "Fixing QMake's CXXFLAGS failed" |
| 28 | |
63 | |
| 29 | sed -e "s!QMAKE_CFLAGS_RELEASE = \$\${QMAKE_CXXFLAGS_RELEASE}!QMAKE_CFLAGS_RELEASE = ${CFLAGS}!" \ |
64 | sed -e "s!QMAKE_CFLAGS_RELEASE = \$\${QMAKE_CXXFLAGS_RELEASE}!QMAKE_CFLAGS_RELEASE = ${CFLAGS}!" \ |
| 30 | -i 'settings.pro' || die "Fixing Qmake's CFLAGS failed" |
65 | -i 'settings.pro' || die "Fixing Qmake's CFLAGS failed" |
| 31 | |
66 | |
| 32 | find ${S} -name '*.pro' -exec sed -i \ |
67 | find "${S}" -name '*.pro' -exec sed -i \ |
| 33 | -e "s:\$\${PREFIX}/lib/:\$\${PREFIX}/$(get_libdir)/:g" \ |
68 | -e "s:\$\${PREFIX}/lib/:\$\${PREFIX}/$(get_libdir)/:g" \ |
| 34 | -e "s:\$\${PREFIX}/lib$:\$\${PREFIX}/$(get_libdir):g" \ |
69 | -e "s:\$\${PREFIX}/lib$:\$\${PREFIX}/$(get_libdir):g" \ |
| 35 | {} \; |
70 | {} \; |
| 36 | } |
71 | } |
| 37 | |
72 | |
| 38 | mythtv-plugins_src_compile() { |
73 | mythtv-plugins_src_compile() { |
| 39 | cd ${S} |
74 | cd "${S}" |
| 40 | |
75 | |
| 41 | if use debug; then |
76 | if use debug; then |
| 42 | sed -e 's!CONFIG += release!CONFIG += debug!' \ |
77 | sed -e 's!CONFIG += release!CONFIG += debug!' \ |
| 43 | -i 'settings.pro' || die "switching to debug build failed" |
78 | -i 'settings.pro' || die "switching to debug build failed" |
| 44 | fi |
79 | fi |
| 45 | |
80 | |
| 46 | # if ( use x86 && ! use mmx ) || ! use amd64 ; then |
81 | # if ( use x86 && ! use mmx ) || ! use amd64 ; then |
| 47 | if ( ! use mmx ); then |
82 | if ( ! use mmx ); then |
| 48 | sed -e 's!DEFINES += HAVE_MMX!DEFINES -= HAVE_MMX!' \ |
83 | sed -e 's!DEFINES += HAVE_MMX!DEFINES -= HAVE_MMX!' \ |
| 49 | -i 'settings.pro' || die "disabling MMX failed" |
84 | -i 'settings.pro' || die "disabling MMX failed" |
| 50 | fi |
85 | fi |
| … | |
… | |
| 63 | die "Package ${PN} is unsupported" |
98 | die "Package ${PN} is unsupported" |
| 64 | fi |
99 | fi |
| 65 | |
100 | |
| 66 | econf ${myconf} ${MTVCONF} |
101 | econf ${myconf} ${MTVCONF} |
| 67 | |
102 | |
| 68 | ${QTDIR}/bin/qmake -o "Makefile" mythplugins.pro || die "qmake failed to run" |
103 | ${QTDIR}/bin/qmake QMAKE="${QTDIR}/bin/qmake" -o "Makefile" mythplugins.pro || die "qmake failed to run" |
| 69 | emake || die "make failed to compile" |
104 | emake || die "make failed to compile" |
| 70 | } |
105 | } |
| 71 | |
106 | |
| 72 | mythtv-plugins_src_install() { |
107 | mythtv-plugins_src_install() { |
| 73 | if hasq ${PN} ${MYTHPLUGINS} ; then |
108 | if hasq ${PN} ${MYTHPLUGINS} ; then |
| 74 | cd ${S}/${PN} |
109 | cd "${S}"/${PN} |
| 75 | else |
110 | else |
| 76 | die "Package ${PN} is unsupported" |
111 | die "Package ${PN} is unsupported" |
| 77 | fi |
112 | fi |
| 78 | |
113 | |
| 79 | einstall INSTALL_ROOT="${D}" |
114 | einstall INSTALL_ROOT="${D}" |
| 80 | for doc in AUTHORS COPYING FAQ UPGRADING ChangeLog README; do |
115 | for doc in AUTHORS COPYING FAQ UPGRADING ChangeLog README; do |
| 81 | test -e "${doc}" && dodoc ${doc} |
116 | test -e "${doc}" && dodoc ${doc} |
| 82 | done |
117 | done |
| 83 | } |
118 | } |
|
|
119 | |
|
|
120 | EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install |