[oe-commits] org.oe.dev mythtv: fix RDEPENDS - close #254

Ondrej commit openembedded-commits at lists.openembedded.org
Sat Dec 2 18:07:48 UTC 2006


mythtv: fix RDEPENDS - close #254

Author: Ondrej
Branch: org.openembedded.dev
Revision: d81c245727e82ac6bf504ee9f1084a1c1829c092
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d81c245727e82ac6bf504ee9f1084a1c1829c092
Files:
1
packages/mythtv/mythtv_0.18.1.bb
Diffs:

#
# mt diff -r8a2a801ea9505975bd4137a7fd87476df9c08094 -rd81c245727e82ac6bf504ee9f1084a1c1829c092
#
# 
# 
# patch "packages/mythtv/mythtv_0.18.1.bb"
#  from [144a1fd3a6d0f12e7cd5175efd1275c77bcdbe7d]
#    to [fb9dd21b67bf9a5070259bef055a5bda1f13163a]
# 
============================================================
--- packages/mythtv/mythtv_0.18.1.bb	144a1fd3a6d0f12e7cd5175efd1275c77bcdbe7d
+++ packages/mythtv/mythtv_0.18.1.bb	fb9dd21b67bf9a5070259bef055a5bda1f13163a
@@ -1,16 +1,15 @@ SECTION = "x11/multimedia"
 DESCRIPTION = "A full featured personal video recorder system."
 HOMEPAGE = "http://www.mythtv.org"
 LICENSE = "GPL"
 SECTION = "x11/multimedia"
+DEPENDS = "libxinerama lame libxv libxxf86vm libxvmc lirc qt-x11-free"
+RDEPENDS = "qt-x11-plugins-sqldrivers qt-x11-plugins-imageformats"
 PR = "r1"
 
 SRC_URI = "http://www.mythtv.org/mc/mythtv-${PV}.tar.bz2 \
 	file://msmpeg-underscore-pic.patch;patch=1 \
 	file://settings.pro"
 
-DEPENDS = "libxinerama lame libxv libxxf86vm libxvmc lirc"
-RDEPENDS = "qt-x11-plugins"
-
 inherit qmake qt3x11
 
 # there is a -march=586 somewhere in the source tree






More information about the Openembedded-commits mailing list