[oe-commits] org.oe.dev emotion: switch libxine for gstreamer in DEPENDS due to libxine being too old for emotion

justinp commit openembedded-commits at lists.openembedded.org
Fri Dec 1 17:47:32 UTC 2006


emotion: switch libxine for gstreamer in DEPENDS due to libxine being too old for emotion

Author: justinp at openembedded.org
Branch: org.openembedded.dev
Revision: 3203ba17adc89a9509df1da85a6de1c8292707f1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3203ba17adc89a9509df1da85a6de1c8292707f1
Files:
1
packages/efl/emotion_20061116.bb
Diffs:

#
# mt diff -r7b8f800388c670eeefd2bc60ebc05d062f12f0c7 -r3203ba17adc89a9509df1da85a6de1c8292707f1
#
# 
# 
# patch "packages/efl/emotion_20061116.bb"
#  from [4eb643e74d2ebf42d662cee0ba6f5b420c274849]
#    to [93b2cae38dfc77dd6ed47759357513cdfb0e8c4f]
# 
============================================================
--- packages/efl/emotion_20061116.bb	4eb643e74d2ebf42d662cee0ba6f5b420c274849
+++ packages/efl/emotion_20061116.bb	93b2cae38dfc77dd6ed47759357513cdfb0e8c4f
@@ -1,10 +1,11 @@ LICENSE = "MIT"
 DESCRIPTION = "Emotion is a multimedia library based on libxine"
 LICENSE = "MIT"
-DEPENDS = "eet virtual/evas edje virtual/ecore embryo virtual/libxine"
+DEPENDS = "eet virtual/evas edje virtual/ecore embryo gstreamer gst-plugins-base"
+# virtual/libxine
 #RPROVIDES += "emotion-themes emotion-plugins"
 RDEPENDS += "emotion-themes emotion-plugins"
 
-PR = "r0"
+PR = "r1"
 
 #FIXME: Needs patch not to build the examples when building against ecore-fb, because the examples depend on ecore-x11
 






More information about the Openembedded-commits mailing list