summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2019-05-13jpeg-utils: Port to gexiv2Tomas Bzatek1-37/+11
The gexiv2 library is just a GObject wrapper around exiv2 library. It's a healthy project that continually keeps up with exiv2 API changes. Adopted by e.g. GIMP there's certain guarantee of future maintenance. This allows us to get rid of C++ code, making it more readable and predictable.
2019-05-11build: Split libraries detectionTomas Bzatek1-36/+21
Includes some automake files cleanup and enables extra compiler warnings.
2018-12-14jpeg-utils: ImageMagick 7 adaptationsTomas Bzatek1-0/+4
MagickWand comes with a couple of incompatible API changes in version 7.
2016-04-03New 'fluid' themeTomas Bzatek1-0/+1
Introducing a modern looking theme that changes gallery philosophy a bit. Instead of having thumbnails on an album page and photos on separate pages this new design brings emphasis on story telling. Viewer is advised to go through the whole album sequentially, bringing atmosphere to the whole set. All photos are loaded within a single page and keyboard navigation via left/right arrows is supposed to be used to switch the presentation mode on. Three photo sizes are supported now with the 'preview' size being the default. High resolution size has been introduced for 2560x1440 screens and larger. Note that this template uses code from 3rd parties, see CREDITS for details. I haven't been able to contact anyone behind the TheCodePlayer.com project so licensing of the breadcrumbs might be an issue.
2015-02-01Move the current design templates in the "classic" subdirTomas Bzatek1-1/+2
Let's call this design a "classic" one.
2013-04-22Use new glib threading APITomas Bzatek1-0/+6
The gthread library has been merged in glib and the threading API has changed a little. Since changes are negligible, there's no point of losing support of older glib releases, thus make it conditional.
2013-04-22Lower the autoconf version requirementTomas Bzatek1-1/+1
It seems we don't strictly need 2.64, at least there's no error or missing symbol when using older 2.63. This will allow us to compile on RHEL 6.
2013-04-09Modernize configure.acTomas Bzatek1-23/+21
https://live.gnome.org/GnomeGoals/ModernAutotools Big thanks to Pavel Raiskup for autoconf hints
2013-03-17Autodetect number of threadsTomas Bzatek1-0/+7
When number of jobs is not specified, use autodetection of number of processors available in the system. This requires glib-2.35.4, checked during configure. https://bugzilla.gnome.org/show_bug.cgi?id=614930 https://bugzilla.gnome.org/show_bug.cgi?id=687223
2010-12-05Release 1.1.0v1.1.0v1.1.0Tomas Bzatek1-3/+3
2010-10-07Add some more application constantsTomas Bzatek1-0/+4
2009-10-24Release 1.0.0v1.0.0v1.0.0Tomas Bzatek1-2/+2
2009-05-09Post-release version bumpTomas Bzatek1-1/+1
2009-05-09Release 0.99.3v0.99.3v0.99.3Tomas Bzatek1-1/+1
2009-04-11configure: display package versions correctlyTomas Bzatek1-14/+4
2009-03-28Multithreading supportTomas Bzatek1-0/+1
Also made progress output a little bit nicer default = 1 thread at once, for safety reasons I've encountered critical issues with ImageMagick compiled with OpenMP support. Hope that package maintainers are clever. ShittyMagickWandGenesis(), ShittyMagickWandTerminus() :-)
2009-03-28Post-release version bumpTomas Bzatek1-1/+1
2009-03-28Release 0.99.2v0.99.2v0.99.2Tomas Bzatek1-1/+1
2009-02-28Display library versions during configureTomas Bzatek1-3/+29
2009-02-27Dist templatesTomas Bzatek1-2/+3
Dist sample source structure - automake always deference symlinks, we need to find better way to handle the sample structure
2009-02-27Merge cgg-config.hTomas Bzatek1-2/+2
2009-02-27Fix exiv2 new api detectionTomas Bzatek1-1/+1
2009-02-26AutotoolizeTomas Bzatek1-0/+103