diff options
author | drochner <drochner@pkgsrc.org> | 2005-02-25 19:17:52 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-02-25 19:17:52 +0000 |
commit | 517079e1eaab9e3d9e09f669e80830b22784c0d0 (patch) | |
tree | d09923617a25943855ee9a600c12745bbfaa46b1 /graphics/gliv/patches | |
parent | 6b6bc9c59f3c9e9b4b932480e508909e167e19d8 (diff) | |
download | pkgsrc-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/patches')
-rw-r--r-- | graphics/gliv/patches/patch-aa | 40 |
1 files changed, 0 insertions, 40 deletions
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;} |