summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-11-12 10:57:59 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-11-12 10:57:59 +0000
commitd38e46a5ca8ff61bd4f313b2741b53447d620e8e (patch)
tree2c5a65fdf9bf40b37271078827eef0d025c35d72 /media-video/avifile/files
parentDon't install subversion completion since >=dev-util/subversion-1.1.1-r1 prov... (diff)
downloadgentoo-2-d38e46a5ca8ff61bd4f313b2741b53447d620e8e.tar.gz
gentoo-2-d38e46a5ca8ff61bd4f313b2741b53447d620e8e.tar.bz2
gentoo-2-d38e46a5ca8ff61bd4f313b2741b53447d620e8e.zip
Fixing several bugs, see ChangeLog
Diffstat (limited to 'media-video/avifile/files')
-rw-r--r--media-video/avifile/files/avifile-0.7.41.20041001-gcc2.patch36
-rw-r--r--media-video/avifile/files/digest-avifile-0.7.41.20041001-r11
2 files changed, 37 insertions, 0 deletions
diff --git a/media-video/avifile/files/avifile-0.7.41.20041001-gcc2.patch b/media-video/avifile/files/avifile-0.7.41.20041001-gcc2.patch
new file mode 100644
index 000000000000..b8cbfa532e55
--- /dev/null
+++ b/media-video/avifile/files/avifile-0.7.41.20041001-gcc2.patch
@@ -0,0 +1,36 @@
+--- lib/subtitle/subread.c~ 2004-03-28 09:45:08 -0500
++++ lib/subtitle/subread.c 2004-11-04 14:40:52 -0500
+@@ -101,11 +101,12 @@
+ {
+ int n = 0;
+ char* b = trim_spaces(txt);
+- trim_http(b);
++ char* t;
++ trim_http(b);
+
+ // skip color and font-style change - not supported right now
+ // {c:$00ffff} {y:i}
+- char* t = strchr(b, '{');
++ t = strchr(b, '{');
+ if (t)
+ {
+ char u = toupper(t[1]);
+--- ffmpeg/libavcodec/libpostproc/postprocess_template.c~ 2004-09-30 10:55:16 -0400
++++ ffmpeg/libavcodec/libpostproc/postprocess_template.c 2004-11-04 14:20:43 -0500
+@@ -2731,6 +2731,7 @@
+ if(dc_mask & eq_mask){
+ int offset= -8*step;
+ int64_t *temp_sums= sums;
++ int xxx;
+
+ asm volatile(
+ "movq %2, %%mm0 \n\t" // QP,..., QP
+@@ -2870,7 +2871,7 @@
+ );
+
+ src+= step; // src points to begin of the 8x8 Block
+- int xxx = dc_mask & eq_mask;
++ xxx = dc_mask & eq_mask;
+ asm volatile(
+ "movq %4, %%mm6 \n\t"
+ "pcmpeqb %%mm5, %%mm5 \n\t"
diff --git a/media-video/avifile/files/digest-avifile-0.7.41.20041001-r1 b/media-video/avifile/files/digest-avifile-0.7.41.20041001-r1
new file mode 100644
index 000000000000..019a69ee1a1c
--- /dev/null
+++ b/media-video/avifile/files/digest-avifile-0.7.41.20041001-r1
@@ -0,0 +1 @@
+MD5 a08911965d81a02ded95ddb95f63e1cf avifile-0.7-0.7.41.tar.gz 3498203