summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-30 02:31:56 -0800
committerroot <root@rshg054.dnsready.net>2012-11-30 02:31:56 -0800
commit51867161079ab52d5152105142a3bc965c63ca03 (patch)
treeb3bce74db52a754245dc26d586603dfec0620aec /community
parentfd13fc6dba397df448ce6ecf87e806fdc3a8f3cd (diff)
Fri Nov 30 02:29:05 PST 2012
Diffstat (limited to 'community')
-rw-r--r--community/nestopia/PKGBUILD9
-rw-r--r--community/parrot/PKGBUILD10
-rw-r--r--community/supercollider/PKGBUILD14
-rw-r--r--community/supercollider/supercollider.install1
4 files changed, 16 insertions, 18 deletions
diff --git a/community/nestopia/PKGBUILD b/community/nestopia/PKGBUILD
index d03528a26..b0fee1ae2 100644
--- a/community/nestopia/PKGBUILD
+++ b/community/nestopia/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 77858 2012-10-15 10:08:57Z spupykin $
+# $Id: PKGBUILD 80697 2012-11-29 16:17:59Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Tiago Pierezan Camargo <tcamargo@gmail.com>
# Contributor: robb_force <robb_force@holybuffalo.net>
pkgname=nestopia
-pkgver=1.42
-pkgrel=4
+pkgver=1.43
+pkgrel=1
pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number of mappers, and lots of custom sound chips.'
url='http://0ldsk00l.ca/nestopia.html'
license=('GPL')
@@ -14,12 +14,13 @@ depends=('sdl' 'alsa-lib' 'gtk3' 'glu')
makedepends=('unzip' 'mesa')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver"
"build-fix.patch")
-md5sums=('ce7ffba59f19c764f08546e015777172'
+md5sums=('c73d45015eb16b9870a620a188a23275'
'49dc5a51243a023b47f25ff3d6aabd89')
build() {
cd ${srcdir}/rdanbrook-nestopia-*
patch -p1 <$srcdir/build-fix.patch
+ export LDFLAGS=-lX11
make PREFIX=/usr -j1
}
diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD
index 341337458..50c62f78e 100644
--- a/community/parrot/PKGBUILD
+++ b/community/parrot/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 80286 2012-11-19 12:16:58Z spupykin $
+# $Id: PKGBUILD 80699 2012-11-29 16:18:21Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: mpie <michael.kyne-phillips1@ntlworld.com>
pkgname=parrot
-pkgver=4.9.0
-_rel=stable
-#_rel=devel
+pkgver=4.10.0
+#_rel=stable
+_rel=devel
pkgrel=1
pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages"
arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@ makedepends=('perl-json')
optdepends=('freeglut')
options=('!makeflags')
source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('ca42f4fbcc734e4cf354117cd7c073b0')
+md5sums=('aab3d07aecfe821a792421fb4fb88a4f')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/supercollider/PKGBUILD b/community/supercollider/PKGBUILD
index 4b72c2f07..64062b8a4 100644
--- a/community/supercollider/PKGBUILD
+++ b/community/supercollider/PKGBUILD
@@ -1,32 +1,28 @@
-# $Id: PKGBUILD 79411 2012-11-04 16:42:49Z speps $
+# $Id: PKGBUILD 80709 2012-11-30 03:35:13Z speps $
# Maintainer : speps <speps at aur dot archlinux dot org>
# Contributor: <farid at archlinux-br.org>
_name=SuperCollider
pkgname=supercollider
-pkgver=3.5.6
+pkgver=3.6.1
pkgrel=1
pkgdesc="An environment and programming language for real time audio synthesis and algorithmic composition"
arch=('i686' 'x86_64')
url="http://supercollider.sourceforge.net/"
license=('GPL3')
-depends=('jack' 'fftw' 'icu' 'cwiid' 'curl' 'qtwebkit')
+depends=('jack' 'fftw' 'cwiid' 'qtwebkit')
makedepends=('cmake' 'ruby' 'vim' 'emacs')
optdepends=('emacs: emacs interface'
'gedit: gedit interface'
'vim: vim interface'
'ruby: vim support')
install="$pkgname.install"
-source=("http://download.sourceforge.net/project/$pkgname/Source/$pkgver/$_name-$pkgver-Source-linux.tar.bz2")
-md5sums=('d76b61fad8d0a1242905c5efb46e23b6')
+source=("http://download.sourceforge.net/project/$pkgname/Source/${pkgver%.*}/$_name-$pkgver-Source-linux.tar.bz2")
+md5sums=('9ac8f563d885cef66b2365949eb666d1')
build() {
cd "$srcdir/$_name-Source"
- ## glibc 2.16 + boost 1.49 fix
- # https://svn.boost.org/trac/boost/ticket/6940
- sed -i "s/TIME_UTC/&_/" `grep -rl TIME_UTC .`
-
[ -d bld ] || mkdir bld && cd bld
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
diff --git a/community/supercollider/supercollider.install b/community/supercollider/supercollider.install
index 78ec45794..32bd4537c 100644
--- a/community/supercollider/supercollider.install
+++ b/community/supercollider/supercollider.install
@@ -1,4 +1,5 @@
post_install() {
+ update-desktop-database -q
update-mime-database usr/share/mime
}