diff options
author | 2005-05-21 08:45:30 +0000 | |
---|---|---|
committer | 2005-05-21 08:45:30 +0000 | |
commit | c6b36974138403e5cf3e1ba19175d88354753fdc (patch) | |
tree | c7942a76b1fe54ccc7d16a70651ef7da7b33fa6b /media-sound/vorbisgain/files | |
parent | added app-arch/unzip to dependancies (diff) | |
download | gentoo-2-c6b36974138403e5cf3e1ba19175d88354753fdc.tar.gz gentoo-2-c6b36974138403e5cf3e1ba19175d88354753fdc.tar.bz2 gentoo-2-c6b36974138403e5cf3e1ba19175d88354753fdc.zip |
new upstream version. corrected HOMEPAGE, fixes #93347
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-sound/vorbisgain/files')
4 files changed, 1 insertions, 13 deletions
diff --git a/media-sound/vorbisgain/files/digest-vorbisgain-0.32 b/media-sound/vorbisgain/files/digest-vorbisgain-0.32 deleted file mode 100644 index aa06d9d0b856..000000000000 --- a/media-sound/vorbisgain/files/digest-vorbisgain-0.32 +++ /dev/null @@ -1 +0,0 @@ -MD5 9bd34aff8540961ab2b2ef873caeabb1 vorbisgain-0.32.zip 140475 diff --git a/media-sound/vorbisgain/files/digest-vorbisgain-0.32-r1 b/media-sound/vorbisgain/files/digest-vorbisgain-0.32-r1 deleted file mode 100644 index aa06d9d0b856..000000000000 --- a/media-sound/vorbisgain/files/digest-vorbisgain-0.32-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9bd34aff8540961ab2b2ef873caeabb1 vorbisgain-0.32.zip 140475 diff --git a/media-sound/vorbisgain/files/digest-vorbisgain-0.36 b/media-sound/vorbisgain/files/digest-vorbisgain-0.36 new file mode 100644 index 000000000000..818e16c6cbe8 --- /dev/null +++ b/media-sound/vorbisgain/files/digest-vorbisgain-0.36 @@ -0,0 +1 @@ +MD5 3c9df5028fa395aa98fdf0f58a5187b0 vorbisgain-0.36.zip 155367 diff --git a/media-sound/vorbisgain/files/vorbisgain-0.32-48k.patch b/media-sound/vorbisgain/files/vorbisgain-0.32-48k.patch deleted file mode 100644 index cbc83e46806e..000000000000 --- a/media-sound/vorbisgain/files/vorbisgain-0.32-48k.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gain_analysis.c.orig 2003-09-20 20:46:06.000000000 +0900 -+++ gain_analysis.c 2003-09-20 20:46:30.000000000 +0900 -@@ -108,7 +108,7 @@ - #define MAX_dB 120. /* Table entries for 0...MAX_dB (normal max. values are 70...80 dB) */
-
- #define MAX_ORDER (BUTTER_ORDER > YULE_ORDER ? BUTTER_ORDER : YULE_ORDER)
--#define MAX_SAMPLES_PER_WINDOW (size_t) (MAX_SAMP_FREQ * RMS_WINDOW_TIME) /* max. Samples per Time slice */
-+#define MAX_SAMPLES_PER_WINDOW (size_t) (MAX_SAMP_FREQ * RMS_WINDOW_TIME + 1) /* max. Samples per Time slice */
- #define PINK_REF 64.82 /* 298640883795 */ /* calibration value */
-
- Float_t linprebuf [MAX_ORDER * 2];
|