Re: [Geeqie-devel] Version 1.2.1

2015-09-10 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi guys, Am Mi den 12. Aug 2015 um 22:18 schrieb Uwe Ohse: > "make dist" now creates geeqie-1.2.1.tar.gz, which compiles successfully. > > > Please create the .tar.gz, sign it, and upload both signature and tar.gz > to geeqie.org. Finally done an

[Geeqie-devel] Web (Was: Version 1.2.1)

2015-09-10 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 By the way, is there anybody who has a good hand in creating better web site? The current one is -- well, somehow minimal. Regards Klaus - -- Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011-05-16 Klaus

Re: [Geeqie-devel] Version 1.2.1

2015-09-10 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I overseen that the file glua.h is missing in the dist tar. That means to release another bugfix release. :-( Regards Klaus - -- Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011-05-16 Klaus Ethgen Fing

Re: [Geeqie-devel] Version 1.2.1

2015-09-10 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ok, released updated 1.2.2. *grml* Regards Klaus - -- Klaus Ethgen http://www.ethgen.ch/ pub 4096R/4E20AF1C 2011-05-16 Klaus Ethgen Fingerprint: 85D4 CA42 952C 949B 1753 62B3 79D0 B06F 4E20 AF1C -BEGIN PGP S

Re: [Geeqie-devel] Version 1.2.1

2015-09-10 Thread Greg Troxel
Klaus Ethgen writes: > Ok, released updated 1.2.2. *grml* Thanks! Can you post a URL? Ideally "download" on the main page would go to a directory that has all the tarballs. Doesn't need to be fancy, apache-generated index would be just fine. pgplW0oUm9L8j.pgp Description: PGP signature -

Re: [Geeqie-devel] Version 1.2.1

2015-09-10 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Do den 10. Sep 2015 um 15:39 schrieb Greg Troxel: > > Ok, released updated 1.2.2. *grml* > > Thanks! Can you post a URL? It is directly on the main page([0][1][2]) > Ideally "download" on the main page would > go to a directory that has all th

Re: [Geeqie-devel] Version 1.2.1

2015-09-10 Thread John Stoffel
When will geeqie (if ever) support animated gifs? I've been forced to use ristretto lately, and I don't like it nearly as much. -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics f

[Geeqie-devel] Threads [Was: Version 1.2.1]

2015-09-10 Thread Ian Zimmerman
On 2015-09-10 11:27 -0400, John Stoffel wrote: > When will geeqie (if ever) support animated gifs? I've been forced to > use ristretto lately, and I don't like it nearly as much. Please don't reuse threads for an unrelated topic. That means not using "reply" or "follow-up" in your email softw

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

2015-09-10 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 H John, 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 nearly as much. I would like to see that too from time to time. The

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

2015-09-10 Thread Frank Peters
On Thu, 10 Sep 2015 16:56:30 +0100 Klaus Ethgen wrote: > > I currently do not know any image viewer that support animated GIFs. > AFAIK, geeqie uses gdk_pixbuf for image decoding and display, and gdk_pixbuf does have facilities for animated images: https://developer.gnome.org/gdk-pixbuf/unst

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 nearly as much. > > I woul

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

[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.)) AC_ARG_ENABLE([gtk

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

2015-09-10 Thread Ian Zimmerman
On 2015-09-10 15:12 -0400, Greg Troxel wrote: > -if test x$gtk3 == xno; then > +if test x$gtk3 = xno; then FWIW, I have stopped using test completely in shell scripts. It is just too confusing and fragile, and requires "write-only" tricks like the use of x above. I would write this with a singl

[Geeqie-devel] List Ettiquette

2015-09-10 Thread John Stoffel
> "Ian" == Ian Zimmerman writes: Ian> On 2015-09-10 11:27 -0400, John Stoffel wrote: >> When will geeqie (if ever) support animated gifs? I've been forced to >> use ristretto lately, and I don't like it nearly as much. Ian> Please don't reuse threads for an unrelated topic. That means Ia

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 ristretto lately, and I don't like it nearly as mu