diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2013-06-06 20:38:34 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2013-06-06 20:38:34 +0000 |
commit | d23ff4152c9bafd178b56870be80fbadde609a46 (patch) | |
tree | 7f33d468ba86f79f33b4c7a8a7f248b87c32248d /media-libs | |
parent | Added myself as a maintainer. Plugged known memory leaks fixed in debian and ... (diff) | |
download | gentoo-2-d23ff4152c9bafd178b56870be80fbadde609a46.tar.gz gentoo-2-d23ff4152c9bafd178b56870be80fbadde609a46.tar.bz2 gentoo-2-d23ff4152c9bafd178b56870be80fbadde609a46.zip |
Do not use relative paths in patch, bug 457548
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key B1E955DB)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/simage/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/simage/files/simage-1.7.0-libpng15.patch | 5 | ||||
-rw-r--r-- | media-libs/simage/files/simage-1.7.0-pkgconfig-partial.patch | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/media-libs/simage/ChangeLog b/media-libs/simage/ChangeLog index 4e980cf0afbd..1ae1884588d9 100644 --- a/media-libs/simage/ChangeLog +++ b/media-libs/simage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/simage # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/simage/ChangeLog,v 1.9 2013/04/20 09:27:38 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/simage/ChangeLog,v 1.10 2013/06/06 20:38:34 reavertm Exp $ + + 06 Jun 2013; Maciej Mrozowski <reavertm@gentoo.org> + files/simage-1.7.0-libpng15.patch, files/simage-1.7.0-pkgconfig-partial.patch: + Do not use relative paths in patch, bug 457548 20 Apr 2013; Ulrich Müller <ulm@gentoo.org> simage-1.7.0.ebuild: Fix LICENSE, see COPYING file, bug 465086. Must not be redistributed, diff --git a/media-libs/simage/files/simage-1.7.0-libpng15.patch b/media-libs/simage/files/simage-1.7.0-libpng15.patch index c42fd1fe27e9..f99d474cf04a 100644 --- a/media-libs/simage/files/simage-1.7.0-libpng15.patch +++ b/media-libs/simage/files/simage-1.7.0-libpng15.patch @@ -1,5 +1,6 @@ ---- src/simage_png.c -+++ src/simage_png.c +diff -ruN simage-1.7.0/src/simage_png.c new/src/simage_png.c +--- simage-1.7.0/src/simage_png.c 2010-02-26 16:47:31.000000000 +0100 ++++ new/src/simage_png.c 2013-06-06 22:34:23.537331509 +0200 @@ -323,7 +323,7 @@ /* Set error handling. REQUIRED if you aren't supplying your own * error hadnling functions in the png_create_write_struct() call. 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 index 94392a136460..c8c893855e8a 100644 --- a/media-libs/simage/files/simage-1.7.0-pkgconfig-partial.patch +++ b/media-libs/simage/files/simage-1.7.0-pkgconfig-partial.patch @@ -1,6 +1,6 @@ -diff -ru ../simage-1.7.0/simage.pc.in ./simage.pc.in ---- ../simage-1.7.0/simage.pc.in 2010-02-26 16:47:31.000000000 +0100 -+++ ./simage.pc.in 2010-06-28 19:22:20.521610092 +0200 +diff -ruN simage-1.7.0/simage.pc.in new/simage.pc.in +--- simage-1.7.0/simage.pc.in 2010-02-26 16:47:31.000000000 +0100 ++++ new/simage.pc.in 2013-06-06 22:35:42.303326845 +0200 @@ -8,7 +8,8 @@ Version: @VERSION@ Requires: |