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

speps speps at archlinux.org
Thu Dec 29 16:40:33 UTC 2016


    Date: Thursday, December 29, 2016 @ 16:40:33
  Author: speps
Revision: 203313

upgpkg: samplv1 0.8.0-1

Modified:
  samplv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-29 16:40:08 UTC (rev 203312)
+++ PKGBUILD	2016-12-29 16:40:33 UTC (rev 203313)
@@ -2,30 +2,23 @@
 # Maintainer: speps <speps at aur dot archlinux dot org>
 
 pkgname=samplv1
-pkgver=0.7.4
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="Polyphonic sampler 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=('bb5278771b599f9793609bb763ba7148')
+makedepends=('qt5-tools')
+source=("https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('e3598531ae7c7b3ee571ee2b22c143f4')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-  # Fix build woth 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