mirror of https://github.com/PCSX2/pcsx2.git
94 lines
3.3 KiB
Plaintext
94 lines
3.3 KiB
Plaintext
|
# it would may be a good idea to use only 1 package for both pcsx2 and plugins. Both are required anyway.
|
||
|
|
||
|
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
|
||
|
# libsoundtouch1-dev (>= 1.4),
|
||
|
# 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
|
||
|
# TODO repackage with a local in the name (to avoid conflict with debian real nmu)
|
||
|
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]
|
||
|
Standards-Version: 3.8.4
|
||
|
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-dbg
|
||
|
Section: devel
|
||
|
# Warning amd64 need additional ia32libs
|
||
|
Architecture: i386 amd64
|
||
|
Depends: ${misc:Depends}, pcsx2 (= ${binary:Version})
|
||
|
Description: Debug symbols for pcsx2
|
||
|
|
||
|
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.
|
||
|
|
||
|
Package: pcsx2-plugins-dbg
|
||
|
Section: devel
|
||
|
# Warning amd64 need additional ia32libs
|
||
|
Architecture: i386 amd64
|
||
|
Depends: ${misc:Depends}, pcsx2-plugins (= ${binary:Version})
|
||
|
Description: Debug symbols for pcsx2-plugins
|