]> git.pld-linux.org Git - packages/ladspa-tap-plugins.git/commitdiff
- new URLs, updated to 1.0.1 master auto/th/ladspa-tap-plugins-1.0.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Jan 2022 19:21:15 +0000 (20:21 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Jan 2022 19:21:15 +0000 (20:21 +0100)
ladspa-tap-plugins-DESTDIR_OPTFLAGS.patch
ladspa-tap-plugins.spec

index a138cda9daa1631cb9418943502f35a575e63736..0e9ba7804eaf98ee7f3ec9666993d1cb2a273e7b 100644 (file)
@@ -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.
  
  # 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
index 2402fa3b7dd003ea0cf710e2275240871b89112f..f2b1c0e17a6971d6098579c3f2a75177e2de2cdb 100644 (file)
@@ -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
This page took 0.082003 seconds and 4 git commands to generate.