Date: Saturday, May 6, 2023 @ 15:51:32
  Author: dvzrv
Revision: 1459032

archrelease: copy trunk to community-x86_64

Added:
  infamousplugins/repos/community-x86_64/PKGBUILD
    (from rev 1459031, infamousplugins/trunk/PKGBUILD)
Deleted:
  infamousplugins/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  131 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 60 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-06 15:51:12 UTC (rev 1459031)
+++ PKGBUILD    2023-05-06 15:51:32 UTC (rev 1459032)
@@ -1,71 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-_name=infamousPlugins
-pkgname=infamousplugins
-pkgver=0.3.0
-pkgrel=4
-pkgdesc="A collection of open-source LV2 plugins"
-arch=(x86_64)
-url="https://ssj71.github.io/infamousPlugins/";
-license=(GPL2)
-groups=(
-  lv2-plugins
-  pro-audio
-)
-depends=(
-  cairo
-  gcc-libs
-  glibc
-  lv2-host
-)
-makedepends=(
-  cmake
-  fftw
-  lv2
-  ntk
-  zita-resampler
-)
-source=(
-  https://github.com/ssj71/$_name/archive/v$pkgver/$_name-v$pkgver.tar.gz
-  
$pkgname-0.3.0-lv2-1.18.0.patch::https://github.com/ssj71/$_name/pull/39/commits/06dd967b4736ea886dc1dc07f882cb1563961582.patch
-  
$pkgname-0.3.0-glibc2.36.patch::https://github.com/ssj71/infamousPlugins/commit/eb4fd9af25362fdd006549c471f4cf0427816dd5.patch
-)
-sha512sums=('54a691bd5a1e0d5274c74d3de3c1dc77c6998bd588a315b6b39de67a78651c6fcb412c527b7a6083666b2ba8aad39e3b32b6efbd6bb12c96653ddbe76524dbbb'
-            
'a61d53f51950b5c0e8ccc37734fee5cf96f6abb6c9bdbfa34e06bce3806aad94a896e152754ddc92d600691b1240f4ef5dcb5fec85552b9adf01de0c5eae1db1'
-            
'172011be30a28530b7164194d121dde451e2ea4b33e58ee79771b0f77e62f80dfe3e04a1e7d741620a8377f007ed703081c145720137f435f72b75f4f5c4699d')
-b2sums=('2fc1011b15e4180c6d17f12e83093294973d7cd8b7a5c13acdf59718dc3a4a55b77ead66d3f08d99ef487887360f6a5dbb3593e634869a36edb3fc224f1510f3'
-        
'477e13db554a091c18dcc5cb52616d00feee465c45d5c7083840c0047241c9feba39c42cf95e5d85196fadee3e19c8a3647d8287cb49b808420e5aaeec62c4d5'
-        
'be6d72900e6ef2c727155cce90e30acbddecdd7f24f0b225b5b1a43bfad55435b2bec4cedf88aaf8527c9e2b0fd888af456d3a4391906dad297939292d822a88')
-
-prepare() {
-  patch -Np1 -d $_name-$pkgver -i ../$pkgname-0.3.0-lv2-1.18.0.patch
-  patch -Np1 -d $_name-$pkgver -i ../$pkgname-0.3.0-glibc2.36.patch
-}
-
-build() {
-  local cmake_options=(
-    -B build
-    -D CMAKE_BUILD_TYPE=None
-    -D CMAKE_INSTALL_PREFIX=/usr
-    -S $_name-$pkgver
-    -W no-dev
-  )
-
-  cmake "${cmake_options[@]}"
-  cmake --build build --verbose
-}
-
-check() {
-  ctest --test-dir build --output-on-failure
-}
-
-package() {
-  depends+=(
-    fftw libfftw3f.so
-    ntk libntk.so
-    zita-resampler libzita-resampler.so
-  )
-
-  DESTDIR="$pkgdir" cmake --install build
-  install -vDm 644 $_name-$pkgver/{CHANGELOG,README} -t 
"$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: infamousplugins/repos/community-x86_64/PKGBUILD (from rev 1459031, 
infamousplugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-06 15:51:32 UTC (rev 1459032)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge <[email protected]>
+
+_name=infamousPlugins
+pkgname=infamousplugins
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="A collection of open-source LV2 plugins"
+arch=(x86_64)
+url="https://ssj71.github.io/infamousPlugins/";
+license=(GPL2)
+groups=(
+  lv2-plugins
+  pro-audio
+)
+depends=(
+  cairo
+  gcc-libs
+  glibc
+  lv2-host
+)
+makedepends=(
+  cmake
+  fftw
+  lv2
+  ntk
+  zita-resampler
+)
+source=(
+  https://github.com/ssj71/$_name/archive/v$pkgver/$_name-v$pkgver.tar.gz
+)
+sha512sums=('ecedbdb208d8ed8dfa8de02075851bd7183b814ea22554d07f232ff616dc26e5ff51d5088d0ec72e73c01cb613f375ea1fa4fdd2c83109bf9288a528214b0fc2')
+b2sums=('d7900492c85e2fbc6be464426797c8833fcf7fa58b64c191b6bc3737b00b39ff653a381d30523fd915f810094da704b50f66bb0df1b30c5ce49ee67141ca69c1')
+
+build() {
+  local cmake_options=(
+    -B build
+    -D CMAKE_BUILD_TYPE=None
+    -D CMAKE_INSTALL_PREFIX=/usr
+    -S $_name-$pkgver
+    -W no-dev
+  )
+
+  cmake "${cmake_options[@]}"
+  cmake --build build --verbose
+}
+
+check() {
+  ctest --test-dir build --output-on-failure
+}
+
+package() {
+  depends+=(
+    fftw libfftw3f.so
+    ntk libntk.so
+    zita-resampler libzita-resampler.so
+  )
+
+  DESTDIR="$pkgdir" cmake --install build
+  install -vDm 644 $_name-$pkgver/{CHANGELOG,README} -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}

Reply via email to