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

David Runge dvzrv at archlinux.org
Fri Sep 25 14:30:32 UTC 2020


    Date: Friday, September 25, 2020 @ 14:30:31
  Author: dvzrv
Revision: 712018

upgpkg: amsynth 1.11.0-3: Rebuild to switch dependencies.

Remove oscpack (it is not in use anymore).
Move liblo from depends to makedepends/optdepends.

Modified:
  amsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-25 12:07:51 UTC (rev 712017)
+++ PKGBUILD	2020-09-25 14:30:31 UTC (rev 712018)
@@ -4,7 +4,7 @@
 
 pkgname=amsynth
 pkgver=1.11.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Analogue Modeling SYNTHesizer"
 arch=('x86_64')
 url="https://amsynth.github.io/"
@@ -12,12 +12,12 @@
 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')
+'harfbuzz' 'intltool' 'jack' 'ladspa' 'liblo' 'lv2' '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')
+            'liblo: for standalone application and DSSI plugin'
+            'new-session-manager: 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')
@@ -52,7 +52,7 @@
 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'
+  'libharfbuzz.so' 'libpangocairo-1.0.so' 'libpangoft2-1.0.so'
   'libpango-1.0.so')
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir/" install



More information about the arch-commits mailing list