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

Ray Rashif schiv at archlinux.org
Fri Apr 20 17:48:10 UTC 2012


    Date: Friday, April 20, 2012 @ 13:48:09
  Author: schiv
Revision: 156536

upgpkg: lv2 1.0.0-1

upstream major release with new name

Modified:
  lv2/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-20 17:07:06 UTC (rev 156535)
+++ PKGBUILD	2012-04-20 17:48:09 UTC (rev 156536)
@@ -1,17 +1,21 @@
 # $Id$
 # Maintainer: Ray Rashif <schiv at archlinux.org>
 
-pkgname=lv2core
-pkgver=6.0
+pkgname=lv2
+pkgver=1.0.0
 pkgrel=1
-pkgdesc="LV2: Successor to the LADSPA audio plug-in standard"
+pkgdesc="Successor to the LADSPA audio plug-in standard"
 url="http://lv2plug.in/"
 license=('LGPL' 'custom')
-arch=('any')
-makedepends=('python2')
-provides=('lv2')
+arch=('i686' 'x86_64')
+makedepends=('python2' 'libsndfile' 'gtk2')
+optdepends=('libsndfile: lv2-eg-sampler'
+            'gkt2: lv2-eg-sampler')
+provides=('lv2core')
+conflicts=('lv2core')
+replaces=('lv2core')
 source=("http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2")
-md5sums=('433b195a13b230e302d9e2e2fea37383')
+md5sums=('af98a50d8dfa8318a69800ea48b421f6')
 
 build() {
 	cd "$srcdir/$pkgname-$pkgver"




More information about the arch-commits mailing list