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

David Runge dvzrv at archlinux.org
Sat Jan 11 18:31:54 UTC 2020


    Date: Saturday, January 11, 2020 @ 18:31:54
  Author: dvzrv
Revision: 552010

upgpkg: ecasound 2.9.3-1: Upgrading to 2.9.3. Switching to correct licenses (GPL2,LGPL2.1).
> Switching to library representation of dependencies, wherever possible. Reording optional dependencies. Adding python to makedepends/optdepends for ecamonitor.

Modified:
  ecasound/trunk/PKGBUILD

----------+
 PKGBUILD |   45 +++++++++++++++++++--------------------------
 1 file changed, 19 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-11 18:27:08 UTC (rev 552009)
+++ PKGBUILD	2020-01-11 18:31:54 UTC (rev 552010)
@@ -4,45 +4,41 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=ecasound
-pkgver=2.9.2
-pkgrel=4
+pkgver=2.9.3
+pkgrel=1
 pkgdesc="Command-line multitrack audio processor"
 arch=('x86_64')
 url="https://ecasound.seul.org/ecasound/"
-license=('GPL' 'LGPL')
+license=('GPL2' 'LGPL2.1')
 groups=('pro-audio')
-depends=('alsa-lib' 'glibc' 'gcc-libs' 'libjack.so' 'libaudiofile.so'
-'liblo.so' 'liblilv-0.so' 'libreadline.so' 'libsndfile' 'libncursesw.so')
-makedepends=('lv2' 'ruby')
-optdepends=('ruby: ECI API'
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'libjack.so' 'libaudiofile.so'
+'liblo.so' 'liblilv-0.so' 'libreadline.so' 'libsndfile.so' 'libncursesw.so')
+makedepends=('lv2' 'ruby' 'python' 'libmikmod.so')
+optdepends=('bash: for libecasoundc-config and libecasound-config'
+            'lame: MP3 encoding'
+            'libfaad2: for .aac/.m4a/.mp4 file support'
+            'libfaac: for .aac/.m4a/.mp4 file support'
+            'libmikmod.so: for tracker module'
             'mpg123: MP3 decoding'
-            'lame: MP3 encoding'
-            'vorbis-tools: Ogg Vorbis decoding/encoding'
-            'faad2: AAC decoding'
-            'faac: AAC encoding'
-            'timidity++: MIDI file input'
-            'libmikmod: tracker module')
+            'python: for ecamonitor'
+            'ruby: ECI API'
+            'timidity++: for .mid file support'
+            'vorbis-tools: for .ogg file support')
 source=("https://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz")
-options=('staticlibs')
-sha512sums=('fca6b37b5f669ba8616e48afe24fbfd53da3cb4987d2d6a2d6167843de34371a4c2cdceb6faf677462d6efb4069dd1d27ffafc1ceb19de56f4a051f077ada07b')
+sha512sums=('4f70e6f54cd05194a4ffe80905e7488d16d32d684c87736dfdac7b3aebf3d20cbf417964d75e00e781f6f0614b8b699061c69fcbf7e1761d66ce1abfcd5f1140')
 
 prepare() {
   cd "$pkgname-$pkgver"
-
-  # install ruby integration to vendor_ruby
-  sed -e 's/sitedir/vendordir/' -i configure.ac
-
   # lv2core is deprecated in favor of lv2:
   # https://sourceforge.net/p/ecasound/bugs/52/
   sed -e 's/lv2core/lv2/g' -i configure.ac
+  # install ruby integration to vendor_ruby
+  sed -e 's/sitedir/vendordir/' -i configure.ac
   autoreconf -vfi
 }
 build() {
   cd "$pkgname-$pkgver"
-  export PYTHONPATH="/usr/bin/python2"
-  ./configure --prefix=/usr \
-              --disable-pyecasound \
-              --disable-python
+  ./configure --prefix=/usr
   make
 }
 
@@ -52,8 +48,5 @@
   # docs
   install -vDm 644 {AUTHORS,BUGS,NEWS,README,RELNOTES,TODO} \
     -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # ecamonitor is python2 only and not supported until upstream ports it
-  rm -v "${pkgdir}/usr/bin/ecamonitor"
 }
-
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list