[arch-commits] Commit in vamp-plugin-sdk/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Mar 7 11:02:55 UTC 2018


    Date: Wednesday, March 7, 2018 @ 11:02:54
  Author: dvzrv
Revision: 303690

archrelease: copy trunk to community-x86_64

Added:
  vamp-plugin-sdk/repos/community-x86_64/PKGBUILD
    (from rev 303689, vamp-plugin-sdk/trunk/PKGBUILD)
Deleted:
  vamp-plugin-sdk/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-07 11:02:45 UTC (rev 303689)
+++ PKGBUILD	2018-03-07 11:02:54 UTC (rev 303690)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Orivej Desh <smpuj at bk.ru>
-
-pkgname=vamp-plugin-sdk
-pkgver=2.7.1
-_dir=2206
-pkgrel=1
-pkgdesc="The Vamp audio analysis plug-in system"
-arch=('x86_64')
-url="http://www.vamp-plugins.org/"
-license=('BSD')
-depends=('gcc-libs' 'libsndfile')
-source=("https://code.soundsoftware.ac.uk/attachments/download/${_dir}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('91dd7cae72334718dcbdac06b1ffa3f3ba76e977b82b928ab634d9982aa15ca4e30978a7778215753c61e56831077d7634d24e65e468ab6a8a87a5957fb09bf3')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  # license
-  install -vDm644 COPYING \
-    "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm644 {CHANGELOG,README}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vamp-plugin-sdk/repos/community-x86_64/PKGBUILD (from rev 303689, vamp-plugin-sdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-07 11:02:54 UTC (rev 303690)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Orivej Desh <smpuj at bk.ru>
+
+pkgname=vamp-plugin-sdk
+pkgver=2.7.1
+_dir=2206
+pkgrel=2
+pkgdesc="The Vamp audio analysis plug-in system"
+arch=('x86_64')
+url="https://www.vamp-plugins.org/"
+license=('BSD')
+groups=('pro-audio')
+depends=('gcc-libs' 'libsndfile')
+source=("https://code.soundsoftware.ac.uk/attachments/download/${_dir}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('91dd7cae72334718dcbdac06b1ffa3f3ba76e977b82b928ab634d9982aa15ca4e30978a7778215753c61e56831077d7634d24e65e468ab6a8a87a5957fb09bf3')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  # license
+  install -vDm644 COPYING \
+    "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm644 {CHANGELOG,README}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list