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

David Runge dvzrv at archlinux.org
Wed Jan 3 08:42:04 UTC 2018


    Date: Wednesday, January 3, 2018 @ 08:42:03
  Author: dvzrv
Revision: 278107

upgpkg: libffado 2.4.0-2

Removing optimizations. Moving python2 to depends (as all scripts require it).

Modified:
  libffado/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-03 08:38:42 UTC (rev 278106)
+++ PKGBUILD	2018-01-03 08:42:03 UTC (rev 278107)
@@ -6,15 +6,14 @@
 
 pkgname=libffado
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Driver for FireWire audio devices"
 arch=('x86_64')
 url="http://www.ffado.org/"
 license=('GPL')
-depends=('dbus-c++' 'jack' 'libavc1394' 'libconfig' 'libiec61883' 'libxml++')
+depends=('dbus-c++' 'jack' 'libavc1394' 'libconfig' 'libiec61883' 'libxml++' 'python2')
 makedepends=('python2-pyqt4' 'scons')
-optdepends=('python2: ffado-diag'
-            'python2-pyqt4: ffado-mixer')
+optdepends=('python2-pyqt4: ffado-mixer')
 provides=('ffado')
 source=("http://www.ffado.org/files/${pkgname}-${pkgver}.tgz"
         'python2.patch'
@@ -33,8 +32,7 @@
   scons PREFIX=/usr \
         DEBUG=no \
         MANDIR=/usr/share/man \
-        UDEVDIR=/usr/lib/udev/rules.d \
-        ENABLE_OPTIMIZATIONS=True
+        UDEVDIR=/usr/lib/udev/rules.d
 }
 
 package() {



More information about the arch-commits mailing list