add lirc to mythtv DEPENDS
authorMichael Lauer <mickey@vanille-media.de>
Tue, 19 Oct 2004 21:38:00 +0000 (21:38 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 19 Oct 2004 21:38:00 +0000 (21:38 +0000)
BKrev: 41758938aBj_3o20ugdW0O8dRWOh6A

mythtv/mythtv_0.16+cvs20040918.oe
mythtv/mythtv_0.16.oe
mythtv/mythtv_cvs.oe

index 26e8c27..ebb4d9b 100644 (file)
@@ -9,7 +9,7 @@ SRC_URI = "cvs://mythtv:mythtv@cvs.mythtv.org/var/lib/mythcvs;module=mythtv;date
        file://prefix-etc.patch;patch=1"
 S = "${WORKDIR}/mythtv"
 
-DEPENDS = "xinerama qt-x11-free lame libxv libxxf86vm libxvmc"
+DEPENDS = "xinerama qt-x11-free lame libxv libxxf86vm libxvmc lirc"
 RDEPENDS = "qt-x11-plugins"
 
 inherit qmake qt3x11
index 1df2fcf..fcab0d6 100644 (file)
@@ -1,11 +1,12 @@
 DESCRIPTION = "A full featured personal video recorder system."
 MAINTAINER = "Michael 'Mickey' Lauer"
 SECTION = "x11/multimedia"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.mythtv.org/mc/mythtv-${PV}.tar.bz2"
 
-DEPENDS = "xinerama qt-x11-free lame libxv libxxf86vm"
+DEPENDS = "xinerama qt-x11-free lame libxv libxxf86vm libxvmc lirc"
+RDEPENDS = "qt-x11-plugins"
 
 inherit qmake qt3x11
 
index cad19b0..35b8259 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "A full featured personal video recorder system."
 MAINTAINER = "Michael 'Mickey' Lauer"
 SECTION = "x11/multimedia"
-PR = "r1"
+PR = "r2"
 
 DEFAULT_PREFERENCE = "-1"
 
@@ -10,7 +10,7 @@ SRC_URI = "cvs://mythtv:mythtv@cvs.mythtv.org/var/lib/mythcvs;module=mythtv;meth
        file://prefix-etc.patch;patch=1"
 S = "${WORKDIR}/mythtv"
 
-DEPENDS = "xinerama qt-x11-free lame libxv libxxf86vm libxvmc"
+DEPENDS = "xinerama qt-x11-free lame libxv libxxf86vm libxvmc lirc"
 RDEPENDS = "qt-x11-plugins"
 
 inherit qmake qt3x11