[packages/ladspa-tap-plugins] - new URLs, updated to 1.0.1

qboosh qboosh at pld-linux.org
Thu Jan 27 20:19:57 CET 2022


commit 262362c412ca58b73c216b9a07756698af13f020
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jan 27 20:21:15 2022 +0100

    - new URLs, updated to 1.0.1

 ladspa-tap-plugins-DESTDIR_OPTFLAGS.patch | 24 +++++++++++++++---------
 ladspa-tap-plugins.spec                   | 14 ++++++++------
 2 files changed, 23 insertions(+), 15 deletions(-)
---
diff --git a/ladspa-tap-plugins.spec b/ladspa-tap-plugins.spec
index 2402fa3..f2b1c0e 100644
--- a/ladspa-tap-plugins.spec
+++ b/ladspa-tap-plugins.spec
@@ -3,16 +3,17 @@
 Summary:	Set of LADSPA plugins for digital audio processing
 Summary(pl.UTF-8):	Zestaw wtyczek LADSPA do cyfrowej obróbki dźwięku
 Name:		ladspa-tap-plugins
-Version:	1.0.0
+Version:	1.0.1
 Release:	1
 License:	GPL v2+
 Group:		Applications/Sound
-Source0:	http://downloads.sourceforge.net/tap-plugins/%{pname}-%{version}.tar.gz
-# Source0-md5:	86c217d8774974fbbe87909304195e5a
+#Source0Download: https://github.com/tomszilagyi/tap-plugins/releases
+Source0:	https://github.com/tomszilagyi/tap-plugins/archive/v%{version}/%{pname}-%{version}.tar.gz
+# Source0-md5:	d36cf5f136c53f116a3f8496ad592355
 Source1:	http://downloads.sourceforge.net/tap-plugins/%{pname}-doc-%{docs_ver}.tar.gz
 # Source1-md5:	8af9ad9be0aac9f577056311d7ebbd5e
 Patch0:		%{name}-DESTDIR_OPTFLAGS.patch
-URL:		http://tap-plugins.sourceforge.net/
+URL:		https://tomscii.sig7.se/tap-plugins/
 BuildRequires:	ladspa-devel
 Requires:	ladspa-common
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -47,9 +48,10 @@ Dokumentacja wtyczek TAP.
 %{__rm} ladspa.h
 
 %build
+CFLAGS="%{rpmcflags} %{rpmcppflags}" \
+LDFLAGS="%{rpmldflags}" \
 %{__make} \
-	CC="%{__cc}" \
-	OPTFLAGS="%{rpmcflags}"
+	CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
diff --git a/ladspa-tap-plugins-DESTDIR_OPTFLAGS.patch b/ladspa-tap-plugins-DESTDIR_OPTFLAGS.patch
index a138cda..0e9ba78 100644
--- a/ladspa-tap-plugins-DESTDIR_OPTFLAGS.patch
+++ b/ladspa-tap-plugins-DESTDIR_OPTFLAGS.patch
@@ -1,5 +1,5 @@
---- tap-plugins-0.7.3/Makefile.orig	2014-05-26 16:51:56.000000000 +0200
-+++ tap-plugins-0.7.3/Makefile	2016-09-27 16:27:02.583722200 +0200
+--- tap-plugins-1.0.1/Makefile.orig	2019-01-20 13:10:05.000000000 +0100
++++ tap-plugins-1.0.1/Makefile	2022-01-27 20:04:57.153315247 +0100
 @@ -23,8 +23,8 @@
  # Change this if you want to install somewhere else. In particular
  # you may wish to remove the middle "local/" part of the path.
@@ -11,16 +11,22 @@
  
  # NO EDITING below this line is required
  # if all you want to do is install and use the plugins.
-@@ -35,7 +35,7 @@
- # GENERAL
+@@ -37,11 +37,11 @@ INSTALL_LRDF_DIR	=	/usr/local/share/lads
+ OS := $(shell uname -s)
  
- CC	= gcc
--CFLAGS	= -I. -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
-+CFLAGS	= -I. $(OPTFLAGS) -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
- LDFLAGS	= -nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt
+ CC      = gcc
+-CFLAGS  = -I. -O3 -Wall -fomit-frame-pointer -funroll-loops -ffast-math -c -fPIC -DPIC
++CFLAGS  += -I. -Wall -fomit-frame-pointer -funroll-loops -ffast-math -c -fPIC -DPIC
+ ifeq ($(OS),Darwin)
+-LDFLAGS = -nostartfiles -shared -Wl,-install_name,symbolic -lc -lm
++LDFLAGS += -nostartfiles -shared -Wl,-install_name,symbolic -lc -lm
+ else
+-LDFLAGS = -nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt
++LDFLAGS += -nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt
+ endif
  MODULES = $(wildcard *.c)
  
-@@ -56,11 +56,11 @@
+@@ -62,11 +62,11 @@ tap_dynamics_st.o: tap_dynamics_presets.
  # OTHER TARGETS
  
  install: all
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ladspa-tap-plugins.git/commitdiff/262362c412ca58b73c216b9a07756698af13f020



More information about the pld-cvs-commit mailing list