Weekend update

This commit is contained in:
root 2009-11-28 22:56:54 -08:00
parent 460f880afd
commit c20bab84bc
32 changed files with 99 additions and 140 deletions

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 27634 2009-02-24 03:19:15Z eric $
# Maintainer: damir <damir@archlinux.org>
# Contributor: Pajaro
@ -6,7 +5,7 @@ pkgname=dssi
pkgver=1.0.0
pkgrel=2
pkgdesc="DSSI is an API for audio plugins, with particular application for software synthesis plugins with native user interfaces."
arch=("i686" "x86_64")
arch=('arm')
url="http://dssi.sourceforge.net/"
license=('LGPL' 'BSD' 'custom')
depends=('liblo>=0.22' 'jack-audio-connection-kit' 'libsamplerate')

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 51363 2009-09-07 20:01:45Z juergen $
# Contributor: John Proctor <jproctor@prium.net>
# Maintainer: juergen <juergen@archlinux.org>
@ -6,7 +5,7 @@ pkgname=ecl
pkgver=9.8.4
pkgrel=1
pkgdesc="Embeddable Common Lisp"
arch=('i686' 'x86_64')
arch=('arm')
url="http://sourceforge.net/projects/ecls/"
license=('LGPL')
depends=('bash' 'gmp')

View file

@ -1,11 +1,10 @@
# $Id: PKGBUILD 33840 2009-04-04 21:34:00Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=eel
pkgver=2.26.0
pkgrel=1
pkgdesc="Eazel Extensions Library is a collection of widgets and extensions for GNOME"
arch=(i686 x86_64)
arch=('arm')
license=('GPL')
depends=('gnome-desktop>=2.26.0')
makedepends=('pkgconfig' 'intltool')

View file

@ -1,11 +1,10 @@
# $Id: PKGBUILD 43303 2009-06-21 20:29:34Z pierre $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=eigen
pkgver=2.0.3
pkgrel=1
pkgdesc="Eigen is a lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
arch=('i686' 'x86_64')
arch=('arm')
url='http://eigen.tuxfamily.org'
license=('GPL' 'LGPL')
makedepends=('cmake' 'pkgconfig')

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 30403 2009-03-19 06:32:31Z eric $
# Maintainer: dorphell <dorphell@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
@ -6,7 +5,7 @@ pkgname=eject
pkgver=2.1.5
pkgrel=4
pkgdesc="Eject is a program for ejecting removable media under software control"
arch=(i686 x86_64)
arch=('arm')
url="http://ca.geocities.com/jefftranter@rogers.com/eject.html"
license=('GPL')
depends=('glibc')

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 51862 2009-09-12 22:11:31Z eric $
# Maintainer: Eric Belanger <eric@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
@ -7,7 +6,7 @@ pkgver=1.0.1
_themever=1.0.0
pkgrel=1
pkgdesc="A fast, flexible, and very extensible Window Manager"
arch=('i686' 'x86_64')
arch=('arm')
url="http://www.enlightenment.org"
license=('BSD' 'custom')
depends=('freetype2' 'libxinerama' 'libxft' 'libsm' 'libxxf86vm' 'esound' 'imlib2' 'perl' 'libxcomposite' 'libxdamage' 'libxrandr')
@ -15,8 +14,8 @@ makedepends=('xbitmaps')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/e16-${pkgver}.tar.gz \
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
md5sums=('3529707b0c7484fa3e156ed7a6c39b1e' '0697ae00a32938f45d786b40a0b276fb')
sha1sums=('756455782f884d08a0b416592573ac2de24ebf1c' '2fedae04c7563a6bc43497bec0f189e8d439c183')
md5sums=('3529707b0c7484fa3e156ed7a6c39b1e'
'0697ae00a32938f45d786b40a0b276fb')
build() {
cd "${srcdir}/e16-${pkgver}"

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 36746 2009-04-27 06:32:38Z vesa $
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Maintainer: Vesa Kaihlavirta <vesa@archlinux.org>
@ -6,7 +5,7 @@ pkgname=erlang
pkgver=R13B
pkgrel=2
pkgdesc="A small concurrent functional programming language developed by Ericsson."
arch=(i686 x86_64)
arch=('arm')
options=('!makeflags')
depends=('ncurses' 'glibc')
license=('custom')

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 20312 2008-12-02 12:46:09Z tom $
# Maintainer: kevin <kevin@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
@ -6,7 +5,7 @@ pkgname=etherape
pkgver=0.9.7
pkgrel=4
pkgdesc="A graphical network monitor for various OSI layers and protocols"
arch=(i686 x86_64)
arch=('arm')
url="http://etherape.sourceforge.net/"
license=('GPL2')
makedepends=('rarian')
@ -20,4 +19,4 @@ build() {
/usr/bin/make || return 1
/usr/bin/make DESTDIR=$startdir/pkg install
}
# vim: ts=2 sw=2 et ft=sh

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 28972 2009-03-04 03:11:48Z eric $
# Maintainer: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
@ -6,7 +5,7 @@ pkgname=ethstatus
pkgver=0.4.3
pkgrel=1
pkgdesc="EthStatus was developed for Linux users that are usually in console mode, based on PPPStatus"
arch=('i686' 'x86_64')
arch=('arm')
url="http://packages.qa.debian.org/e/ethstatus.html"
license=('GPL')
depends=('ncurses')

View file

@ -1,11 +1,11 @@
# $Id: PKGBUILD 49782 2009-08-15 16:10:30Z jgc $
# Maintainer: Paul Mattal <paul@archlinux.org>
# Contributer: Martin Kemp <mdkemp@elys.com>
pkgname=ethtool
pkgver=6
pkgrel=2
pkgdesc="gkernel ethtool"
arch=(i686 x86_64)
arch=('arm')
url="http://sourceforge.net/projects/gkernel/"
license=('GPL')
depends=(glibc)

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 43807 2009-06-30 05:54:02Z allan $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=evince
@ -6,7 +5,7 @@ pkgver=2.26.2
pkgrel=2
pkgdesc="Simply a document viewer"
url="http://www.gnome.org"
arch=(i686 x86_64)
arch=('arm')
license=('GPL')
depends=('libspectre>=0.2.2' 'gsfonts' 'poppler-glib>=0.10.7' 'libdjvu>=3.5.20' 'gnome-icon-theme>=2.26.0' 't1lib' 'gnome-keyring>=2.26.0' 'desktop-file-utils')
makedepends=('gnome-doc-utils>=0.16.0' 'nautilus>=2.26.0' 'pkgconfig' 'texlive-bin' 'intltool')

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 42582 2009-06-16 05:21:39Z tpowa $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
@ -6,7 +5,7 @@ pkgname=fam
pkgver=2.7.0
pkgrel=14
pkgdesc="File Alteration Monitor"
arch=('i686' 'x86_64')
arch=('arm')
license=('LGPL' 'GPL')
depends=('rpcbind' 'gcc-libs' 'bash')
url="http://oss.sgi.com/projects/fam/"

View file

@ -8,7 +8,7 @@ pkgver=4.1.6
pkgrel=3
pkgdesc="A library for reading and writing gif images"
url="http://sourceforge.net/projects/giflib/"
arch=(arm)
arch=('arm')
license=('MIT')
depends=('libx11' 'libsm')
provides=("libungif=${pkgver}")

View file

@ -1,11 +1,10 @@
# $Id: PKGBUILD 30314 2009-03-18 21:34:12Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gnome-vfs
pkgver=2.24.1
pkgrel=2
pkgdesc="The GNOME Virtual File System"
arch=(i686 x86_64)
arch=('arm')
license=('LGPL')
depends=('fam' 'gconf>=2.26.0-2' 'hal>=0.5.11' 'bzip2' 'avahi>=0.6.24' 'smbclient>=3.3.1' 'gnome-mime-data>=2.18.0-2' 'heimdal>=1.2.1' 'gnutls>=2.6.4')
makedepends=('pkgconfig' 'intltool')

View file

@ -5,7 +5,7 @@ pkgver=1.4.2
pkgrel=1
pkgdesc="Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support"
url="http://sourceforge.net/projects/enlightenment/"
arch=(arm)
arch=('arm')
license=('BSD')
depends=('libtiff>=3.8.2' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 'libjpeg')
options=('!libtool')

View file

@ -1,11 +1,10 @@
# $Id: PKGBUILD 42098 2009-06-11 07:16:41Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libbonoboui
pkgver=2.24.1
pkgrel=1
pkgdesc="User Interface library for Bonobo"
arch=(i686 x86_64)
arch=('arm')
license=('GPL' 'LGPL')
depends=('libgnomecanvas>=2.20.1.1' 'libgnome>=2.24.1')
makedepends=('intltool' 'pkgconfig')

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 37036 2009-04-30 04:50:40Z eric $
# Maintainer: arjan <arjan@archlinux.org>
# Contributor Sarah Hay <sarahhay@mb.sympatico.ca>
@ -6,7 +5,7 @@ pkgname=libdvdcss
pkgver=1.2.10
pkgrel=1.1
pkgdesc="libdvdcss is a cross-platform library for transparent DVD device access with on-the-fly CSS decryption."
arch=('i686' 'x86_64')
arch=('arm')
license=('GPL')
depends=('glibc')
options=('!libtool')

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 39815 2009-05-21 13:59:34Z jgc $
# Maintainer: Thomas Baechler <thomas@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
@ -6,7 +5,7 @@ pkgname=libdvdread
pkgver=4.1.3
pkgrel=1
pkgdesc="libdvdread provides a simple foundation for reading DVD video disks"
arch=(i686 x86_64)
arch=('arm')
url="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/"
license=('GPL')
depends=('glibc')

View file

@ -1,11 +1,10 @@
# $Id: PKGBUILD 30321 2009-03-18 21:50:51Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libgnome
pkgver=2.26.0
pkgrel=2
pkgdesc="Common libraries for GNOME"
arch=(i686 x86_64)
arch=('arm')
license=('LGPL')
depends=('gnome-vfs>=2.24.1-2' 'esound>=0.2.41' 'libbonobo>=2.24.1')
makedepends=('pkgconfig' 'intltool')

View file

@ -1,11 +1,10 @@
# $Id: PKGBUILD 29431 2009-03-08 17:37:38Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libgnomeui
pkgver=2.24.1
pkgrel=1
pkgdesc="User Interface library for GNOME"
arch=('i686' 'x86_64')
arch=('arm')
license=('LGPL')
depends=('libbonoboui>=2.24.1' 'gnome-keyring>=2.24.1')
makedepends=('intltool' 'pkgconfig')

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 34235 2009-04-08 11:01:52Z eric $
# Maintainer: Eric Belanger <eric@archlinux.org>
# Contributor: Jason Chu <jchu@xentac.net>
@ -6,14 +5,13 @@ pkgname=libsamplerate
pkgver=0.1.7
pkgrel=1
pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio"
arch=('i686' 'x86_64')
arch=('arm')
url="http://www.mega-nerd.com/SRC/index.html"
license=('GPL')
depends=('libsndfile' 'flac>=1.1.4')
options=('!libtool')
source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz)
md5sums=('ad093e60ec44f0a60de8e29983ddbc0f')
sha1sums=('98a52392eb97f9ba724ca024b3af29a8a0cc0206')
build() {
cd ${srcdir}/${pkgname}-${pkgver}

View file

@ -1,11 +1,10 @@
# $Id: $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libspectre
pkgver=0.2.2
pkgrel=2
pkgdesc="Small library for rendering Postscript documents"
arch=(i686 x86_64)
arch=('arm')
license=('GPL2')
url="http://libspectre.freedesktop.org/wiki/"
depends=('ghostscript')

View file

@ -1,11 +1,10 @@
# $Id: PKGBUILD 35579 2009-04-14 05:05:13Z eric $
# Maintainer: damir <damir@archlinux.org>
pkgname=libvisual
pkgver=0.4.0
pkgrel=2
pkgdesc="Abstraction library that comes between applications and audio visualisation plugins"
arch=("i686" "x86_64")
arch=('arm')
url="http://sourceforge.net/projects/libvisual/"
license=('LGPL')
depends=('glibc')

View file

@ -1,18 +1,18 @@
# $Id: PKGBUILD 39826 2009-05-21 14:24:22Z jgc $
# Maintainer: Aaron Griffin <aaron@archlinux.org>
pkgname=lsdvd
pkgver=0.16
pkgrel=4
pkgdesc="lsdvd is a C application for reading the contents of a DVD and printing the contents to your terminal"
arch=(i686 x86_64)
arch=('arm')
url="http://untrepid.com/acidrip/lsdvd.html"
depends=('libdvdread>=4.1.3')
license=('GPL2')
#Special thanks to Mathieu Clabaut <mathieu.clabaut@gmail.com> for patches
source=(http://downloads.sourceforge.net/lsdvd/${pkgname}-${pkgver}.tar.gz
stdint_usage.patch)
md5sums=('340e1abe5c5e5abf7ff8031e78f49ee7' '6cbcbfde873f894bd3c784f65141b2fc')
md5sums=('340e1abe5c5e5abf7ff8031e78f49ee7'
'6cbcbfde873f894bd3c784f65141b2fc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 50106 2009-08-22 12:05:20Z daniel $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
# Contributor: Brice Carpentier <brice@dlfp.org>
@ -6,7 +5,7 @@ pkgname=mono
pkgver=2.4.2.3
pkgrel=1
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
arch=(i686 x86_64)
arch=('arm')
license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
url="http://www.mono-project.com/"
depends=('zlib' 'libgdiplus>=2.4.2' 'sh')
@ -38,4 +37,3 @@ build() {
#install license
install -m644 mcs/MIT.X11 ${startdir}/pkg/usr/share/licenses/$pkgname/
}

View file

@ -1,10 +1,10 @@
# $Id: PKGBUILD 35724 2009-04-16 06:30:45Z eric $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=openslp
pkgver=1.2.1
pkgrel=2
pkgdesc="Open-source implementation of Service Location Protocol"
arch=(arm)
arch=('arm')
url="http://www.openslp.org"
license=('BSD')
depends=('glibc' 'bash' 'openssl>=0.9.8b')

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 40236 2009-05-28 23:08:09Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=pygobject

View file

@ -1,4 +1,3 @@
# $Id: $
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
# Contributor: Cilyan Olowen <gaknar@gmail.com>

View file

@ -1,55 +0,0 @@
2009-06-07 Douglas Soares de Andrade <douglas@archlinux.org>
* Now hopefully fixed git issues
2009-05-16 Douglas Soares de Andrade <douglas@archlinux.org>
* Fixing wrong link against ruby 1.9
2009-05-11 Douglas Soares de Andrade <douglas@archlinux.org>
* Updated for i686: 1.6.2
2009-04-17 Douglas Soares de Andrade <douglas@archlinux.org>
* Back to use svnmerge.py from trunk
2009-04-11 Douglas Soares de Andrade <douglas@archlinux.org>
* Removing libtool files
2009-04-10 Douglas Soares de Andrade <douglas@archlinux.org>
* Updated for i686: 1.6.1
* Added gerardo patch to fix insecure rpaths
2009-03-24 Douglas Soares de Andrade <douglas@archlinux.org>
* Added sqlite3 as a dep
2009-03-21 Douglas Soares de Andrade <douglas@archlinux.org>
* Updated for i686: 1.6.0
2009-02-26 Douglas Soares de Andrade <douglas@archlinux.org>
* Updated for i686: 1.5.6
2008-10-10 Douglas Soares de Andrade <douglas@archlinux.org>
* Updated for i686: 1.5.3
2008-09-04 Douglas Soares de Andrade <douglas@archlinux.org>
* 1.5.2: Finally updated for i686 as it does not break the
devtools.
2008-08-13 Douglas Soares de Andrade <dsa@aur.archlinux.org>
* Updated for i686: 1.5.1
2008-07-23 Douglas Soares de Andrade <douglas@archlinux.org>
* Updated for i686: 1.5.0

View file

@ -1,24 +1,76 @@
# $Id: PKGBUILD 41784 2009-06-07 11:35:29Z douglas $
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
# Contributor: Jason Chu <jason@archlinux.org>
pkgname=subversion
pkgver=1.6.2
pkgrel=6
pkgver=1.6.6
pkgrel=1
pkgdesc="Replacement for CVS, another versioning system (svn)"
arch=(arm)
arch=('arm')
license=('apache' 'bsd')
depends=('apr-util>=1.3.2-2')
#maybe more
source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2)
depends=('neon>=0.28.2-2' 'apr-util>=1.3.2-2')
makedepends=('heimdal>=1.2' 'apache>=2.2.13' 'python>=2.6.2'
'perl>=5.10.0-3' 'swig>=1.3.39' 'ruby>=1.9.1' 'java-runtime' 'autoconf'
'sqlite3' 'db>=4.8' 'e2fsprogs' 'gnome-keyring' 'kdelibs')
source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2
svnserve svn svnserve.conf svnmerge.py
subversion.rpath.fix.patch)
backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
url="http://subversion.tigris.org/"
provides=('svn')
options=('!makeflags' '!libtool')
md5sums=('ebb1cecd313533ca0876f9bfc86bd5d9')
optdepends=('gnome-keyring' 'kdeutils-kwallet')
build() {
cd $startdir/src/${pkgname}-${pkgver}
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr --with-zlib=/usr --with-neon=/usr --with-sqlite=/usr
make
make DESTDIR=$startdir/pkg install || return 1
cd ${srcdir}/${pkgname}-${pkgver}
patch -p0 < $srcdir/subversion.rpath.fix.patch || return 1
autoreconf
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-neon=/usr --with-apxs \
--with-sqlite=/usr \
--enable-javahl --with-gnome-keyring --with-kwallet
(make external-all && make LT_LDFLAGS="-L$Fdestdir/usr/lib" local-all ) || return 1
export LD_LIBRARY_PATH=${pkgdir}/usr/lib:$LD_LIBRARY_PATH
make DESTDIR=${pkgdir} install || return 1
make DESTDIR=${pkgdir} swig-py || return 1
make install-swig-py DESTDIR=${pkgdir} || return 1
mkdir -p ${pkgdir}/usr/lib/python2.6
mv ${pkgdir}/usr/lib/svn-python/ ${pkgdir}/usr/lib/python2.6/site-packages || return 1
mkdir -p ${pkgdir}/usr/share/subversion
install -d -m 755 tools/hook-scripts ${pkgdir}/usr/share/subversion/
rm -f ${pkgdir}/usr/share/subversion/hook-scripts/*.in
make DESTDIR=${pkgdir} swig-pl || return 1
make install-swig-pl DESTDIR=${pkgdir} INSTALLDIRS=vendor || return 1
rm -f ${pkgdir}/usr/lib/perl5/vendor_perl/auto/SVN/_Core/.packlist
rm -rf ${pkgdir}/usr/lib/perl5/core_perl
make DESTDIR=${pkgdir} swig-rb || return 1
make install-swig-rb DESTDIR=${pkgdir} || return 1
make DESTDIR=${pkgdir} javahl || return 1
make DESTDIR=${pkgdir} install-javahl || return 1
mkdir -p ${pkgdir}/etc/rc.d
mkdir -p ${pkgdir}/etc/xinetd.d
mkdir -p ${pkgdir}/etc/conf.d
install -m 755 ${srcdir}/svnserve ${pkgdir}/etc/rc.d
install -m 644 ${srcdir}/svn ${pkgdir}/etc/xinetd.d
install -m 644 ${srcdir}/svnserve.conf ${pkgdir}/etc/conf.d/svnserve
#install -m 755 ${srcdir}/subversion-$pkgver/contrib/client-side/svnmerge/svnmerge.py ${pkgdir}/usr/bin/svnmerge
install -m 755 ${srcdir}/svnmerge.py ${pkgdir}/usr/bin/svnmerge
install -D -m 644 ${srcdir}/subversion-$pkgver/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
}
md5sums=('e5109da756d74c7d98f683f004a539af'
'a2b029e8385007ffb99b437b30521c90'
'a0db6dd43af33952739b6ec089852630'
'c459e299192552f61578f3438abf0664'
'21bf3aa5b797ce98eba8307f30e9c070'
'6b4340ba9d8845cd8497e013ae01be3f')

View file

@ -10,7 +10,7 @@ case "$1" in
stat_busy "Starting svnserve"
if [ -z "$PID" ]; then
if [ -n "$SVNSERVE_USER" ]; then
su $SVNSERVE_USER -c "/usr/bin/svnserve -d $SVNSERVE_ARGS" &
su -s '/bin/sh' $SVNSERVE_USER -c "/usr/bin/svnserve -d $SVNSERVE_ARGS" &
else
/usr/bin/svnserve -d $SVNSERVE_ARGS &
fi

View file

@ -1,11 +1,10 @@
# $Id: PKGBUILD 24698 2009-01-20 04:18:32Z eric $
# Maintainer: Eric Belanger <eric@archlinux.org>
pkgname=xmms
pkgver=1.2.11
pkgrel=2
pkgdesc="The X MultiMedia System"
arch=('i686' 'x86_64')
arch=('arm')
url="http://www.xmms.org"
license=('GPL')
depends=('libsm' 'libxxf86vm' 'zlib' 'gtk' 'libvorbis' 'esound' 'alsa-lib' 'libgl')
@ -22,18 +21,6 @@ md5sums=('f3e6dbaf0b3f571a532ab575656be506' 'b7b6f1811bad8d14e4c4534240e45980'\
'2b534832b0dbb0d06dbcc829e2b702e6' 'd1715c291d35ee8854e5d926912e8b0d'\
'408ea5e28c4c4c221cf3c8ded76fd1f0' '3c328565c99c85d92ac0b9918805da46'\
'128406a02c07cd477dc901f2a658add5' 'd022280df4379383732a8a26abea1d08')
sha1sums=('9d1eae4baab25fd35c9ddfb49321ca60222f672d'
'27fb6e21bd6db923a425a8df8bd07a2a93867ddb'
'ff5c172752c8bee708d9a9ecd53864cc95a4bcc5'
'c227284955f2cc16f027dade670155c0f0fbc4ff'
'4ef47c34b27b6c868d4301b7a078b257c8604471'
'0c060385561ea2a4b1c7ad3bd35d3646ae9554f5'
'6f6db13c780ba4cbddb8613f0abd2db2823f3021'
'2a3b1bf17054b6bd8b1e5937de5c0ad49af8dc92'
'31abd37c9c57bd13b2088eb11a1e54e5aa312bf3'
'0089d11aa3bce67f3496592d68ee65837406e220'
'f24071ae484d9b55e61dba076801fa8e7976ff2f'
'485c67cb8c8d4678bb3b0b280d2e233b14153b22')
build() {
cd ${srcdir}/${pkgname}-${pkgver}