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

Jan de Groot jgc at archlinux.org
Wed Feb 14 23:10:52 UTC 2018


    Date: Wednesday, February 14, 2018 @ 23:10:48
  Author: jgc
Revision: 317057

upgpkg: libvisual-plugins 0.4.0-10

Switch to HTTPS, use sha256, fix overlinking. Replace gtk2 dependency with gdk-pixbuf2

Modified:
  libvisual-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-14 23:09:08 UTC (rev 317056)
+++ PKGBUILD	2018-02-14 23:10:48 UTC (rev 317057)
@@ -1,16 +1,17 @@
 # $Id$
-# Maintainer: damir <damir at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
 
 pkgname=libvisual-plugins
 pkgver=0.4.0
-pkgrel=9
+pkgrel=10
 pkgdesc="plugins for libvisual"
 arch=("x86_64")
 license=('GPL')
-url="http://www.localhost.nl/~synap/libvisual/"
-depends=('libvisual' 'gtk2' 'glu' 'alsa-lib' 'jack')
-makedepends=('mesa')
-source=(http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-plugins-${pkgver}.tar.gz
+url="https://sourceforge.net/projects/libvisual/"
+depends=('libvisual' 'glu' 'alsa-lib' 'jack' 'gdk-pixbuf2')
+makedepends=('mesa' 'gtk2')
+source=(https://downloads.sourceforge.net/sourceforge/libvisual/libvisual-plugins-${pkgver}.tar.gz
         02_64-bit_JESS_fix.patch
         03_build_against_gl_fixes.patch
         04_lv_analyzer_build_fix.patch
@@ -17,13 +18,13 @@
         05_fix_po.patch
         050_all_automagic.patch
         60_no-const-vispluginfo-in-nastyfft.patch)
-md5sums=('4330e9287f9d6fae02f482f428a1e77b'
-         'f9cfb607bfcbfef60830fae4e7dc6963'
-         '116701408747dbb87dc134434478ebe2'
-         '01678a8f1584c76a44e59d81003a1109'
-         '6189b7427c4e11c8b8d6c6266d6a1629'
-         'b50ae94c424a5f0af235deffa8451eb6'
-         '7012518727cb072a7e90a826a5577cc6')
+sha256sums=('8b783a111d54b92502085199c351979d0452b950fcddddd1eae28a16d8508e9b'
+            '49efe3991dd90c712916af06e4c1104bfc016f3004f77daaaba2be4a92eee251'
+            'c9e673b36c125fda5015fcb6462a69e5ab3ff55828342c8b8483e76f84853ef8'
+            '083d3e16aacaf7853de713d604a1b2a06bc5f739d9c94a7bfe5099bf27da8670'
+            'be20595c8092dee1c07184a2fa4eb924decf9de752ee973d997688d192e0e346'
+            'b85bc97614d75f76f8f7fa9a0f6a1292813727229e615556f426b3386af625b5'
+            '4906fd72097cb33fc4b88b89384cbb00685fee3de29d321178f92e8fb9610856')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -41,6 +42,7 @@
       --disable-gstreamer-plugin \
       --disable-gforce \
       --disable-esd
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list