summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2024-02-14release 1.28.0HEADv1.28.0masterraveit651-2/+2
2023-08-25release 1.27.1v1.27.1raveit651-1/+1
2023-04-06Fix building with ImageMagick 7Robert Scheck1-6/+6
Check for ImageMagick 7 first, then for ImageMagick 6. Original (the reversed) ordering might lead accidentially to HAVE_IMAGEMAGICK6 with ImageMagick 7.
2022-11-03release 1.27.0v1.27.0mbkma1-1/+1
2022-09-11configure.ac: The macro 'AC_HELP_STRING' is obsoleterbuj1-5/+5
2021-10-26Add support for libexif 0.6.14+rbuj1-1/+1
libexif 0.6.22+ was previously required because the macro EXIF_TAG_GAMMA was not defined reading the NEWS file.
2021-08-03release 1.26.0v1.26.0raveit651-2/+2
2021-06-05release 1.25.1v1.25.1raveit651-1/+1
2021-02-07build: change the message for NLS in the configure summaryrbuj1-1/+1
2021-02-05build: allow users to disable gettext support (--disable-nls)rbuj1-6/+7
2021-02-05build: Use PACKAGE_URL variablerbuj1-1/+5
2021-02-04build: display package name and version in configure summaryrbuj1-0/+3
2020-09-02require libexif 0.6.22raveit651-1/+1
- needed for EXIF_TAG_GAMMA tag https://github.com/libexif/libexif/blob/303643a
2020-08-16pre-bump versionraveit651-1/+1
2020-02-09release 1.24.0v1.24.0raveit651-2/+2
2020-02-04thumbnailer: add --with-gdk-pixbuf-thumbnailer optionrbuj1-21/+53
Let user choose gdk-pixbuf-thumbnailer or eom-thumbnailer for making webp thumbnails.
2020-02-04Add eom-thumbnailer for webp filesrbuj1-0/+30
2020-01-31autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUGrbuj1-2/+2
2020-01-21release 1.23.2v1.23.2raveit651-1/+1
2020-01-12thumbnail: Remove use of mate-desktop-thumbnail helperBastien Nocera1-1/+1
don't use mate_desktop_thumbnail_scale_down_pixbuf(). gdk-pixbuf doesn't have the same bugs when shrinking images by large factors. https://bugzilla.gnome.org/show_bug.cgi?id=784942 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/0e7749b
2019-12-04release 1.23.1v1.23.1raveit651-1/+1
2019-11-13migrate from intltools to gettextWu Xiaotian1-3/+3
2019-07-01require GLib 2.52monsta1-1/+1
needed after https://github.com/mate-desktop/eom/commit/f6d36b99c01aa3cc33bc97b3edb156cc6cf1863f g_content_type_is_mime_type appeared in 2.52
2019-04-22pre-bump versionraveit651-1/+1
2019-04-12Simplify the installation process of the iconsrbuj1-6/+0
... Making install in icons make[2]: Entering directory '/home/robert/devel/eom/data/icons' make[3]: Entering directory '/home/robert/devel/eom/data/icons' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/share/eom/icons/hicolor' /usr/bin/mkdir -p '/usr/share/eom/icons/hicolor/32x32/actions' /usr/bin/install -c -m 644 32x32/actions/eom-image-collection.png 32x32/actions/eom-plugin.png 32x32/actions/slideshow-play.png '/usr/share/eom/icons/hicolor/32x32/actions' /usr/bin/mkdir -p '/usr/share/eom/icons/hicolor/16x16/actions' /usr/bin/install -c -m 644 16x16/actions/eom-image-collection.png 16x16/actions/eom-plugin.png 16x16/actions/slideshow-play.png '/usr/share/eom/icons/hicolor/16x16/actions' /usr/bin/mkdir -p '/usr/share/eom/icons/hicolor/24x24/actions' /usr/bin/install -c -m 644 24x24/actions/eom-image-collection.png 24x24/actions/slideshow-play.png '/usr/share/eom/icons/hicolor/24x24/actions' /usr/bin/mkdir -p '/usr/share/eom/icons/hicolor/48x48/actions' /usr/bin/install -c -m 644 48x48/actions/slideshow-play.png '/usr/share/eom/icons/hicolor/48x48/actions' /usr/bin/mkdir -p '/usr/share/eom/icons/hicolor/22x22/actions' /usr/bin/install -c -m 644 22x22/actions/eom-image-collection.png 22x22/actions/eom-plugin.png 22x22/actions/slideshow-play.png '/usr/share/eom/icons/hicolor/22x22/actions' /usr/bin/mkdir -p '/usr/share/icons/hicolor' /usr/bin/mkdir -p '/usr/share/icons/hicolor/24x24/apps' /usr/bin/install -c -m 644 24x24/apps/eom.png '/usr/share/icons/hicolor/24x24/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/scalable/apps' /usr/bin/install -c -m 644 scalable/apps/eom.svg '/usr/share/icons/hicolor/scalable/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/22x22/apps' /usr/bin/install -c -m 644 22x22/apps/eom.png '/usr/share/icons/hicolor/22x22/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/16x16/apps' /usr/bin/install -c -m 644 16x16/apps/eom.png '/usr/share/icons/hicolor/16x16/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/32x32/apps' /usr/bin/install -c -m 644 32x32/apps/eom.png '/usr/share/icons/hicolor/32x32/apps' make install-data-hook make[4]: Entering directory '/home/robert/devel/eom/data/icons' Updating Gtk icon cache. gtk-update-icon-cache: Cache file created successfully. ...
2019-02-24release 1.22.0v1.22.0raveit651-2/+2
2018-08-17release 1.21.2v1.21.2raveit651-1/+1
2018-07-27Initial GResource migrationraveit651-0/+1
Embedding UI data files as GResource makes several things easier. The compiled resources need to be linked directly with the binary as they won't be available if linked with the embedded libeom. Starting with eom.css and eom-ui.xml inspired from: https://gitlab.gnome.org/GNOME/eog/commit/94004b4
2018-07-17release 1.21.1v1.21.1raveit651-1/+1
2018-07-08Drop now unneeded TotemScrSaverFelix Riemann1-1/+0
It's not needed anymore since GtkApplication does the job now. https://bugzilla.gnome.org/show_bug.cgi?id=684581 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/01c1055
2018-07-08Port EomApplication to GtkApplicationClaudio Saavedra1-25/+0
This removes the direct dependency on dbus and makes use of the GApplication/GtkApplication facilities for uniqueness and activation. Bump the glib requirement to 2.29.4, since we need G_APPLICATION_NON_UNIQUE. https://bugzilla.gnome.org/show_bug.cgi?id=622876 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/3d39587 Enable TotemScreensaver unconditionally It uses GDBus instead of libdbus now. It can be enabled even if libdbus is not available as GDBus/GIO is always present. origin commit: https://gitlab.gnome.org/GNOME/eog/commit/4c32882
2018-06-13pre-bump versionraveit651-1/+1
2018-05-06require libpeas 1.8.0monsta1-1/+1
Python 3 loader was added in 1.7.0, so let's require next stable release
2018-01-30release 1.20v1.20.0raveit651-2/+2
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-9/+3
and drop additional checks for min/max GLib versions, it's not needed
2017-10-12release 1.19.1v1.19.1raveit651-1/+1
2017-03-30pre-bump versionraveit651-1/+1
2017-03-13release 1.18.0v1.18.0monsta1-2/+2
2017-01-06release 1.17.2v1.17.2raveit651-1/+1
2016-12-08pre-bump versionmonsta1-1/+1
2016-11-30port plugin system to libpeasmonsta1-1/+4
backported from eog with a few changes upstream commits for reference: https://git.gnome.org/browse/eog/commit/?id=1f79c321367c91c8e9063f1343a7e4ce4199c4d5 https://git.gnome.org/browse/eog/commit/?id=9afc5483b615039a580e295fe08d7b8ec524759c https://git.gnome.org/browse/eog/commit/?id=40bedbf33812e65f4a8e79691b1fadfaace94035 https://git.gnome.org/browse/eog/commit/?id=8b0acfddc52c220393770a9895b6b56cab7821fd https://git.gnome.org/browse/eog/commit/?id=95694f8b5f06b891a5e55356451ad60b53387563 https://git.gnome.org/browse/eog/commit/?id=7eeb6c8c0e55a3ad954cde4a6fed91ea7f89691c
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-32/+6
and require libmate-desktop >= 1.17
2016-11-21drop Python plugins support and --enable-python build optionmonsta1-114/+0
it requires PyGTK so won't even build with GTK+3
2016-09-19release 1.16.0v1.16.0raveit651-2/+2
2016-09-07release 1.15.1v1.15.1raveit651-1/+1
2016-06-08release 1.15.0v1.15.0raveit651-2/+2
2016-05-21update to 1.14.1 releasev1.14.1raveit651-1/+1
2016-04-06release 1.14.0raveit651-2/+2
2016-02-21release 1.13.1v1.13.1Wolfgang Ulbrich1-1/+1
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich1-2/+2