2020-06-02 10:22:31 +02:00
|
|
|
# $NetBSD: Makefile,v 1.85 2020/06/02 08:25:05 adam Exp $
|
2015-04-21 10:56:37 +02:00
|
|
|
|
2020-06-02 10:22:31 +02:00
|
|
|
PKGREVISION= 9
|
2015-04-21 10:56:37 +02:00
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
|
2020-01-06 00:02:25 +01:00
|
|
|
VERSION= 0.2.8
|
2015-04-21 10:56:37 +02:00
|
|
|
DISTNAME= tumbler-${VERSION}
|
|
|
|
PKGNAME= xfce4-tumbler-${VERSION}
|
|
|
|
CATEGORIES= x11
|
xfce4-tumbler: update to 0.2.4
Change log:
0.2.4
=====
- Check for sparse video files only on plugin side
- Set Max file sizes
- Add Fujifilm RAF support (Bug #14522)
- Add more media types for audio cover thumbnails (Bug #12041)
- Fix a typo in desktop-thumbnailer-provider.c (Bug #14925)
- Update URLs in README and configure.ac
- Fix g_type_class_add_private is deprecated
- Bump glib version
- Translation Updates: Albanian, Basque, Belarusian, Catalan, Dutch (Flemish),
Finnish, French, Galician, Hebrew, Italian, Kazakh, Lithuanian, Polish,
Portuguese (Brazilian), Romanian, Russian, Slovak, Swedish, Ukrainian
2019-05-23 04:17:44 +02:00
|
|
|
MASTER_SITES= http://archive.xfce.org/src/xfce/tumbler/${VERSION:R}/
|
2015-04-21 10:56:37 +02:00
|
|
|
|
2019-07-18 10:15:34 +02:00
|
|
|
HOMEPAGE= https://docs.xfce.org/xfce/thunar/tumbler
|
2015-04-21 10:56:37 +02:00
|
|
|
COMMENT= D-Bus thumbnailing service
|
|
|
|
|
2018-05-17 11:29:22 +02:00
|
|
|
TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
|
|
|
|
|
2015-04-21 10:56:37 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
|
2016-07-09 13:39:08 +02:00
|
|
|
CONFIGURE_ARGS= --disable-raw-thumbnailer \
|
2015-04-21 10:56:37 +02:00
|
|
|
--disable-gstreamer-thumbnailer
|
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE+= tumbler/tumbler-1.pc.in
|
|
|
|
|
|
|
|
EGDIR= ${XFCE4_EGBASE}
|
|
|
|
PKG_SYSCONFSUBDIR= xdg
|
|
|
|
|
|
|
|
MAKE_DIRS+= ${PKG_SYSCONFDIR}/tumbler
|
|
|
|
|
|
|
|
CONF_FILES= ${EGDIR}/tumbler.rc \
|
2019-11-03 10:14:06 +01:00
|
|
|
${PKG_SYSCONFDIR}/tumbler/tumbler.rc
|
2015-04-21 10:56:37 +02:00
|
|
|
|
|
|
|
.include "options.mk"
|
|
|
|
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
|
|
.include "../../graphics/openjpeg/buildlink3.mk"
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
|
|
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
|
|
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|