[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Sat Sep 27 17:55:09 CEST 2014
commit 4410a06318aa82a87cf641833f306e7a0a771cc2
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat, 27 Sep 2014 18:54:56 +0300
URL: https://github.com/lunar-linux/moonbase-other/commit/4410a06318aa82a87cf641833f306e7a0a771cc2
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
games/pcsxr/BUILD | +5/-0
games/pcsxr/DEPENDS | +14/-0
games/pcsxr/DETAILS | +15/-0
3 files changed, 34 insertions(+)
--- /dev/null
+++ b/games/pcsxr/BUILD
@@ -0,0 +1,5 @@
+OPTS+=" --enable-sio1" &&
+
+./autogen.sh &&
+
+default_build
--- /dev/null
+++ b/games/pcsxr/DEPENDS
@@ -0,0 +1,14 @@
+depends glib-2
+depends gtk+-3
+
+depends SDL
+
+depends zlib
+depends libXv
+depends libXtst
+
+depends nasm
+
+optional_depends pulseaudio "--enable-sound=pulseaudio" "" "use pulseaudio output (instead of SDL)"
+optional_depends libcdio "--enable-libcdio" "--disable-libcdio" "for CD-ROM support"
+optional_depends mesa-lib "--enable-opengl" "--disable-opengl" "for OpenGL support"
--- /dev/null
+++ b/games/pcsxr/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=pcsxr
+ VERSION=1.9.93
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL_FULL="http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=pcsxr&DownloadId=722114&FileTime=130220301656670000&Build=20941"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ WEB_SITE=http://pcsxr.codeplex.com
+ SOURCE_VFY=sha256:4d114bb8cd6a278d28c35020d62b928be4be7d6a1d45d7da3c808e4a4681fd9d
+ ENTERED=20140927
+ UPDATED=20140927
+ SHORT="A PlayStation Emulator"
+
+cat << EOF
+PCSX-Reloaded is a PlayStation Emulator based on PCSX-df 1.9
+with many bugfixes and improvements.
+EOF
More information about the Lunar-commits
mailing list