[arch-commits] Commit in libvisual/repos (4 files)

Allan McRae allan at archlinux.org
Fri Feb 17 23:29:45 UTC 2012


    Date: Friday, February 17, 2012 @ 18:29:45
  Author: allan
Revision: 150455

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libvisual/repos/extra-i686/PKGBUILD
    (from rev 150454, libvisual/trunk/PKGBUILD)
  libvisual/repos/extra-x86_64/PKGBUILD
    (from rev 150454, libvisual/trunk/PKGBUILD)
Deleted:
  libvisual/repos/extra-i686/PKGBUILD
  libvisual/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   47 +++++++++++++++++++++++++----------------------
 extra-x86_64/PKGBUILD |   47 +++++++++++++++++++++++++----------------------
 2 files changed, 50 insertions(+), 44 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-17 23:27:19 UTC (rev 150454)
+++ extra-i686/PKGBUILD	2012-02-17 23:29:45 UTC (rev 150455)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: damir <damir at archlinux.org>
-
-pkgname=libvisual
-pkgver=0.4.0
-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")
-md5sums=('f4e78547c79ea8a8ad111cf8b85011bb')
-
-build()
-{
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr || return 1
-   make || return 1
-   make DESTDIR=${pkgdir} install || return 1
-}

Copied: libvisual/repos/extra-i686/PKGBUILD (from rev 150454, libvisual/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-17 23:29:45 UTC (rev 150455)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: 
+
+pkgname=libvisual
+pkgver=0.4.0
+pkgrel=4
+pkgdesc="Abstraction library that comes between applications and audio visualisation plugins"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/libvisual/"
+license=('LGPL')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz")
+md5sums=('f4e78547c79ea8a8ad111cf8b85011bb')
+
+build()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-17 23:27:19 UTC (rev 150454)
+++ extra-x86_64/PKGBUILD	2012-02-17 23:29:45 UTC (rev 150455)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: damir <damir at archlinux.org>
-
-pkgname=libvisual
-pkgver=0.4.0
-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")
-md5sums=('f4e78547c79ea8a8ad111cf8b85011bb')
-
-build()
-{
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr || return 1
-   make || return 1
-   make DESTDIR=${pkgdir} install || return 1
-}

Copied: libvisual/repos/extra-x86_64/PKGBUILD (from rev 150454, libvisual/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-17 23:29:45 UTC (rev 150455)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: 
+
+pkgname=libvisual
+pkgver=0.4.0
+pkgrel=4
+pkgdesc="Abstraction library that comes between applications and audio visualisation plugins"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/libvisual/"
+license=('LGPL')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz")
+md5sums=('f4e78547c79ea8a8ad111cf8b85011bb')
+
+build()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list