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

David Runge dvzrv at archlinux.org
Thu Dec 7 12:58:49 UTC 2017


    Date: Thursday, December 7, 2017 @ 12:58:48
  Author: dvzrv
Revision: 273038

archrelease: copy trunk to community-testing-x86_64

Added:
  amsynth/repos/community-testing-x86_64/PKGBUILD
    (from rev 273037, amsynth/trunk/PKGBUILD)
Deleted:
  amsynth/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-07 12:58:30 UTC (rev 273037)
+++ PKGBUILD	2017-12-07 12:58:48 UTC (rev 273038)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
-
-pkgname=amsynth
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('x86_64')
-url="https://amsynth.github.io/"
-license=('GPL2')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtk2' 'jack' 'liblo')
-makedepends=('dssi' 'ladspa' 'intltool')
-source=("https://github.com/amsynth/amsynth/releases/download/release-${pkgver}/amsynth-${pkgver}.tar.bz2")
-sha512sums=('a47489b103dbdd1cb2233d8629acfda2a1d26ac1f7ea5b8c4e7925676842cac21758ca94b50894e71426517bd826e9a9b6fd26800516054e24d62f7cbce4f0f9')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # enable required C++11 support
-  export CXXFLAGS+=' -std=c++11'
-  ./configure --prefix=/usr
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir/" install
-  install -Dm 644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-  install -Dm 644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}

Copied: amsynth/repos/community-testing-x86_64/PKGBUILD (from rev 273037, amsynth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-07 12:58:48 UTC (rev 273038)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
+
+pkgname=amsynth
+pkgver=1.8.0
+pkgrel=3
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('x86_64')
+url="https://amsynth.github.io/"
+license=('GPL2')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtk2' 'jack' 'liblo')
+makedepends=('dssi' 'ladspa' 'intltool' 'pandoc')
+source=("https://github.com/amsynth/amsynth/releases/download/release-${pkgver}/amsynth-${pkgver}.tar.bz2")
+sha512sums=('a47489b103dbdd1cb2233d8629acfda2a1d26ac1f7ea5b8c4e7925676842cac21758ca94b50894e71426517bd826e9a9b6fd26800516054e24d62f7cbce4f0f9')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+    --with-alsa \
+    --with-jack \
+    --with-sndfile \
+    --with-dssi \
+    --with-lv2 \
+    --with-vst \
+    --with-pandoc
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install
+  install -Dm 644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+  install -Dm 644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}



More information about the arch-commits mailing list