diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-11 00:20:27 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-11 00:20:27 +0000 |
commit | 1745e97be62364a27665536a728d67829dde844c (patch) | |
tree | c0b8383df6956eeaf4f2571290ec5aca8fc4a7f0 /x11-misc/xvidcap/files | |
parent | Remove old version. Port 5.19 to modular X. (diff) | |
download | historical-1745e97be62364a27665536a728d67829dde844c.tar.gz historical-1745e97be62364a27665536a728d67829dde844c.tar.bz2 historical-1745e97be62364a27665536a728d67829dde844c.zip |
Fix bug #120551 - recording on 64 bit systems.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-misc/xvidcap/files')
-rw-r--r-- | x11-misc/xvidcap/files/digest-xvidcap-1.1.3-r2 | 1 | ||||
-rw-r--r-- | x11-misc/xvidcap/files/digest-xvidcap-1.1.3-r3 | 3 | ||||
-rw-r--r-- | x11-misc/xvidcap/files/xvidcap-1.1.3-alpha_mask.patch | 12 |
3 files changed, 15 insertions, 1 deletions
diff --git a/x11-misc/xvidcap/files/digest-xvidcap-1.1.3-r2 b/x11-misc/xvidcap/files/digest-xvidcap-1.1.3-r2 deleted file mode 100644 index 545730f3eabf..000000000000 --- a/x11-misc/xvidcap/files/digest-xvidcap-1.1.3-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 ea896ffd35d6fe6d2abf51b38605f5fd xvidcap-1.1.3.tar.gz 1627036 diff --git a/x11-misc/xvidcap/files/digest-xvidcap-1.1.3-r3 b/x11-misc/xvidcap/files/digest-xvidcap-1.1.3-r3 new file mode 100644 index 000000000000..e37fe8e3fca0 --- /dev/null +++ b/x11-misc/xvidcap/files/digest-xvidcap-1.1.3-r3 @@ -0,0 +1,3 @@ +MD5 ea896ffd35d6fe6d2abf51b38605f5fd xvidcap-1.1.3.tar.gz 1627036 +RMD160 cc7be360153f192b502ffedc6548cce163a9154c xvidcap-1.1.3.tar.gz 1627036 +SHA256 21909257a46f67f37a6b3eedda5023490bf1e02946ae7c56d4b6f782087013d7 xvidcap-1.1.3.tar.gz 1627036 diff --git a/x11-misc/xvidcap/files/xvidcap-1.1.3-alpha_mask.patch b/x11-misc/xvidcap/files/xvidcap-1.1.3-alpha_mask.patch new file mode 100644 index 000000000000..13ccb7b77748 --- /dev/null +++ b/x11-misc/xvidcap/files/xvidcap-1.1.3-alpha_mask.patch @@ -0,0 +1,12 @@ +diff -Nru xvidcap-1.1.3.vanilla/src/colors.h xvidcap-1.1.3/src/colors.h +--- xvidcap-1.1.3.vanilla/src/colors.h 2006-02-07 13:42:19.000000000 +0100 ++++ xvidcap-1.1.3/src/colors.h 2006-02-07 14:00:35.000000000 +0100 +@@ -37,7 +37,7 @@ + unsigned long blue_bit_depth; + unsigned long alpha_bit_depth; + +- unsigned long alpha_mask; ++ u_int32_t alpha_mask; + } ColorInfo; + + void GetColorInfo (XImage *image, ColorInfo *return_struct); |