mirror of https://github.com/PCSX2/pcsx2.git
debian:
* Update TODO and README with latest new. * improve the support of l10n git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4275 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
1205f01700
commit
86e0e33717
|
@ -3,8 +3,6 @@
|
|||
|
||||
* This version has some major modifications against the default upstream version.
|
||||
-> documents are stored in $XDG_CONFIG_HOME instead of $HOME/pcsx2
|
||||
-> some features were removed so it could compile against libsound 1.3.
|
||||
Pcsx2 needs at least soundtouch 1.5.
|
||||
|
||||
* This package is highly experimental.
|
||||
|
||||
|
|
|
@ -1,28 +1,13 @@
|
|||
need libsoundtouch v1.5
|
||||
|
||||
* policy bin2cpp tool ??
|
||||
May be we could pregenerate the file in the upstream tar ball!!
|
||||
|
||||
* copyright and doc stuff
|
||||
Lots of work to do here....
|
||||
|
||||
# only a stub
|
||||
plugins/zzogl-pg/opengl/memcpy_amd.cpp: UNKNOWN
|
||||
|
||||
# need zerofrog confirmation of gpl v2
|
||||
plugins/zzogl-pg/opengl/zpipe.h: *No copyright* UNKNOWN
|
||||
plugins/zzogl-pg/opengl/shaders.sh: *No copyright* UNKNOWN
|
||||
plugins/zzogl-pg/opengl/common.h: *No copyright* UNKNOWN
|
||||
plugins/zzogl-pg/opengl/ZeroGSShaders/zpipe.h: *No copyright* UNKNOWN
|
||||
plugins/zzogl-pg/opengl/ZeroGSShaders/zerogsshaders.cpp: *No copyright* UNKNOWN
|
||||
plugins/zzogl-pg/opengl/ZeroGSShaders/zerogsshaders.h: *No copyright* UNKNOWN
|
||||
plugins/zzogl-pg/opengl/ZeroGSShaders/zpipe.cpp: *No copyright* UNKNOWN
|
||||
plugins/zzogl-pg/opengl/zerogsmath.h: *No copyright* UNKNOWN
|
||||
plugins/zzogl-pg/opengl/zpipe.cpp: *No copyright* UNKNOWN
|
||||
* need to add copyrigh info in Cmake file
|
||||
|
||||
## 64 bit
|
||||
nvidia-cg-toolkit: propably need a special package for 32 bits version
|
||||
ia32-libs: add libportaudio, libsoundtouch, libglew
|
||||
nvidia-cg-toolkit: replace it with GLSL
|
||||
ia32-libs: add libportaudio, libglew
|
||||
ia32-libs: add .so symlink for compilation
|
||||
ia32-libs-gtk: add libwxbase2.8 and libwxgtk2.8 (warning a architecture dependant include file (in -dev package) is also needed)
|
||||
ia32-libs-gtk: add .so symlink for compilation
|
||||
|
|
|
@ -119,7 +119,7 @@ Priority: optional
|
|||
# Warning amd64 need additional ia32libs
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Conflicts: pcsx2-plugins-dbg
|
||||
Conflicts: pcsx2-l10n
|
||||
Description: Languages package for PCSX2
|
||||
PCSX2 is a PlayStation 2 emulator for Windows and Linux.
|
||||
.
|
||||
|
|
|
@ -80,7 +80,7 @@ echo "Downloading pcsx2 source revision ${SVN_CO_VERSION}"
|
|||
mkdir -p $ROOT_DIR;
|
||||
(cd $ROOT_DIR;
|
||||
get_svn_file CMakeLists.txt;
|
||||
get_svn_dir bin common cmake pcsx2 tools;
|
||||
get_svn_dir bin common cmake locales pcsx2 tools;
|
||||
get_svn_dir debian-unstable-upstream;
|
||||
echo "Done")
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
# Don't store changes on locales files
|
||||
extend-diff-ignore = "(^|/)(pcsx2_(Devel|Iconized|Main|Tertiary)\.po)$"
|
Loading…
Reference in New Issue