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

David Runge dvzrv at archlinux.org
Fri Apr 3 16:54:03 UTC 2020


    Date: Friday, April 3, 2020 @ 16:53:59
  Author: dvzrv
Revision: 610924

upgpkg: iempluginsuite 1.11.1-1: Upgrading to 1.11.1.

Moving all sodeps to package() and adding the respective packages to makedepends.

Modified:
  iempluginsuite/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-03 16:53:26 UTC (rev 610923)
+++ PKGBUILD	2020-04-03 16:53:59 UTC (rev 610924)
@@ -2,22 +2,21 @@
 
 _name=IEMPluginSuite
 pkgname=iempluginsuite
-pkgver=1.11.0
-pkgrel=2
+pkgver=1.11.1
+pkgrel=1
 pkgdesc="Plug-in suite including Ambisonic plug-ins up to 7th order"
 arch=('x86_64')
 url="https://plugins.iem.at"
 license=('GPL3')
 groups=('pro-audio' 'vst-plugins')
-depends=('alsa-lib' 'fftw' 'gcc-libs' 'glibc' 'libFLAC.so' 'libcurl.so'
-'libfreetype.so' 'libglvnd' 'libjack.so' 'libjpeg-turbo' 'libogg' 'libpng'
-'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so' 'libx11' 'libxext'
-'libxinerama' 'zlib')
-makedepends=('gendesk' 'juce' 'xorg-server-xvfb')
+depends=('gcc-libs' 'glibc' 'libglvnd' 'libjpeg-turbo' 'libogg' 'libpng'
+'libx11' 'libxext' 'libxinerama' 'zlib')
+makedepends=('alsa-lib' 'curl' 'fftw' 'flac' 'freetype2' 'gendesk' 'jack'
+'juce' 'libvorbis' 'xorg-server-xvfb')
 source=("$pkgname-$pkgver.tar.gz::https://git.iem.at/audioplugins/${_name}/-/archive/v${pkgver}/${_name}-v${pkgver}.tar.gz"
         "$pkgname.directory"
         "$pkgname.menu")
-sha512sums=('9c1adbd053a87cb2e743fa2a287b80517b553405cc21d171b6ef147198db20d64fce1ad6fd5e2083e2de4e479a10f664f3b7b68e4be7b7f07a54065b85191bcb'
+sha512sums=('d811d31723895ace79b4a6000c841db813f3d9b26fa5136c88c42c242b122d9d4f7fdf439c980ed847dc0d1083d7a22d77f909259b209c93a77c4f3c4da1aebd'
             '412ac2581089babfe57b10c06dca86c19a8b708b76af70283d3b35dd1deffc8f7c654d9e7d182da8b0fa2f40cafe46fc855890e0aed7d11530de3c0d56bf17dd'
             '2d290b5b8c9320013abb97e0a9051c6687a92700433454c88d4c89fe122c9b1537e128faf7060715c63eb28e93ad9f3f1a98765a7a5934e4f8bd0a8c20254ab3')
 _standalones=('AllRADecoder' 'BinauralDecoder' 'CoordinateConverter'
@@ -99,6 +98,9 @@
 }
 
 package() {
+  depends+=('libasound.so' 'libcurl.so' 'libFLAC.so' 'libfftw3f.so'
+  'libfreetype.so' 'libjack.so' 'libvorbis.so' 'libvorbisenc.so'
+  'libvorbisfile.so')
   cd "$pkgname-$pkgver"
   for _jucer in */*.jucer; do
     _name="$(dirname "${_jucer}")"



More information about the arch-commits mailing list