[oe-commits] org.oe.dev esound: clean configure of 0.36 a bit

koen commit oe at amethyst.openembedded.net
Mon Jun 2 15:09:32 UTC 2008


esound: clean configure of 0.36 a bit

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: ebf18a6430dac98f810b4f53019f6121737b6f90
ViewMTN: http://monotone.openembedded.org/revision/info/ebf18a6430dac98f810b4f53019f6121737b6f90
Files:
1
packages/esound/files/configure-fix.patch
packages/esound/esound_0.2.36.bb
Diffs:

#
# mt diff -rd4f986234011a176807771cccc6da3de3becb8d8 -rebf18a6430dac98f810b4f53019f6121737b6f90
#
#
#
# add_file "packages/esound/files/configure-fix.patch"
#  content [c6e24dab1838719c1b5b23f4e36cf78e01a89911]
# 
# patch "packages/esound/esound_0.2.36.bb"
#  from [e662a1a25da6cd0c37008261437f32aeba78cdee]
#    to [3705a9d0d8d973561f33eaf80e3c5e6771fba857]
#
============================================================
--- packages/esound/files/configure-fix.patch	c6e24dab1838719c1b5b23f4e36cf78e01a89911
+++ packages/esound/files/configure-fix.patch	c6e24dab1838719c1b5b23f4e36cf78e01a89911
@@ -0,0 +1,10 @@
+--- /tmp/configure.ac	2008-06-02 16:46:55.640793306 +0200
++++ esound-0.2.36/configure.ac	2008-06-02 16:47:26.030793494 +0200
+@@ -29,6 +29,7 @@
+ AC_SUBST(pkgdocdir)
+ 
+ AC_PROG_CC
++AC_PROG_CXX
+ AC_PROG_CPP
+ AC_LIBTOOL_WIN32_DLL
+ AM_PROG_LIBTOOL
============================================================
--- packages/esound/esound_0.2.36.bb	e662a1a25da6cd0c37008261437f32aeba78cdee
+++ packages/esound/esound_0.2.36.bb	3705a9d0d8d973561f33eaf80e3c5e6771fba857
@@ -3,12 +3,14 @@ PE = "1"
 LICENSE = "GPL"
 DEPENDS = "audiofile"
 PE = "1"
-PR = "r2"
+PR = "r3"
 
 inherit gnome binconfig
 
 SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/esound/0.2/esound-0.2.36.tar.bz2 \
-           file://no-docs.patch;patch=1"
+	   https://launchpad.net/ubuntu/breezy/+source/esound/0.2.36-1ubuntu5/+files/esound_0.2.36-1ubuntu5.diff.gz;patch=1 \
+           file://no-docs.patch;patch=1 \
+	   file://configure-fix.patch;patch=1"
 
 EXTRA_OECONF = " \
     --disable-alsa \






More information about the Openembedded-commits mailing list