diff options
Diffstat (limited to 'mythtv/mythtv_cvs.oe')
-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() { |