diff options
author | 2007-05-27 01:37:13 +0000 | |
---|---|---|
committer | 2007-05-27 01:37:13 +0000 | |
commit | 51d67a484ee9bf56f73a96edcd43787059fb5507 (patch) | |
tree | 385b8020076446d42c89332f91640ae458123095 /media-sound/audacity/files | |
parent | Fixed LICENSE. (diff) | |
download | gentoo-2-51d67a484ee9bf56f73a96edcd43787059fb5507.tar.gz gentoo-2-51d67a484ee9bf56f73a96edcd43787059fb5507.tar.bz2 gentoo-2-51d67a484ee9bf56f73a96edcd43787059fb5507.zip |
Removed old versions.
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-sound/audacity/files')
-rw-r--r-- | media-sound/audacity/files/audacity-1.2.3-gcc41.patch | 12 | ||||
-rw-r--r-- | media-sound/audacity/files/audacity-1.3.0b-x86.patch | 24 | ||||
-rw-r--r-- | media-sound/audacity/files/digest-audacity-1.3.0b | 3 |
3 files changed, 0 insertions, 39 deletions
diff --git a/media-sound/audacity/files/audacity-1.2.3-gcc41.patch b/media-sound/audacity/files/audacity-1.2.3-gcc41.patch deleted file mode 100644 index 5c703f5dfc7f..000000000000 --- a/media-sound/audacity/files/audacity-1.2.3-gcc41.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -u audacity-src-1.2.3/lib-src/soundtouch/include/SoundTouch.h audacity-src-1.2.3/lib-src/soundtouch/include/SoundTouch.h.new ---- audacity-src-1.2.3/lib-src/soundtouch/include/SoundTouch.h 2004-11-18 02:17:35.000000000 -0400 -+++ audacity-src-1.2.3/lib-src/soundtouch/include/SoundTouch.h.new 2005-11-27 19:27:49.000000000 -0400 -@@ -146,7 +146,7 @@ - static const char *getVersionString(); - - /// Get SoundTouch library version Id -- static uint SoundTouch::getVersionId(); -+ static uint getVersionId(); - - /// Sets new rate control value. Normal rate = 1.0, smaller values - /// represent slower rate, larger faster rates. diff --git a/media-sound/audacity/files/audacity-1.3.0b-x86.patch b/media-sound/audacity/files/audacity-1.3.0b-x86.patch deleted file mode 100644 index c43091ac011c..000000000000 --- a/media-sound/audacity/files/audacity-1.3.0b-x86.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur audacity-src-1.3.0b-beta.orig/lib-src/soundtouch/source/SoundTouch/cpu_detect_x86_gcc.cpp audacity-src-1.3.0b-beta/lib-src/soundtouch/source/SoundTouch/cpu_detect_x86_gcc.cpp ---- audacity-src-1.3.0b-beta.orig/lib-src/soundtouch/source/SoundTouch/cpu_detect_x86_gcc.cpp 2005-11-28 01:47:29.000000000 +0900 -+++ audacity-src-1.3.0b-beta/lib-src/soundtouch/source/SoundTouch/cpu_detect_x86_gcc.cpp 2006-08-06 08:25:36.000000000 +0900 -@@ -95,7 +95,7 @@ - "\n\tpushf" // save updated eflags to stack
- "\n\tpop %%eax" // load from stack
- "\n\txor %%edx, %%edx" // clear edx for defaulting no mmx
-- "\n\tcmp %%eax, %%ecx" // compare to original eflags values
-+ "\n\tcmp %%ecx, %%eax" // compare to original eflags values
- "\n\tjz end" // jumps to 'end' if cpuid not present
-
- // cpuid instruction available, test for presence of mmx instructions
-@@ -132,9 +132,9 @@ -
- "\n\tmov %%esi, %0"
-
-- : "=rm" (res)
-+ : "=r" (res)
- : /* no inputs */
-- : "%edx", "%eax", "%ecx", "%ebx", "%esi" );
-+ : "%edx", "%eax", "%ecx", "%esi" );
-
- return res & ~_dwDisabledISA;
- #endif
diff --git a/media-sound/audacity/files/digest-audacity-1.3.0b b/media-sound/audacity/files/digest-audacity-1.3.0b deleted file mode 100644 index 4cca0695c60c..000000000000 --- a/media-sound/audacity/files/digest-audacity-1.3.0b +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d1c5a3359ad95eab6ca8b375972c1a91 audacity-src-1.3.0b.tar.gz 4938302 -RMD160 4ada2e40799f60477d6c2aabb0b91bb03c8882f9 audacity-src-1.3.0b.tar.gz 4938302 -SHA256 cff02da856622acbca7b6ce9e0c05ad0cabc0c10fc5f79e349d2e586176e49f9 audacity-src-1.3.0b.tar.gz 4938302 |