[arch-commits] Commit in samplv1/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Sat Jul 14 20:49:39 UTC 2018
Date: Saturday, July 14, 2018 @ 20:49:36
Author: dvzrv
Revision: 359394
archrelease: copy trunk to community-x86_64
Added:
samplv1/repos/community-x86_64/PKGBUILD
(from rev 359393, samplv1/trunk/PKGBUILD)
Deleted:
samplv1/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 75 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-14 20:49:27 UTC (rev 359393)
+++ PKGBUILD 2018-07-14 20:49:36 UTC (rev 359394)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=samplv1
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Polyphonic sampler synthesizer with stereo fx"
-arch=('x86_64')
-url="https://samplv1.sourceforge.io/"
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
-'hicolor-icon-theme' 'shared-mime-info')
-makedepends=('qt5-tools')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('13d9a06828673cb7f3097892898d7caa900cd7a42dbb3444658809dfa1fa18ce039f0b786fc5f3db3cbde1864460ff56708662c17d0487610b761c76605cd541')
-
-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}" \
- -vDm644 {AUTHORS,ChangeLog,README,TODO}
-}
-
-# vim:set ts=2 sw=2 et:
Copied: samplv1/repos/community-x86_64/PKGBUILD (from rev 359393, samplv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-14 20:49:36 UTC (rev 359394)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=samplv1
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Polyphonic sampler synthesizer with stereo fx"
+arch=('x86_64')
+url="https://samplv1.sourceforge.io/"
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio' 'vee-one')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
+makedepends=('lv2' 'qt5-tools')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('74b448a565ac353557e8e41344be8bd523eb9466f0c474f0f6bc9e21f844a24bb81e15a9ee6c68411e1600449fa258a5c6ab4e83ec0fe358b5b5174feb98b080')
+
+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}" \
+ -vDm644 {AUTHORS,ChangeLog,README,TODO}
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list