From c2681d7baa1bf66d586f92278c1c020e3285a39b Mon Sep 17 00:00:00 2001 From: "gregory.hainaut@gmail.com" Date: Thu, 2 Sep 2010 20:14:02 +0000 Subject: [PATCH] debian: forgot 1 file git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3722 96395faa-99c1-11dd-bbfe-3dabce05a288 --- debian-unstable-upstream/README.Debian | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/debian-unstable-upstream/README.Debian b/debian-unstable-upstream/README.Debian index d5851bd5d8..b996d0de2f 100644 --- a/debian-unstable-upstream/README.Debian +++ b/debian-unstable-upstream/README.Debian @@ -1,19 +1,19 @@ pcsx2 for debian ========================= -* This version have some majors modification against default upstream +* This version has some major modifications against the default upstream version. -> 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 + -> some features were removed so it could compile against libsound 1.3. + Pcsx2 needs at least soundtouch 1.5. * This package is highly experimental. -* Documentation needs some loves. Feel free to help. +* Documentation needs some love. Feel free to help. * -fPIC option was removed for multiple reason. - Code only support x86 architecture. - - Upstream code use ebx register so it is not compliant with PIC. - - Impact too much performance. - - only plugins so no others package link against us. + - Upstream code uses the ebx register so it's not compliant with PIC. + - Impacts the performance too much. + - Only plugins. No package will link to them. -- Gregory Hainaut Sat, 24 Apr 2010 23:11:10 +0200