summaryrefslogtreecommitdiff
path: root/community/pcsxr
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-01 02:34:45 -0700
committerroot <root@rshg054.dnsready.net>2013-09-01 02:34:45 -0700
commitbf1faf85b813a0171c73fa31db1c5a5110d32420 (patch)
tree4c221d4b0dc3ca4f00da018be6d8959506b90123 /community/pcsxr
parentf20ef2edd6d039b732c288f67377cb752a8d5351 (diff)
Sun Sep 1 02:29:48 PDT 2013
Diffstat (limited to 'community/pcsxr')
-rw-r--r--community/pcsxr/PKGBUILD27
-rw-r--r--community/pcsxr/link_order.patch13
2 files changed, 15 insertions, 25 deletions
diff --git a/community/pcsxr/PKGBUILD b/community/pcsxr/PKGBUILD
index e2b0a1a70..71bb22650 100644
--- a/community/pcsxr/PKGBUILD
+++ b/community/pcsxr/PKGBUILD
@@ -1,31 +1,34 @@
-# $Id: PKGBUILD 82335 2013-01-15 11:35:07Z allan $
+# $Id: PKGBUILD 96557 2013-08-31 16:57:39Z schuay $
# Maintainer: schuay <jakob.gruber@gmail.com>
# Contributor: quantax -- contact via Arch Linux forum or AUR
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
pkgname=pcsxr
-pkgver=1.9.92
-pkgrel=5
+pkgver=1.9.93
+pkgrel=1
pkgdesc='A Sony PlayStation (PSX) emulator based on the PCSX-df project'
arch=('i686' 'x86_64')
url='http://pcsxr.codeplex.com/'
license=('GPL')
-depends=('libcdio' 'libgl' 'libglade' 'libxtst' 'libxv' 'sdl')
-makedepends=('mesa')
-source=("ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2"
- "link_order.patch")
+depends=('libcdio' 'libgl' 'libglade' 'libxtst' 'libxv' 'sdl' 'gtk3')
+makedepends=('mesa' 'intltool')
+
+# Accessible through /srv/ftp/other/community on nymeria.
+source=("ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2")
build() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -Np0 < "$srcdir/link_order.patch"
+ cd "$srcdir/$pkgname"
+
+ autoreconf -f -i
+ intltoolize --force
+
./configure --prefix=/usr --enable-libcdio --enable-opengl
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir" install
}
-md5sums=('28411aed0b4424f97227d94bdefaec83'
- 'd38c38fa0fbb11fe881b4a9a868cf603')
+md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31')
diff --git a/community/pcsxr/link_order.patch b/community/pcsxr/link_order.patch
deleted file mode 100644
index eedf94000..000000000
--- a/community/pcsxr/link_order.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- gui/Makefile.in 2010-08-05 13:27:28.000000000 +0200
-+++ gui/Makefile.in 2013-01-08 21:10:44.709992969 +0100
-@@ -244,8 +244,8 @@
- AboutDlg.c
-
- pcsx_LDADD = \
-- $(GTK2_LIBS) $(GLADE2_LIBS) -lpthread -lz -lm -lXext -lXtst \
-- ../libpcsxcore/libpcsxcore.a
-+ ../libpcsxcore/libpcsxcore.a $(GTK2_LIBS) $(GLADE2_LIBS) -lpthread -lz -lm -lXext -lXtst
-+
-
- all: all-am
-