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

speps speps at archlinux.org
Thu Dec 29 16:03:21 UTC 2016


    Date: Thursday, December 29, 2016 @ 16:03:20
  Author: speps
Revision: 203294

upgpkg: synthv1 0.8.0-1

Modified:
  synthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-29 16:00:18 UTC (rev 203293)
+++ PKGBUILD	2016-12-29 16:03:20 UTC (rev 203294)
@@ -2,30 +2,23 @@
 # Maintainer: speps <speps at aur dot archlinux dot org>
 
 pkgname=synthv1
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="An old-school all-digital 4-oscillator subtractive polyphonic synthesizer with stereo fx"
 arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html"
+url="https://$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')
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('bd4e8cf4ae820d12ff4a3050df93a762')
+makedepends=('qt5-tools')
+source=("https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('88e74c64bb3182f19b7e3d66e429cda0')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-  # Fix build with GCC 6 (Fedora)
-  sed -e "s|^ac_with_paths=.*|ac_with_paths=|g" -i configure configure.ac
-}
-
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+              --libdir=/usr/lib
   make
 }
 



More information about the arch-commits mailing list