pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gliv update to 1.9.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9c92d66e066
branches:  trunk
changeset: 489734:d9c92d66e066
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Feb 25 19:17:52 2005 +0000

description:
update to 1.9.1
changes:
* Most options are now configurable only in the configuration file.
* Detect when a user action changes the image.
* Added the %b and %d directives when writing actions.
* The configuration file can be specified on the command line.
* Updated Russian translation.
* German, French and Russian manual page.
* New command line option to add all files in the directory when loading a file.
* Added a preview to the open dialog.
* Ctrl-Arrow key rotates by 90 degrees instead of 45.
* New command line option (-o) to directly save a collection.
* Files in collections are now saved in the same order as in the list.
* Ability to jump to any image given its number.
* Switching images during the slideshow can change its direction.
+bugfixes

diffstat:

 graphics/gliv/Makefile         |   4 ++--
 graphics/gliv/distinfo         |   9 ++++-----
 graphics/gliv/patches/patch-aa |  40 ----------------------------------------
 3 files changed, 6 insertions(+), 47 deletions(-)

diffs (70 lines):

diff -r 2d9f877fa318 -r d9c92d66e066 graphics/gliv/Makefile
--- a/graphics/gliv/Makefile    Fri Feb 25 19:08:04 2005 +0000
+++ b/graphics/gliv/Makefile    Fri Feb 25 19:17:52 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2004/11/30 16:13:53 adam Exp $
+# $NetBSD: Makefile,v 1.5 2005/02/25 19:17:52 drochner Exp $
 
-DISTNAME=      gliv-1.8.4
+DISTNAME=      gliv-1.9.1
 CATEGORIES=    graphics
 MASTER_SITES=  http://guichaz.free.fr/gliv/
 EXTRACT_SUFX=  .tar.bz2
diff -r 2d9f877fa318 -r d9c92d66e066 graphics/gliv/distinfo
--- a/graphics/gliv/distinfo    Fri Feb 25 19:08:04 2005 +0000
+++ b/graphics/gliv/distinfo    Fri Feb 25 19:17:52 2005 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 08:45:06 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/02/25 19:17:52 drochner Exp $
 
-SHA1 (gliv-1.8.4.tar.bz2) = c46ac771a1e6931ab1dbca0c4f4ce6fb8d31f225
-RMD160 (gliv-1.8.4.tar.bz2) = 274c2e1ddf968d0beecad7f8a7dee0205ad998f9
-Size (gliv-1.8.4.tar.bz2) = 428207 bytes
-SHA1 (patch-aa) = be5ba7f8328491d9021865a0a9791d50a260bf2a
+SHA1 (gliv-1.9.1.tar.bz2) = 2517f57d0a1e99411f389a689e96457864743398
+RMD160 (gliv-1.9.1.tar.bz2) = b54e63ab022347af319f085e4c06137090d0c357
+Size (gliv-1.9.1.tar.bz2) = 446120 bytes
diff -r 2d9f877fa318 -r d9c92d66e066 graphics/gliv/patches/patch-aa
--- a/graphics/gliv/patches/patch-aa    Fri Feb 25 19:08:04 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/12/28 15:52:08 wiz Exp $
-
---- configure.orig     2004-07-29 22:29:41.000000000 +0200
-+++ configure
-@@ -7268,7 +7268,7 @@ if test "${ac_cv_lib_GL_glBegin+set}" = 
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lGL  $LIBS"
-+LIBS="-lGL -lXext  $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -7327,7 +7327,7 @@ fi
- echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glBegin" >&5
- echo "${ECHO_T}$ac_cv_lib_GL_glBegin" >&6
- if test $ac_cv_lib_GL_glBegin = yes; then
--  LDFLAGS="-lGL $LDFLAGS"
-+  LDFLAGS="-lGL -lXext $LDFLAGS"
- else
-   ogl="no"
- fi
-@@ -7342,7 +7342,7 @@ if test "${ac_cv_lib_GL_glBegin+set}" = 
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lGL -lpthread $LIBS"
-+LIBS="-lGL -lXext -lpthread $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
-@@ -7401,7 +7401,7 @@ fi
- echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glBegin" >&5
- echo "${ECHO_T}$ac_cv_lib_GL_glBegin" >&6
- if test $ac_cv_lib_GL_glBegin = yes; then
--  LDFLAGS="-lpthread -lGL $LDFLAGS"
-+  LDFLAGS="-lpthread -lGL -lXext $LDFLAGS"
- else
-   { { echo "$as_me:$LINENO: error: Cannot use -lGL" >&5
- echo "$as_me: error: Cannot use -lGL" >&2;}



Home | Main Index | Thread Index | Old Index