diff options
author | M.Dinslage <daedra1980{at}gmail{dot}com> | 2011-03-06 12:31:03 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-08 12:14:45 -0600 |
commit | b0ee7d0130a0328fe0c9be194fed7098d55c5b9d (patch) | |
tree | 758a8e6db1219b8b07109bb0056f2f5cfbb102c2 /games/pcsxr | |
parent | 811b02e9c94124b00a639919ba7debae59234da3 (diff) | |
download | slackbuilds-b0ee7d0130a0328fe0c9be194fed7098d55c5b9d.tar.gz |
games/pcsxr: Included cdrom and alsa support
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/pcsxr')
-rw-r--r-- | games/pcsxr/README | 1 | ||||
-rw-r--r-- | games/pcsxr/pcsxr.SlackBuild | 5 | ||||
-rw-r--r-- | games/pcsxr/pcsxr.info | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/games/pcsxr/README b/games/pcsxr/README index 6660ac04d3..a76c44b256 100644 --- a/games/pcsxr/README +++ b/games/pcsxr/README @@ -3,4 +3,3 @@ support for both Windows and GNU/Linux as well as many bugfixes and improvements. This package conflicts with pcsx-df. Both cannot be installed at the same time! - diff --git a/games/pcsxr/pcsxr.SlackBuild b/games/pcsxr/pcsxr.SlackBuild index 3b5690a367..758fc6e096 100644 --- a/games/pcsxr/pcsxr.SlackBuild +++ b/games/pcsxr/pcsxr.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=pcsxr VERSION=${VERSION:-1.9.92} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -61,8 +61,9 @@ CXXFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ - --enable-alsa=yes \ + --enable-sound=alsa \ --enable-opengl \ + --enable-libcdio \ --build=$ARCH-slackware-linux make diff --git a/games/pcsxr/pcsxr.info b/games/pcsxr/pcsxr.info index a1df7f4505..7028a010bf 100644 --- a/games/pcsxr/pcsxr.info +++ b/games/pcsxr/pcsxr.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="M.Dinslage" EMAIL="daedra1980{at}gmail{dot}com" -APPROVED="dsomero" +APPROVED="rworkman" |