1 |
Source: pcsx2.snapshot |
2 |
Section: games |
3 |
Priority: optional |
4 |
Maintainer: Gregory Hainaut <gregory.hainaut@gmail.com> |
5 |
# WARNING we need dpkg-dev 1.15.7 to support dpkg-buildflags but ubunutu 10.04 have only 1.15.5.6... |
6 |
Build-Depends: debhelper (>= 7.0.50), dpkg-dev (>= 1.15.5.6), cmake (>=2.8), |
7 |
gcc-multilib [amd64], g++-multilib [amd64], |
8 |
locales|locales-all, |
9 |
zlib1g-dev (>= 1:1.2.3.3) | lib32z1-dev (>= 1.2.3.3) [amd64], |
10 |
libbz2-dev (>= 1.0.4), |
11 |
libsdl1.2-dev, |
12 |
libjpeg-dev, |
13 |
libwxbase2.8-dev (>= 2.8.10), libwxbase2.8-dev (<< 2.8.11), |
14 |
libwxgtk2.8-dev (>= 2.8.10), libwxgtk2.8-dev (<< 2.8.11), |
15 |
libgtk2.0-dev (>= 2.16), |
16 |
libasound2-dev | lib32asound2-dev [amd64], |
17 |
portaudio19-dev, |
18 |
# 1.5 is in debian experimental, rename to libsoundtouch0 (yeah...). Keep 1.3 for the moment |
19 |
libsoundtouch1-dev (>= 1.3)| libsoundtouch0-dev | lib32soundtouch0-dev [amd64], |
20 |
libsparsehash-dev (>= 1.6), |
21 |
libx11-dev, |
22 |
libglew1.5-dev (>= 1.5.1), |
23 |
libgl1-mesa-dev, |
24 |
libglu1-mesa-dev, |
25 |
ia32-libs-dev [amd64], |
26 |
# I hope they create this package too |
27 |
# ia32-libs-gtk-dev [amd64], |
28 |
ia32-libs-gtk [amd64], |
29 |
lib32bz2-dev [amd64], |
30 |
# my nmu: add missing 32bits packages |
31 |
# ia32-libs-extra-pcsx2 [amd64], |
32 |
nvidia-cg-toolkit-pcsx2 | nvidia-cg-toolkit (>= 2.1), ia32-nvidia-cg-toolkit-pcsx2 [amd64] |
33 |
Standards-Version: 3.9.1 |
34 |
Homepage: http://pcsx2.net/ |
35 |
|
36 |
Package: pcsx2-unstable |
37 |
# Warning amd64 need additional ia32libs |
38 |
Architecture: i386 amd64 |
39 |
Depends: ${shlibs:Depends}, ${misc:Depends}, |
40 |
pcsx2-data-unstable (>= ${binary:Version}), |
41 |
pcsx2-plugins-unstable (>= ${binary:Version}) |
42 |
Conflicts: pcsx2 |
43 |
Description: Playstation 2 emulator |
44 |
PCSX2 is a PlayStation 2 emulator for Windows and Linux. |
45 |
. |
46 |
WARNING: It requires a CPU with SSE2 instructions. If your CPU does not support |
47 |
this instruction set, it does not have enough horse power to run this emulator |
48 |
anyway. |
49 |
. |
50 |
This package includes the main binary file. |
51 |
|
52 |
Package: pcsx2-data-unstable |
53 |
Architecture: all |
54 |
Depends: ${misc:Depends} |
55 |
Recommends: pcsx2-unstable (>= ${binary:Version}), pcsx2-plugins-unstable (>= ${binary:Version}) |
56 |
Conflicts: pcsx2-data |
57 |
Description: data for pcsx2 |
58 |
PCSX2 is a PlayStation 2 emulator for Windows and Linux. |
59 |
. |
60 |
WARNING: It requires a CPU with SSE2 instructions. If your CPU does not support |
61 |
this instruction set, it does not have enough horse power to run this emulator |
62 |
anyway. |
63 |
. |
64 |
This package includes data files. |
65 |
|
66 |
Package: pcsx2-plugins-unstable |
67 |
# Warning amd64 need additional ia32libs |
68 |
Architecture: i386 amd64 |
69 |
# manually add nvidia-cg-toolkit for zzogl. Do not why is not found by shlibs !!! |
70 |
Depends: ${shlibs:Depends}, ${misc:Depends}, |
71 |
nvidia-cg-toolkit-pcsx2 | nvidia-cg-toolkit (>= 2.1), ia32-nvidia-cg-toolkit-pcsx2 [amd64] |
72 |
Recommends: pcsx2-unstable (>= ${binary:Version}), |
73 |
pcsx2-data-unstable (>= ${binary:Version}) |
74 |
Conflicts: pcsx2-plugins |
75 |
Description: Various plugins for pcsx2 |
76 |
PCSX2 is a PlayStation 2 emulator for Windows and Linux. |
77 |
. |
78 |
WARNING: It requires a CPU with SSE2 instructions. If your CPU does not support |
79 |
this instruction set, it does not have enough horse power to run this emulator |
80 |
anyway. |
81 |
. |
82 |
This package includes the plugins for PCSX2. |
83 |
|
84 |
Package: pcsx2-unstable-dbg |
85 |
Section: debug |
86 |
Priority: extra |
87 |
# Warning amd64 need additional ia32libs |
88 |
Architecture: i386 amd64 |
89 |
Depends: ${misc:Depends}, pcsx2-unstable (= ${binary:Version}) |
90 |
Conflicts: pcsx2-dbg |
91 |
Description: Debug symbols for pcsx2 |
92 |
PCSX2 is a PlayStation 2 emulator for Windows and Linux. |
93 |
. |
94 |
WARNING: It requires a CPU with SSE2 instructions. If your CPU does not support |
95 |
this instruction set, it does not have enough horse power to run this emulator |
96 |
anyway. |
97 |
. |
98 |
This package contains the debug symbol of pcsx2. |
99 |
|
100 |
Package: pcsx2-plugins-unstable-dbg |
101 |
Section: debug |
102 |
Priority: extra |
103 |
# Warning amd64 need additional ia32libs |
104 |
Architecture: i386 amd64 |
105 |
Depends: ${misc:Depends}, pcsx2-plugins-unstable (= ${binary:Version}) |
106 |
Conflicts: pcsx2-plugins-dbg |
107 |
Description: Debug symbols of the pcsx2-plugins |
108 |
PCSX2 is a PlayStation 2 emulator for Windows and Linux. |
109 |
. |
110 |
WARNING: It requires a CPU with SSE2 instructions. If your CPU does not support |
111 |
this instruction set, it does not have enough horse power to run this emulator |
112 |
anyway. |
113 |
. |
114 |
This package contains the debug symbols of the pcsx2 plugins. |
115 |
|
116 |
Package: pcsx2-l10n-unstable |
117 |
Section: localization |
118 |
Priority: optional |
119 |
# Warning amd64 need additional ia32libs |
120 |
Architecture: all |
121 |
Depends: ${misc:Depends} |
122 |
Conflicts: pcsx2-l10n |
123 |
Description: Languages package for PCSX2 |
124 |
PCSX2 is a PlayStation 2 emulator for Windows and Linux. |
125 |
. |
126 |
WARNING: It requires a CPU with SSE2 instructions. If your CPU does not support |
127 |
this instruction set, it does not have enough horse power to run this emulator |
128 |
anyway. |
129 |
. |
130 |
This package contains the localization of the emulator in various languages. |