[oe-commits] org.oe.dev merge of '10c1f42dcafdbf24dd3f01c6d05fceb03c01fbed'

thesing commit oe at amethyst.openembedded.net
Mon Sep 1 18:06:50 UTC 2008


merge of '10c1f42dcafdbf24dd3f01c6d05fceb03c01fbed'
     and 'bb625da55db7de93841c5fa9a5e896f298710cff'

Author: thesing at openembedded.org
Branch: org.openembedded.dev
Revision: 00e72ca82c2190e68535376fd5a3b2ea61046325
ViewMTN: http://monotone.openembedded.org/revision/info/00e72ca82c2190e68535376fd5a3b2ea61046325
Files:
1
packages/libsigc++-2.0/libsigc++-2.0_2.2.2.bb
packages/totem/totem_2.23.4.bb
Diffs:

#
# mt diff -r10c1f42dcafdbf24dd3f01c6d05fceb03c01fbed -r00e72ca82c2190e68535376fd5a3b2ea61046325
#
#
# no changes
#


#
# mt diff -rbb625da55db7de93841c5fa9a5e896f298710cff -r00e72ca82c2190e68535376fd5a3b2ea61046325
#
#
#
# add_file "packages/libsigc++-2.0/libsigc++-2.0_2.2.2.bb"
#  content [551f14ec8f3a53dee6c78e79206b8a6f4cdc3fc7]
# 
# patch "packages/totem/totem_2.23.4.bb"
#  from [ca586f7865ee50b901d0696b5893e1401d369fcf]
#    to [ca9973c5a03ac53e5f5ed4990c53a20ae2786bdd]
#
============================================================
--- packages/libsigc++-2.0/libsigc++-2.0_2.2.2.bb	551f14ec8f3a53dee6c78e79206b8a6f4cdc3fc7
+++ packages/libsigc++-2.0/libsigc++-2.0_2.2.2.bb	551f14ec8f3a53dee6c78e79206b8a6f4cdc3fc7
@@ -0,0 +1,21 @@
+DESCRIPTION = "A library for loose coupling of C++ method calls"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "GPL LGPL"
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.gz \
+          "
+
+S = "${WORKDIR}/libsigc++-${PV}"
+
+inherit autotools 
+
+EXTRA_AUTORECONF = "--exclude=autoheader"
+
+FILES_${PN}-dev += "${libdir}/sigc++-*/"
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+do_stage() {
+	autotools_stage_all
+}
+
============================================================
--- packages/totem/totem_2.23.4.bb	ca586f7865ee50b901d0696b5893e1401d369fcf
+++ packages/totem/totem_2.23.4.bb	ca9973c5a03ac53e5f5ed4990c53a20ae2786bdd
@@ -6,11 +6,30 @@ LICENSE = "GPL"
 HOMEPAGE = "http://www.gnome.org/projects/totem/"
 LICENSE = "GPL"
 
-PR = "r2"
+PR = "r3"
 
-DEPENDS = " totem-pl-parser gtk+ dbus bluez-libs libglade gconf libxml2 gst-ffmpeg gst-plugins-bad  gst-plugins-base python" 
+DEPENDS = " totem-pl-parser gtk+ dbus bluez-libs libglade gconf libxml2 gst-ffmpeg gst-plugins-bad  gst-plugins-base" 
 RDEPENDS_${PN} += "iso-codes"
-RRECOMMENDS_${PN} += "gst-plugin-playbin gst-plugin-gconfelements gst-plugin-decodebin gst-plugin-decodebin2 gst-ffmpeg gst-plugin-audioresample gst-plugin-ximagesink gst-plugin-xvimagesink gst-plugin-alsa"
+RRECOMMENDS_${PN} += "gst-plugin-playbin \
+                      gst-plugin-gconfelements \
+		      gst-plugin-decodebin \
+		      gst-plugin-decodebin2 \
+		      gst-ffmpeg \
+		      gst-plugin-audioresample \
+		      gst-plugin-ximagesink \
+		      gst-plugin-xvimagesink \
+		      gst-plugin-alsa \
+		      gst-plugin-avi \
+		      gst-plugin-ffmpegcolorspace \
+		      gst-plugin-flvdemux \
+		      gst-plugin-nuvdemux \
+		      gst-plugin-videoscale \
+		      gst-plugin-a52dec \
+		      gst-plugin-mpegaudioparse \
+		      gst-plugin-ossaudio \
+		      gst-plugin-pulse \
+		      gst-plugin-autodetect \
+		      "
 
 inherit gnome
 
@@ -23,7 +42,7 @@ EXTRA_OECONF=" --disable-schemas-install
                --enable-gstreamer \
                --enable-browser-plugins \
 	       --disable-run-in-source-tree \
-	       --enable-python \
+	       --disable-python \
 	       --disable-vala \
 	       --with-dbus \
 	       "






More information about the Openembedded-commits mailing list