[packages/ladspa-cmt-plugins] - updated to 1.17 - updated makefile patch

qboosh qboosh at pld-linux.org
Tue Apr 9 19:14:19 CEST 2019


commit 2b1b333bfc0f822be48518fc60ee4179f45f856d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Apr 9 19:14:22 2019 +0200

    - updated to 1.17
    - updated makefile patch

 ladspa-cmt-plugins-makefile.patch | 12 ++++++------
 ladspa-cmt-plugins.spec           |  9 ++++-----
 2 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/ladspa-cmt-plugins.spec b/ladspa-cmt-plugins.spec
index 3fd8578..99ecf01 100644
--- a/ladspa-cmt-plugins.spec
+++ b/ladspa-cmt-plugins.spec
@@ -1,13 +1,12 @@
-%define		_name cmt
 Summary:	A collection of LADSPA plugins from Computer Music Toolkit
 Summary(pl.UTF-8):	Kolekcja wtyczek LADSPA z projektu Computer Music Toolkit
 Name:		ladspa-cmt-plugins
-Version:	1.16
+Version:	1.17
 Release:	1
 License:	GPL v2+
 Group:		Applications/Sound
-Source0:	http://www.ladspa.org/download/%{_name}_src_%{version}.tgz
-# Source0-md5:	15a875e5aaf79c209c223babfb41cb1c
+Source0:	http://www.ladspa.org/download/cmt_%{version}.tgz
+# Source0-md5:	ce10250b30219ee8392a97266e95fa16
 Patch0:		%{name}-makefile.patch
 Patch1:		%{name}-compile.patch
 URL:		http://www.ladspa.org/
@@ -26,7 +25,7 @@ syntezatorami programowymi i programami nagrywającymi dźwięk pod
 Linuksem.
 
 %prep
-%setup -q -n %{_name}
+%setup -q -n cmt_%{version}
 %patch0 -p1
 %patch1 -p1
 
diff --git a/ladspa-cmt-plugins-makefile.patch b/ladspa-cmt-plugins-makefile.patch
index 5a6a0b9..d6b1089 100644
--- a/ladspa-cmt-plugins-makefile.patch
+++ b/ladspa-cmt-plugins-makefile.patch
@@ -1,18 +1,18 @@
---- cmt/src/makefile.orig	2007-11-06 11:25:34.000000000 +0100
-+++ cmt/src/makefile	2008-07-20 21:56:56.050036383 +0200
+--- cmt_1.17/src/Makefile.orig	2019-04-09 19:07:19.010095393 +0200
++++ cmt_1.17/src/Makefile	2019-04-09 19:08:13.183135246 +0200
 @@ -11,7 +11,7 @@
  # GENERAL
  #
  
--CFLAGS		=	$(INCLUDES) -Wall -O3 -fPIC
-+CFLAGS		=	$(INCLUDES) -Wall -fPIC $(OPTFLAGS)
+-CFLAGS		=	$(INCLUDES) -Wall -Werror -O2 -fPIC
++CFLAGS		=	$(INCLUDES) -Wall -Werror -fPIC $(OPTFLAGS)
  CXXFLAGS	=	$(CFLAGS)
  PLUGIN_LIB	=	../plugins/cmt.so
  
-@@ -72,7 +72,7 @@
+@@ -76,7 +76,7 @@
+ 		$(PLUGIN_OBJECTS)					
  
  install:	$(PLUGIN_LIB)
- 	-strip $(PLUGIN_LIB)
 -	cp $(PLUGIN_LIB) $(INSTALL_PLUGINS_DIR)
 +	cp $(PLUGIN_LIB) $(DESTDIR)$(INSTALL_PLUGINS_DIR)
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ladspa-cmt-plugins.git/commitdiff/2b1b333bfc0f822be48518fc60ee4179f45f856d



More information about the pld-cvs-commit mailing list