[arch-commits] Commit in amsynth/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Fri Jul 10 19:58:15 UTC 2020
Date: Friday, July 10, 2020 @ 19:58:15
Author: dvzrv
Revision: 663143
archrelease: copy trunk to community-x86_64
Added:
amsynth/repos/community-x86_64/PKGBUILD
(from rev 663142, amsynth/trunk/PKGBUILD)
Deleted:
amsynth/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 120 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 60 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-10 19:58:09 UTC (rev 663142)
+++ PKGBUILD 2020-07-10 19:58:15 UTC (rev 663143)
@@ -1,60 +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.10.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' 'jack' 'ladspa'
-'liblo' 'lv2' 'intltool' 'pandoc')
-checkdepends=('lv2lint')
-optdepends=('alsa-lib: for standalone application'
- 'jack: for standalone application'
- 'non-session-manager: for session management with the standalone application'
- 'oscpack: for non-session-manager support of standalone application')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/amsynth/amsynth/archive/release-${pkgver}.tar.gz")
-sha512sums=('951a74d10e4669b0b4bff5d02f12a1dcb62dbb2b04044174554df8ff30ff2f6b5965af922943b13bbafb969cc2ae78eade394e98aca7df8fd8c27feacbe64605')
-
-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" || echo "Known to fail: https://github.com/amsynth/amsynth/issues/159"
-}
-
-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 663142, amsynth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-10 19:58:15 UTC (rev 663143)
@@ -0,0 +1,60 @@
+# 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.10.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' 'dssi' 'freetype2' 'glib2' 'gtk2' 'harfbuzz' 'intltool'
+'jack' 'ladspa' 'liblo' 'lv2' 'oscpack' 'pandoc')
+checkdepends=('lv2lint')
+optdepends=('alsa-lib: for standalone application'
+ 'jack: for standalone application'
+ 'non-session-manager: for session management with the standalone application'
+ 'oscpack: for non-session-manager support of standalone application')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/amsynth/amsynth/archive/release-${pkgver}.tar.gz")
+sha512sums=('951a74d10e4669b0b4bff5d02f12a1dcb62dbb2b04044174554df8ff30ff2f6b5965af922943b13bbafb969cc2ae78eade394e98aca7df8fd8c27feacbe64605')
+
+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" || echo "Known to fail: https://github.com/amsynth/amsynth/issues/159"
+}
+
+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