From 195c9e82b802a3dcd8dbc008f9f5f97e6fed96d9 Mon Sep 17 00:00:00 2001 From: "gregory.hainaut" Date: Thu, 1 Jul 2010 16:47:00 +0000 Subject: [PATCH] [debian] * rename the directory to be more explicit * update some files git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3360 96395faa-99c1-11dd-bbfe-3dabce05a288 --- debian-upstream/README.Debian | 11 +++++ debian-upstream/TODO.debian | 15 +++++++ .../changelog | 0 {debian_unofficial => debian-upstream}/compat | 0 .../control | 0 .../copyright | 0 ...reate_pcsx2_tarball_from_svn_repository.sh | 0 {debian_unofficial => debian-upstream}/docs | 0 .../patches/01_rename_binary_generated.patch | 0 .../patches/02_update_default_path.patch | 0 .../patches/05_move_data_to_config.patch | 0 .../patches/21_use_legacy_soundtouch_13.patch | 0 .../patches/55_cmake_opt_clean.patch | 0 .../patches/56_cmake_enable_opt1.patch | 0 .../patches/57_cmake_enable_opt2.patch | 0 .../patches/series | 0 .../pcsx2-data.dirs | 0 .../pcsx2-data.install | 0 .../pcsx2-plugins.dirs | 0 .../pcsx2-plugins.install | 0 .../pcsx2.desktop | 0 .../pcsx2.dirs | 0 .../pcsx2.install | 0 .../pcsx2.menu | 0 .../pcsx2.snapshot-doc.docs | 0 .../pcsx2.snapshot-doc.install | 0 .../pcsx2.xpm | 0 {debian_unofficial => debian-upstream}/rules | 0 .../source/format | 0 {debian_unofficial => debian-upstream}/watch | 0 debian_unofficial/README.Debian | 6 --- debian_unofficial/TODO.debian | 42 ------------------- 32 files changed, 26 insertions(+), 48 deletions(-) create mode 100644 debian-upstream/README.Debian create mode 100644 debian-upstream/TODO.debian rename {debian_unofficial => debian-upstream}/changelog (100%) rename {debian_unofficial => debian-upstream}/compat (100%) rename {debian_unofficial => debian-upstream}/control (100%) rename {debian_unofficial => debian-upstream}/copyright (100%) rename {debian_unofficial => debian-upstream}/create_pcsx2_tarball_from_svn_repository.sh (100%) rename {debian_unofficial => debian-upstream}/docs (100%) rename {debian_unofficial => debian-upstream}/patches/01_rename_binary_generated.patch (100%) rename {debian_unofficial => debian-upstream}/patches/02_update_default_path.patch (100%) rename {debian_unofficial => debian-upstream}/patches/05_move_data_to_config.patch (100%) rename {debian_unofficial => debian-upstream}/patches/21_use_legacy_soundtouch_13.patch (100%) rename {debian_unofficial => debian-upstream}/patches/55_cmake_opt_clean.patch (100%) rename {debian_unofficial => debian-upstream}/patches/56_cmake_enable_opt1.patch (100%) rename {debian_unofficial => debian-upstream}/patches/57_cmake_enable_opt2.patch (100%) rename {debian_unofficial => debian-upstream}/patches/series (100%) rename {debian_unofficial => debian-upstream}/pcsx2-data.dirs (100%) rename {debian_unofficial => debian-upstream}/pcsx2-data.install (100%) rename {debian_unofficial => debian-upstream}/pcsx2-plugins.dirs (100%) rename {debian_unofficial => debian-upstream}/pcsx2-plugins.install (100%) rename {debian_unofficial => debian-upstream}/pcsx2.desktop (100%) rename {debian_unofficial => debian-upstream}/pcsx2.dirs (100%) rename {debian_unofficial => debian-upstream}/pcsx2.install (100%) rename {debian_unofficial => debian-upstream}/pcsx2.menu (100%) rename {debian_unofficial => debian-upstream}/pcsx2.snapshot-doc.docs (100%) rename {debian_unofficial => debian-upstream}/pcsx2.snapshot-doc.install (100%) rename {debian_unofficial => debian-upstream}/pcsx2.xpm (100%) rename {debian_unofficial => debian-upstream}/rules (100%) rename {debian_unofficial => debian-upstream}/source/format (100%) rename {debian_unofficial => debian-upstream}/watch (100%) delete mode 100644 debian_unofficial/README.Debian delete mode 100644 debian_unofficial/TODO.debian diff --git a/debian-upstream/README.Debian b/debian-upstream/README.Debian new file mode 100644 index 0000000000..47db34c433 --- /dev/null +++ b/debian-upstream/README.Debian @@ -0,0 +1,11 @@ +pcsx2.snapshot for Debian +------------------------- + +* This version have some majors modification against default upstream + -> documents are stored in $XDG_CONFIG_HOME instead of $HOME/pcsx2 + -> some features was removed to compile against libsound 1.3. Pcsx2 + needs the version 1.5 + +* This package is highly experimental. + + -- Gregory Hainaut Sat, 24 Apr 2010 23:11:10 +0200 diff --git a/debian-upstream/TODO.debian b/debian-upstream/TODO.debian new file mode 100644 index 0000000000..3ae3a97d28 --- /dev/null +++ b/debian-upstream/TODO.debian @@ -0,0 +1,15 @@ +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. + +## 64 bit +nvidia-cg-toolkit: propably need a special package for 32 bits version +ia32-libs: add libportaudio, libsoundtouch, 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 + diff --git a/debian_unofficial/changelog b/debian-upstream/changelog similarity index 100% rename from debian_unofficial/changelog rename to debian-upstream/changelog diff --git a/debian_unofficial/compat b/debian-upstream/compat similarity index 100% rename from debian_unofficial/compat rename to debian-upstream/compat diff --git a/debian_unofficial/control b/debian-upstream/control similarity index 100% rename from debian_unofficial/control rename to debian-upstream/control diff --git a/debian_unofficial/copyright b/debian-upstream/copyright similarity index 100% rename from debian_unofficial/copyright rename to debian-upstream/copyright diff --git a/debian_unofficial/create_pcsx2_tarball_from_svn_repository.sh b/debian-upstream/create_pcsx2_tarball_from_svn_repository.sh similarity index 100% rename from debian_unofficial/create_pcsx2_tarball_from_svn_repository.sh rename to debian-upstream/create_pcsx2_tarball_from_svn_repository.sh diff --git a/debian_unofficial/docs b/debian-upstream/docs similarity index 100% rename from debian_unofficial/docs rename to debian-upstream/docs diff --git a/debian_unofficial/patches/01_rename_binary_generated.patch b/debian-upstream/patches/01_rename_binary_generated.patch similarity index 100% rename from debian_unofficial/patches/01_rename_binary_generated.patch rename to debian-upstream/patches/01_rename_binary_generated.patch diff --git a/debian_unofficial/patches/02_update_default_path.patch b/debian-upstream/patches/02_update_default_path.patch similarity index 100% rename from debian_unofficial/patches/02_update_default_path.patch rename to debian-upstream/patches/02_update_default_path.patch diff --git a/debian_unofficial/patches/05_move_data_to_config.patch b/debian-upstream/patches/05_move_data_to_config.patch similarity index 100% rename from debian_unofficial/patches/05_move_data_to_config.patch rename to debian-upstream/patches/05_move_data_to_config.patch diff --git a/debian_unofficial/patches/21_use_legacy_soundtouch_13.patch b/debian-upstream/patches/21_use_legacy_soundtouch_13.patch similarity index 100% rename from debian_unofficial/patches/21_use_legacy_soundtouch_13.patch rename to debian-upstream/patches/21_use_legacy_soundtouch_13.patch diff --git a/debian_unofficial/patches/55_cmake_opt_clean.patch b/debian-upstream/patches/55_cmake_opt_clean.patch similarity index 100% rename from debian_unofficial/patches/55_cmake_opt_clean.patch rename to debian-upstream/patches/55_cmake_opt_clean.patch diff --git a/debian_unofficial/patches/56_cmake_enable_opt1.patch b/debian-upstream/patches/56_cmake_enable_opt1.patch similarity index 100% rename from debian_unofficial/patches/56_cmake_enable_opt1.patch rename to debian-upstream/patches/56_cmake_enable_opt1.patch diff --git a/debian_unofficial/patches/57_cmake_enable_opt2.patch b/debian-upstream/patches/57_cmake_enable_opt2.patch similarity index 100% rename from debian_unofficial/patches/57_cmake_enable_opt2.patch rename to debian-upstream/patches/57_cmake_enable_opt2.patch diff --git a/debian_unofficial/patches/series b/debian-upstream/patches/series similarity index 100% rename from debian_unofficial/patches/series rename to debian-upstream/patches/series diff --git a/debian_unofficial/pcsx2-data.dirs b/debian-upstream/pcsx2-data.dirs similarity index 100% rename from debian_unofficial/pcsx2-data.dirs rename to debian-upstream/pcsx2-data.dirs diff --git a/debian_unofficial/pcsx2-data.install b/debian-upstream/pcsx2-data.install similarity index 100% rename from debian_unofficial/pcsx2-data.install rename to debian-upstream/pcsx2-data.install diff --git a/debian_unofficial/pcsx2-plugins.dirs b/debian-upstream/pcsx2-plugins.dirs similarity index 100% rename from debian_unofficial/pcsx2-plugins.dirs rename to debian-upstream/pcsx2-plugins.dirs diff --git a/debian_unofficial/pcsx2-plugins.install b/debian-upstream/pcsx2-plugins.install similarity index 100% rename from debian_unofficial/pcsx2-plugins.install rename to debian-upstream/pcsx2-plugins.install diff --git a/debian_unofficial/pcsx2.desktop b/debian-upstream/pcsx2.desktop similarity index 100% rename from debian_unofficial/pcsx2.desktop rename to debian-upstream/pcsx2.desktop diff --git a/debian_unofficial/pcsx2.dirs b/debian-upstream/pcsx2.dirs similarity index 100% rename from debian_unofficial/pcsx2.dirs rename to debian-upstream/pcsx2.dirs diff --git a/debian_unofficial/pcsx2.install b/debian-upstream/pcsx2.install similarity index 100% rename from debian_unofficial/pcsx2.install rename to debian-upstream/pcsx2.install diff --git a/debian_unofficial/pcsx2.menu b/debian-upstream/pcsx2.menu similarity index 100% rename from debian_unofficial/pcsx2.menu rename to debian-upstream/pcsx2.menu diff --git a/debian_unofficial/pcsx2.snapshot-doc.docs b/debian-upstream/pcsx2.snapshot-doc.docs similarity index 100% rename from debian_unofficial/pcsx2.snapshot-doc.docs rename to debian-upstream/pcsx2.snapshot-doc.docs diff --git a/debian_unofficial/pcsx2.snapshot-doc.install b/debian-upstream/pcsx2.snapshot-doc.install similarity index 100% rename from debian_unofficial/pcsx2.snapshot-doc.install rename to debian-upstream/pcsx2.snapshot-doc.install diff --git a/debian_unofficial/pcsx2.xpm b/debian-upstream/pcsx2.xpm similarity index 100% rename from debian_unofficial/pcsx2.xpm rename to debian-upstream/pcsx2.xpm diff --git a/debian_unofficial/rules b/debian-upstream/rules similarity index 100% rename from debian_unofficial/rules rename to debian-upstream/rules diff --git a/debian_unofficial/source/format b/debian-upstream/source/format similarity index 100% rename from debian_unofficial/source/format rename to debian-upstream/source/format diff --git a/debian_unofficial/watch b/debian-upstream/watch similarity index 100% rename from debian_unofficial/watch rename to debian-upstream/watch diff --git a/debian_unofficial/README.Debian b/debian_unofficial/README.Debian deleted file mode 100644 index 454757588d..0000000000 --- a/debian_unofficial/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -pcsx2.snapshot for Debian -------------------------- - - - - -- Gregory Hainaut Sat, 24 Apr 2010 23:11:10 +0200 diff --git a/debian_unofficial/TODO.debian b/debian_unofficial/TODO.debian deleted file mode 100644 index 53b5b79ea8..0000000000 --- a/debian_unofficial/TODO.debian +++ /dev/null @@ -1,42 +0,0 @@ -###################################################################### -# Patch -###################################################################### -# Special debian -01_rename_binary_generated.patch -02_update_default_path.patch -# 03_central_userconfig_function.patch -03_xdg_homedir_support.patch -04_xdg_config_home.patch -05_move_data_to_config.patch -21_use_legacy_soundtouch_13.patch - -# Seem to cause some regression -33_clean_fpic.patch - -# Personal patch -43_fix_snapshot_path.patch -44_cpu_count.patch -50_zzogl_play.patch -55_cmake_opt_clean.patch -56_cmake_enable_opt1.patch -facility_for_my_personal_system.patch -old/ - -###################################################################### -need libsoundtouch v1.5 - -* Finish the script to get svn snapshot and adapt if to svn. Script is working fine now - -* 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. - -## 64 bit -nvidia-cg-toolkit: propably need a special package for 32 bits version -ia32-libs: add libportaudio, libsoundtouch, 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 -