Index: head/deskutils/xfce4-tumbler/Makefile =================================================================== --- head/deskutils/xfce4-tumbler/Makefile (revision 284533) +++ head/deskutils/xfce4-tumbler/Makefile (revision 284534) @@ -1,107 +1,116 @@ # New ports collection makefile for: tumbler # Date created: 2010-12-03 # Whom: Olivier Duchateau # # $FreeBSD$ # PORTNAME= tumbler -PORTVERSION= 0.1.21 -PORTREVISION= 1 +PORTVERSION= 0.1.22 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} PKGNAMEPREFIX= xfce4- DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Thumbnail service for Xfce desktop LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= glib20 gnomehack intltool intlhack pkgconfig USE_LDCONFIG= yes USE_XFCE= configenv CONFIGURE_ARGS= --enable-xdg-cache \ --disable-gtk-doc-html OPTIONS= NLS "Enable Native Language Support" on \ APIDOCS "Install api documentation" off \ PIXBUF "Enable gdk-pixbuf plugin thumbnailer" on \ FONTS "Enable fonts plugin thumbnailer" on \ JPEG "Enable JPEG and EXIF plugin thumbnailer" on \ FFMPEG "Enable FFMPEG plugin thumbnailer" off \ - POPPLER "Enable PDF/PS plugin thumbnailer" on + POPPLER "Enable PDF/PS plugin thumbnailer" on \ + GSTREAMER "Enable videos plugin thumbnailer" on .include .if !defined(WITHOUT_NLS) USE_GETTEXT= yes CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif .if defined(WITHOUT_APIDOCS) CONFIGURE_ARGS+=--without-html-dir PLIST_SUB+= APIDOCS="@comment " .else CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/html PLIST_SUB+= APIDOCS="" .endif .if !defined(WITHOUT_PIXBUF) USE_GNOME+= gdkpixbuf2 CONFIGURE_ARGS+=--enable-pixbuf-thumbnailer PLIST_SUB+= PIXBUF="" .else CONFIGURE_ARGS+=--disable-pixbuf-thumbnailer PLIST_SUB+= PIXBUF="@comment " .endif .if !defined(WITHOUT_FONTS) CONFIGURE_ARGS+=--enable-font-thumbnailer PLIST_SUB+= FONTS="" .else CONFIGURE_ARGS+=--disable-font-thumbnailer PLIST_SUB+= FONTS="@comment " .endif .if !defined(WITHOUT_JPEG) LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg \ exif.12:${PORTSDIR}/graphics/exif CONFIGURE_ARGS+=--enable-jpeg-thumbnailer PLIST_SUB+= JPEG="" .else CONFIGURE_ARGS+=--disable-jpeg-thumbnailer PLIST_SUB+= JPEG="@comment " .endif .if !defined(WITHOUT_FFMPEG) LIB_DEPENDS+= ffmpegthumbnailer.4:${PORTSDIR}/multimedia/ffmpegthumbnailer CONFIGURE_ARGS+=--enable-ffmpeg-thumbnailer PLIST_SUB+= FFMPEG="" .else CONFIGURE_ARGS+=--disable-ffmpeg-thumbnailer PLIST_SUB+= FFMPEG="@comment " .endif .if !defined(WITHOUT_POPPLER) LIB_DEPENDS+= poppler-glib.6:${PORTSDIR}/graphics/poppler-gtk CONFIGURE_ARGS+=--enable-poppler-thumbnailer PLIST_SUB+= POPPLER="" .else CONFIGURE_ARGS+=--disable-poppler-thumbnailer PLIST_SUB+= POPPLER="@comment " +.endif + +.if !defined(WITHOUT_GSTREAMER) +USE_GSTREAMER= yes +CONFIGURE_ARGS+=--enable-gstreamer-thumbnailer +PLIST_SUB+= GSTREAMER="" +.else +CONFIGURE_ARGS+=--disable-gstreamer-thumbnailer +PLIST_SUB+= GSTREAMER="@comment " .endif .include Property changes on: head/deskutils/xfce4-tumbler/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/deskutils/xfce4-tumbler/distinfo =================================================================== --- head/deskutils/xfce4-tumbler/distinfo (revision 284533) +++ head/deskutils/xfce4-tumbler/distinfo (revision 284534) @@ -1,2 +1,2 @@ -SHA256 (xfce4/tumbler-0.1.21.tar.bz2) = 348ac093e3be000d064c94d0856e3da3b6df0c8a98f87695ff548a77edf602a6 -SIZE (xfce4/tumbler-0.1.21.tar.bz2) = 451812 +SHA256 (xfce4/tumbler-0.1.22.tar.bz2) = 9e41fe8f76f9422fb4f804e9635f6734552f0d82361f9971c0442a2119d451b6 +SIZE (xfce4/tumbler-0.1.22.tar.bz2) = 481203 Property changes on: head/deskutils/xfce4-tumbler/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/deskutils/xfce4-tumbler/pkg-plist =================================================================== --- head/deskutils/xfce4-tumbler/pkg-plist (revision 284533) +++ head/deskutils/xfce4-tumbler/pkg-plist (revision 284534) @@ -1,121 +1,131 @@ include/tumbler-1/tumbler/tumbler-abstract-thumbnailer.h include/tumbler-1/tumbler/tumbler-cache-plugin.h include/tumbler-1/tumbler/tumbler-cache.h include/tumbler-1/tumbler/tumbler-config.h include/tumbler-1/tumbler/tumbler-enum-types.h include/tumbler-1/tumbler/tumbler-error.h include/tumbler-1/tumbler/tumbler-file-info.h include/tumbler-1/tumbler/tumbler-glib-extensions.h include/tumbler-1/tumbler/tumbler-marshal.h include/tumbler-1/tumbler/tumbler-provider-factory.h include/tumbler-1/tumbler/tumbler-provider-plugin.h include/tumbler-1/tumbler/tumbler-thumbnail-flavor.h include/tumbler-1/tumbler/tumbler-thumbnail.h include/tumbler-1/tumbler/tumbler-thumbnailer-provider.h include/tumbler-1/tumbler/tumbler-thumbnailer.h include/tumbler-1/tumbler/tumbler-util.h include/tumbler-1/tumbler/tumbler.h lib/libtumbler-1.a lib/libtumbler-1.la lib/libtumbler-1.so lib/libtumbler-1.so.0 lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so lib/tumbler-1/plugins/cache/tumbler-xdg-cache.a lib/tumbler-1/plugins/cache/tumbler-xdg-cache.la lib/tumbler-1/plugins/cache/tumbler-xdg-cache.so %%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.a %%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.la %%FFMPEG%%lib/tumbler-1/plugins/tumbler-ffmpeg-thumbnailer.so %%FONTS%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.a %%FONTS%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.la %%FONTS%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.so %%JPEG%%lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.a %%JPEG%%lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.la %%JPEG%%lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.so +%%GSTREAMER%%lib/tumbler-1/plugins/tumbler-gst-thumbnailer.a +%%GSTREAMER%%lib/tumbler-1/plugins/tumbler-gst-thumbnailer.la +%%GSTREAMER%%lib/tumbler-1/plugins/tumbler-gst-thumbnailer.so %%PIXBUF%%lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.a %%PIXBUF%%lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.la %%PIXBUF%%lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.so %%POPPLER%%lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.a %%POPPLER%%lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.la %%POPPLER%%lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.so lib/tumbler-1/tumblerd libdata/pkgconfig/tumbler-1.pc share/dbus-1/services/org.xfce.Tumbler.Cache1.service share/dbus-1/services/org.xfce.Tumbler.Manager1.service share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service -%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerAbstractThumbnailer.html -%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerCache.html -%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerThumbnail.html -%%APIDOCS%%share/gtk-doc/html/tumbler/TumblerThumbnailerProvider.html +%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-TumblerAbstractThumbnailer.html +%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-TumblerCache.html +%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-TumblerThumbnail.html +%%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-TumblerThumbnailerProvider.html %%APIDOCS%%share/gtk-doc/html/tumbler/api-index-full.html %%APIDOCS%%share/gtk-doc/html/tumbler/extension-api.html %%APIDOCS%%share/gtk-doc/html/tumbler/extension-tutorial.html %%APIDOCS%%share/gtk-doc/html/tumbler/home.png %%APIDOCS%%share/gtk-doc/html/tumbler/index.html %%APIDOCS%%share/gtk-doc/html/tumbler/index.sgml %%APIDOCS%%share/gtk-doc/html/tumbler/left.png %%APIDOCS%%share/gtk-doc/html/tumbler/miscellaneous.html %%APIDOCS%%share/gtk-doc/html/tumbler/object-tree.html %%APIDOCS%%share/gtk-doc/html/tumbler/pt01.html %%APIDOCS%%share/gtk-doc/html/tumbler/right.png %%APIDOCS%%share/gtk-doc/html/tumbler/style.css %%APIDOCS%%share/gtk-doc/html/tumbler/thumbnails.html %%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-Error-Domain-and-Types.html %%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-Various-Enumeration-Types.html %%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-Version-Information-and-Compatibility-Checks.html %%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-tumbler-file-info.html %%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-tumbler-provider-factory.html %%APIDOCS%%share/gtk-doc/html/tumbler/tumbler-tumbler-provider-plugin.html %%APIDOCS%%share/gtk-doc/html/tumbler/tumbler.devhelp %%APIDOCS%%share/gtk-doc/html/tumbler/tumbler.devhelp2 %%APIDOCS%%share/gtk-doc/html/tumbler/up.png %%NLS%%share/locale/ar/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/ast/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/bn/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/ca/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/cs/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/da/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/de/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/el/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/tumbler.mo +%%NLS%%share/locale/es/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/eu/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/fi/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/fr/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/gl/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/he/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/hu/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/id/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/it/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/ja/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/kk/LC_MESSAGES/tumbler.mo +%%NLS%%share/locale/ko/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/lv/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/nb/LC_MESSAGES/tumbler.mo +%%NLS%%share/locale/nl/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/pa/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/pl/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/pt/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/ro/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/ru/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/si/LC_MESSAGES/tumbler.mo +%%NLS%%share/locale/sk/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/sv/LC_MESSAGES/tumbler.mo +%%NLS%%share/locale/te/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/tr/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/ug/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/uk/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/tumbler.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/tumbler.mo %%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ug +%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/te %%NLS%%@dirrmtry share/locale/si/LC_MESSAGES %%NLS%%@dirrmtry share/locale/si %%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES %%NLS%%@dirrmtry share/locale/kk %%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ast %%APIDOCS%%@dirrm share/gtk-doc/html/tumbler %%APIDOCS%%@dirrmtry share/gtk-doc/html %%APIDOCS%%@dirrmtry share/gtk-doc @dirrm lib/tumbler-1/plugins/cache @dirrm lib/tumbler-1/plugins @dirrm lib/tumbler-1 @dirrm include/tumbler-1/tumbler @dirrm include/tumbler-1 Property changes on: head/deskutils/xfce4-tumbler/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property