diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-01-16 17:55:25 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-01-16 17:55:25 +0000 |
commit | 20b1a5872022988a914471761153914b47b9b427 (patch) | |
tree | b2b1512645b637e3a518387eaa5ad96002f6d35a /app-mobilephone/bitpim/files | |
parent | stable x86, bug #162363 (diff) | |
download | gentoo-2-20b1a5872022988a914471761153914b47b9b427.tar.gz gentoo-2-20b1a5872022988a914471761153914b47b9b427.tar.bz2 gentoo-2-20b1a5872022988a914471761153914b47b9b427.zip |
Version bump. Remove obsolete versions.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-mobilephone/bitpim/files')
-rw-r--r-- | app-mobilephone/bitpim/files/bitpim-0.9.10-gentoo.patch | 63 | ||||
-rw-r--r-- | app-mobilephone/bitpim/files/digest-bitpim-0.9.10 | 3 |
2 files changed, 66 insertions, 0 deletions
diff --git a/app-mobilephone/bitpim/files/bitpim-0.9.10-gentoo.patch b/app-mobilephone/bitpim/files/bitpim-0.9.10-gentoo.patch new file mode 100644 index 000000000000..4427eccb5198 --- /dev/null +++ b/app-mobilephone/bitpim/files/bitpim-0.9.10-gentoo.patch @@ -0,0 +1,63 @@ +diff -Nru bitpim-0.9.10.orig/src/common.py bitpim-0.9.10/src/common.py +--- bitpim-0.9.10.orig/src/common.py 2006-12-23 12:43:23.000000000 +0200 ++++ bitpim-0.9.10/src/common.py 2007-01-16 19:36:41.000000000 +0200 +@@ -850,4 +850,4 @@ + # windows running from exe, return as is + return os.path.abspath(os.path.dirname(sys.executable)) + # running from src, up one +- return os.path.split(os.path.abspath(os.path.dirname(sys.argv[0])))[0] ++ return os.path.abspath(os.path.dirname(sys.argv[0])) +diff -Nru bitpim-0.9.10.orig/src/conversions.py bitpim-0.9.10/src/conversions.py +--- bitpim-0.9.10.orig/src/conversions.py 2006-05-28 06:10:52.000000000 +0300 ++++ bitpim-0.9.10/src/conversions.py 2007-01-16 19:36:41.000000000 +0200 +@@ -20,11 +20,11 @@ + + class ConversionFailed(Exception): pass + +-helperdir=os.path.join(common.get_main_dir(), "helpers") ++helperdir="/usr/bin" + + osext={'win32': '.exe', + 'darwin': '.mbin', +- 'linux2': '.lbin'} \ ++ 'linux2': ''} \ + [sys.platform] + + # This shortname crap is needed because Windows programs (including ffmpeg) +@@ -125,14 +125,14 @@ + p=sys.path[0] + if os.path.isfile(p): + p=os.path.dirname(p) +- helpersdirectory=os.path.abspath(os.path.join(p, 'helpers')) ++ helpersdirectory="/usr/bin" + print "Helper Directory: "+helpersdirectory + if sys.platform=='win32': + osext=".exe" + if sys.platform=='darwin': + osext=".mbin" + if sys.platform=='linux2': +- osext=".lbin" ++ osext="" + + pngtopnmbin=gethelperbinary('pngtopnm') + ppmquantbin=gethelperbinary('ppmquant') +diff -Nru bitpim-0.9.10.orig/src/native/av/bmp2avi/Makefile bitpim-0.9.10/src/native/av/bmp2avi/Makefile +--- bitpim-0.9.10.orig/src/native/av/bmp2avi/Makefile 2006-05-05 10:10:08.000000000 +0300 ++++ bitpim-0.9.10/src/native/av/bmp2avi/Makefile 2007-01-16 19:36:41.000000000 +0200 +@@ -13,6 +13,6 @@ + + SRC=avi_file.cxx bmp_file.cxx b2a.cxx + +-bmp2avi.lbin bmp2avi.mbin bmp2avi.exe: $(SRC) ++bmp2avi bmp2avi.mbin bmp2avi.exe: $(SRC) + $(CXX) $(EXTRADEFINES) -O2 -o $@ $(SRC) + +diff -Nru bitpim-0.9.10.orig/src/native/usb/build.sh bitpim-0.9.10/src/native/usb/build.sh +--- bitpim-0.9.10.orig/src/native/usb/build.sh 2006-03-04 06:57:24.000000000 +0200 ++++ bitpim-0.9.10/src/native/usb/build.sh 2007-01-16 19:36:41.000000000 +0200 +@@ -4,4 +4,4 @@ + swig -python -I/usr/include libusb.i + + gcc -fPIC -Wall -fno-strict-aliasing -O2 -g -shared -I $INCLUDEDIR -o _libusb.so libusb_wrap.c -lusb +-strip _libusb.so ++#strip _libusb.so diff --git a/app-mobilephone/bitpim/files/digest-bitpim-0.9.10 b/app-mobilephone/bitpim/files/digest-bitpim-0.9.10 new file mode 100644 index 000000000000..367f79429f13 --- /dev/null +++ b/app-mobilephone/bitpim/files/digest-bitpim-0.9.10 @@ -0,0 +1,3 @@ +MD5 563cf8ff2d48d6871a315ca4cc9e1237 bitpim-0.9.10.tar.bz2 4028416 +RMD160 a6693ebc6a5859af4138ee7c019912f395d6b1d6 bitpim-0.9.10.tar.bz2 4028416 +SHA256 b792e8f83a936a628177837ba4dacb6cdd48de1f56bf0f1a9925f876c5dcad34 bitpim-0.9.10.tar.bz2 4028416 |