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

speps speps at nymeria.archlinux.org
Wed Apr 30 20:32:48 UTC 2014


    Date: Wednesday, April 30, 2014 @ 22:32:48
  Author: speps
Revision: 110478

upgpkg: synthv1 0.4.2-1

Modified:
  synthv1/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-30 20:31:48 UTC (rev 110477)
+++ PKGBUILD	2014-04-30 20:32:48 UTC (rev 110478)
@@ -2,7 +2,7 @@
 # Maintainer: speps <speps at aur dot archlinux dot org>
 
 pkgname=synthv1
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx"
 arch=(i686 x86_64)
@@ -9,11 +9,10 @@
 url="http://$pkgname.sourceforge.net/$pkgname-index.html"
 license=('GPL')
 groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt5-base'
-         'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install="$pkgname.install"
 source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('848413db4318819fd9fe8e0274845285')
+md5sums=('b97b4c0997f9e4ef614102d040c8a669')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -21,10 +20,10 @@
   # x86_64 lib path fix
   sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
 
-  # i686 -reduce-relocations
-  if [[ $CARCH = i686 ]]; then
-    export CXXFLAGS+=" -fPIE"
-  fi
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#    export CXXFLAGS+=" -fPIE"
+#  fi
 }
 
 build() {




More information about the arch-commits mailing list