packages: slv2/slv2.spec, slv2/link.patch (NEW) - fix linking (link.patch) ...

megabajt megabajt at pld-linux.org
Sat Feb 19 20:57:33 CET 2011


Author: megabajt                     Date: Sat Feb 19 19:57:33 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix linking (link.patch)
- release 3

---- Files affected:
packages/slv2:
   slv2.spec (1.7 -> 1.8) , link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/slv2/slv2.spec
diff -u packages/slv2/slv2.spec:1.7 packages/slv2/slv2.spec:1.8
--- packages/slv2/slv2.spec:1.7	Wed Feb  2 16:52:23 2011
+++ packages/slv2/slv2.spec	Sat Feb 19 20:57:28 2011
@@ -3,11 +3,12 @@
 Summary(pl.UTF-8):	Biblioteka hosta LV2 ułatwiająca korzystanie z wtyczek LV2
 Name:		slv2
 Version:	0.6.6
-Release:	2
+Release:	3
 License:	GPL v2+
 Group:		Libraries
 Source0:	http://download.drobilla.net/%{name}-%{version}.tar.bz2
 # Source0-md5:	b8e8e0e82dd04324fcd533e8acd1ce85
+Patch0:		link.patch
 URL:		http://drobilla.net/software/slv2/
 BuildRequires:	doxygen
 BuildRequires:	jack-audio-connection-kit-devel >= 0.107.0
@@ -74,6 +75,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 sed -i 's|/lib/|/%{_lib}/|g' src/world.c
 sed -i "s|/lib'|/%{_lib}'|" autowaf.py
 
@@ -132,6 +134,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2011/02/19 19:57:28  megabajt
+- fix linking (link.patch)
+- release 3
+
 Revision 1.7  2011/02/02 15:52:23  qboosh
 - chmod libs +x to allow generating ELF deps (waf prevented it)
 - release 2

================================================================
Index: packages/slv2/link.patch
diff -u /dev/null packages/slv2/link.patch:1.1
--- /dev/null	Sat Feb 19 20:57:33 2011
+++ packages/slv2/link.patch	Sat Feb 19 20:57:28 2011
@@ -0,0 +1,11 @@
+diff -urN slv2-0.6.6/wscript slv2-0.6.6.new//wscript
+--- slv2-0.6.6/wscript	2009-05-26 05:44:51.000000000 +0200
++++ slv2-0.6.6.new//wscript	2011-02-19 20:34:41.807662366 +0100
+@@ -96,6 +96,7 @@
+ 	obj.target       = 'slv2'
+ 	obj.vnum         = SLV2_LIB_VERSION
+ 	obj.install_path = '${LIBDIR}'
++	obj.lib          = 'dl'
+ 	autowaf.use_lib(bld, obj, 'REDLAND LV2CORE')
+ 
+ 	# Static library (for unit test code coverage)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/slv2/slv2.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list