[arch-commits] Commit in (pcsxr)
Date: Monday, March 12, 2018 @ 09:24:29 Author: arojas Revision: 306272 Dropped to AUR Deleted: pcsxr/
[arch-commits] Commit in pcsxr/repos (4 files)
Date: Wednesday, August 2, 2017 @ 07:42:57 Author: bpiotrowski Revision: 247403 archrelease: copy trunk to community-i686, multilib-x86_64 Added: pcsxr/repos/community-i686/PKGBUILD (from rev 247402, pcsxr/trunk/PKGBUILD) pcsxr/repos/multilib-x86_64/PKGBUILD (from rev 247402, pcsxr/trunk/PKGBUILD) Deleted: pcsxr/repos/community-i686/PKGBUILD pcsxr/repos/multilib-x86_64/PKGBUILD --+ /PKGBUILD| 98 + community-i686/PKGBUILD | 35 multilib-x86_64/PKGBUILD | 49 -- 3 files changed, 98 insertions(+), 84 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2017-08-02 07:42:38 UTC (rev 247402) +++ community-i686/PKGBUILD 2017-08-02 07:42:57 UTC (rev 247403) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: schuay -# Contributor: quantax -- contact via Arch Linux forum or AUR -# Contributor: Christoph Zeiler - -pkgname=pcsxr -pkgver=1.9.93 -pkgrel=4 -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' 'libxv' 'sdl' 'gtk3') -makedepends=('mesa' 'intltool') -[[ $CARCH == 'i686' ]] && makedepends+=('nasm') - -# Accessible through /srv/ftp/other/community on nymeria. -source=("https://sources.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2";) - -build() { -cd "$srcdir/$pkgname" - -autoreconf -f -i -intltoolize --force - -./configure --prefix=/usr --enable-libcdio --enable-opengl -make -} - -package() { -cd "$srcdir/$pkgname" -make DESTDIR="$pkgdir" install -} - -md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31') Copied: pcsxr/repos/community-i686/PKGBUILD (from rev 247402, pcsxr/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-08-02 07:42:57 UTC (rev 247403) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: schuay +# Contributor: quantax -- contact via Arch Linux forum or AUR +# Contributor: Christoph Zeiler + +pkgname=pcsxr +pkgver=1.9.93 +pkgrel=5 +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' 'libxv' 'sdl' 'gtk3') +depends_x86_64=('lib32-libcdio' 'lib32-libxv' 'lib32-sdl' 'lib32-gtk3') +makedepends=('mesa' 'intltool' 'nasm') +makedepends_x86_64=('lib32-mesa') +optdepends_x86_64=('lib32-libpulse: Pulseaudio support' + 'lib32-alsa-plugins: ALSA support') +optdepends_i686=('libpulse: Pulseaudio support' + 'alsa-plugins: ALSA support') + +# Accessible through /srv/ftp/other/community on nymeria. +source=("https://sources.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2";) + +build() { +cd "$srcdir/$pkgname" + +if [[ $CARCH == 'x86_64' ]]; then +export CC="gcc -m32" +export CXX="g++ -m32" +fi + +autoreconf -f -i +intltoolize --force + +./configure --prefix=/usr \ +--libdir=/usr/lib32 \ +--enable-dynarec=x86 \ +--enable-libcdio \ +--enable-opengl +make +} + +package() { +cd "$srcdir/$pkgname" +make DESTDIR="$pkgdir" install +} + +md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31') Deleted: multilib-x86_64/PKGBUILD === --- multilib-x86_64/PKGBUILD2017-08-02 07:42:38 UTC (rev 247402) +++ multilib-x86_64/PKGBUILD2017-08-02 07:42:57 UTC (rev 247403) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: schuay -# Contributor: quantax -- contact via Arch Linux forum or AUR -# Contributor: Christoph Zeiler - -pkgname=pcsxr -pkgver=1.9.93 -pkgrel=5 -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' 'libxv' 'sdl' 'gtk3') -makedepends=('mesa' 'intltool' 'nasm') -options=('!libtool') - -if [[ $CARCH == 'x86_64' ]]; then -makedepends+=('lib32-mesa') -depends+=('lib32-libcdio' 'lib32-libxv' 'lib32-sdl' 'lib32-gtk3') -fi - -# Accessible through /srv/ftp/other/community on nymeria. -source=("https://sources.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2";) - -build() { -cd "$srcdir/$pkgname" - -if [[ $CARCH == 'x86_64' ]]; then -export CC="gcc -m32" -export CXX="g++ -m32" -fi - -autoreconf -f -i -intltoolize --force - -./configure --prefix=/usr \ ---libdir=/usr/lib32 \ ---enable-dynarec=x86 \ ---enable-libcdio \ ---enable-opengl -make -} - -package() { -cd "$srcdir/$pkgname" -make DESTDIR="$pkgdir" install -} - -md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31') Copied: pcsxr/repos/multilib-x86_64/PKGBUILD (f
[arch-commits] Commit in pcsxr/trunk (PKGBUILD)
Date: Wednesday, August 2, 2017 @ 07:42:30 Author: bpiotrowski Revision: 247399 use architecture-specific options instead of bash hackery Modified: pcsxr/trunk/PKGBUILD --+ PKGBUILD | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-08-02 07:32:36 UTC (rev 247398) +++ PKGBUILD2017-08-02 07:42:30 UTC (rev 247399) @@ -11,19 +11,14 @@ url='http://pcsxr.codeplex.com/' license=('GPL') depends=('libcdio' 'libxv' 'sdl' 'gtk3') +depends_x86_64=('lib32-libcdio' 'lib32-libxv' 'lib32-sdl' 'lib32-gtk3') makedepends=('mesa' 'intltool' 'nasm') -options=('!libtool') +makedepends_x86_64=('lib32-mesa') +optdepends_x86_64=('lib32-libpulse: Pulseaudio support' + 'lib32-alsa-plugins: ALSA support') +optdepends_i686=('libpulse: Pulseaudio support' + 'alsa-plugins: ALSA support') -if [[ $CARCH == 'x86_64' ]]; then -makedepends+=('lib32-mesa') -depends+=('lib32-libcdio' 'lib32-libxv' 'lib32-sdl' 'lib32-gtk3') -optdepends=('lib32-libpulse: Pulseaudio support' -'lib32-alsa-plugins: ALSA support') -else -optdepends=('libpulse: Pulseaudio support' -'alsa-plugins: ALSA support') -fi - # Accessible through /srv/ftp/other/community on nymeria. source=("https://sources.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2";)
[arch-commits] Commit in pcsxr/trunk (PKGBUILD)
Date: Friday, January 29, 2016 @ 11:55:55 Author: schuay Revision: 159411 optdepends for pcsxr Modified: pcsxr/trunk/PKGBUILD --+ PKGBUILD |5 + 1 file changed, 5 insertions(+) Modified: PKGBUILD === --- PKGBUILD2016-01-29 10:50:59 UTC (rev 159410) +++ PKGBUILD2016-01-29 10:55:55 UTC (rev 159411) @@ -17,6 +17,11 @@ if [[ $CARCH == 'x86_64' ]]; then makedepends+=('lib32-mesa') depends+=('lib32-libcdio' 'lib32-libxv' 'lib32-sdl' 'lib32-gtk3') +optdepends=('lib32-libpulse: Pulseaudio support' +'lib32-alsa-plugins: ALSA support') +else +optdepends=('libpulse: Pulseaudio support' +'alsa-plugins: ALSA support') fi # Accessible through /srv/ftp/other/community on nymeria.
[arch-commits] Commit in pcsxr/repos (multilib-x86_64 multilib-x86_64/PKGBUILD)
Date: Tuesday, January 26, 2016 @ 13:25:30 Author: schuay Revision: 158952 archrelease: copy trunk to multilib-x86_64 Added: pcsxr/repos/multilib-x86_64/ pcsxr/repos/multilib-x86_64/PKGBUILD (from rev 158951, pcsxr/trunk/PKGBUILD) --+ PKGBUILD | 49 + 1 file changed, 49 insertions(+) Copied: pcsxr/repos/multilib-x86_64/PKGBUILD (from rev 158951, pcsxr/trunk/PKGBUILD) === --- multilib-x86_64/PKGBUILD(rev 0) +++ multilib-x86_64/PKGBUILD2016-01-26 12:25:30 UTC (rev 158952) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: schuay +# Contributor: quantax -- contact via Arch Linux forum or AUR +# Contributor: Christoph Zeiler + +pkgname=pcsxr +pkgver=1.9.93 +pkgrel=5 +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' 'libxv' 'sdl' 'gtk3') +makedepends=('mesa' 'intltool' 'nasm') +options=('!libtool') + +if [[ $CARCH == 'x86_64' ]]; then +makedepends+=('lib32-mesa') +depends+=('lib32-libcdio' 'lib32-libxv' 'lib32-sdl' 'lib32-gtk3') +fi + +# Accessible through /srv/ftp/other/community on nymeria. +source=("https://sources.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2";) + +build() { +cd "$srcdir/$pkgname" + +if [[ $CARCH == 'x86_64' ]]; then +export CC="gcc -m32" +export CXX="g++ -m32" +fi + +autoreconf -f -i +intltoolize --force + +./configure --prefix=/usr \ +--libdir=/usr/lib32 \ +--enable-dynarec=x86 \ +--enable-libcdio \ +--enable-opengl +make +} + +package() { +cd "$srcdir/$pkgname" +make DESTDIR="$pkgdir" install +} + +md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31')
[arch-commits] Commit in pcsxr/trunk (PKGBUILD)
Date: Tuesday, January 26, 2016 @ 13:24:19 Author: schuay Revision: 158951 pcsxr multilib Modified: pcsxr/trunk/PKGBUILD --+ PKGBUILD | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-01-26 12:22:39 UTC (rev 158950) +++ PKGBUILD2016-01-26 12:24:19 UTC (rev 158951) @@ -5,15 +5,20 @@ pkgname=pcsxr pkgver=1.9.93 -pkgrel=4 +pkgrel=5 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' 'libxv' 'sdl' 'gtk3') -makedepends=('mesa' 'intltool') -[[ $CARCH == 'i686' ]] && makedepends+=('nasm') +makedepends=('mesa' 'intltool' 'nasm') +options=('!libtool') +if [[ $CARCH == 'x86_64' ]]; then +makedepends+=('lib32-mesa') +depends+=('lib32-libcdio' 'lib32-libxv' 'lib32-sdl' 'lib32-gtk3') +fi + # Accessible through /srv/ftp/other/community on nymeria. source=("https://sources.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2";) @@ -20,10 +25,19 @@ build() { cd "$srcdir/$pkgname" +if [[ $CARCH == 'x86_64' ]]; then +export CC="gcc -m32" +export CXX="g++ -m32" +fi + autoreconf -f -i intltoolize --force -./configure --prefix=/usr --enable-libcdio --enable-opengl +./configure --prefix=/usr \ +--libdir=/usr/lib32 \ +--enable-dynarec=x86 \ +--enable-libcdio \ +--enable-opengl make }
[arch-commits] Commit in pcsxr/repos (4 files)
Date: Wednesday, November 12, 2014 @ 03:30:45 Author: fyan Revision: 122406 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: pcsxr/repos/community-staging-i686/ pcsxr/repos/community-staging-i686/PKGBUILD (from rev 122405, pcsxr/trunk/PKGBUILD) pcsxr/repos/community-staging-x86_64/ pcsxr/repos/community-staging-x86_64/PKGBUILD (from rev 122405, pcsxr/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 35 +++ community-staging-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: pcsxr/repos/community-staging-i686/PKGBUILD (from rev 122405, pcsxr/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2014-11-12 02:30:45 UTC (rev 122406) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: schuay +# Contributor: quantax -- contact via Arch Linux forum or AUR +# Contributor: Christoph Zeiler + +pkgname=pcsxr +pkgver=1.9.93 +pkgrel=4 +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' 'libxv' 'sdl' 'gtk3') +makedepends=('mesa' 'intltool') +[[ $CARCH == 'i686' ]] && makedepends+=('nasm') + +# Accessible through /srv/ftp/other/community on nymeria. +source=("ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2";) + +build() { +cd "$srcdir/$pkgname" + +autoreconf -f -i +intltoolize --force + +./configure --prefix=/usr --enable-libcdio --enable-opengl +make +} + +package() { +cd "$srcdir/$pkgname" +make DESTDIR="$pkgdir" install +} + +md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31') Copied: pcsxr/repos/community-staging-x86_64/PKGBUILD (from rev 122405, pcsxr/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2014-11-12 02:30:45 UTC (rev 122406) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: schuay +# Contributor: quantax -- contact via Arch Linux forum or AUR +# Contributor: Christoph Zeiler + +pkgname=pcsxr +pkgver=1.9.93 +pkgrel=4 +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' 'libxv' 'sdl' 'gtk3') +makedepends=('mesa' 'intltool') +[[ $CARCH == 'i686' ]] && makedepends+=('nasm') + +# Accessible through /srv/ftp/other/community on nymeria. +source=("ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2";) + +build() { +cd "$srcdir/$pkgname" + +autoreconf -f -i +intltoolize --force + +./configure --prefix=/usr --enable-libcdio --enable-opengl +make +} + +package() { +cd "$srcdir/$pkgname" +make DESTDIR="$pkgdir" install +} + +md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31')
[arch-commits] Commit in pcsxr/trunk (PKGBUILD)
Date: Wednesday, November 12, 2014 @ 03:29:41 Author: fyan Revision: 122405 upgpkg: pcsxr 1.9.93-4 libcdio 0.93 rebuild Modified: pcsxr/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-11-12 02:25:27 UTC (rev 122404) +++ PKGBUILD2014-11-12 02:29:41 UTC (rev 122405) @@ -5,7 +5,7 @@ pkgname=pcsxr pkgver=1.9.93 -pkgrel=3 +pkgrel=4 pkgdesc='A Sony PlayStation (PSX) emulator based on the PCSX-df project' arch=('i686' 'x86_64') url='http://pcsxr.codeplex.com/'
[arch-commits] Commit in pcsxr/repos (2 files)
Date: Tuesday, January 14, 2014 @ 16:29:26 Author: schuay Revision: 104006 archrelease: copy trunk to community-staging-i686 Added: pcsxr/repos/community-staging-i686/ pcsxr/repos/community-staging-i686/PKGBUILD (from rev 104005, pcsxr/trunk/PKGBUILD) --+ PKGBUILD | 35 +++ 1 file changed, 35 insertions(+) Copied: pcsxr/repos/community-staging-i686/PKGBUILD (from rev 104005, pcsxr/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2014-01-14 15:29:26 UTC (rev 104006) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: schuay +# Contributor: quantax -- contact via Arch Linux forum or AUR +# Contributor: Christoph Zeiler + +pkgname=pcsxr +pkgver=1.9.93 +pkgrel=3 +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' 'libxv' 'sdl' 'gtk3') +makedepends=('mesa' 'intltool') +[[ $CARCH == 'i686' ]] && makedepends+=('nasm') + +# Accessible through /srv/ftp/other/community on nymeria. +source=("ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2";) + +build() { +cd "$srcdir/$pkgname" + +autoreconf -f -i +intltoolize --force + +./configure --prefix=/usr --enable-libcdio --enable-opengl +make +} + +package() { +cd "$srcdir/$pkgname" +make DESTDIR="$pkgdir" install +} + +md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31')
[arch-commits] Commit in pcsxr/repos (2 files)
Date: Tuesday, January 14, 2014 @ 16:29:32 Author: schuay Revision: 104007 archrelease: copy trunk to community-staging-x86_64 Added: pcsxr/repos/community-staging-x86_64/ pcsxr/repos/community-staging-x86_64/PKGBUILD (from rev 104006, pcsxr/trunk/PKGBUILD) --+ PKGBUILD | 35 +++ 1 file changed, 35 insertions(+) Copied: pcsxr/repos/community-staging-x86_64/PKGBUILD (from rev 104006, pcsxr/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2014-01-14 15:29:32 UTC (rev 104007) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: schuay +# Contributor: quantax -- contact via Arch Linux forum or AUR +# Contributor: Christoph Zeiler + +pkgname=pcsxr +pkgver=1.9.93 +pkgrel=3 +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' 'libxv' 'sdl' 'gtk3') +makedepends=('mesa' 'intltool') +[[ $CARCH == 'i686' ]] && makedepends+=('nasm') + +# Accessible through /srv/ftp/other/community on nymeria. +source=("ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2";) + +build() { +cd "$srcdir/$pkgname" + +autoreconf -f -i +intltoolize --force + +./configure --prefix=/usr --enable-libcdio --enable-opengl +make +} + +package() { +cd "$srcdir/$pkgname" +make DESTDIR="$pkgdir" install +} + +md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31')
[arch-commits] Commit in pcsxr/trunk (PKGBUILD)
Date: Tuesday, January 14, 2014 @ 16:28:57 Author: schuay Revision: 104005 pcsxr libcdio rebuild Modified: pcsxr/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-01-14 15:23:43 UTC (rev 104004) +++ PKGBUILD2014-01-14 15:28:57 UTC (rev 104005) @@ -5,7 +5,7 @@ pkgname=pcsxr pkgver=1.9.93 -pkgrel=2 +pkgrel=3 pkgdesc='A Sony PlayStation (PSX) emulator based on the PCSX-df project' arch=('i686' 'x86_64') url='http://pcsxr.codeplex.com/'
[arch-commits] Commit in pcsxr (3 files)
Date: Thursday, October 31, 2013 @ 03:38:33 Author: allan Revision: 99949 remove !libtool Modified: pcsxr/repos/community-i686/PKGBUILD pcsxr/repos/community-x86_64/PKGBUILD pcsxr/trunk/PKGBUILD -+ repos/community-i686/PKGBUILD |1 - repos/community-x86_64/PKGBUILD |1 - trunk/PKGBUILD |1 - 3 files changed, 3 deletions(-) Modified: repos/community-i686/PKGBUILD === --- repos/community-i686/PKGBUILD 2013-10-31 02:38:13 UTC (rev 99948) +++ repos/community-i686/PKGBUILD 2013-10-31 02:38:33 UTC (rev 99949) @@ -10,7 +10,6 @@ arch=('i686' 'x86_64') url='http://pcsxr.codeplex.com/' license=('GPL') -options=('!libtool') depends=('libcdio' 'libxv' 'sdl' 'gtk3') makedepends=('mesa' 'intltool') [[ $CARCH == 'i686' ]] && makedepends+=('nasm') Modified: repos/community-x86_64/PKGBUILD === --- repos/community-x86_64/PKGBUILD 2013-10-31 02:38:13 UTC (rev 99948) +++ repos/community-x86_64/PKGBUILD 2013-10-31 02:38:33 UTC (rev 99949) @@ -10,7 +10,6 @@ arch=('i686' 'x86_64') url='http://pcsxr.codeplex.com/' license=('GPL') -options=('!libtool') depends=('libcdio' 'libxv' 'sdl' 'gtk3') makedepends=('mesa' 'intltool') [[ $CARCH == 'i686' ]] && makedepends+=('nasm') Modified: trunk/PKGBUILD === --- trunk/PKGBUILD 2013-10-31 02:38:13 UTC (rev 99948) +++ trunk/PKGBUILD 2013-10-31 02:38:33 UTC (rev 99949) @@ -10,7 +10,6 @@ arch=('i686' 'x86_64') url='http://pcsxr.codeplex.com/' license=('GPL') -options=('!libtool') depends=('libcdio' 'libxv' 'sdl' 'gtk3') makedepends=('mesa' 'intltool') [[ $CARCH == 'i686' ]] && makedepends+=('nasm')
[arch-commits] Commit in pcsxr/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, September 10, 2013 @ 10:52:26 Author: schuay Revision: 97005 archrelease: copy trunk to community-x86_64 Added: pcsxr/repos/community-x86_64/PKGBUILD (from rev 97004, pcsxr/trunk/PKGBUILD) Deleted: pcsxr/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 70 +++-- 1 file changed, 36 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-09-10 08:52:20 UTC (rev 97004) +++ PKGBUILD2013-09-10 08:52:26 UTC (rev 97005) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: schuay -# Contributor: quantax -- contact via Arch Linux forum or AUR -# Contributor: Christoph Zeiler - -pkgname=pcsxr -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' '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" - -autoreconf -f -i -intltoolize --force - -./configure --prefix=/usr --enable-libcdio --enable-opengl -make -} - -package() { -cd "$srcdir/$pkgname" -make DESTDIR="$pkgdir" install -} - -md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31') Copied: pcsxr/repos/community-x86_64/PKGBUILD (from rev 97004, pcsxr/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-09-10 08:52:26 UTC (rev 97005) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: schuay +# Contributor: quantax -- contact via Arch Linux forum or AUR +# Contributor: Christoph Zeiler + +pkgname=pcsxr +pkgver=1.9.93 +pkgrel=2 +pkgdesc='A Sony PlayStation (PSX) emulator based on the PCSX-df project' +arch=('i686' 'x86_64') +url='http://pcsxr.codeplex.com/' +license=('GPL') +options=('!libtool') +depends=('libcdio' 'libxv' 'sdl' 'gtk3') +makedepends=('mesa' 'intltool') +[[ $CARCH == 'i686' ]] && makedepends+=('nasm') + +# Accessible through /srv/ftp/other/community on nymeria. +source=("ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2";) + +build() { +cd "$srcdir/$pkgname" + +autoreconf -f -i +intltoolize --force + +./configure --prefix=/usr --enable-libcdio --enable-opengl +make +} + +package() { +cd "$srcdir/$pkgname" +make DESTDIR="$pkgdir" install +} + +md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31')
[arch-commits] Commit in pcsxr/repos/community-i686 (PKGBUILD PKGBUILD)
Date: Tuesday, September 10, 2013 @ 10:52:20 Author: schuay Revision: 97004 archrelease: copy trunk to community-i686 Added: pcsxr/repos/community-i686/PKGBUILD (from rev 97003, pcsxr/trunk/PKGBUILD) Deleted: pcsxr/repos/community-i686/PKGBUILD --+ PKGBUILD | 70 +++-- 1 file changed, 36 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-09-10 08:48:39 UTC (rev 97003) +++ PKGBUILD2013-09-10 08:52:20 UTC (rev 97004) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: schuay -# Contributor: quantax -- contact via Arch Linux forum or AUR -# Contributor: Christoph Zeiler - -pkgname=pcsxr -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' '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" - -autoreconf -f -i -intltoolize --force - -./configure --prefix=/usr --enable-libcdio --enable-opengl -make -} - -package() { -cd "$srcdir/$pkgname" -make DESTDIR="$pkgdir" install -} - -md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31') Copied: pcsxr/repos/community-i686/PKGBUILD (from rev 97003, pcsxr/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-09-10 08:52:20 UTC (rev 97004) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: schuay +# Contributor: quantax -- contact via Arch Linux forum or AUR +# Contributor: Christoph Zeiler + +pkgname=pcsxr +pkgver=1.9.93 +pkgrel=2 +pkgdesc='A Sony PlayStation (PSX) emulator based on the PCSX-df project' +arch=('i686' 'x86_64') +url='http://pcsxr.codeplex.com/' +license=('GPL') +options=('!libtool') +depends=('libcdio' 'libxv' 'sdl' 'gtk3') +makedepends=('mesa' 'intltool') +[[ $CARCH == 'i686' ]] && makedepends+=('nasm') + +# Accessible through /srv/ftp/other/community on nymeria. +source=("ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2";) + +build() { +cd "$srcdir/$pkgname" + +autoreconf -f -i +intltoolize --force + +./configure --prefix=/usr --enable-libcdio --enable-opengl +make +} + +package() { +cd "$srcdir/$pkgname" +make DESTDIR="$pkgdir" install +} + +md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31')
[arch-commits] Commit in pcsxr/trunk (PKGBUILD)
Date: Tuesday, September 10, 2013 @ 10:48:39 Author: schuay Revision: 97003 pcsxr-1.9.93-2 Modified: pcsxr/trunk/PKGBUILD --+ PKGBUILD |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-10 04:15:01 UTC (rev 97002) +++ PKGBUILD2013-09-10 08:48:39 UTC (rev 97003) @@ -5,13 +5,15 @@ pkgname=pcsxr pkgver=1.9.93 -pkgrel=1 +pkgrel=2 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' 'gtk3') +options=('!libtool') +depends=('libcdio' 'libxv' 'sdl' 'gtk3') makedepends=('mesa' 'intltool') +[[ $CARCH == 'i686' ]] && makedepends+=('nasm') # Accessible through /srv/ftp/other/community on nymeria. source=("ftp://ftp.archlinux.org/other/community/pcsxr/pcsxr-${pkgver}.tar.bz2";)
[arch-commits] Commit in pcsxr/repos/community-i686 (3 files)
Date: Saturday, August 31, 2013 @ 18:57:33 Author: schuay Revision: 96556 archrelease: copy trunk to community-i686 Added: pcsxr/repos/community-i686/PKGBUILD (from rev 96555, pcsxr/trunk/PKGBUILD) Deleted: pcsxr/repos/community-i686/PKGBUILD pcsxr/repos/community-i686/link_order.patch --+ PKGBUILD | 65 +++-- link_order.patch | 13 -- 2 files changed, 34 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-08-31 16:57:02 UTC (rev 96555) +++ PKGBUILD2013-08-31 16:57:33 UTC (rev 96556) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: schuay -# Contributor: quantax -- contact via Arch Linux forum or AUR -# Contributor: Christoph Zeiler - -pkgname=pcsxr -pkgver=1.9.92 -pkgrel=5 -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") - -build() { -cd "$srcdir/$pkgname-$pkgver" -patch -Np0 < "$srcdir/link_order.patch" -./configure --prefix=/usr --enable-libcdio --enable-opengl -make -} - -package() { -cd "$srcdir/$pkgname-$pkgver" -make DESTDIR="$pkgdir" install -} - -md5sums=('28411aed0b4424f97227d94bdefaec83' - 'd38c38fa0fbb11fe881b4a9a868cf603') Copied: pcsxr/repos/community-i686/PKGBUILD (from rev 96555, pcsxr/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-08-31 16:57:33 UTC (rev 96556) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: schuay +# Contributor: quantax -- contact via Arch Linux forum or AUR +# Contributor: Christoph Zeiler + +pkgname=pcsxr +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' '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" + +autoreconf -f -i +intltoolize --force + +./configure --prefix=/usr --enable-libcdio --enable-opengl +make +} + +package() { +cd "$srcdir/$pkgname" +make DESTDIR="$pkgdir" install +} + +md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31') Deleted: link_order.patch === --- link_order.patch2013-08-31 16:57:02 UTC (rev 96555) +++ link_order.patch2013-08-31 16:57:33 UTC (rev 96556) @@ -1,13 +0,0 @@ gui/Makefile.in2010-08-05 13:27:28.0 +0200 -+++ gui/Makefile.in2013-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 -
[arch-commits] Commit in pcsxr/repos/community-x86_64 (3 files)
Date: Saturday, August 31, 2013 @ 18:57:39 Author: schuay Revision: 96557 archrelease: copy trunk to community-x86_64 Added: pcsxr/repos/community-x86_64/PKGBUILD (from rev 96556, pcsxr/trunk/PKGBUILD) Deleted: pcsxr/repos/community-x86_64/PKGBUILD pcsxr/repos/community-x86_64/link_order.patch --+ PKGBUILD | 65 +++-- link_order.patch | 13 -- 2 files changed, 34 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-08-31 16:57:33 UTC (rev 96556) +++ PKGBUILD2013-08-31 16:57:39 UTC (rev 96557) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: schuay -# Contributor: quantax -- contact via Arch Linux forum or AUR -# Contributor: Christoph Zeiler - -pkgname=pcsxr -pkgver=1.9.92 -pkgrel=5 -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") - -build() { -cd "$srcdir/$pkgname-$pkgver" -patch -Np0 < "$srcdir/link_order.patch" -./configure --prefix=/usr --enable-libcdio --enable-opengl -make -} - -package() { -cd "$srcdir/$pkgname-$pkgver" -make DESTDIR="$pkgdir" install -} - -md5sums=('28411aed0b4424f97227d94bdefaec83' - 'd38c38fa0fbb11fe881b4a9a868cf603') Copied: pcsxr/repos/community-x86_64/PKGBUILD (from rev 96556, pcsxr/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-08-31 16:57:39 UTC (rev 96557) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: schuay +# Contributor: quantax -- contact via Arch Linux forum or AUR +# Contributor: Christoph Zeiler + +pkgname=pcsxr +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' '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" + +autoreconf -f -i +intltoolize --force + +./configure --prefix=/usr --enable-libcdio --enable-opengl +make +} + +package() { +cd "$srcdir/$pkgname" +make DESTDIR="$pkgdir" install +} + +md5sums=('d75725b4c3fcb2cb11d39b3ace10dc31') Deleted: link_order.patch === --- link_order.patch2013-08-31 16:57:33 UTC (rev 96556) +++ link_order.patch2013-08-31 16:57:39 UTC (rev 96557) @@ -1,13 +0,0 @@ gui/Makefile.in2010-08-05 13:27:28.0 +0200 -+++ gui/Makefile.in2013-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 -
[arch-commits] Commit in pcsxr/trunk (PKGBUILD link_order.patch)
Date: Saturday, August 31, 2013 @ 18:57:02 Author: schuay Revision: 96555 pcsxr-1.9.93-1 Modified: pcsxr/trunk/PKGBUILD Deleted: pcsxr/trunk/link_order.patch --+ PKGBUILD | 25 ++--- link_order.patch | 13 - 2 files changed, 14 insertions(+), 24 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-08-31 16:27:48 UTC (rev 96554) +++ PKGBUILD2013-08-31 16:57:02 UTC (rev 96555) @@ -4,28 +4,31 @@ # Contributor: Christoph Zeiler 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') Deleted: link_order.patch === --- link_order.patch2013-08-31 16:27:48 UTC (rev 96554) +++ link_order.patch2013-08-31 16:57:02 UTC (rev 96555) @@ -1,13 +0,0 @@ gui/Makefile.in2010-08-05 13:27:28.0 +0200 -+++ gui/Makefile.in2013-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 -