[arch-commits] Commit in libvisual-projectm/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Sun Dec 20 18:27:47 UTC 2009
Date: Sunday, December 20, 2009 @ 13:27:47
Author: andrea
Revision: 61634
upgpkg: libvisual-projectm 2.0.1-1
upstream release
Modified:
libvisual-projectm/trunk/PKGBUILD
----------+
PKGBUILD | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-12-20 18:18:37 UTC (rev 61633)
+++ PKGBUILD 2009-12-20 18:27:47 UTC (rev 61634)
@@ -1,24 +1,26 @@
# $Id$
-# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
pkgname=libvisual-projectm
-pkgver=1.2.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="ProjectM XMMS plugin"
arch=('i686' 'x86_64')
url="http://projectm.sourceforge.net/"
license=('GPL')
-depends=('gcc-libs' 'projectm>=1.2.0' 'libvisual>=0.4.0' 'sdl')
-makedepends=('pkgconfig' 'cmake')
+depends=('projectm>=2.0.1' 'libvisual' 'sdl')
+makedepends=('pkgconfig' 'cmake' 'libxext')
options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/projectm/projectM-libvisual-$pkgver.tar.bz2)
-md5sums=('41a90c5b8931a2cfcdd406eca89e83f9')
+source=(http://downloads.sourceforge.net/projectm/projectM_libvisual-${pkgver}-Source.tar.gz)
+md5sums=('35e09b09210d48b437e3574bd00b15a8')
build() {
- cd $srcdir/projectM-libvisual-$pkgver
+ cd ${srcdir}
mkdir build
cd build
- cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .. || return 1
+ cmake ../projectM_libvisual-${pkgver}-Source \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release || return 1
make || return
- make DESTDIR=$pkgdir install || return
+ make DESTDIR=${pkgdir} install || return
}
More information about the arch-commits
mailing list