mirror of https://github.com/PCSX2/pcsx2.git
109 lines
3.8 KiB
Plaintext
109 lines
3.8 KiB
Plaintext
Source: pcsx2
|
|
Section: games
|
|
Priority: optional
|
|
Maintainer: Gregory Hainaut <gregory.hainaut@gmail.com>
|
|
Build-Depends: debhelper (>= 7.0.50), dpkg-dev (>= 1.15.5.6), cmake (>=2.8),
|
|
zlib1g-dev (>= 1:1.2.3.3),
|
|
libbz2-dev (>= 1.0.4),
|
|
libsdl1.2-dev,
|
|
libjpeg-dev,
|
|
libwxbase2.8-dev (>= 2.8.10), libwxbase2.8-dev (<< 2.8.11),
|
|
libwxgtk2.8-dev (>= 2.8.10), libwxgtk2.8-dev (<< 2.8.11),
|
|
libgtk2.0-dev (>= 2.16),
|
|
libasound2-dev,
|
|
portaudio19-dev,
|
|
# version not yet in debian
|
|
# libsoundtouch1-dev (>= 1.5),
|
|
# I patch the source (remove feature) to compile with version 1.3
|
|
libsoundtouch1-dev (>= 1.3),
|
|
libsparsehash-dev (>= 1.6),
|
|
libx11-dev,
|
|
libglew1.5-dev (>= 1.5.1),
|
|
libgl1-mesa-dev,
|
|
libglu1-mesa-dev,
|
|
nvidia-cg-toolkit-pcsx2
|
|
Standards-Version: 3.9.1
|
|
Homepage: http://pcsx2.net/
|
|
|
|
Package: pcsx2
|
|
Architecture: i386
|
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
|
pcsx2-data (>= ${binary:Version}),
|
|
pcsx2-plugins (>= ${binary:Version})
|
|
Conflicts: pcsx2-unstable
|
|
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 requires 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}), pcsx2-plugins (>= ${binary:Version})
|
|
Conflicts: pcsx2-data-unstable
|
|
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 requires 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
|
|
Architecture: i386
|
|
# manually add nvidia-cg-toolkit for zzogl. Do not why is not found by shlibs !!!
|
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
|
nvidia-cg-toolkit-pcsx2 | nvidia-cg-toolkit (>= 2.1)
|
|
Recommends: pcsx2 (>= ${binary:Version}),
|
|
pcsx2-data (>= ${binary:Version})
|
|
Conflicts: pcsx2-plugins-unstable
|
|
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 requires 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 for PCSX2.
|
|
|
|
Package: pcsx2-dbg
|
|
Section: debug
|
|
Priority: extra
|
|
Architecture: i386
|
|
Depends: ${misc:Depends}, pcsx2 (= ${binary:Version})
|
|
Conflicts: pcsx2-unstable-dbg
|
|
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).
|
|
.
|
|
WARNING: It requires 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 contains the debug symbol of pcsx2.
|
|
|
|
Package: pcsx2-plugins-dbg
|
|
Section: debug
|
|
Priority: extra
|
|
Architecture: i386
|
|
Depends: ${misc:Depends}, pcsx2-plugins (= ${binary:Version})
|
|
Conflicts: pcsx2-plugins-unstable-dbg
|
|
Description: Debug symbols of the pcsx2-plugins
|
|
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 requires 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 contains the debug symbols of the pcsx2 plugins.
|