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

David Runge dvzrv at archlinux.org
Thu Mar 26 10:57:43 UTC 2020


    Date: Thursday, March 26, 2020 @ 10:57:42
  Author: dvzrv
Revision: 604427

archrelease: copy trunk to community-x86_64

Added:
  samplv1/repos/community-x86_64/PKGBUILD
    (from rev 604426, samplv1/trunk/PKGBUILD)
Deleted:
  samplv1/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-26 10:57:38 UTC (rev 604426)
+++ PKGBUILD	2020-03-26 10:57:42 UTC (rev 604427)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=samplv1
-pkgver=0.9.12
-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' 'libsndfile' 'qt5-base')
-makedepends=('alsa-lib' 'libjack.so' 'liblo.so' 'lv2' 'qt5-tools')
-optdepends=('alsa-lib: for standalone application'
-            'libjack.so: for standalone application'
-            'liblo.so: for standalone application')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('2b1a67fecbbd378c8893767cdce2634bfe7e8ced7528a177041b77d5ee311bfaedb17f3aba694fd565484e859bb61924f57d320537f206854a74205a2cbb1e2c')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-              --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: samplv1/repos/community-x86_64/PKGBUILD (from rev 604426, samplv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-26 10:57:42 UTC (rev 604427)
@@ -0,0 +1,39 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=samplv1
+pkgver=0.9.13
+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' 'qt5-base')
+makedepends=('alsa-lib' 'jack' 'liblo' 'libsndfile' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+            'jack: for standalone application'
+            'liblo: for standalone application')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('829ad3cf39ce735360e77f9c8c735c2ac928e7e252408fde729d2aa9a6ecc84a91e03219b0e106d3b266767fb124584b89efabd967e8ce4c45c2f0de961477b3')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+              --libdir=/usr/lib
+  make
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list