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

David Runge dvzrv at archlinux.org
Tue Jun 23 07:57:38 UTC 2020


    Date: Tuesday, June 23, 2020 @ 07:57:37
  Author: dvzrv
Revision: 650932

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-23 07:57:31 UTC (rev 650931)
+++ PKGBUILD	2020-06-23 07:57:37 UTC (rev 650932)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=samplv1
-pkgver=0.9.14
-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'
-            'non-session-manager: for session management using the standalone application')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('7bfc7990509f0fab79a3d8d08fee9fa0007515826b833a46983944d0d0d9779690db08af2c2452e6dcbad832bc7a8d45c9680d4019f4a63e825a0668ee37ac10')
-
-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:

Copied: samplv1/repos/community-x86_64/PKGBUILD (from rev 650931, samplv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-23 07:57:37 UTC (rev 650932)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=samplv1
+pkgver=0.9.15
+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'
+            'non-session-manager: for session management using the standalone application')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('7ec5e3ab1641eef52d22294c43bdc1df138c6968c3f4cc000f990063c7b1945bd57768f11558cad8eef7410dfe8396f92d24f44ca7eb85123aa4204889906470')
+
+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