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

2020-05-07 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:38:33
  Author: allan
Revision: 382617

upgpkg: libvisual-plugins 0.4.0-11: .BUILDINFO rebuild

Modified:
  libvisual-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:38:33 UTC (rev 382616)
+++ PKGBUILD2020-05-07 06:38:33 UTC (rev 382617)
@@ -3,7 +3,7 @@
 
 pkgname=libvisual-plugins
 pkgver=0.4.0
-pkgrel=10
+pkgrel=11
 pkgdesc="plugins for libvisual"
 arch=("x86_64")
 license=('GPL')
@@ -10,7 +10,7 @@
 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
+source=(https://downloads.sourceforge.net/sourceforge/libvisual/libvisual-plugins-${pkgver}.tar.bz2
 02_64-bit_JESS_fix.patch
 03_build_against_gl_fixes.patch
 04_lv_analyzer_build_fix.patch
@@ -17,7 +17,7 @@
 05_fix_po.patch
 050_all_automagic.patch
 60_no-const-vispluginfo-in-nastyfft.patch)
-sha256sums=('8b783a111d54b92502085199c351979d0452b950fcd1eae28a16d8508e9b'
+sha256sums=('518eef40a8a41946a0c2c0d59ede40d53ba7c142873af71aa4d2d8f297396601'
 '49efe3991dd90c712916af06e4c1104bfc016f3004f77daaaba2be4a92eee251'
 'c9e673b36c125fda5015fcb6462a69e5ab3ff55828342c8b8483e76f84853ef8'
 '083d3e16aacaf7853de713d604a1b2a06bc5f739d9c94a7bfe5099bf27da8670'


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

2018-02-14 Thread Jan de Groot via arch-commits
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
===
--- PKGBUILD2018-02-14 23:09:08 UTC (rev 317056)
+++ PKGBUILD2018-02-14 23:10:48 UTC (rev 317057)
@@ -1,16 +1,17 @@
 # $Id$
-# Maintainer: damir 
+# Maintainer: Jan de Groot 
+# Contributor: damir 
 
 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=('8b783a111d54b92502085199c351979d0452b950fcd1eae28a16d8508e9b'
+'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
 }
 


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 18:05:10
  Author: bpiotrowski
Revision: 252864

C++11 ABI rebuild

Modified:
  libvisual-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 17:03:10 UTC (rev 252863)
+++ PKGBUILD2015-12-06 17:05:10 UTC (rev 252864)
@@ -3,7 +3,7 @@
 
 pkgname=libvisual-plugins
 pkgver=0.4.0
-pkgrel=8
+pkgrel=9
 pkgdesc="plugins for libvisual"
 arch=("i686" "x86_64")
 license=('GPL')


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

2014-07-01 Thread Felix Yan
Date: Tuesday, July 1, 2014 @ 12:52:56
  Author: fyan
Revision: 216000

upgpkg: libvisual-plugins 0.4.0-8

mtree rebuild

Modified:
  libvisual-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-01 10:43:46 UTC (rev 215999)
+++ PKGBUILD2014-07-01 10:52:56 UTC (rev 216000)
@@ -3,7 +3,7 @@
 
 pkgname=libvisual-plugins
 pkgver=0.4.0
-pkgrel=7
+pkgrel=8
 pkgdesc=plugins for libvisual
 arch=(i686 x86_64)
 license=('GPL')



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

2012-10-12 Thread andyrtr
Date: Friday, October 12, 2012 @ 13:37:22
  Author: andyrtr
Revision: 168487

upgpkg: libvisual-plugins 0.4.0-7

mesa - glu rebuild

Modified:
  libvisual-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-12 17:14:06 UTC (rev 168486)
+++ PKGBUILD2012-10-12 17:37:22 UTC (rev 168487)
@@ -3,13 +3,13 @@
 
 pkgname=libvisual-plugins
 pkgver=0.4.0
-pkgrel=6
+pkgrel=7
 pkgdesc=plugins for libvisual
 arch=(i686 x86_64)
 license=('GPL')
 url=http://www.localhost.nl/~synap/libvisual/;
-depends=('libvisual' 'gtk2' 'mesa' 'alsa-lib' 'jack')
-makedepends=('pkgconfig' 'namcap')
+depends=('libvisual' 'gtk2' 'glu' 'alsa-lib' 'jack')
+makedepends=('mesa')
 options=(!libtool)
 
source=(http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-plugins-${pkgver}.tar.gz
 02_64-bit_JESS_fix.patch



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

2012-01-28 Thread Eric Bélanger
Date: Sunday, January 29, 2012 @ 00:20:26
  Author: eric
Revision: 147963

upgpkg: libvisual-plugins 0.4.0-5

Rebuild against libpng 1.5 and libtiff 4.0

Modified:
  libvisual-plugins/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-29 04:41:21 UTC (rev 147962)
+++ PKGBUILD2012-01-29 05:20:26 UTC (rev 147963)
@@ -3,7 +3,7 @@
 
 pkgname=libvisual-plugins
 pkgver=0.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc=plugins for libvisual
 arch=(i686 x86_64)
 license=('GPL')
@@ -40,5 +40,9 @@
   --disable-gforce \
   --disable-esd
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



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

2010-11-15 Thread Ray Rashif
Date: Monday, November 15, 2010 @ 09:52:09
  Author: schiv
Revision: 99555

upgpkg: libvisual-plugins 0.4.0-3
jack-audio-connection-kit dep changed to jack

Modified:
  libvisual-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-15 14:51:10 UTC (rev 99554)
+++ PKGBUILD2010-11-15 14:52:09 UTC (rev 99555)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 license=('GPL')
 url=http://www.localhost.nl/~synap/libvisual/;
-depends=('libvisual=0.4.0' 'gtk2=2.18.6' 'mesa=7.7' 'alsa-lib' 'esound' 
'jack-audio-connection-kit')
+depends=('libvisual=0.4.0' 'gtk2=2.18.6' 'mesa=7.7' 'alsa-lib' 'esound' 
'jack')
 makedepends=(pkgconfig)
 
source=(http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-plugins-${pkgver}.tar.gz;)
 md5sums=('4330e9287f9d6fae02f482f428a1e77b')



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

2010-01-17 Thread Jan de Groot
Date: Sunday, January 17, 2010 @ 09:53:27
  Author: jgc
Revision: 63448

upgpkg: libvisual-plugins 0.4.0-3
Rebuild for libpng14/libjpeg8

Modified:
  libvisual-plugins/trunk/PKGBUILD
Deleted:
  libvisual-plugins/trunk/libvisual-plugins.install

---+
 PKGBUILD  |   11 +--
 libvisual-plugins.install |   22 --
 2 files changed, 5 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-17 14:53:08 UTC (rev 63447)
+++ PKGBUILD2010-01-17 14:53:27 UTC (rev 63448)
@@ -3,21 +3,20 @@
 
 pkgname=libvisual-plugins
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc=plugins for libvisual
 arch=(i686 x86_64)
 license=('GPL')
 url=http://www.localhost.nl/~synap/libvisual/;
-depends=('libvisual=0.4.0' 'gtk2' 'mesa' 'alsa-lib' 'esd' 
'jack-audio-connection-kit')
+depends=('libvisual=0.4.0' 'gtk2=2.18.6' 'mesa=7.7' 'alsa-lib' 'esound' 
'jack-audio-connection-kit')
 makedepends=(pkgconfig)
-install=libvisual-plugins.install
 
source=(http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-plugins-${pkgver}.tar.gz;)
 md5sums=('4330e9287f9d6fae02f482f428a1e77b')
 options=(!libtool)
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr  --enable-alsa --disable-gstreamer-plugin
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr  --enable-alsa --disable-gstreamer-plugin || 
return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install || return 1
 }

Deleted: libvisual-plugins.install
===
--- libvisual-plugins.install   2010-01-17 14:53:08 UTC (rev 63447)
+++ libvisual-plugins.install   2010-01-17 14:53:27 UTC (rev 63448)
@@ -1,22 +0,0 @@
-post_install() {
-  cat  EOF
-
-== libvisual-plugins has been built with support for esd and
-== jack-audio-connection-kit input.
-== If you want to use them, install them.
-
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  /bin/true
-}
-
-op=$1
-shift
-
-$op $*