diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /mythtv | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'mythtv')
-rw-r--r-- | mythtv/mythtv_0.16+cvs20040918.bb | 0 | ||||
-rw-r--r-- | mythtv/mythtv_0.16+cvs20040918.oe | 79 | ||||
-rw-r--r-- | mythtv/mythtv_0.16.bb | 0 | ||||
-rw-r--r-- | mythtv/mythtv_0.16.oe | 74 | ||||
-rw-r--r-- | mythtv/mythtv_cvs.bb | 0 | ||||
-rw-r--r-- | mythtv/mythtv_cvs.oe | 88 |
6 files changed, 0 insertions, 241 deletions
diff --git a/mythtv/mythtv_0.16+cvs20040918.bb b/mythtv/mythtv_0.16+cvs20040918.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/mythtv/mythtv_0.16+cvs20040918.bb diff --git a/mythtv/mythtv_0.16+cvs20040918.oe b/mythtv/mythtv_0.16+cvs20040918.oe deleted file mode 100644 index ebb4d9baf3..0000000000 --- a/mythtv/mythtv_0.16+cvs20040918.oe +++ /dev/null @@ -1,79 +0,0 @@ -DESCRIPTION = "A full featured personal video recorder system." -MAINTAINER = "Michael 'Mickey' Lauer" -SECTION = "x11/multimedia" -PR = "r4" - -SRC_URI = "cvs://mythtv:mythtv@cvs.mythtv.org/var/lib/mythcvs;module=mythtv;date=20040918;method=pserver \ - file://xvmc-via.patch;patch=1;pnum=0 \ - file://settings.pro \ - file://prefix-etc.patch;patch=1" -S = "${WORKDIR}/mythtv" - -DEPENDS = "xinerama qt-x11-free lame libxv libxxf86vm libxvmc lirc" -RDEPENDS = "qt-x11-plugins" - -inherit qmake qt3x11 - -QMAKE_PROFILES = "mythtv.pro" - -# -# Disable everything non-x86 for now, since there are some -march=i586 hardcoded in there. -# -COMPATIBLE_HOST = 'i.86.*-linux' - -def mythtv_arch(d): - import oe, re - arch = oe.data.getVar('TARGET_ARCH', d, 1) - if re.match("^i.86$", arch): - arch = "x86" - elif arch == "x86_64": - arch = "x86" - elif arch == "arm": - arch = "armv4l" - return arch - -MYTHTV_ARCH := "${@mythtv_arch(d)}" - -do_configure_prepend() { -# it's not autotools anyway, so we call ./configure directly - find . -name "Makefile"|xargs rm -f - ./configure --prefix=/usr \ - --mandir=/usr/man \ - --disable-mp3lame \ - --enable-vorbis \ - --disable-faad \ - --disable-faadbin \ - --disable-faac \ - --disable-mingw32 \ - --enable-a52 \ - --disable-a52bin \ - --enable-pp \ - --enable-shared-pp \ - --enable-shared \ - --disable-amr_nb \ - --disable-amr_nb-fixed \ - --disable-sunmlib \ - \ - --cpu=${MYTHTV_ARCH} \ - --enable-mmx \ - --disable-altivec \ - --enable-v4l \ - --enable-audio-oss \ - --disable-audio-beos \ - --enable-dv1394 \ - --enable-network \ - --enable-zlib \ - --enable-simple_idct \ - --disable-vhook \ - --disable-mpegaudio-hp \ - --enable-ffserver \ - --enable-ffplay \ - --enable-risky - - install -m 0644 ${WORKDIR}/settings.pro ${S}/ -} - -do_install() { - oe_runmake INSTALL_ROOT=${D} install -} - diff --git a/mythtv/mythtv_0.16.bb b/mythtv/mythtv_0.16.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/mythtv/mythtv_0.16.bb diff --git a/mythtv/mythtv_0.16.oe b/mythtv/mythtv_0.16.oe deleted file mode 100644 index fcab0d60e6..0000000000 --- a/mythtv/mythtv_0.16.oe +++ /dev/null @@ -1,74 +0,0 @@ -DESCRIPTION = "A full featured personal video recorder system." -MAINTAINER = "Michael 'Mickey' Lauer" -SECTION = "x11/multimedia" -PR = "r2" - -SRC_URI = "http://www.mythtv.org/mc/mythtv-${PV}.tar.bz2" - -DEPENDS = "xinerama qt-x11-free lame libxv libxxf86vm libxvmc lirc" -RDEPENDS = "qt-x11-plugins" - -inherit qmake qt3x11 - -# there is a -march=586 somewhere in the source tree -COMPATIBLE_HOST = 'i.86.*-linux' - -QMAKE_PROFILES = "mythtv.pro" - -def mythtv_arch(d): - import oe, re - arch = oe.data.getVar('TARGET_ARCH', d, 1) - if re.match("^i.86$", arch): - arch = "x86" - elif arch == "x86_64": - arch = "x86" - elif arch == "arm": - arch = "armv4l" - return arch - -MYTHTV_ARCH := "${@mythtv_arch(d)}" - -do_configure_prepend() { -# it's not autotools anyway, so we call ./configure directly - find . -name "Makefile"|xargs rm -f - ./configure --prefix=/usr \ - --mandir=/usr/man \ - --disable-mp3lame \ - --enable-vorbis \ - --disable-faad \ - --disable-faadbin \ - --disable-faac \ - --disable-mingw32 \ - --enable-a52 \ - --disable-a52bin \ - --enable-pp \ - --enable-shared-pp \ - --enable-shared \ - --disable-amr_nb \ - --disable-amr_nb-fixed \ - --disable-sunmlib \ - \ - --cpu=${MYTHTV_ARCH} \ - --enablee-mmx \ - --disable-altivec \ - --enable-v4l \ - --enable-audio-oss \ - --disable-audio-beos \ - --enable-dv1394 \ - --enable-network \ - --enable-zlib \ - --enable-simple_idct \ - --disable-vhook \ - --disable-mpegaudio-hp \ - --enable-ffserver \ - --enable-ffplay \ - --enable-risky - - sed 's!PREFIX =.*!PREFIX = ${prefix}!' < settings.pro > settings.pro.new - mv settings.pro.new settings.pro -} - -do_install() { - oe_runmake INSTALL_ROOT=${D} install -} - diff --git a/mythtv/mythtv_cvs.bb b/mythtv/mythtv_cvs.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/mythtv/mythtv_cvs.bb diff --git a/mythtv/mythtv_cvs.oe b/mythtv/mythtv_cvs.oe deleted file mode 100644 index 07c74259d2..0000000000 --- a/mythtv/mythtv_cvs.oe +++ /dev/null @@ -1,88 +0,0 @@ -DESCRIPTION = "A full featured personal video recorder system." -MAINTAINER = "Michael 'Mickey' Lauer" -SECTION = "x11/multimedia" -PR = "r4" -PV = "0.16+cvs${CVSDATE}" - -DEFAULT_PREFERENCE = "-1" - -SRC_URI = "cvs://mythtv:mythtv@cvs.mythtv.org/var/lib/mythcvs;module=mythtv;method=pserver \ - http://www.ivor.it/mythtv/epiaosd.tar.gz \ - file://settings.pro \ - file://prefix-etc.patch;patch=1" -S = "${WORKDIR}/mythtv" - -DEPENDS = "xinerama qt-x11-free lame libxv libxxf86vm libxvmc lirc" -RDEPENDS = "qt-x11-plugins" - -PACKAGES =+ "libmythavcodec libmythavformat libmythtv mythtv-backend" -FILES_libmythavcodec = "${libdir}/libmythavcodec-*.so.*" -FILES_libmythavformat = "${libdir}/libmythavformat-*.so.*" -FILES_libmythtv = "${libdir}/libmythtv-*.so.*" -FILES_mythtv-backend = "${bindir}/mythbackend ${bindir}/mythtranscode ${bindir}/mythfilldatabase ${bindir}/mythcommflag" - -inherit qmake qt3x11 - -QMAKE_PROFILES = "mythtv.pro" - -# there is a -march=586 somewhere in the source tree -COMPATIBLE_HOST = 'i.86.*-linux' - -def mythtv_arch(d): - import oe, re - arch = oe.data.getVar('TARGET_ARCH', d, 1) - if re.match("^i.86$", arch): - arch = "x86" - elif arch == "x86_64": - arch = "x86" - elif arch == "arm": - arch = "armv4l" - return arch - -MYTHTV_ARCH := "${@mythtv_arch(d)}" - -do_configure_prepend() { -# it's not autotools anyway, so we call ./configure directly - find . -name "Makefile"|xargs rm -f - ./configure --prefix=/usr \ - --mandir=/usr/man \ - --disable-mp3lame \ - --enable-vorbis \ - --disable-faad \ - --disable-faadbin \ - --disable-faac \ - --disable-mingw32 \ - --enable-a52 \ - --disable-a52bin \ - --enable-pp \ - --enable-shared-pp \ - --enable-shared \ - --disable-amr_nb \ - --disable-amr_nb-fixed \ - --disable-sunmlib \ - \ - --cpu=${MYTHTV_ARCH} \ - --enable-mmx \ - --disable-altivec \ - --enable-v4l \ - --enable-audio-oss \ - --disable-audio-beos \ - --enable-dv1394 \ - --enable-network \ - --enable-zlib \ - --enable-simple_idct \ - --disable-vhook \ - --disable-mpegaudio-hp \ - --enable-ffserver \ - --enable-ffplay \ - --enable-risky - - install -m 0644 ${WORKDIR}/settings.pro ${S}/ - - cp -a ${WORKDIR}/themes/epiaosd ${S}/themes/ -} - -do_install() { - oe_runmake INSTALL_ROOT=${D} install -} - |