[arch-commits] Commit in hydrogen/trunk (PKGBUILD lrdf_raptor2.patch)

Ray Rashif schiv at archlinux.org
Thu Aug 11 10:28:18 UTC 2011


    Date: Thursday, August 11, 2011 @ 06:28:18
  Author: schiv
Revision: 135233

fix lrdf buildtime issue with raptor(2)

Added:
  hydrogen/trunk/lrdf_raptor2.patch
Modified:
  hydrogen/trunk/PKGBUILD

--------------------+
 PKGBUILD           |    7 +++++--
 lrdf_raptor2.patch |   11 +++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-11 09:38:59 UTC (rev 135232)
+++ PKGBUILD	2011-08-11 10:28:18 UTC (rev 135233)
@@ -14,13 +14,16 @@
 depends=('libarchive' 'liblrdf' 'qt' 'jack')
 makedepends=('scons')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e96f291d60e58f5d62fe616cee577dc0')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+        lrdf_raptor2.patch)
+md5sums=('e96f291d60e58f5d62fe616cee577dc0'
+         '2124851e890f46158189b5fa90006d40')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   export QTDIR=/usr
+  patch -Np1 -i "${srcdir}/lrdf_raptor2.patch"
   scons prefix=/usr libarchive=1
 }
 

Added: lrdf_raptor2.patch
===================================================================
--- lrdf_raptor2.patch	                        (rev 0)
+++ lrdf_raptor2.patch	2011-08-11 10:28:18 UTC (rev 135233)
@@ -0,0 +1,11 @@
+diff -baur hydrogen-0.9.5.old/Sconstruct hydrogen-0.9.5/Sconstruct
+--- hydrogen-0.9.5.old/Sconstruct	2011-08-11 18:00:07.889112348 +0800
++++ hydrogen-0.9.5/Sconstruct	2011-08-11 18:00:34.945632437 +0800
+@@ -83,6 +83,7 @@
+ 	includes.append( './' )
+ 	includes.append( 'gui/src/' )
+ 	includes.append( '3rdparty/install/include' )
++	includes.append( '/usr/include/raptor2' )
+ 
+ 	if sys.platform == "darwin":
+ 		ldflags.append( '-L/opt/local/lib' )




More information about the arch-commits mailing list