[arch-commits] Commit in samplv1/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Thu Aug 6 15:17:03 UTC 2020
Date: Thursday, August 6, 2020 @ 15:17:03
Author: dvzrv
Revision: 671029
archrelease: copy trunk to community-x86_64
Added:
samplv1/repos/community-x86_64/PKGBUILD
(from rev 671028, samplv1/trunk/PKGBUILD)
Deleted:
samplv1/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 81 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-06 15:16:58 UTC (rev 671028)
+++ PKGBUILD 2020-08-06 15:17:03 UTC (rev 671029)
@@ -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.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:
Copied: samplv1/repos/community-x86_64/PKGBUILD (from rev 671028, samplv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-06 15:17:03 UTC (rev 671029)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=samplv1
+pkgver=0.9.16
+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=('1a187b72ed0aad2885d80768429dbbf00805712da171dbead2b1bfa96c15f3179d83bcbd897c9ae11b548b0a7f903e57f6bccb77c7d9393e94dbb8b5c53941ac')
+b2sums=('5323f44586f8a0d87323a7d54f6e02c38545e2ed4c1d5778ced4b35fa20c5f92af48b72f6cef2b143f8dab41d0a6a8341298bf236864e8b65e42d3c9dbb367ad')
+
+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