[arch-commits] Commit in amsynth/trunk (PKGBUILD)

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


    Date: Thursday, December 7, 2017 @ 12:58:30
  Author: dvzrv
Revision: 273037

upgpkg: amsynth 1.8.0-3

Extending makedepeds by pandoc to build the man pages.
More specifically enable options with configure (e.g. generating man pages using pandoc).

Modified:
  amsynth/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-07 12:56:19 UTC (rev 273036)
+++ PKGBUILD	2017-12-07 12:58:30 UTC (rev 273037)
@@ -5,7 +5,7 @@
 
 pkgname=amsynth
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Analogue Modeling SYNTHesizer"
 arch=('x86_64')
 url="https://amsynth.github.io/"
@@ -12,19 +12,20 @@
 license=('GPL2')
 groups=('dssi-plugins' 'lv2-plugins')
 depends=('gtk2' 'jack' 'liblo')
-makedepends=('dssi' 'ladspa' 'intltool')
+makedepends=('dssi' 'ladspa' 'intltool' 'pandoc')
 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}"
+  ./configure --prefix=/usr \
+    --with-alsa \
+    --with-jack \
+    --with-sndfile \
+    --with-dssi \
+    --with-lv2 \
+    --with-vst \
+    --with-pandoc
   make
 }
 



More information about the arch-commits mailing list