pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update graphics/feh to 1.2.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f29ed15403a
branches:  trunk
changeset: 482562:6f29ed15403a
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Oct 30 00:50:46 2004 +0000

description:
Update graphics/feh to 1.2.7.

Changes:

  * Require giblib 1.2.4 now.
  * Applied large patch from Claes Nasten <pekdon%pekdon.net@localhost>
  * 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@localhost>
  * 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@localhost>
  * Support full X geometry flags
  * removed extraneous XFlush
  * switched to global file list length (avoid recalculating it
    constantly)

diffstat:

 doc/CHANGES                   |   3 ++-
 doc/TODO                      |   3 +--
 graphics/feh/Makefile         |  12 +++++++-----
 graphics/feh/distinfo         |   8 ++++----
 graphics/feh/patches/patch-ab |  16 ++++++++++------
 5 files changed, 24 insertions(+), 18 deletions(-)

diffs (100 lines):

diff -r 55015391dbe6 -r 6f29ed15403a doc/CHANGES
--- a/doc/CHANGES       Sat Oct 30 00:47:37 2004 +0000
+++ b/doc/CHANGES       Sat Oct 30 00:50:46 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7608 2004/10/30 00:47:37 xtraeme Exp $
+$NetBSD: CHANGES,v 1.7609 2004/10/30 00:50:46 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4972,3 +4972,4 @@
        Updated mklivecd to 0.7 [xtraeme 2004-10-29]
        Added putty-0.56 [xtraeme 2004-10-29]
        Updated jpeg to 6bnb3 [xtraeme 2004-10-30]
+       Updated feh to 1.2.7 [xtraeme 2004-10-30]
diff -r 55015391dbe6 -r 6f29ed15403a doc/TODO
--- a/doc/TODO  Sat Oct 30 00:47:37 2004 +0000
+++ b/doc/TODO  Sat Oct 30 00:50:46 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.2279 2004/10/29 23:02:17 xtraeme Exp $
+$NetBSD: TODO,v 1.2280 2004/10/30 00:50:46 xtraeme Exp $
 
 Suggested new packages
 ======================
@@ -325,7 +325,6 @@
        o ethereal-0.10.7
        o ettercap-0.7.1 [wip/ettercap-NG|adrianp]
        o evolution-2.0.0
-       o feh-1.2.7
        o festival-1.4.3
        o file-4.10
        o file-roller-2.8.3
diff -r 55015391dbe6 -r 6f29ed15403a graphics/feh/Makefile
--- a/graphics/feh/Makefile     Sat Oct 30 00:47:37 2004 +0000
+++ b/graphics/feh/Makefile     Sat Oct 30 00:50:46 2004 +0000
@@ -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 @@
 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 -r 55015391dbe6 -r 6f29ed15403a graphics/feh/distinfo
--- a/graphics/feh/distinfo     Sat Oct 30 00:47:37 2004 +0000
+++ b/graphics/feh/distinfo     Sat Oct 30 00:50:46 2004 +0000
@@ -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 -r 55015391dbe6 -r 6f29ed15403a graphics/feh/patches/patch-ab
--- a/graphics/feh/patches/patch-ab     Sat Oct 30 00:47:37 2004 +0000
+++ b/graphics/feh/patches/patch-ab     Sat Oct 30 00:50:46 2004 +0000
@@ -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@
+ 



Home | Main Index | Thread Index | Old Index