Re: [Geeqie-devel] Animaed GIF (Was: Version 1.2.1)

2015-09-10 Thread Christian Heckendorf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Klaus Ethgen [10.09.2015. @16:56:30 +0100]: > Am Do den 10. Sep 2015 um 16:27 schrieb John Stoffel: > > When will geeqie (if ever) support animated gifs? I've been forced to > > use ristretto lately, and I don't like it

Re: [Geeqie-devel] Version 1.2.2

2015-09-10 Thread Greg Troxel
I have updated pkgsrc to 1.2.2 (and not quite committed it yet). The only problem I had was that configure uses == with test, and that's a bash extension not specified by POSIX. This patch is against configure (because that's what I had to patch to build the tarball). --- configure.orig

Re: [Geeqie-devel] Animaed GIF (Was: Version 1.2.1)

2015-09-10 Thread Christian Heckendorf
* Christian Heckendorf [10.09.2015. @13:02:44 -0400]: > * Klaus Ethgen [10.09.2015. @16:56:30 +0100]: > > Am Do den 10. Sep 2015 um 16:27 schrieb John Stoffel: > > > When will geeqie (if ever) support animated gifs? I've been forced to > > > use

[Geeqie-devel] [PATCH] Use POSIX-specified = in test, not ==.

2015-09-10 Thread Greg Troxel
--- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index c5b726c..7a75ad2 100644 --- a/configure.in +++ b/configure.in @@ -192,7 +192,7 @@ fi AM_PATH_GLIB_2_0(2.24.0,,AC_MSG_ERROR(GLIB >= 2.24.0 not installed.))