summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* Bump required gdk-pixbuf to 2.36.2Gaël Bonithon2022-01-011-12/+12
| | | | | | | | | | To include the fix that obsoletes 984e67ce5247a2543f0fd547b42201043c69e9b2, reverted in 283c7045d669941f3820f3963b9de6ea3baa96ea. See also: https://bugzilla.xfce.org/show_bug.cgi?id=13360 https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/57
* ffmpeg-thumbnailer: Fix deprecation warningGaël Bonithon2021-12-131-1/+13
|
* raw-thumbnailer: Check for all possible pkg-config filesGaël Bonithon2021-12-111-3/+10
| | | | | | | This will prevent package maintainers from having to patch `configure`, or other workarounds. See !18 for more details.
* autoconf: Some updatesGaël Bonithon2021-11-101-12/+12
| | | | | | | | * AC_HELP_STRING -> AS_HELP_STRING * AC_AIX, AC_MINIX -> AC_USE_SYSTEM_EXTENSIONS * AC_ISC_POSIX -> AC_SEARCH_LIBS([strerror],[cposix]) * Remove AC_HEADER_STDC * AC_OUTPUT -> AC_CONFIG_FILES + AC_OUTPUT
* Add libgepub thumbnailer pluginOlivier Duchateau2020-11-051-0/+21
|
* Use pkg-config to find FreeTypeEvangelos Foutras2018-09-021-17/+1
| | | | Starting with FreeType 2.9.1, freetype-config might not be available.
* Fix finding libopenraw-0.1.0 due to changed pkg-config nameMichał Górny2017-05-291-1/+5
| | | | | | Bug: https://bugzilla.xfce.org/show_bug.cgi?id=13201 Signed-off-by: Ali Abdallah <aliovx@gmail.com>
* Use a better description in configure.ac and acinclude.m4 for the new plugin.tumbler-0.1.92Ali Abdallah2017-05-281-3/+3
| | | | Update version information and copyrights.
* Added skeleton files for the desktop thumbnailer plugin.Ali Abdallah2017-05-281-0/+19
| | | | | This plugin will add desktop thumbnailer support for tumbler see: https://bugzilla.xfce.org/show_bug.cgi?id=7475
* Fix configure flag for cover thumbnailer (bug #9751).Olivier Duchateau2013-01-131-2/+2
|
* Add cover-thumbnailer for movies.Nick Schermer2012-12-271-0/+24
| | | | | | | | | | Thumbnailer that tries to download the poster of the movie and use it as thumbnail. Plugin send local information over the internet, so you need to explicitly enable the plugin using an rc file. See http://docs.xfce.org/xfce/thunar/tumbler
* Fix build when using -Wl,-z,defsYves-Alexis Perez2012-12-111-2/+5
| | | | | | | | | | GStreamer thumbnailers should be linked against libmath and libgsttags. Do the first directly from Makefile.am, and implement the second in the AC macros for GSTREAMER support. Signed-off-by: Yves-Alexis Perez <corsac@debian.org>
* New gstreamer thumbnailer based on totem-thumbnailer.Nick Schermer2012-12-081-1/+1
| | | | | | | | Better code that should fix most of the existing bugs in the bug tracker. Improved cancellation and handling of aborted streams. Also depend on gstreamer-1.0.
* Uppercase RAW in strings.Nick Schermer2011-11-031-2/+2
|
* Implement a raw thumbnailer using libopenraw.Tam Merlant2011-11-031-0/+24
|
* Scale odf thumb while loading data.Nick Schermer2011-10-291-2/+2
|
* Add odf thumbnailer.Nick Schermer2011-10-281-0/+24
|
* Add GStreamer-based thumbnailer for video thumbnailsRoss Burton2011-05-201-0/+24
| | | | Signed-off-by: Jannis Pohlmann <jannis@xfce.org>
* Add poppler-based PDF/PS thumbnailer plugin. New error code NO_CONTENT.Jannis Pohlmann2010-07-161-0/+24
| | | | | | | This commit introduces a simple PDF/PS thumbnailer based on poppler-glib. It also adds a new error code TUMBLER_ERROR_NO_CONTENT for documents that are not empty files but do not contain thumbnailable content.
* Add a video thumbnailer (using libffmpegthumbnailer).Lionel Le Folgoc2010-07-161-0/+23
| | | | Signed-off-by: Jannis Pohlmann <jannis@xfce.org>
* Add a fast JPEG thumbnailer with EXIF thumbnail support.Jannis Pohlmann2009-12-081-0/+43
| | | | | | | | This basically is a copy of the JPEG thumbnailer Benedikt Meurer wrote for ThunarVFS. It might be a little rough around the edges but I verified that it works as it did in ThunarVFS. I'm aware of a few bugs related to rotation and stuff though that were reported against ThunarVFS.
* Add GdkPixbuf check to the font thumbnailer, add xdg cache macro.Jannis Pohlmann2009-10-061-20/+57
|
* Rework build files. Fix bugs introduced in previous commits.Jannis Pohlmann2009-10-061-0/+73
The build checks for plugins were moved into acinclude.m4. autogen.sh now passes command line parameters to its delegates autogen-xfce.sh and autogen-gnome.sh. Removed the ELF visibility stuff from configure.ac and so on.