summaryrefslogtreecommitdiff
path: root/graphics/feh
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-10-30 00:50:46 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-10-30 00:50:46 +0000
commitabf4d3d7a7c7a0611b1c8dd255ba65869e60ad00 (patch)
treec12ff3b637a17da4f9e0a00ea042112881d04767 /graphics/feh
parent909d39c34491082e6fda161af0feda8dec23e531 (diff)
downloadpkgsrc-abf4d3d7a7c7a0611b1c8dd255ba65869e60ad00.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')
-rw-r--r--graphics/feh/Makefile12
-rw-r--r--graphics/feh/distinfo8
-rw-r--r--graphics/feh/patches/patch-ab16
3 files changed, 21 insertions, 15 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index 9fb0b2c5a9e..809596ec896 100644
--- a/graphics/feh/Makefile
+++ b/graphics/feh/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2004/10/15 12:22:14 tv Exp $
+# $NetBSD: Makefile,v 1.19 2004/10/30 00:50:46 xtraeme Exp $
#
-DISTNAME= feh-1.2.6
-PKGREVISION= 6
+DISTNAME= feh-1.2.7
CATEGORIES= graphics
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
@@ -16,8 +15,11 @@ GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_X11= YES
-CONFIGURE_ARGS+=--program-transform-name=s,cam,feh_cam,
-REPLACE_PERL= ${WRKSRC}/cam/cam
+CONFIGURE_ARGS+= --program-transform-name=s,cam,feh_cam,
+REPLACE_PERL= cam/cam
+
+BUILDLINK_DEPENDS.giblib+= giblib>=1.2.4
+BUILDLINK_DEPENDS.jpeg+= jpeg>=6bnb3 # includes jpegint.h
.include "../../devel/giblib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo
index 0f9ff6b0cb0..db6fc6a6b0f 100644
--- a/graphics/feh/distinfo
+++ b/graphics/feh/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2003/06/05 08:22:32 wiz Exp $
+$NetBSD: distinfo,v 1.8 2004/10/30 00:50:46 xtraeme Exp $
-SHA1 (feh-1.2.6.tar.gz) = 4f1090b22566767c3bc2f866a7565ad9da4001a5
-Size (feh-1.2.6.tar.gz) = 351906 bytes
+SHA1 (feh-1.2.7.tar.gz) = 768b8cc63906ed39798b46f7aabd3338c880f376
+Size (feh-1.2.7.tar.gz) = 373323 bytes
SHA1 (patch-aa) = 745c9ca77355a0beaacbe32bc33174e8dc057cbd
-SHA1 (patch-ab) = 4935ca2171f02d59df7e294b1b520881e21e0d6d
+SHA1 (patch-ab) = 57bb0f304a8f8ae002c85ca41618a3b5e02de0bf
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@
+