2010-06-15 13:07:29 +00:00
|
|
|
Source: pcsx2.snapshot
|
|
|
|
Section: games
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Gregory Hainaut <gregory.hainaut@gmail.com>
|
|
|
|
Build-Depends: debhelper (>= 7.0.50), dpkg-dev (>= 1.15.7.1), cmake (>=2.8),
|
|
|
|
gcc-multilib [amd64], g++-multilib [amd64],
|
|
|
|
zlib1g-dev (>=1:1.2.3.4) | lib32z1-dev (>=1.2.3.4) [amd64],
|
|
|
|
libbz2-dev (>= 1.0.4),
|
|
|
|
libsdl1.2-dev,
|
|
|
|
libjpeg-dev,
|
|
|
|
libwxbase2.8-dev (>=2.8.0),
|
|
|
|
libwxgtk2.8-dev (>=2.8.0),
|
|
|
|
libgtk2.0-dev (>=2.10),
|
|
|
|
liba52-0.7.4-dev,
|
|
|
|
libasound2-dev | lib32asound2 [amd64],
|
|
|
|
portaudio19-dev,
|
|
|
|
# version not yet in debian
|
2010-07-01 22:50:18 +00:00
|
|
|
# libsoundtouch1-dev (>= 1.5),
|
2010-06-15 13:07:29 +00:00
|
|
|
# I patch the source (remove feature) to compile with version 1.3
|
|
|
|
libsoundtouch1-dev (>= 1.3),
|
|
|
|
libsparsehash-dev (>=1.6),
|
|
|
|
libx11-dev,
|
|
|
|
libxxf86vm-dev,
|
|
|
|
libglew1.5-dev (>=1.5.1),
|
|
|
|
libgl1-mesa-dev,
|
|
|
|
libglu1-mesa-dev,
|
|
|
|
# my nmu: add 32bits packages
|
|
|
|
nvidia-cg-toolkit (>= 2.1.0017.deb1) | nvidia-cg-toolkit (>= 2.1.0017.deb1+nmu2) [amd64],
|
|
|
|
ia32-libs (>= 20090808+nmu7) [amd64], ia32-libs-gtk (= 20100503+local1) [amd64]
|
2010-07-01 22:50:18 +00:00
|
|
|
Standards-Version: 3.9.0
|
2010-06-15 13:07:29 +00:00
|
|
|
Homepage: http://pcsx2.net/
|
|
|
|
|
|
|
|
Package: pcsx2
|
|
|
|
# Warning amd64 need additional ia32libs
|
|
|
|
Architecture: i386 amd64
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, pcsx2-data (>= ${binary:Version}), pcsx2-plugins (>= ${binary:Version})
|
|
|
|
Description: Playstation 2 emulator
|
|
|
|
PCSX2 is a PlayStation 2 emulator for Windows and
|
|
|
|
Linux, started by the same team that brought you PCSX
|
|
|
|
(a Sony PlayStation 1 emulator).
|
|
|
|
.
|
|
|
|
WARNING: it requieres a CPU with sse2 instructions. If your
|
|
|
|
CPU does not support this instruction set, it does not have
|
|
|
|
enough horse power to run this emulator anyway.
|
|
|
|
.
|
|
|
|
This package includes the main binary file.
|
|
|
|
|
|
|
|
|
|
|
|
Package: pcsx2-data
|
|
|
|
Architecture: all
|
|
|
|
Depends: ${misc:Depends}
|
|
|
|
Recommends: pcsx2 (>= ${binary:Version}),
|
|
|
|
Description: data for pcsx2
|
|
|
|
PCSX2 is a PlayStation 2 emulator for Windows and
|
|
|
|
Linux, started by the same team that brought you PCSX
|
|
|
|
(a Sony PlayStation 1 emulator).
|
|
|
|
.
|
|
|
|
WARNING: it requieres a CPU with sse2 instructions. If your
|
|
|
|
CPU does not support this instruction set, it does not have
|
|
|
|
enough horse power to run this emulator anyway.
|
|
|
|
.
|
|
|
|
This package includes data files.
|
|
|
|
|
|
|
|
Package: pcsx2-plugins
|
|
|
|
# Warning amd64 need additional ia32libs
|
|
|
|
Architecture: i386 amd64
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, pcsx2 (>= ${binary:Version}), pcsx2-data (>= ${binary:Version})
|
|
|
|
Description: Various plugins for pcsx2
|
|
|
|
PCSX2 is a PlayStation 2 emulator for Windows and
|
|
|
|
Linux, started by the same team that brought you PCSX
|
|
|
|
(a Sony PlayStation 1 emulator).
|
|
|
|
.
|
|
|
|
WARNING: it requieres a CPU with sse2 instructions. If your
|
|
|
|
CPU does not support this instruction set, it does not have
|
|
|
|
enough horse power to run this emulator anyway.
|
|
|
|
.
|
|
|
|
This package includes the plugins of the emulator.
|
|
|
|
|
2010-07-01 22:50:18 +00:00
|
|
|
Package: pcsx2-dbg
|
|
|
|
Section: debug
|
|
|
|
Priority: extra
|
|
|
|
# Warning amd64 need additional ia32libs
|
|
|
|
Architecture: i386 amd64
|
|
|
|
Depends: ${misc:Depends}, pcsx2 (= ${binary:Version})
|
|
|
|
Description: Debug symbols for pcsx2
|
|
|
|
PCSX2 is a PlayStation 2 emulator for Windows and
|
|
|
|
Linux, started by the same team that brought you PCSX
|
|
|
|
(a Sony PlayStation 1 emulator).
|
|
|
|
.
|
|
|
|
This package contains the debug symbol of pcsx2.
|
|
|
|
|
2010-06-15 13:07:29 +00:00
|
|
|
Package: pcsx2-plugins-dbg
|
2010-07-01 22:50:18 +00:00
|
|
|
Section: debug
|
|
|
|
Priority: extra
|
2010-06-15 13:07:29 +00:00
|
|
|
# Warning amd64 need additional ia32libs
|
|
|
|
Architecture: i386 amd64
|
|
|
|
Depends: ${misc:Depends}, pcsx2-plugins (= ${binary:Version})
|
|
|
|
Description: Debug symbols for pcsx2-plugins
|
2010-07-01 22:50:18 +00:00
|
|
|
PCSX2 is a PlayStation 2 emulator for Windows and
|
|
|
|
Linux, started by the same team that brought you PCSX
|
|
|
|
(a Sony PlayStation 1 emulator).
|
|
|
|
.
|
|
|
|
This package contains the debug symbol of pcsx2 plugins.
|