[arch-commits] Commit in vamp-plugin-sdk/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Nov 12 17:45:38 UTC 2019
Date: Tuesday, November 12, 2019 @ 17:45:38
Author: dvzrv
Revision: 527012
archrelease: copy trunk to community-x86_64
Added:
vamp-plugin-sdk/repos/community-x86_64/PKGBUILD
(from rev 527011, vamp-plugin-sdk/trunk/PKGBUILD)
Deleted:
vamp-plugin-sdk/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-12 17:45:32 UTC (rev 527011)
+++ PKGBUILD 2019-11-12 17:45:38 UTC (rev 527012)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: Orivej Desh <smpuj at bk.ru>
-
-_dir=2450
-pkgname=vamp-plugin-sdk
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="The Vamp audio analysis plug-in system"
-arch=('x86_64')
-url="https://www.vamp-plugins.org/"
-license=('BSD')
-groups=('pro-audio')
-depends=('libsndfile')
-source=("https://code.soundsoftware.ac.uk/attachments/download/${_dir}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('abc009dab8d1ae4549640aba4a1341942b5a868479b4a9b2a435556a1bf1ce350d8aec94ee5b403fe8fff4175f40778a8fc12ceaf602dd0f176f9215e4a3f8f8')
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir" install
- # license
- install -vDm 644 COPYING \
- -t "${pkgdir}/usr/share/licenses/${pkgname}/"
- # 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 527011, vamp-plugin-sdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-12 17:45:38 UTC (rev 527012)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Orivej Desh <smpuj at bk.ru>
+
+_dir=2588
+pkgname=vamp-plugin-sdk
+pkgver=2.9.0
+pkgrel=1
+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' 'glibc' 'libsndfile')
+provides=('libvamp-hostsdk.so' 'libvamp-sdk.so')
+source=("https://code.soundsoftware.ac.uk/attachments/download/${_dir}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('7ef7f837d19a08048b059e0da408373a7964ced452b290fae40b85d6d70ca9000bcfb3302cd0b4dc76cf2a848528456f78c1ce1ee0c402228d812bd347b6983b')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="$pkgdir" install
+ # license
+ install -vDm 644 COPYING \
+ -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+ # docs
+ install -vDm 644 {CHANGELOG,README} \
+ -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list