[arch-commits] Commit in libvisual/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Jun 10 14:25:59 UTC 2015


    Date: Wednesday, June 10, 2015 @ 16:25:58
  Author: foutrelis
Revision: 240473

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

Deleted:
  libvisual/repos/extra-i686/PKGBUILD
  libvisual/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   35 -----------------------------------
 extra-x86_64/PKGBUILD |   35 -----------------------------------
 2 files changed, 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-06-10 14:25:51 UTC (rev 240472)
+++ extra-i686/PKGBUILD	2015-06-10 14:25:58 UTC (rev 240473)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=libvisual
-pkgver=0.4.0
-pkgrel=5
-pkgdesc="Abstraction library that comes between applications and audio visualisation plugins"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/libvisual/"
-license=('LGPL')
-source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz"
-        "libvisual-0.4.0-inlinedefineconflict.patch")
-md5sums=('f4e78547c79ea8a8ad111cf8b85011bb'
-         'e49d55a9ea20c949512c1d2143086936')
-
-prepare()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # libvisual's definition of "inline" causes issues when compiling with the
-  # new C++11 ABI (patch from Fedora)
-  patch -Np1 -i ../libvisual-0.4.0-inlinedefineconflict.patch
-}
-
-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	2015-06-10 14:25:51 UTC (rev 240472)
+++ extra-x86_64/PKGBUILD	2015-06-10 14:25:58 UTC (rev 240473)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=libvisual
-pkgver=0.4.0
-pkgrel=5
-pkgdesc="Abstraction library that comes between applications and audio visualisation plugins"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/libvisual/"
-license=('LGPL')
-source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz"
-        "libvisual-0.4.0-inlinedefineconflict.patch")
-md5sums=('f4e78547c79ea8a8ad111cf8b85011bb'
-         'e49d55a9ea20c949512c1d2143086936')
-
-prepare()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # libvisual's definition of "inline" causes issues when compiling with the
-  # new C++11 ABI (patch from Fedora)
-  patch -Np1 -i ../libvisual-0.4.0-inlinedefineconflict.patch
-}
-
-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