packages: slv2/link.patch, slv2/slv2.spec - updated link patch: libraptor l...

qboosh qboosh at pld-linux.org
Mon May 16 19:22:13 CEST 2011


Author: qboosh                       Date: Mon May 16 17:22:13 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated link patch: libraptor linking is needed too; force libraptor2-based redland
- release 5

---- Files affected:
packages/slv2:
   link.patch (1.1 -> 1.2) , slv2.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/slv2/link.patch
diff -u packages/slv2/link.patch:1.1 packages/slv2/link.patch:1.2
--- packages/slv2/link.patch:1.1	Sat Feb 19 20:57:28 2011
+++ packages/slv2/link.patch	Mon May 16 19:22:07 2011
@@ -1,11 +1,21 @@
 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 @@
+@@ -50,6 +50,7 @@
+ 	autowaf.check_tool(conf, 'compiler_cc')
+ 	autowaf.check_pkg(conf, 'lv2core', uselib_store='LV2CORE', atleast_version='1.0', mandatory=True)
+ 	autowaf.check_pkg(conf, 'redland', uselib_store='REDLAND', atleast_version='1.0.6', mandatory=True)
++	autowaf.check_pkg(conf, 'raptor2', uselib_store='RAPTOR', mandatory=True)
+ 	autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.107.0', mandatory=False)
+ 	conf.env.append_value('CCFLAGS', '-std=c99')
+ 	conf.define('SLV2_VERSION', SLV2_VERSION)
+@@ -96,7 +96,8 @@
  	obj.target       = 'slv2'
  	obj.vnum         = SLV2_LIB_VERSION
  	obj.install_path = '${LIBDIR}'
+-	autowaf.use_lib(bld, obj, 'REDLAND LV2CORE')
 +	obj.lib          = 'dl'
- 	autowaf.use_lib(bld, obj, 'REDLAND LV2CORE')
++	autowaf.use_lib(bld, obj, 'REDLAND RAPTOR LV2CORE')
  
  	# Static library (for unit test code coverage)
+ 	if bld.env['BUILD_TESTS']:

================================================================
Index: packages/slv2/slv2.spec
diff -u packages/slv2/slv2.spec:1.10 packages/slv2/slv2.spec:1.11
--- packages/slv2/slv2.spec:1.10	Mon May 16 18:43:55 2011
+++ packages/slv2/slv2.spec	Mon May 16 19:22:07 2011
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	Biblioteka hosta LV2 ułatwiająca korzystanie z wtyczek LV2
 Name:		slv2
 Version:	0.6.6
-Release:	4
+Release:	5
 License:	GPL v2+
 Group:		Libraries
 Source0:	http://download.drobilla.net/%{name}-%{version}.tar.bz2
@@ -12,11 +12,12 @@
 URL:		http://drobilla.net/software/slv2/
 BuildRequires:	doxygen
 BuildRequires:	jack-audio-connection-kit-devel >= 0.107.0
+BuildRequires:	libraptor2-devel >= 2.0
 BuildRequires:	lv2core-devel >= 1.0
 BuildRequires:	pkgconfig
 BuildRequires:	python
 BuildRequires:	python-modules
-BuildRequires:	redland-devel >= 1.0.6
+BuildRequires:	redland-devel >= 1.0.13
 BuildRequires:	sed >= 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -42,7 +43,8 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki SLV2
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	redland-devel >= 1.0.6
+Requires:	libraptor2-devel >= 2.0
+Requires:	redland-devel >= 1.0.13
 Requires:	lv2core-devel >= 1.0
 
 %description devel
@@ -135,6 +137,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2011/05/16 17:22:07  qboosh
+- updated link patch: libraptor linking is needed too; force libraptor2-based redland
+- release 5
+
 Revision 1.10  2011/05/16 16:43:55  qboosh
 - release 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/slv2/link.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/slv2/slv2.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list