[oe-commits] pieterg : tremor provides libvorbisidec, make it available through pkgconfig

GIT User account git at amethyst.openembedded.net
Wed Nov 26 11:38:14 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: f823f01890bb4e9d5ef571ddd221a64c0c559183
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f823f01890bb4e9d5ef571ddd221a64c0c559183

Author: pieterg <pieterg at gmx.com>
Date:   Fri Nov 14 12:38:02 2008 +0100

tremor provides libvorbisidec, make it available through pkgconfig

Conflicts:

	packages/tremor/tremor_20041119.bb

---

 packages/tremor/tremor/pkgconfig.patch |   22 ++++++++++++++++++++++
 packages/tremor/tremor_20041119.bb     |    9 ++++++---
 2 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/packages/tremor/tremor/pkgconfig.patch b/packages/tremor/tremor/pkgconfig.patch
new file mode 100644
index 0000000..f864cb8
--- /dev/null
+++ b/packages/tremor/tremor/pkgconfig.patch
@@ -0,0 +1,22 @@
+--- Tremor/configure.in	2006-09-03 01:19:30.000000000 +0200
++++ Tremor-fixed/configure.in	2006-09-03 12:13:33.339593728 +0200
+@@ -106,4 +106,4 @@
+ AC_SUBST(DEBUG)
+ AC_SUBST(PROFILE)
+ 
+-AC_OUTPUT(Makefile)
++AC_OUTPUT([Makefile vorbisidec.pc])
+--- Tremor/vorbisidec.pc.in	1970-01-01 01:00:00.000000000 +0100
++++ Tremor-fixed/vorbisidec.pc.in	2006-09-03 12:16:38.313473424 +0200
+@@ -0,0 +1,11 @@
++prefix=@prefix@
++exec_prefix=@exec_prefix@
++libdir=@libdir@
++includedir=@includedir@
++
++Name: vorbisidec
++Description: Vorbis audio decoder
++Requires:
++Version: 20041119
++Libs: -L${libdir} -lvorbisidec
++Cflags: -I${includedir}
diff --git a/packages/tremor/tremor_20041119.bb b/packages/tremor/tremor_20041119.bb
index 63de7a4..f81cfba 100644
--- a/packages/tremor/tremor_20041119.bb
+++ b/packages/tremor/tremor_20041119.bb
@@ -5,13 +5,16 @@ DEPENDS = "libogg"
 DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
 LICENSE = "BSD"
 SRCDATE = "${PV}"
-PR = "r1"
+PR = "r2"
 
-SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http"
+PROVIDES += "libvorbisidec"
+
+SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http \
+	file://pkgconfig.patch;patch=1;pnum=1"
 
 S = "${WORKDIR}/Tremor"
 
-inherit autotools
+inherit autotools pkgconfig
 
 EXTRA_OECONF=" --enable-shared --disable-rpath  "
 





More information about the Openembedded-commits mailing list