summaryrefslogtreecommitdiff
path: root/graphics/gliv
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-02-25 19:17:52 +0000
committerdrochner <drochner@pkgsrc.org>2005-02-25 19:17:52 +0000
commit517079e1eaab9e3d9e09f669e80830b22784c0d0 (patch)
treed09923617a25943855ee9a600c12745bbfaa46b1 /graphics/gliv
parent6b6bc9c59f3c9e9b4b932480e508909e167e19d8 (diff)
downloadpkgsrc-517079e1eaab9e3d9e09f669e80830b22784c0d0.tar.gz
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 (limited to 'graphics/gliv')
-rw-r--r--graphics/gliv/Makefile4
-rw-r--r--graphics/gliv/distinfo9
-rw-r--r--graphics/gliv/patches/patch-aa40
3 files changed, 6 insertions, 47 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile
index a7fee264e88..80ceaf4bfa4 100644
--- a/graphics/gliv/Makefile
+++ b/graphics/gliv/Makefile
@@ -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 --git a/graphics/gliv/distinfo b/graphics/gliv/distinfo
index 42f10fc44a5..3994a0d2842 100644
--- a/graphics/gliv/distinfo
+++ b/graphics/gliv/distinfo
@@ -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 --git a/graphics/gliv/patches/patch-aa b/graphics/gliv/patches/patch-aa
deleted file mode 100644
index 5805af9e43e..00000000000
--- a/graphics/gliv/patches/patch-aa
+++ /dev/null
@@ -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;}