[arch-commits] Commit in liblrdf/trunk (PKGBUILD pkgconfig-raptor.patch)

Jan de Groot jgc at archlinux.org
Mon Oct 3 19:41:34 UTC 2011


    Date: Monday, October 3, 2011 @ 15:41:33
  Author: jgc
Revision: 139616

upgpkg: liblrdf 0.4.0-9

Add raptor cflags/ldflags to pkgconfig file, fixes build issues with packages depending on liblrdf

Added:
  liblrdf/trunk/pkgconfig-raptor.patch
Modified:
  liblrdf/trunk/PKGBUILD

------------------------+
 PKGBUILD               |   15 +++++++++------
 pkgconfig-raptor.patch |    9 +++++++++
 2 files changed, 18 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-03 19:16:44 UTC (rev 139615)
+++ PKGBUILD	2011-10-03 19:41:33 UTC (rev 139616)
@@ -3,7 +3,7 @@
 
 pkgname=liblrdf
 pkgver=0.4.0
-pkgrel=8
+pkgrel=9
 pkgdesc="A library for the manipulation of RDF file in LADSPA plugins"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/lrdf" #"http://sourceforge.net/projects/lrdf"
@@ -13,16 +13,19 @@
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/lrdf/${pkgname}-${pkgver}.tar.gz
 	md5.patch
-	raptor2.diff)
+	raptor2.diff
+        pkgconfig-raptor.patch)
 groups=('ladspa-plugins')
 md5sums=('327a5674f671c4b360c6353800226877'
-         'a6d231d052dc188cbc4c1039cf3a2003'
-         '80e938469da06a178e03107ca5b41e55')
+         'a6d231d052dc188cbc4c1039cf3a2003' 
+         '80e938469da06a178e03107ca5b41e55'
+         '982ae1bd4b39c2fb5cba108fbcbfbad1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/md5.patch
-  patch -Np0 -i ${srcdir}/raptor2.diff
+  patch -Np1 -i "${srcdir}/md5.patch"
+  patch -Np0 -i "${srcdir}/raptor2.diff"
+  patch -Np1 -i "${srcdir}/pkgconfig-raptor.patch"
   autoreconf -vfi
   ./configure --prefix=/usr
   make

Added: pkgconfig-raptor.patch
===================================================================
--- pkgconfig-raptor.patch	                        (rev 0)
+++ pkgconfig-raptor.patch	2011-10-03 19:41:33 UTC (rev 139616)
@@ -0,0 +1,9 @@
+--- liblrdf-0.4.0/lrdf.pc.in.orig	2011-10-03 19:28:16.702773254 +0000
++++ liblrdf-0.4.0/lrdf.pc.in	2011-10-03 19:28:43.003017477 +0000
+@@ -7,4 +7,5 @@
+ Version: @VERSION@
+ Description: liblrdf, a lightweight RDF library with extensions for LADSPA
+ Libs: -L${libdir} -llrdf
+-Cflags: -I${includedir} 
++Libs.private: @RAPTOR_LIBS@
++Cflags: @RAPTOR_CFLAGS@ -I${includedir} 




More information about the arch-commits mailing list