summaryrefslogtreecommitdiff
path: root/graphics/feh/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-10-30 00:50:46 +0000
committerxtraeme <xtraeme>2004-10-30 00:50:46 +0000
commit87a165f50295cb93f10a3963cefad05183b4415b (patch)
treec12ff3b637a17da4f9e0a00ea042112881d04767 /graphics/feh/patches
parentc5f0d48d3ec7ef3e3bbbf0ff5851fb1617bf2da7 (diff)
downloadpkgsrc-87a165f50295cb93f10a3963cefad05183b4415b.tar.gz
Update graphics/feh to 1.2.7.
Changes: * Require giblib 1.2.4 now. * Applied large patch from Claes Nasten <pekdon@pekdon.net> * Several tweaks to thumbnail.c including support for the "Thumbnail Managing Standard" described at freedesktop.org. Thumbnails are cached in a way which makes them accessible to other programs, under ~/.thumbnails using md5sum filenames. * He had to invoke libpng directly to write out the comments/tags required by the spec, but that seems to be a trend with feh now so what the hell :p * Nice patch from JC <jcm314@yahoo.com> * Alongside the original --action option, adds --action1 through --action9, allowing you to define multiple actions which can be run using the number keys. Lets you set up a list of commands for organising images. * New method for rotating jpegs - does a lossless jpeg rotation (thanks, IJG) and preserves EXIF data, as requested by many users :) * Fix minor documentation omissions (debian bug reports) * Various warning fixes from Claes Nasten <pekdon@pekdon.net> * Support full X geometry flags * removed extraneous XFlush * switched to global file list length (avoid recalculating it constantly)
Diffstat (limited to 'graphics/feh/patches')
-rw-r--r--graphics/feh/patches/patch-ab16
1 files changed, 10 insertions, 6 deletions
diff --git a/graphics/feh/patches/patch-ab b/graphics/feh/patches/patch-ab
index 566c1582051..062b3e45568 100644
--- a/graphics/feh/patches/patch-ab
+++ b/graphics/feh/patches/patch-ab
@@ -1,13 +1,17 @@
-$NetBSD: patch-ab,v 1.2 2002/09/20 10:59:22 rh Exp $
+$NetBSD: patch-ab,v 1.3 2004/10/30 00:50:47 xtraeme Exp $
---- src/Makefile.in.orig Thu Sep 12 04:55:28 2002
-+++ src/Makefile.in
-@@ -76,7 +76,7 @@ VERSION = @VERSION@
+--- src/Makefile.in.orig 2004-10-30 01:07:51.000000000 +0200
++++ src/Makefile.in 2004-10-30 01:09:22.000000000 +0200
+@@ -77,8 +77,10 @@
MAINTAINERCLEANFILES = Makefile.in
--LDFLAGS = -L/usr/X11R6/lib
+-LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib -lpng
+-INCLUDES = -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -I$(top_srcdir)/src -I/usr/local/include/libpng -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@ @GIBLIB_CFLAGS@
+LDFLAGS = @LDFLAGS@
- INCLUDES = -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -I$(top_srcdir)/src -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@ @GIBLIB_CFLAGS@
++INCLUDES = @CFLAGS@ $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. \
++ -I$(top_srcdir)/src -DPREFIX=\""$(prefix)"\" \
++ @IMLIB_CFLAGS@ @GIBLIB_CFLAGS@
LIBOBJS = @LIBOBJS@
+