diff options
author | Phil Blundell <philb@gnu.org> | 2004-12-04 22:39:55 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-12-04 22:39:55 +0000 |
commit | e53c12ba6ba08bf8c6e61cc935592f6e58b089a4 (patch) | |
tree | 7857d9b1ba61856f3f4977621648388cb7ec3c01 /mythtv | |
parent | 70b4cd9b6c14979525ac11e93e1b051128ff5e08 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/packages
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/12/04 18:20:04+00:00 nexus.co.uk!pb
using r/w ext2, not r/o cramfs, on epia
2004/12/04 18:19:11+00:00 nexus.co.uk!pb
fix typo in mythtv packaging
2004/12/04 17:01:03+00:00 nexus.co.uk!pb
increase mythtv packaging granularity a bit
2004/12/04 16:59:02+00:00 nexus.co.uk!pb
put lame binary and libraries in separate packages
2004/12/04 16:15:50+00:00 nexus.co.uk!pb
break udevinfo and udevtest out of main udev package (now in udev-utils)
2004/12/04 16:11:48+00:00 nexus.co.uk!pb
remove strace from epia BOOTSTRAP_EXTRA_(R)DEPENDS
2004/12/04 16:09:30+00:00 nexus.co.uk!pb
bump task-bootstrap PR
2004/12/04 16:07:24+00:00 nexus.co.uk!pb
move lrzsz dependency from task-bootstrap to handhelds-common
BKrev: 41b23cbbTdZ1jNiugIMAe6ydDY_o4Q
Diffstat (limited to 'mythtv')
-rw-r--r-- | mythtv/mythtv_cvs.oe | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mythtv/mythtv_cvs.oe b/mythtv/mythtv_cvs.oe index 31613fa495..07c74259d2 100644 --- a/mythtv/mythtv_cvs.oe +++ b/mythtv/mythtv_cvs.oe @@ -1,12 +1,13 @@ DESCRIPTION = "A full featured personal video recorder system." MAINTAINER = "Michael 'Mickey' Lauer" SECTION = "x11/multimedia" -PR = "r2" +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" @@ -14,6 +15,12 @@ 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" @@ -71,6 +78,8 @@ do_configure_prepend() { --enable-risky install -m 0644 ${WORKDIR}/settings.pro ${S}/ + + cp -a ${WORKDIR}/themes/epiaosd ${S}/themes/ } do_install() { |