Date: Wednesday, April 19, 2023 @ 07:21:58
  Author: dvzrv
Revision: 1447371

archrelease: copy trunk to community-x86_64

Added:
  rev-plugins/repos/community-x86_64/PKGBUILD
    (from rev 1447370, rev-plugins/trunk/PKGBUILD)
  rev-plugins/repos/community-x86_64/rev-plugins-0.8.1-makefile.patch
    (from rev 1447370, rev-plugins/trunk/rev-plugins-0.8.1-makefile.patch)
Deleted:
  rev-plugins/repos/community-x86_64/PKGBUILD
  rev-plugins/repos/community-x86_64/rev-plugins-0.8.1-makefile.patch

----------------------------------+
 PKGBUILD                         |   79 ++++++++++++++++++++-----------------
 rev-plugins-0.8.1-makefile.patch |   52 ++++++++++++------------
 2 files changed, 69 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-19 07:21:42 UTC (rev 1447370)
+++ PKGBUILD    2023-04-19 07:21:58 UTC (rev 1447371)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=rev-plugins
-_name=REV-plugins
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="LADSPA stereo and ambisonic reverb plugin based on zita-rev1"
-arch=(x86_64)
-url="https://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
-license=(GPL3)
-groups=(ladspa-plugins pro-audio)
-depends=(gcc-libs ladspa-host)
-makedepends=(ladspa)
-source=(
-  
https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$_name-$pkgver.tar.bz2
-  $pkgname-0.8.1-makefile.patch
-)
-sha512sums=('1c5732099f1f7b345f0ba509aebc4820bdd93e7a5a8bf54c010da34b89f95a1a5d1aff1447020c0f52c5de05f11b1c8381adcf034d68a17b90235229ad6bcad6'
-            
'd3184a8d195cb1883827d36a757e81ff31fc5afacc8267ccc2dca35050321995564bb2ea8bce301d8aa4694d74c8501757851baaafd0ead1870dfe853a6b52b0')
-b2sums=('01bad9b663fa3b4f49209a174486758c03945b8e97e455e01269213be885167fbec33e6ada251c6c18e03d78573494bd67ec3ad6d2860f7f159e73bb72bc4635'
-        
'51219951ad0a452a6ab6dfb5c37f4615d7ff3f28c82d704359d5bc4b895426c454bcd9ec85df7c7c08f2de3f83cb294573aa130639ae915da58665e8af7cfe83')
-
-prepare() {
-  # fix Makefile to honor LDFLAGS and DESTDIR
-  patch -Np1 -d $_name-$pkgver -i ../$pkgname-0.8.1-makefile.patch
-}
-
-build() {
-  make -C $_name-$pkgver/source
-}
-
-package() {
-  make install DESTDIR="$pkgdir" -C $_name-$pkgver/source
-  install -vDm 644 $_name-$pkgver/{AUTHORS,README} -t 
"$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: rev-plugins/repos/community-x86_64/PKGBUILD (from rev 1447370, 
rev-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-19 07:21:58 UTC (rev 1447371)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge <[email protected]>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+_name=REV-plugins
+pkgname=rev-plugins
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="LADSPA stereo and ambisonic reverb plugin based on zita-rev1"
+arch=(x86_64)
+url="https://kokkinizita.linuxaudio.org/linuxaudio/ladspa/";
+license=(GPL3)
+groups=(
+  ladspa-plugins
+  pro-audio
+)
+depends=(
+  gcc-libs
+  glibc
+  ladspa-host
+)
+makedepends=(ladspa)
+source=(
+  
https://kokkinizita.linuxaudio.org/linuxaudio/downloads/$_name-$pkgver.tar.bz2
+  $pkgname-0.8.1-makefile.patch
+)
+sha512sums=('1c5732099f1f7b345f0ba509aebc4820bdd93e7a5a8bf54c010da34b89f95a1a5d1aff1447020c0f52c5de05f11b1c8381adcf034d68a17b90235229ad6bcad6'
+            
'd3184a8d195cb1883827d36a757e81ff31fc5afacc8267ccc2dca35050321995564bb2ea8bce301d8aa4694d74c8501757851baaafd0ead1870dfe853a6b52b0')
+b2sums=('01bad9b663fa3b4f49209a174486758c03945b8e97e455e01269213be885167fbec33e6ada251c6c18e03d78573494bd67ec3ad6d2860f7f159e73bb72bc4635'
+        
'51219951ad0a452a6ab6dfb5c37f4615d7ff3f28c82d704359d5bc4b895426c454bcd9ec85df7c7c08f2de3f83cb294573aa130639ae915da58665e8af7cfe83')
+
+prepare() {
+  # fix Makefile to honor LDFLAGS and DESTDIR
+  patch -Np1 -d $_name-$pkgver -i ../$pkgname-0.8.1-makefile.patch
+}
+
+build() {
+  make -C $_name-$pkgver/source
+}
+
+package() {
+  make install DESTDIR="$pkgdir" -C $_name-$pkgver/source
+  install -vDm 644 $_name-$pkgver/{AUTHORS,README} -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}

Deleted: rev-plugins-0.8.1-makefile.patch
===================================================================
--- rev-plugins-0.8.1-makefile.patch    2023-04-19 07:21:42 UTC (rev 1447370)
+++ rev-plugins-0.8.1-makefile.patch    2023-04-19 07:21:58 UTC (rev 1447371)
@@ -1,26 +0,0 @@
-diff -ruN a/source/Makefile b/source/Makefile
---- a/source/Makefile  2022-06-28 12:39:06.000000000 +0200
-+++ b/source/Makefile  2022-06-29 13:03:28.693568568 +0200
-@@ -21,19 +21,20 @@
- 
- CPPFLAGS += -I. -fPIC -D_REENTRANT
- CXXFLAGS += -Wall -O2
-+LDFLAGS += -shared
- 
- all:  zita-reverbs.so
- 
- REVERBS_O = revplugins.o reverbs.o zreverb.o pareq.o
- zita-reverbs.so:      $(REVERBS_O)    
--      $(CXX) -shared  -o $@  $(REVERBS_O)
-+      $(CXX) $(LDFLAGS) -o $@  $(REVERBS_O)
- 
- reverbs.o:    ladspaplugin.h reverbs.h zreverb.h pareq.h
- revplugins.o: ladspaplugin.h reverbs.h zreverb.h pareq.h
- 
- 
- install:      zita-reverbs.so
--      cp  *.so /usr/lib/ladspa
-+      install -vDm 755 *.so -t $(DESTDIR)/usr/lib/ladspa
- 
- clean:
-       rm -rf *~ *.o *.so

Copied: rev-plugins/repos/community-x86_64/rev-plugins-0.8.1-makefile.patch 
(from rev 1447370, rev-plugins/trunk/rev-plugins-0.8.1-makefile.patch)
===================================================================
--- rev-plugins-0.8.1-makefile.patch                            (rev 0)
+++ rev-plugins-0.8.1-makefile.patch    2023-04-19 07:21:58 UTC (rev 1447371)
@@ -0,0 +1,26 @@
+diff -ruN a/source/Makefile b/source/Makefile
+--- a/source/Makefile  2022-06-28 12:39:06.000000000 +0200
++++ b/source/Makefile  2022-06-29 13:03:28.693568568 +0200
+@@ -21,19 +21,20 @@
+ 
+ CPPFLAGS += -I. -fPIC -D_REENTRANT
+ CXXFLAGS += -Wall -O2
++LDFLAGS += -shared
+ 
+ all:  zita-reverbs.so
+ 
+ REVERBS_O = revplugins.o reverbs.o zreverb.o pareq.o
+ zita-reverbs.so:      $(REVERBS_O)    
+-      $(CXX) -shared  -o $@  $(REVERBS_O)
++      $(CXX) $(LDFLAGS) -o $@  $(REVERBS_O)
+ 
+ reverbs.o:    ladspaplugin.h reverbs.h zreverb.h pareq.h
+ revplugins.o: ladspaplugin.h reverbs.h zreverb.h pareq.h
+ 
+ 
+ install:      zita-reverbs.so
+-      cp  *.so /usr/lib/ladspa
++      install -vDm 755 *.so -t $(DESTDIR)/usr/lib/ladspa
+ 
+ clean:
+       rm -rf *~ *.o *.so

Reply via email to