Date: Friday, December 30, 2022 @ 09:52:31
Author: dvzrv
Revision: 1372384
archrelease: copy trunk to community-x86_64
Added:
samplv1/repos/community-x86_64/PKGBUILD
(from rev 1372383, samplv1/trunk/PKGBUILD)
Deleted:
samplv1/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-30 09:51:59 UTC (rev 1372383)
+++ PKGBUILD 2022-12-30 09:52:31 UTC (rev 1372384)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=samplv1
-pkgver=0.9.27
-pkgrel=1
-pkgdesc="Polyphonic sampler synthesizer with stereo fx"
-arch=(x86_64)
-url="https://samplv1.sourceforge.io/"
-license=(GPL2)
-groups=(lv2-plugins pro-audio)
-depends=(gcc-libs glibc hicolor-icon-theme lv2-host qt6-base qt6-svg)
-makedepends=(alsa-lib cmake jack liblo libsndfile lv2 qt6-tools)
-optdepends=(
- 'alsa-lib: for standalone application'
- 'jack: for standalone application'
- 'liblo: for standalone application'
- 'new-session-manager: for session management using the standalone
application'
- 'qt6-wayland: for native wayland support'
-)
-options=(debug)
-source=(https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('4bed14c37b0efb90ebbd46df2f5eec29f019c0e2b4facb785d64a1e56bea45296893c4e0280d03d9030ff3f654492fca6cc8a2a1d5e931c4003042a5434ea27a')
-b2sums=('399a0ca396b84f45938982372ad6ade314c76d0418d30fb06bcca9900a3e04f931bdfd4a4c9eef3d60dfe762e79ba6619f7ea247f93a0662a606001e99119127')
-
-build() {
- cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=None \
- -DCONFIG_QT6=ON \
- -Wno-dev \
- -B build \
- -S $pkgname-$pkgver
- make VERBOSE=1 -C build
-}
-
-package() {
- depends+=(libsndfile.so)
-
- make VERBOSE=1 DESTDIR="$pkgdir" install -C build
- install -vDm 644 $pkgname-$pkgver/{ChangeLog,README} -t
"$pkgdir/usr/share/doc/$pkgname/"
-}
-# vim:set ts=2 sw=2 et:
Copied: samplv1/repos/community-x86_64/PKGBUILD (from rev 1372383,
samplv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-30 09:52:31 UTC (rev 1372384)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge <[email protected]>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=samplv1
+pkgver=0.9.28
+pkgrel=1
+pkgdesc="Polyphonic sampler synthesizer with stereo fx"
+arch=(x86_64)
+url="https://samplv1.sourceforge.io/"
+license=(GPL2)
+groups=(lv2-plugins pro-audio)
+depends=(gcc-libs glibc hicolor-icon-theme lv2-host qt6-base qt6-svg)
+makedepends=(alsa-lib cmake jack liblo libsndfile lv2 qt6-tools)
+optdepends=(
+ 'alsa-lib: for standalone application'
+ 'jack: for standalone application'
+ 'liblo: for standalone application'
+ 'new-session-manager: for session management using the standalone
application'
+ 'qt6-wayland: for native wayland support'
+)
+options=(debug)
+source=(https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('78468f77bda7bd42f7b9fa38bc8dda385f9ef1d2eb520748f57a09e4eb49ea7f5acce88e74c35614a7f7e9c5d650bdc2c1e325cdc744aee32b128564b2fbb357')
+b2sums=('b4d1728e62dafa459ba84c92659a631d0fc9a744e0fbb5c172c53f8157650226de14b7d923300495f52a011976bbdb3a549dcbabab65068d652f8517bc3f42c4')
+
+build() {
+ cmake -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=None \
+ -DCONFIG_QT6=ON \
+ -Wno-dev \
+ -B build \
+ -S $pkgname-$pkgver
+ make VERBOSE=1 -C build
+}
+
+package() {
+ depends+=(libsndfile.so)
+
+ make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+ install -vDm 644 $pkgname-$pkgver/{ChangeLog,README} -t
"$pkgdir/usr/share/doc/$pkgname/"
+}
+# vim:set ts=2 sw=2 et: