summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2021-03-23release 1.24.2v1.24.2raveit651-1/+1
2020-08-16release 1.24.1v1.24.1raveit651-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
2015-12-13fix GTK+3 build when --without-cms is setMonsta1-2/+6
fixes https://github.com/mate-desktop/eom/issues/111 - thanks to @oleid
2015-12-13configure.ac: Drop unneeded check for Sunkeysym headerMonsta1-6/+0
from https://git.gnome.org/browse/eog/commit?id=4d438b259fa73c9bd8c8e081c75a273b4e0b3f01
2015-12-12Fix compilation with enabled GObject IntrospectionSorokin Alexei1-0/+2
2015-12-07Bump version to 1.12.1monsta1-1/+1
2015-12-03remove ancient workaround for non-threadsafe pixbuf loadersmonsta1-1/+1
from https://git.gnome.org/browse/eog/commit/?id=a9c9d81405e31443ab51713f6a0712f9bb10e11b
2015-11-02release 1.12.0v1.12.0eom-1.12.0Wolfgang Ulbrich1-1/+1
2015-10-06pre-bump version to 1.11.0raveit651-2/+2
2015-10-06fix gtk3 buildraveit651-1/+0
eom.css was not created by make dist
2015-10-05Bump version to 1.10.4eom-1.10.4monsta1-1/+1
2015-10-01configure.ac: fix indent a bitMonsta1-1/+1
2015-09-30drop dependency to mate-icon-themeraveit651-3/+1
The dependency is not really needed; depending on GTK+ should be enough to guarantee the presence of a spec-compliant icon theme. The dependency was added to eog in 2006 to be shure that stock_print-setup for for the "Page setup" is available, and droped in 2014.
2015-09-06Bump GLib/GIO version and define max/min version of GLibraveit651-2/+8