[arch-commits] Commit in amsynth/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sun Sep 20 20:41:03 UTC 2020
Date: Sunday, September 20, 2020 @ 20:41:02
Author: dvzrv
Revision: 711131
upgpkg: amsynth 1.11.0-2: Rebuild using autoconf-archive in makedepends to not need modifications.
Modified:
amsynth/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-20 20:01:53 UTC (rev 711130)
+++ PKGBUILD 2020-09-20 20:41:02 UTC (rev 711131)
@@ -4,7 +4,7 @@
pkgname=amsynth
pkgver=1.11.0
-pkgrel=1
+pkgrel=2
pkgdesc="Analogue Modeling SYNTHesizer"
arch=('x86_64')
url="https://amsynth.github.io/"
@@ -11,8 +11,8 @@
license=('GPL2')
groups=('dssi-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
depends=('cairo' 'fontconfig' 'gcc-libs' 'gdk-pixbuf2' 'glibc')
-makedepends=('atk' 'dssi' 'freetype2' 'glib2' 'gtk2' 'harfbuzz' 'intltool'
-'jack' 'ladspa' 'liblo' 'lv2' 'oscpack' 'pandoc')
+makedepends=('atk' 'autoconf-archive' 'dssi' 'freetype2' 'glib2' 'gtk2'
+'harfbuzz' 'intltool' 'jack' 'ladspa' 'liblo' 'lv2' 'oscpack' 'pandoc')
checkdepends=('lv2lint')
optdepends=('alsa-lib: for standalone application'
'jack: for standalone application'
@@ -25,9 +25,6 @@
prepare() {
mv -v "${pkgname}-release-${pkgver}" "${pkgname}-${pkgver}"
cd "${pkgname}-${pkgver}"
- # remove broken C++11 detection:
- # https://github.com/amsynth/amsynth/issues/169
- sed -e '/AX_CXX_COMPILE_STDCXX_11/d' -i configure.ac
autoreconf -vfi
intltoolize -f
}
More information about the arch-commits
mailing list