[arch-commits] Commit in amsynth/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Sun Sep 20 20:41:11 UTC 2020
Date: Sunday, September 20, 2020 @ 20:41:10
Author: dvzrv
Revision: 711132
archrelease: copy trunk to community-x86_64
Added:
amsynth/repos/community-x86_64/PKGBUILD
(from rev 711131, amsynth/trunk/PKGBUILD)
Deleted:
amsynth/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 125 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 61 insertions(+), 64 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-20 20:41:02 UTC (rev 711131)
+++ PKGBUILD 2020-09-20 20:41:10 UTC (rev 711132)
@@ -1,64 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
-
-pkgname=amsynth
-pkgver=1.11.0
-pkgrel=1
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('x86_64')
-url="https://amsynth.github.io/"
-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')
-checkdepends=('lv2lint')
-optdepends=('alsa-lib: for standalone application'
- 'jack: for standalone application'
- 'new-session-manager: for session management with the standalone application'
- 'oscpack: for session management with the standalone application')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/amsynth/amsynth/archive/release-${pkgver}.tar.gz")
-sha512sums=('b5d08fa244362406afd9eed88c7fb334c80b792b3b5224f6e7bcdae0d78c620150b0d0bd028f31ce907272f1de46c26025ff172170e98a4be4df4cc1002eda7c')
-b2sums=('e2a97d0e8a73203ceae80dd3ee5104a1bf12dbf84f74b6ffe45d7046f4e25195ca4eb15c5db9ffeb89a1d8d09b3cf0a1f723f6ccc3429df72aff473a0060caa6')
-
-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
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --with-alsa \
- --with-jack \
- --with-dssi \
- --with-lv2 \
- --with-vst \
- --with-pandoc
- make
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
- cp .libs/${pkgname}_lv2*.so data/${pkgname}.lv2/
- lv2lint -Mpack \
- -I "data/${pkgname}.lv2" \
- "http://code.google.com/p/amsynth/amsynth"
-}
-
-package() {
- depends+=('libatk-1.0.so' 'libfreetype.so' 'libgdk-x11-2.0.so'
- 'libgio-2.0.so' 'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-x11-2.0.so'
- 'libharfbuzz.so' 'liblo.so' 'libpangocairo-1.0.so' 'libpangoft2-1.0.so'
- 'libpango-1.0.so')
- cd "${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir/" install
- install -vDm 644 {AUTHORS,NEWS,README} \
- -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
Copied: amsynth/repos/community-x86_64/PKGBUILD (from rev 711131, amsynth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-20 20:41:10 UTC (rev 711132)
@@ -0,0 +1,61 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
+
+pkgname=amsynth
+pkgver=1.11.0
+pkgrel=2
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('x86_64')
+url="https://amsynth.github.io/"
+license=('GPL2')
+groups=('dssi-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('cairo' 'fontconfig' 'gcc-libs' 'gdk-pixbuf2' 'glibc')
+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'
+ 'new-session-manager: for session management with the standalone application'
+ 'oscpack: for session management with the standalone application')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/amsynth/amsynth/archive/release-${pkgver}.tar.gz")
+sha512sums=('b5d08fa244362406afd9eed88c7fb334c80b792b3b5224f6e7bcdae0d78c620150b0d0bd028f31ce907272f1de46c26025ff172170e98a4be4df4cc1002eda7c')
+b2sums=('e2a97d0e8a73203ceae80dd3ee5104a1bf12dbf84f74b6ffe45d7046f4e25195ca4eb15c5db9ffeb89a1d8d09b3cf0a1f723f6ccc3429df72aff473a0060caa6')
+
+prepare() {
+ mv -v "${pkgname}-release-${pkgver}" "${pkgname}-${pkgver}"
+ cd "${pkgname}-${pkgver}"
+ autoreconf -vfi
+ intltoolize -f
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure --prefix=/usr \
+ --with-alsa \
+ --with-jack \
+ --with-dssi \
+ --with-lv2 \
+ --with-vst \
+ --with-pandoc
+ make
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+ cp .libs/${pkgname}_lv2*.so data/${pkgname}.lv2/
+ lv2lint -Mpack \
+ -I "data/${pkgname}.lv2" \
+ "http://code.google.com/p/amsynth/amsynth"
+}
+
+package() {
+ depends+=('libatk-1.0.so' 'libfreetype.so' 'libgdk-x11-2.0.so'
+ 'libgio-2.0.so' 'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-x11-2.0.so'
+ 'libharfbuzz.so' 'liblo.so' 'libpangocairo-1.0.so' 'libpangoft2-1.0.so'
+ 'libpango-1.0.so')
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="$pkgdir/" install
+ install -vDm 644 {AUTHORS,NEWS,README} \
+ -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
More information about the arch-commits
mailing list