Package Details: pcsxr-git 1.9.94.r1697.6484236c-2

Git Clone URL: https://aur.archlinux.org/pcsxr-git.git (read-only, click to copy)
Package Base: pcsxr-git
Description: A Sony PlayStation emulator based on the PCSX-df Project
Upstream URL: https://github.com/pcsxr/PCSX-Reloaded/tree/master/pcsxr
Licenses: GPL
Conflicts: pcsx-df, pcsxr
Provides: pcsxr
Replaces: pcsxr-svn
Submitter: alucryd
Maintainer: tallero
Last Packager: tallero
Votes: 47
Popularity: 0.000000
First Submitted: 2016-08-16 19:25 (UTC)
Last Updated: 2021-06-03 09:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

ozgursarier commented on 2016-07-26 21:54 (UTC)

Here is a working PKGBUILD uses svn over git mirror. --------------------- # Maintainer: Maxime Gauduin <alucryd@archlinux.org> # Contributor: Infy <eugene.yudin@gmail.com> pkgname=pcsxr-svn pkgver=1.9.93.r1623 pkgrel=1 pkgdesc='A Sony PlayStation emulator based on the PCSX-df Project' arch=('i686' 'x86_64') url='http://pcsxr.codeplex.com/' license=('GPL') depends=('gtk3' 'libarchive' 'libcdio' 'libxv' 'sdl2') makedepends=('intltool' 'mesa' 'subversion') [[ $CARCH == i686 ]] && makedepends+=('nasm') provides=('pcsxr') conflicts=('pcsxr' 'pcsx-df') source=('svn+https://github.com/mirror/pcsxr.git') sha256sums=('SKIP') pkgver() { cd pcsxr.git/trunk printf "1.9.93.r%s" "$(svnversion)" } build() { cd pcsxr.git/trunk chmod +x autogen.sh ./autogen.sh \ --prefix='/usr' \ --enable-{libcdio,opengl} make } package() { cd pcsxr.git/trunk make DESTDIR="${pkgdir}" install } ---------------------

Joffrey commented on 2016-07-26 18:15 (UTC) (edited on 2016-07-26 18:17 (UTC) by Joffrey)

Hello, It's bloqued at : -> Clonage du depot svn ... The source isn't disponible ? Thanks.

eliluminado commented on 2016-05-10 16:48 (UTC)

Please, update revision version to 98062.

alucryd commented on 2014-08-02 17:07 (UTC)

stef312, I won't: https://wiki.archlinux.org/index.php/PKGBUILD#depends

stef312 commented on 2014-08-02 17:05 (UTC)

Please add "libtool" to make depends thanx.

<deleted-account> commented on 2013-09-03 17:21 (UTC)

I do have an i686 system. Thank you anyway.

alucryd commented on 2013-09-03 10:27 (UTC)

This is only true for x86, and I couldn't have noticed since I don't own hardware ancient enough to not support x86_64. People who do should seriously consider upgrading, especially since there are talks of deprecating i686 in Arch Linux. Anyway, updated dep from sdl to sdl2, and added nasm for i686.

<deleted-account> commented on 2013-08-31 10:47 (UTC)

The graphics plugin has optimized assembly code which needs nasm package to compile. Look at the ./configure output.

Epsilon commented on 2013-07-13 21:03 (UTC)

You can use downgrade here on aur to downgrade to subversion 1.7.10 downgrade -c subversion I hope it helps

alucryd commented on 2013-07-11 12:31 (UTC)

mikeym: Thx for the heads up. Wait and see, I guess, CodePlex will have to become compatible with svn 1.8.