diff options
author | 2021-08-24 12:49:09 -0400 | |
---|---|---|
committer | 2021-08-24 13:51:39 -0400 | |
commit | 6e2f004aff52ba51dd3ef2f9dafee59d4df149de (patch) | |
tree | 53c43382d006caf398c07f1640f7b6d3d6a6bde7 /media-gfx/imv/files | |
parent | games-util/joystick: drop 1.7.0 (diff) | |
download | gentoo-6e2f004aff52ba51dd3ef2f9dafee59d4df149de.tar.gz gentoo-6e2f004aff52ba51dd3ef2f9dafee59d4df149de.tar.bz2 gentoo-6e2f004aff52ba51dd3ef2f9dafee59d4df149de.zip |
media-gfx/imv: drop 4.2.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-gfx/imv/files')
-rw-r--r-- | media-gfx/imv/files/imv-4.2.0-add-string-inc.patch | 9 | ||||
-rw-r--r-- | media-gfx/imv/files/imv-4.2.0-wayland-roundtrip-after-scale.patch | 14 |
2 files changed, 0 insertions, 23 deletions
diff --git a/media-gfx/imv/files/imv-4.2.0-add-string-inc.patch b/media-gfx/imv/files/imv-4.2.0-add-string-inc.patch deleted file mode 100644 index e726d7b093a2..000000000000 --- a/media-gfx/imv/files/imv-4.2.0-add-string-inc.patch +++ /dev/null @@ -1,9 +0,0 @@ -https://github.com/eXeC64/imv/issues/299 ---- a/src/backend_freeimage.c 2020-12-17 15:30:42.000000000 -0500 -+++ b/src/backend_freeimage.c 2021-01-23 12:03:46.175921640 -0500 -@@ -8,4 +8,5 @@ - #include <FreeImage.h> - #include <stdlib.h> -+#include <string.h> - - struct private { diff --git a/media-gfx/imv/files/imv-4.2.0-wayland-roundtrip-after-scale.patch b/media-gfx/imv/files/imv-4.2.0-wayland-roundtrip-after-scale.patch deleted file mode 100644 index 381013329062..000000000000 --- a/media-gfx/imv/files/imv-4.2.0-wayland-roundtrip-after-scale.patch +++ /dev/null @@ -1,14 +0,0 @@ -https://github.com/eXeC64/imv/issues/305 ---- a/src/wl_window.c 2020-12-17 15:30:42.000000000 -0500 -+++ b/src/wl_window.c 2021-02-02 19:03:52.598901093 -0500 -@@ -545,2 +545,3 @@ - wl_surface_commit(window->wl_surface); -+ wl_display_roundtrip(window->wl_display); - size_t buffer_width = window->width * window->scale; -@@ -636,4 +637,4 @@ - .height = window->height, -- .buffer_width = window->width * window->scale, -- .buffer_height = window->height * window->scale -+ .buffer_width = buffer_width, -+ .buffer_height = buffer_height, - } |