On 12/13/13 14:08, Michael Schwendt wrote:
> On Fri, 13 Dec 2013 06:43:25 +0200, Niko Sauer wrote:
>
>>> Let me try to explain. In the code snippet above, the two conditionals
>>> build a logical AND, so that in order to build with LCMS2, both
>>> HAVE_LCMS and HAVE_LCMS2 must be defined. If HAVE
On Fri, 13 Dec 2013 06:43:25 +0200, Niko Sauer wrote:
> > Let me try to explain. In the code snippet above, the two conditionals
> > build a logical AND, so that in order to build with LCMS2, both
> > HAVE_LCMS and HAVE_LCMS2 must be defined. If HAVE_LCMS were undefined,
> > the HAVE_LCMS2 conditi
On 12/12/13 11:07, Michael Schwendt wrote:
> On Thu, 12 Dec 2013 06:34:54 +0200, Niko Sauer wrote:
>
> Which line have you deleted? There's a bug in the patch, because HAVE_LCMS
> is undefined, and that leads to some files (such as exif_common.c) not
> including lcms2.h and breaking c
On Thu, 12 Dec 2013 06:34:54 +0200, Niko Sauer wrote:
> >>> Which line have you deleted? There's a bug in the patch, because HAVE_LCMS
> >>> is undefined, and that leads to some files (such as exif_common.c) not
> >>> including lcms2.h and breaking compilation.
> >>>
> >>>
> >> It is line 296 whic
On 12/11/13 12:06, Michael Schwendt wrote:
> On Wed, 11 Dec 2013 06:47:40 +0200, Niko Sauer wrote:
>
>> On 12/09/13 19:43, Michael Schwendt wrote:
>>> On Fri, 06 Dec 2013 03:20:53 +, Omari Stephens wrote:
>>>
Niko: do you know if render speed is affected?
>>>
>>> It appears to be visibly
On Wed, 11 Dec 2013 06:47:40 +0200, Niko Sauer wrote:
> On 12/09/13 19:43, Michael Schwendt wrote:
> > On Fri, 06 Dec 2013 03:20:53 +, Omari Stephens wrote:
> >
> >> Niko: do you know if render speed is affected?
> >
> > It appears to be visibly faster here.
> >
> >> ISTR that render speed
> >
On 12/09/13 19:43, Michael Schwendt wrote:
> On Fri, 06 Dec 2013 03:20:53 +, Omari Stephens wrote:
>
>> Niko: do you know if render speed is affected?
>
> It appears to be visibly faster here.
>
>> ISTR that render speed
>> was one downside to LCMS2, but that may have changed since I last hea
On Fri, 06 Dec 2013 03:20:53 +, Omari Stephens wrote:
> Niko: do you know if render speed is affected?
It appears to be visibly faster here.
> ISTR that render speed
> was one downside to LCMS2, but that may have changed since I last heard
> that, and also it might not be significant (I ha
Dear Omari
I could not detect a change of speed in Geeqie. The version of lcms2 I
have on my system is 2.3. The system is "Beyond Linux From Scratch"
based on Linux-3.3.7. That system has moved on quite a bit and now touts
lcms2-2.5. I think it can only be faster.
I might also add that I re-co
Niko: do you know if render speed is affected? ISTR that render speed
was one downside to LCMS2, but that may have changed since I last heard
that, and also it might not be significant (I haven't used a project
using LCMS2 before).
--xsdg
On 12/05/2013 04:47 AM, Niko Sauer wrote:
> I found a
> "Vladimir" == Vladimir Nadvornik writes:
Vladimir> Hi,
Vladimir> I am thinking about a bugfix release for 1.1.
Vladimir> Candidates for inclusinon are:
Vladimir> 68619b544a553fcaf636894ec894553a0c8f650e
Vladimir> added Samsung and Panasonic raw extensions
Vladimir> 085be43cb79e04341102a
On 09/14/2012 11:14 AM, Jörn Clausen wrote:
> Hi!
>
> Compiling geeqie 1.1 on Solaris Sparc fails with
>
> gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkgsrc/20120822/include
> -D_REENTRANT -D_PTHREADS -I/usr/pkgsrc/20120822/include/glib/glib-2.0
> -I/usr/pkgsrc/20120822/lib/glib-2.0/include
> -I/usr/pkg
Dne úterý 21 Srpen 2012 00:07:20 Michael Schwendt napsal(a):
> Could it be that the new keyword cache in Geeqie 1.1 disturbes the
> keyword text box?
>
> 1. display image
> 2. Ctrl+K
> 3. focus "Keywords" sidebar
> 4. type some text
>
> Actual results:
> After typing a first character, the cursor
On Thursday, August 09, 2012 07:00:53 PM Vladimir Nadvornik wrote:
> On Thursday, August 09, 2012 11:23:57 AM John Stoffel wrote:
> > Vladimir> I have found 2 problems:
> >
> > Vladimir> 1. the exif_read_fd() could return NULL on missing file, but
> > the old value Vladimir> stayed in cache, so it
On Thursday, August 09, 2012 11:23:57 AM John Stoffel wrote:
> Vladimir> I have found 2 problems:
>
> Vladimir> 1. the exif_read_fd() could return NULL on missing file, but the
> old value Vladimir> stayed in cache, so it triggered assertion in
> exif_free_fd().
>
> Vladimir> 2. file_data_check_s
Hopefully, one last question:
Geeqie starts from the terminal:
david@david-Desktop:~$ cd ~/geeqie-1.1
david@david-Desktop:~/geeqie-1.1$ geeqie
but fails to start from a menu icon
is there some %R, %U, %c or other suffix that I should use to force the
start?
David
On 12-08-08 11:23 PM, Klau
Vladimir> I have found 2 problems:
Vladimir> 1. the exif_read_fd() could return NULL on missing file, but the old
value
Vladimir> stayed in cache, so it triggered assertion in exif_free_fd().
Vladimir> 2. file_data_check_sidecars() sometimes ended with broken data
structures.
Vladimir> I am n
Thanks to both of the replies I am up and running. My first shot failed
but after updating the dependencies it ran like a charm. The
'hand-holding' is much appreciated.
David
On 12-08-08 11:23 PM, Klaus Ethgen wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> Just for the completen
On Thu, 9 Aug 2012 09:15:58 +0200, Vladimir Nadvornik wrote:
> I have found 2 problems:
> With the attached patch Geeqie ran overinight ithout crash. Please try it
> with
> your testsuite..
"Good job!" I'd say. Perseverance got you there. :-)
--
Fedora release 17 (Beefy Miracle) - Linux 3.5.
Dne středa 08 Srpen 2012 14:01:23 Vladimir Nadvornik napsal(a):
>
> OK, I have finally reproduced it.
> So far I can tell that it crashes also with view_file_icon so
> vflist_setup_iter_recursive does not seem to be the cause.
> I will continue debugging in the evening.
>
Hi Michael,
I have foun
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Just for the completeness:
Am Do den 9. Aug 2012 um 3:26 schrieb vinit agrawal:
> @DAVID
> --> extract the tar ball to a suitable folder
> --> goto that folder in command line using cd folder path name
Before the next step login as root and do a
@DAVID
--> extract the tar ball to a suitable folder
--> goto that folder in command line using cd folder path name
--> do "./configure"
--> if it does not shows any errors do "make"
--> if all goes well, goto src directory in the folder do "cd src"
--> do "./geeqie"
This is a different executable
I am not familiar (unfortunately) with installing from a tar .
I am running the current repository version from Ubuntu 12.04
Would somebody be kind enough to post a 'blow-by-blow' list for the
install and advise if I should delete my existing 1.0 version.
I am assuming that all needed support
On Tuesday, August 07, 2012 11:41:28 PM Michael Schwendt wrote:
> On Tue, 7 Aug 2012 22:29:18 +0200, Vladimir Nadvornik wrote:
> > Dne úterý 07 Srpen 2012 17:16:59 Michael Schwendt napsal(a):
> > > On Tue, 07 Aug 2012 17:05:58 +0200, Vladimir Nadvornik wrote:
> > > > > removing unknown sidecar
> >
On Tue, 7 Aug 2012 22:29:18 +0200, Vladimir Nadvornik wrote:
> Dne úterý 07 Srpen 2012 17:16:59 Michael Schwendt napsal(a):
> > On Tue, 07 Aug 2012 17:05:58 +0200, Vladimir Nadvornik wrote:
> > > > removing unknown sidecar /home/misc/tmp/stresstest/000454.JPG: �Jd8 fd
> > > > magick mismatch at f
Dne úterý 07 Srpen 2012 14:27:55 Greg Troxel napsal(a):
> Vladimir Nadvornik writes:
> > The tarball I used for creating the testing packages can be downloaded
> > here:
> >
> > http://download.opensuse.org/repositories/home:/nadvornik:/geeqie:/testin
> > g/Debian_5.0/geeqie_1.1.orig.tar.gz
>
>
Dne úterý 07 Srpen 2012 18:17:25 John Stoffel napsal(a):
> > "Klaus" == Klaus Ethgen writes:
> Klaus> -BEGIN PGP SIGNED MESSAGE-
> Klaus> Hash: SHA512
>
> Klaus> Hello,
>
> Klaus> Am Mo den 6. Aug 2012 um 21:21 schrieb John Stoffel:
> >> /home/john/src/geegie/gitorious/src/exif-comm
Dne úterý 07 Srpen 2012 19:10:07 vinit agrawal napsal(a):
> hello ,
>
> The current version of geeqie1.1 that vladimir has putted, is not been able
> to recognize the image files if the file names of these file do not
> end with one of the standard image file extension. I think the application
> s
> "Omari" == Omari Stephens writes:
Omari> On 08/07/2012 07:27 PM, John Stoffel wrote:
>>
vinit> The current version of geeqie1.1 that vladimir has putted, is
vinit> not been able to recognize the image files if the file names of
vinit> these file do not end with one of the standard image fi
Dne úterý 07 Srpen 2012 17:16:59 Michael Schwendt napsal(a):
> On Tue, 07 Aug 2012 17:05:58 +0200, Vladimir Nadvornik wrote:
> > > removing unknown sidecar /home/misc/tmp/stresstest/000454.JPG: �Jd8 fd
> > > magick mismatch at filedata.c:629
> > > **
> > > ERROR:filedata.c:448:file_data_ref_debug:
On 08/07/2012 07:27 PM, John Stoffel wrote:
>
> vinit> The current version of geeqie1.1 that vladimir has putted, is
> vinit> not been able to recognize the image files if the file names of
> vinit> these file do not end with one of the standard image file
> vinit> extension. I think the applicatio
vinit> The current version of geeqie1.1 that vladimir has putted, is
vinit> not been able to recognize the image files if the file names of
vinit> these file do not end with one of the standard image file
vinit> extension. I think the application should look into the
vinit> directory for all the i
hello ,
The current version of geeqie1.1 that vladimir has putted, is not been able
to recognize the image files if the file names of these file do not
end with one of the standard image file extension. I think the application
should look into the directory for all the image files based on their
f
> "Vladimir" == Vladimir Nadvornik writes:
Vladimir> Dne pondělí 06 Srpen 2012 22:28:29 John Stoffel napsal(a):
John> I've pulled down the latest v1.1 from GIT and tried to configure
John> and compile on a Debian Squeeze (v5.0) system, but each time I
John> get an error when compiling, it's l
> "Klaus" == Klaus Ethgen writes:
Klaus> -BEGIN PGP SIGNED MESSAGE-
Klaus> Hash: SHA512
Klaus> Hello,
Klaus> Am Mo den 6. Aug 2012 um 21:21 schrieb John Stoffel:
>> /home/john/src/geegie/gitorious/src/exif-common.c:642: undefined
>> reference to `assert'
Klaus> I will just go and
On Tue, 07 Aug 2012 17:05:58 +0200, Vladimir Nadvornik wrote:
> > removing unknown sidecar /home/misc/tmp/stresstest/000454.JPG: �Jd8 fd
> > magick mismatch at filedata.c:629
> > **
> > ERROR:filedata.c:448:file_data_ref_debug: assertion failed: (fd->magick ==
> > 0x12345678) Aborted
>
> Hmm, th
On Tuesday, August 07, 2012 03:38:22 PM Michael Schwendt wrote:
> On Tue, 07 Aug 2012 15:24:20 +0200, Vladimir Nadvornik wrote:
> > On Tuesday, August 07, 2012 10:37:20 AM Michael Schwendt wrote:
> > > > Maybe the attached patch fixes it.
> > >
> > > Not entirely. It's been harder to make it crash
On Tue, 07 Aug 2012 15:24:20 +0200, Vladimir Nadvornik wrote:
> On Tuesday, August 07, 2012 10:37:20 AM Michael Schwendt wrote:
> > > Maybe the attached patch fixes it.
> >
> > Not entirely. It's been harder to make it crash, though:
> >
> > filedata.c:446: fd magick mismatch at filedata.c:629
On Tuesday, August 07, 2012 10:37:20 AM Michael Schwendt wrote:
> > Maybe the attached patch fixes it.
>
> Not entirely. It's been harder to make it crash, though:
>
> filedata.c:446: fd magick mismatch at filedata.c:629
> **
> ERROR:filedata.c:448:file_data_ref_debug: assertion failed: (fd
Vladimir Nadvornik writes:
> The tarball I used for creating the testing packages can be downloaded here:
>
> http://download.opensuse.org/repositories/home:/nadvornik:/geeqie:/testing/Debian_5.0/geeqie_1.1.orig.tar.gz
Thanks very much for putting that up. I downloaded it and renamed it to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hello,
Am Mo den 6. Aug 2012 um 21:21 schrieb John Stoffel:
> /home/john/src/geegie/gitorious/src/exif-common.c:642: undefined
> reference to `assert'
I will just go and track that down. It is a annoying problem. That is
only a missing lib
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hello,
Am Mo den 6. Aug 2012 um 15:51 schrieb Vladimir Nadvornik:
> I thought that I release 1.1 ASAP and then,
Good Idea.
> if sombebody complains, eventually release 1.1.1. But it is no problem
> to delay the release if you want to test it befo
On Mon, 6 Aug 2012 21:40:45 +0200, Vladimir Nadvornik wrote:
> Dne pondělí 06 Srpen 2012 18:09:49 Michael Schwendt napsal(a):
> > On Mon, 06 Aug 2012 16:51:43 +0200, Vladimir Nadvornik wrote:
> > > The tarball I used for creating the testing packages can be downloaded
> > > here:
> > >
> > > http
Dne pondělí 06 Srpen 2012 22:28:29 John Stoffel napsal(a):
> John> I've pulled down the latest v1.1 from GIT and tried to configure
> John> and compile on a Debian Squeeze (v5.0) system, but each time I
> John> get an error when compiling, it's looking for 'assert' but I
> John> haven't had a chanc
Hi,
On Aug/06/2012, John Stoffel wrote:
>
> John> I've pulled down the latest v1.1 from GIT and tried to configure
> John> and compile on a Debian Squeeze (v5.0) system, but each time I
> John> get an error when compiling, it's looking for 'assert' but I
> John> haven't had a chance to dig into
John> I've pulled down the latest v1.1 from GIT and tried to configure
John> and compile on a Debian Squeeze (v5.0) system, but each time I
John> get an error when compiling, it's looking for 'assert' but I
John> haven't had a chance to dig into this in any detail. I'm doing
John> the full
John>
Guys,
I've pulled down the latest v1.1 from GIT and tried to configure and
compile on a Debian Squeeze (v5.0) system, but each time I get an
error when compiling, it's looking for 'assert' but I haven't had a
chance to dig into this in any detail. I'm doing the full
sh autogen.sh
Dne pondělí 06 Srpen 2012 18:09:49 Michael Schwendt napsal(a):
> On Mon, 06 Aug 2012 16:51:43 +0200, Vladimir Nadvornik wrote:
> > The tarball I used for creating the testing packages can be downloaded
> > here:
> >
> > http://download.opensuse.org/repositories/home:/nadvornik:/geeqie:/testin
> >
On Mon, 06 Aug 2012 16:51:43 +0200, Vladimir Nadvornik wrote:
> The tarball I used for creating the testing packages can be downloaded here:
>
> http://download.opensuse.org/repositories/home:/nadvornik:/geeqie:/testing/Debian_5.0/geeqie_1.1.orig.tar.gz
>
That one still crashes when letting an e
On Monday, August 06, 2012 07:23:56 AM Greg Troxel wrote:
> Vladimir Nadvornik writes:
> > Dne pondělí 30 Červenec 2012 18:45:04 Vladimir Nadvornik napsal(a):
> >> Hi,
> >>
> >> I went through the mailinglist and bugtracker and added the "easy"
> >> fixes to master. If you think that anything imp
Vladimir Nadvornik writes:
> I guess that every major distribution released in the last year already has
> it.
"Distribution" usually implies Linux flavor, and geeqie is (or should
be) targeted more broadly, at all reasonable POSIX systems. But, I just
checked pkgsrc, which is how things lik
Vladimir Nadvornik writes:
> Dne pondělí 30 Červenec 2012 18:45:04 Vladimir Nadvornik napsal(a):
>> Hi,
>>
>> I went through the mailinglist and bugtracker and added the "easy" fixes to
>> master. If you think that anything important is missing, please tell so.
>>
>
> I have branched stable/1.
Dne pondělí 30 Červenec 2012 18:45:04 Vladimir Nadvornik napsal(a):
> Hi,
>
> I went through the mailinglist and bugtracker and added the "easy" fixes to
> master. If you think that anything important is missing, please tell so.
>
I have branched stable/1.1 in git.
Testing packages for some dis
Dne úterý 31 Červenec 2012 16:48:10 John Stoffel napsal(a):
> > "Vladimir" == Vladimir Nadvornik writes:
> Vladimir> On Monday, July 30, 2012 03:04:32 PM Greg Troxel wrote:
> >> Vladimir Nadvornik writes:
> >> > Hi,
> >> >
> >> > I went through the mailinglist and bugtracker and added the "e
On Mon, 30 Jul 2012 18:45:04 +0200, Vladimir Nadvornik wrote:
> Hi,
>
> I went through the mailinglist and bugtracker and added the "easy" fixes
> to master. If you think that anything important is missing, please tell
> so.
>
> For release plan, I'd propose this:
>
> 1. release the current mas
Vladimir Nadvornik wrote:
[...]
> So I think that we have to migrate to gtk3 or we end with old and
> unmaintained libraries soon or later.
> gtk2 and 3 can co-exist on the same system, but not in the same
> application.
> The list of required changes is quite long, see:
> http://developer.gnome
> "Vladimir" == Vladimir Nadvornik writes:
Vladimir> On Monday, July 30, 2012 03:04:32 PM Greg Troxel wrote:
>> Vladimir Nadvornik writes:
>> > Hi,
>> >
>> > I went through the mailinglist and bugtracker and added the "easy" fixes
>> > to master. If you think that anything important is miss
> "Klaus" == Klaus Ethgen writes:
>> Can we please please please update sourceforge, even just a note on
>> the homepage would be fine.
Klaus> Done. :-)
Nice! Thanks. Now can we also update http://geeqie.sourceforge.net/
as well? It's got links to older stuff...
Sorry to be such a pain.
On Monday, July 30, 2012 03:04:32 PM Greg Troxel wrote:
> Vladimir Nadvornik writes:
> > Hi,
> >
> > I went through the mailinglist and bugtracker and added the "easy" fixes
> > to master. If you think that anything important is missing, please tell
> > so.
> >
> > For release plan, I'd propose
On Mon, Jul 30, 2012 at 10:01:09PM +0100, Klaus Ethgen wrote:
> Am Mo den 30. Jul 2012 um 21:44 schrieb John Stoffel:
> > Can we please please please update sourceforge, even just a note on
> > the homepage would be fine.
>
> Done. :-)
http://geeqie.sourceforge.net/ still links to the subversion
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Am Mo den 30. Jul 2012 um 21:44 schrieb John Stoffel:
> Or has development moved elsewhere? Ah... I see I think. A little
> bit of googling sends me to gitorious.org, which is ok, but the
> sourceforge site should be updated to point there if at al
Valdimir,
So what's the geeqie master git site now? The last updates to the
sourceforge git are from December 2010, I don't see any other updates,
but my git-fu is weak I know.
Or has development moved elsewhere? Ah... I see I think. A little
bit of googling sends me to gitorious.org, which
Vladimir Nadvornik writes:
> Hi,
>
> I went through the mailinglist and bugtracker and added the "easy" fixes to
> master. If you think that anything important is missing, please tell so.
>
> For release plan, I'd propose this:
>
> 1. release the current master as Geeqie 1.1
> 2. migrate to gtk
Hi,
I went through the mailinglist and bugtracker and added the "easy" fixes to
master. If you think that anything important is missing, please tell so.
For release plan, I'd propose this:
1. release the current master as Geeqie 1.1
2. migrate to gtk3, drop the compatibility stuff
3. release Ge
Hi,
On Jul/27/2012, Omari Stephens wrote:
> On 07/27/2012 07:56 PM, Vladimir Nadvornik wrote:
> > Dne pátek 27 ??ervenec 2012 17:44:27 John Stoffel napsal(a):
> >>
> >> Can you give a summary of the differnces between the two branches?
> >> Maybe it would make sense to replace a 1.1beta patch rel
Vladimir Nadvornik writes:
> stable/1.1 branch contains just some bugfixes
I would say release this (as 1.0.1?) more or less immediately.
> master contains these features
> - support for stereoscopic images
> - rewritten file grouping - it no longer tries all uppercase combinations
> - custom
On 07/27/2012 07:56 PM, Vladimir Nadvornik wrote:
> Dne pátek 27 Červenec 2012 17:44:27 John Stoffel napsal(a):
>>
>> Can you give a summary of the differnces between the two branches?
>> Maybe it would make sense to replace a 1.1beta patch release and a all
>> the new features in a 2.0beta release
Dne pátek 27 Červenec 2012 19:25:56 vinit agrawal napsal(a):
> Hi guys,
>
> I have not been much involved in the project. But i'd like to join.
> I have few ideas related to new features that can be added. One of
> feature that i'd like to see is Google picasa viewer like floating
> interface ima
> "Vladimir" == Vladimir Nadvornik writes:
Vladimir> Dne pátek 27 Červenec 2012 17:44:27 John Stoffel napsal(a):
>>
>> Can you give a summary of the differnces between the two branches?
>> Maybe it would make sense to replace a 1.1beta patch release and a all
>> the new features in a 2.0beta
Dne pátek 27 Červenec 2012 17:37:09 Michael Schwendt napsal(a):
>
> Is anyone still processing the bug reports in the tracker? I've submitted
> a few patches there without getting any response. And while a few other
> issues have been discussed on this list, I wouldn't know what to expect
> from 1
Dne pátek 27 Červenec 2012 17:44:27 John Stoffel napsal(a):
>
> Can you give a summary of the differnces between the two branches?
> Maybe it would make sense to replace a 1.1beta patch release and a all
> the new features in a 2.0beta release so we cna look them over and see
> what's needed.
>
Hi guys,
I have not been much involved in the project. But i'd like to join.
I have few ideas related to new features that can be added. One of
feature that i'd like to see is Google picasa viewer like floating
interface image viewing mode.
Although Google-picasa viewer runs on linux wit wine bu
Vladimir> I have finally found some time to work on Geeqie again. The
Vladimir> first obvious task is the 1.1 release.
Yay!
Vladimir> With Klaus we are discussing if we should base the 1.1
Vladimir> release on the "master" or "stable" branch.
Vladimir> In my opinion the "master" is better tes
On Fri, 27 Jul 2012 16:45:36 +0200, Vladimir Nadvornik wrote:
> Hi all,
>
> I have finally found some time to work on Geeqie again. The first obvious
> task
> is the 1.1 release.
>
> With Klaus we are discussing if we should base the 1.1 release on the
> "master"
> or "stable" branch.
> In m
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hi,
Am Fr den 27. Jul 2012 um 15:45 schrieb Vladimir Nadvornik:
> With Klaus we are discussing if we should base the 1.1 release on the
> "master"
> or "stable" branch.
> In my opinion the "master" is better tested and the new features are quite
75 matches
Mail list logo