mirror of https://github.com/PCSX2/pcsx2.git
[debian]
* reduce requierement for ubuntu lucid * remove windows file of the linux tarball. Copyright issue and useless anyway git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3393 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
4f9a5c6876
commit
e8a6401cf4
|
@ -2,9 +2,9 @@ Source: pcsx2.snapshot
|
||||||
Section: games
|
Section: games
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Gregory Hainaut <gregory.hainaut@gmail.com>
|
Maintainer: Gregory Hainaut <gregory.hainaut@gmail.com>
|
||||||
Build-Depends: debhelper (>= 7.0.50), dpkg-dev (>= 1.15.7.1), cmake (>=2.8),
|
Build-Depends: debhelper (>= 7.0.50), dpkg-dev (>= 1.15.5.6), cmake (>=2.8),
|
||||||
gcc-multilib [amd64], g++-multilib [amd64],
|
gcc-multilib [amd64], g++-multilib [amd64],
|
||||||
zlib1g-dev (>=1:1.2.3.4) | lib32z1-dev (>=1.2.3.4) [amd64],
|
zlib1g-dev (>=1:1.2.3.3) | lib32z1-dev (>=1.2.3.3) [amd64],
|
||||||
libbz2-dev (>= 1.0.4),
|
libbz2-dev (>= 1.0.4),
|
||||||
libsdl1.2-dev,
|
libsdl1.2-dev,
|
||||||
libjpeg-dev,
|
libjpeg-dev,
|
||||||
|
|
|
@ -2,8 +2,8 @@ Source: pcsx2.snapshot
|
||||||
Section: games
|
Section: games
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Gregory Hainaut <gregory.hainaut@gmail.com>
|
Maintainer: Gregory Hainaut <gregory.hainaut@gmail.com>
|
||||||
Build-Depends: debhelper (>= 7.0.50), dpkg-dev (>= 1.15.7.1), cmake (>=2.8),
|
Build-Depends: debhelper (>= 7.0.50), dpkg-dev (>= 1.15.5.6), cmake (>=2.8),
|
||||||
zlib1g-dev (>=1:1.2.3.4),
|
zlib1g-dev (>=1:1.2.3.3),
|
||||||
libbz2-dev (>= 1.0.4),
|
libbz2-dev (>= 1.0.4),
|
||||||
libsdl1.2-dev,
|
libsdl1.2-dev,
|
||||||
libjpeg-dev,
|
libjpeg-dev,
|
||||||
|
|
|
@ -100,6 +100,10 @@ echo "Remove 3rd party directory"
|
||||||
find $NEW_DIR -name "3rdparty" -exec rm -fr {} \; 2> /dev/null
|
find $NEW_DIR -name "3rdparty" -exec rm -fr {} \; 2> /dev/null
|
||||||
# echo "Remove plugins/zzogl-pg/opengl/ZeroGSShaders (some zlib source in the middle)"
|
# echo "Remove plugins/zzogl-pg/opengl/ZeroGSShaders (some zlib source in the middle)"
|
||||||
# rm -fr $NEW_DIR/plugins/zzogl-pg/opengl/ZeroGSShaders
|
# rm -fr $NEW_DIR/plugins/zzogl-pg/opengl/ZeroGSShaders
|
||||||
|
echo "Remove windows file (useless & copyright issue)"
|
||||||
|
find $NEW_DIR -iname "windows" -exec rm -fr {} \; 2> /dev/null
|
||||||
|
rm -fr "${NEW_DIR}/plugins/zzogl-pg/opengl/Win32"
|
||||||
|
|
||||||
|
|
||||||
## BUILD
|
## BUILD
|
||||||
echo "Build the tar gz file"
|
echo "Build the tar gz file"
|
||||||
|
|
Loading…
Reference in New Issue