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

2020-05-06 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 06:28:47
  Author: allan
Revision: 382609

upgpkg: libvisual 0.4.0-8: .BUILDINFO rebuild

Modified:
  libvisual/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 06:21:59 UTC (rev 382608)
+++ PKGBUILD2020-05-07 06:28:47 UTC (rev 382609)
@@ -2,7 +2,7 @@
 
 pkgname=libvisual
 pkgver=0.4.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Abstraction library that comes between applications and audio 
visualisation plugins"
 arch=('x86_64')
 url="https://sourceforge.net/projects/libvisual/";


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

2018-02-14 Thread Jan de Groot via arch-commits
Date: Wednesday, February 14, 2018 @ 22:59:52
  Author: jgc
Revision: 317053

upgpkg: libvisual 0.4.0-7

Switch to HTTPS, use sha256

Modified:
  libvisual/trunk/PKGBUILD

--+
 PKGBUILD |   27 +--
 1 file changed, 13 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-14 22:57:11 UTC (rev 317052)
+++ PKGBUILD2018-02-14 22:59:52 UTC (rev 317053)
@@ -1,21 +1,21 @@
 # $Id$
-# Maintainer: 
+# Maintainer: Jan de Groot 
 
 pkgname=libvisual
 pkgver=0.4.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Abstraction library that comes between applications and audio 
visualisation plugins"
 arch=('x86_64')
-url="http://sourceforge.net/projects/libvisual/";
+url="https://sourceforge.net/projects/libvisual/";
 license=('LGPL')
-source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz";
+depends=('glibc')
+source=("https://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz";
 "libvisual-0.4.0-inlinedefineconflict.patch")
-md5sums=('f4e78547c79ea8a8ad111cf8b85011bb'
- 'e49d55a9ea20c949512c1d2143086936')
+sha256sums=('0b4dfdb87125e129567752089e3c8b54cefed601eef169d2533d8659da8dc1d7'
+'5221aadfdd6ba752e9bf45d6f2b0133357f7e3e7cf286c1b36807cc2e0df5a0a')
 
-prepare()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
+prepare() {
+  cd ${pkgname}-${pkgver}
 
   # libvisual's definition of "inline" causes issues when compiling with the
   # new C++11 ABI (patch from Fedora)
@@ -22,14 +22,13 @@
   patch -Np1 -i ../libvisual-0.4.0-inlinedefineconflict.patch
 }
 
-build()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
+build() {
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }


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

2015-06-10 Thread Evangelos Foutras
Date: Wednesday, June 10, 2015 @ 16:25:51
  Author: foutrelis
Revision: 240472

upgpkg: libvisual 0.4.0-6

Push previous change.

Modified:
  libvisual/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-10 14:24:11 UTC (rev 240471)
+++ PKGBUILD2015-06-10 14:25:51 UTC (rev 240472)
@@ -3,7 +3,7 @@
 
 pkgname=libvisual
 pkgver=0.4.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Abstraction library that comes between applications and audio 
visualisation plugins"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/libvisual/";


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

2014-07-01 Thread Felix Yan
Date: Tuesday, July 1, 2014 @ 13:05:16
  Author: fyan
Revision: 216002

upgpkg: libvisual 0.4.0-5

mtree rebuild

Modified:
  libvisual/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-01 10:57:09 UTC (rev 216001)
+++ PKGBUILD2014-07-01 11:05:16 UTC (rev 216002)
@@ -3,7 +3,7 @@
 
 pkgname=libvisual
 pkgver=0.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Abstraction library that comes between applications and audio 
visualisation plugins"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/libvisual/";



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

2012-02-17 Thread Allan McRae
Date: Friday, February 17, 2012 @ 18:27:19
  Author: allan
Revision: 150454

upgpkg: libvisual 0.4.0-4

signing rebuild

Modified:
  libvisual/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-17 23:22:29 UTC (rev 150453)
+++ PKGBUILD2012-02-17 23:27:19 UTC (rev 150454)
@@ -1,22 +1,25 @@
 # $Id$
-# Maintainer: damir 
+# Maintainer: 
 
 pkgname=libvisual
 pkgver=0.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Abstraction library that comes between applications and audio 
visualisation plugins"
-arch=("i686" "x86_64")
+arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/libvisual/";
 license=('LGPL')
-depends=('glibc')
 options=('!libtool')
 
source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz";)
 md5sums=('f4e78547c79ea8a8ad111cf8b85011bb')
 
 build()
 {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr || return 1
-   make || return 1
-   make DESTDIR=${pkgdir} install || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2010-04-19 Thread Daniel Griffiths
Date: Monday, April 19, 2010 @ 05:02:43
  Author: dgriffiths
Revision: 78070

upgpkg: libvisual 0.4.0-3 Package more than a year old

Modified:
  libvisual/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-04-19 08:54:40 UTC (rev 78069)
+++ PKGBUILD2010-04-19 09:02:43 UTC (rev 78070)
@@ -3,20 +3,20 @@
 
 pkgname=libvisual
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Abstraction library that comes between applications and audio 
visualisation plugins"
 arch=("i686" "x86_64")
 url="http://sourceforge.net/projects/libvisual/";
 license=('LGPL')
 depends=('glibc')
 options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-$pkgver.tar.gz";)
+source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz";)
 md5sums=('f4e78547c79ea8a8ad111cf8b85011bb')
 
 build()
 {
-   cd $srcdir/$pkgname-$pkgver
+   cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr || return 1
make || return 1
-   make DESTDIR=$pkgdir install || return 1
+   make DESTDIR=${pkgdir} install || return 1
 }