summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-06-16 16:22:18 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-06-16 16:22:18 +0000
commit1555a2ff2106057ff3582c227458c58406da0ec5 (patch)
treed1ad1b31d5cef8ffb8635246e8bb8b1f2e53a018 /app-emulation/vice/files
parentremove kth-krb, as per bug #173354 (diff)
downloadgentoo-2-1555a2ff2106057ff3582c227458c58406da0ec5.tar.gz
gentoo-2-1555a2ff2106057ff3582c227458c58406da0ec5.tar.bz2
gentoo-2-1555a2ff2106057ff3582c227458c58406da0ec5.zip
Patch from David Leverton for bug #179315
(Portage version: 2.1.3_rc2)
Diffstat (limited to 'app-emulation/vice/files')
-rw-r--r--app-emulation/vice/files/digest-vice-1.21-r13
-rw-r--r--app-emulation/vice/files/vice-1.21-fullscreen.patch11
2 files changed, 14 insertions, 0 deletions
diff --git a/app-emulation/vice/files/digest-vice-1.21-r1 b/app-emulation/vice/files/digest-vice-1.21-r1
new file mode 100644
index 000000000000..0c87a06f1327
--- /dev/null
+++ b/app-emulation/vice/files/digest-vice-1.21-r1
@@ -0,0 +1,3 @@
+MD5 913bdee9d59d154ed33ef4e037d8a12c vice-1.21.tar.gz 5725833
+RMD160 1384cb4d80be6801de603c0424b3a5e5dd18de15 vice-1.21.tar.gz 5725833
+SHA256 511ed35e6692f68e8b58ea3d040af6428239859e31eef9d99b6187a166373389 vice-1.21.tar.gz 5725833
diff --git a/app-emulation/vice/files/vice-1.21-fullscreen.patch b/app-emulation/vice/files/vice-1.21-fullscreen.patch
new file mode 100644
index 000000000000..2807331ff253
--- /dev/null
+++ b/app-emulation/vice/files/vice-1.21-fullscreen.patch
@@ -0,0 +1,11 @@
+--- vice-1.21/src/video.h~ 2006-06-11 23:23:36.000000000 +0100
++++ vice-1.21/src/video.h 2007-05-13 17:20:09.000000000 +0100
+@@ -78,7 +78,7 @@
+ };
+ typedef struct cap_render_s cap_render_t;
+
+-#define FULLSCREEN_MAXDEV 3
++#define FULLSCREEN_MAXDEV 4
+
+ struct cap_fullscreen_s {
+ unsigned int device_num;