[arch-commits] Commit in csound-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at gemini.archlinux.org
Fri Jul 15 10:40:54 UTC 2022


    Date: Friday, July 15, 2022 @ 10:40:54
  Author: allan
Revision: 1252862

archrelease: copy trunk to community-x86_64

Added:
  csound-plugins/repos/community-x86_64/PKGBUILD
    (from rev 1252861, csound-plugins/trunk/PKGBUILD)
Deleted:
  csound-plugins/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-15 10:40:25 UTC (rev 1252861)
+++ PKGBUILD	2022-07-15 10:40:54 UTC (rev 1252862)
@@ -1,45 +0,0 @@
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-
-pkgname=csound-plugins
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="Extra opcodes for Csound"
-arch=(x86_64)
-url="https://github.com/csound/plugins"
-license=('GPL')
-groups=('pro-audio')
-depends=(
-	'csound'
-	'hdf5'
-	'lame'
-	'libfaust.so'
-	'libfltk.so'
-	'libfluidsynth.so'
-	'libjack.so'
-	'libwebsockets.so'
-	'libwiiuse.so'
-	'python'
-	'stk'
-)
-makedepends=(
-	'cmake'
-	'eigen'
-	'git'
-	'gmm'
-	'libpng'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/csound/plugins/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('8c2f0625ad1d38400030f414b92d82cfdec5c04b7dc178852f3e1935abf75d30')
-
-build() {
-	mkdir build
-	cmake -B build -S "plugins-$pkgver" \
-		-DCMAKE_BUILD_TYPE='None' \
-		-DCMAKE_INSTALL_PREFIX='/usr' \
-		-Wno-dev
-	make -C build
-}
-
-package() {
-	make -C build DESTDIR="$pkgdir/" install
-}

Copied: csound-plugins/repos/community-x86_64/PKGBUILD (from rev 1252861, csound-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-15 10:40:54 UTC (rev 1252862)
@@ -0,0 +1,45 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+
+pkgname=csound-plugins
+pkgver=1.0.2
+pkgrel=3
+pkgdesc="Extra opcodes for Csound"
+arch=(x86_64)
+url="https://github.com/csound/plugins"
+license=('GPL')
+groups=('pro-audio')
+depends=(
+	'csound'
+	'hdf5'
+	'lame'
+	'libfaust.so'
+	'libfltk.so'
+	'libfluidsynth.so'
+	'libjack.so'
+	'libwebsockets.so'
+	'libwiiuse.so'
+	'python'
+	'stk'
+)
+makedepends=(
+	'cmake'
+	'eigen'
+	'git'
+	'gmm'
+	'libpng'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csound/plugins/archive/refs/tags/$pkgver.tar.gz")
+sha256sums=('8c2f0625ad1d38400030f414b92d82cfdec5c04b7dc178852f3e1935abf75d30')
+
+build() {
+	mkdir build
+	cmake -B build -S "plugins-$pkgver" \
+		-DCMAKE_BUILD_TYPE='None' \
+		-DCMAKE_INSTALL_PREFIX='/usr' \
+		-Wno-dev
+	make -C build
+}
+
+package() {
+	make -C build DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list