Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/simage/files/
Date: Fri, 31 Jan 2020 01:15:36
Message-Id: 1580433321.7956028c2a326c7179ca2889317fe789a05c734d.fordfrog@gentoo
1 commit: 7956028c2a326c7179ca2889317fe789a05c734d
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 31 01:15:03 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 31 01:15:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7956028c
7
8 media-libs/simage: removed unused patches
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-libs/simage/files/simage-1.7.0-libpng15.patch | 12 ------------
14 .../simage/files/simage-1.7.0-pkgconfig-partial.patch | 13 -------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/media-libs/simage/files/simage-1.7.0-libpng15.patch b/media-libs/simage/files/simage-1.7.0-libpng15.patch
18 deleted file mode 100644
19 index f99d474cf04..00000000000
20 --- a/media-libs/simage/files/simage-1.7.0-libpng15.patch
21 +++ /dev/null
22 @@ -1,12 +0,0 @@
23 -diff -ruN simage-1.7.0/src/simage_png.c new/src/simage_png.c
24 ---- simage-1.7.0/src/simage_png.c 2010-02-26 16:47:31.000000000 +0100
25 -+++ new/src/simage_png.c 2013-06-06 22:34:23.537331509 +0200
26 -@@ -323,7 +323,7 @@
27 - /* Set error handling. REQUIRED if you aren't supplying your own
28 - * error hadnling functions in the png_create_write_struct() call.
29 - */
30 -- if (setjmp(png_ptr->jmpbuf)) {
31 -+ if (setjmp(png_jmpbuf(png_ptr))) {
32 - /* If we get here, we had a problem reading the file */
33 - fclose(fp);
34 - png_destroy_write_struct(&png_ptr, (png_infopp)info_ptr);
35
36 diff --git a/media-libs/simage/files/simage-1.7.0-pkgconfig-partial.patch b/media-libs/simage/files/simage-1.7.0-pkgconfig-partial.patch
37 deleted file mode 100644
38 index c8c893855e8..00000000000
39 --- a/media-libs/simage/files/simage-1.7.0-pkgconfig-partial.patch
40 +++ /dev/null
41 @@ -1,13 +0,0 @@
42 -diff -ruN simage-1.7.0/simage.pc.in new/simage.pc.in
43 ---- simage-1.7.0/simage.pc.in 2010-02-26 16:47:31.000000000 +0100
44 -+++ new/simage.pc.in 2013-06-06 22:35:42.303326845 +0200
45 -@@ -8,7 +8,8 @@
46 - Version: @VERSION@
47 - Requires:
48 - Conflicts:
49 --Libs: -L${libdir} @SIMAGE_EXTRA_LDFLAGS@ @SIMAGE_EXTRA_LIBS@
50 -+Libs: -L${libdir} -lsimage
51 -+Libs.private: -L${libdir} @SIMAGE_EXTRA_LIBS@
52 - Cflags: -I${includedir} @SIMAGE_EXTRA_CFLAGS@ @SIMAGE_EXTRA_CPPFLAGS@
53 -
54 - simage_host="@host@"