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

David Runge dvzrv at archlinux.org
Sun Jul 14 20:45:57 UTC 2019


    Date: Sunday, July 14, 2019 @ 20:45:56
  Author: dvzrv
Revision: 489541

upgpkg: x42-plugins 20190714-2

Moving jack and liblo to optdepends (they're only needed for the standalone applications). Removing gtk2 from makedepends.

Modified:
  x42-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-14 20:44:39 UTC (rev 489540)
+++ PKGBUILD	2019-07-14 20:45:56 UTC (rev 489541)
@@ -3,13 +3,15 @@
 
 pkgname=x42-plugins
 pkgver=20190714
-pkgrel=1
+pkgrel=2
 pkgdesc="Collection of LV2 plugins"
 arch=('x86_64')
 url="https://github.com/x42/x42-plugins"
-license=('GPL')
-depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
-makedepends=('gendesk' 'gtk2' 'help2man' 'lv2' 'ttf-dejavu')
+license=('GPL2' 'GPL3')
+depends=('ftgl' 'libltc' 'pango' 'zita-convolver')
+makedepends=('gendesk' 'help2man' 'jack' 'liblo' 'lv2' 'ttf-dejavu')
+optdepends=('jack: for standalone applications'
+            'liblo: for standalone applications')
 groups=('lv2-plugins' 'pro-audio')
 source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz")
 sha512sums=('4e56925835272b7bcacae05de31ce57096d6179ce6491379a2ab8e79d44ddb7589658e34273880aa55a2fbbe013b0cc96f9a48609c175c94a5a6254d8ceb0c77')



More information about the arch-commits mailing list