From owner-svn-ports-all@FreeBSD.ORG Fri Dec 14 18:17:08 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9AAA9D4; Fri, 14 Dec 2012 18:17:08 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A59D18FC19; Fri, 14 Dec 2012 18:17:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBEIH84U022158; Fri, 14 Dec 2012 18:17:08 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBEIH8ZJ022153; Fri, 14 Dec 2012 18:17:08 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201212141817.qBEIH8ZJ022153@svn.freebsd.org> From: Olivier Duchateau Date: Fri, 14 Dec 2012 18:17:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308919 - head/deskutils/xfce4-tumbler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 18:17:08 -0000 Author: olivierd Date: Fri Dec 14 18:17:07 2012 New Revision: 308919 URL: http://svnweb.freebsd.org/changeset/ports/308919 Log: - Update to 0.1.26 - Unset GSTREAMER option, it needs the new 1.0 API - Trim header - Remove ABI version numbers from LIB_DEPENDS Approved by: rene, miwi (mentors, implicit) Modified: head/deskutils/xfce4-tumbler/Makefile (contents, props changed) head/deskutils/xfce4-tumbler/distinfo (contents, props changed) head/deskutils/xfce4-tumbler/pkg-plist (contents, props changed) Modified: head/deskutils/xfce4-tumbler/Makefile ============================================================================== --- head/deskutils/xfce4-tumbler/Makefile Fri Dec 14 18:01:40 2012 (r308918) +++ head/deskutils/xfce4-tumbler/Makefile Fri Dec 14 18:17:07 2012 (r308919) @@ -1,15 +1,11 @@ -# New ports collection makefile for: tumbler -# Date created: 2010-12-03 -# Whom: Olivier Duchateau -# # $FreeBSD$ # PORTNAME= tumbler -PORTVERSION= 0.1.25 -PORTREVISION= 2 +PORTVERSION= 0.1.26 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} PKGNAMEPREFIX= xfce4- DIST_SUBDIR= xfce4 @@ -17,8 +13,8 @@ MAINTAINER= xfce@FreeBSD.org COMMENT= Thumbnail service for Xfce desktop LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - freetype.9:${PORTSDIR}/print/freetype2 \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib + freetype:${PORTSDIR}/print/freetype2 \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib USE_BZIP2= yes GNU_CONFIGURE= yes @@ -33,7 +29,9 @@ CONFIGURE_ARGS= --enable-xdg-cache \ OPTIONS_DEFINE= DOCS NLS PIXBUF FONTS JPEG FFMPEG POPPLER GSTREAMER ODF RAW OPTIONS_DEFAULT= PIXBUF FONTS JPEG POPPLER GSTREAMER ODF -FONTS_DESC= Enable fonts plugin thumbnailer +# GStreamer thumbnailer needs new 1.0 API +OPTIONS_EXCLUDE= GSTREAMER +FONTS_DESC= Fonts thumbnailer plugin .include @@ -72,8 +70,8 @@ PLIST_SUB+= FONTS="@comment " .endif .if ${PORT_OPTIONS:MJPEG} -LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg \ - exif.12:${PORTSDIR}/graphics/exif +LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \ + exif:${PORTSDIR}/graphics/exif CONFIGURE_ARGS+=--enable-jpeg-thumbnailer PLIST_SUB+= JPEG="" .else @@ -82,7 +80,7 @@ PLIST_SUB+= JPEG="@comment " .endif .if ${PORT_OPTIONS:MFFMPEG} -LIB_DEPENDS+= ffmpegthumbnailer.4:${PORTSDIR}/multimedia/ffmpegthumbnailer +LIB_DEPENDS+= ffmpegthumbnailer:${PORTSDIR}/multimedia/ffmpegthumbnailer CONFIGURE_ARGS+=--enable-ffmpeg-thumbnailer PLIST_SUB+= FFMPEG="" .else @@ -91,7 +89,7 @@ PLIST_SUB+= FFMPEG="@comment " .endif .if ${PORT_OPTIONS:MPOPPLER} -LIB_DEPENDS+= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS+= poppler-glib:${PORTSDIR}/graphics/poppler-glib CONFIGURE_ARGS+=--enable-poppler-thumbnailer PLIST_SUB+= POPPLER="" .else @@ -118,7 +116,7 @@ PLIST_SUB+= ODF="@comment " .endif .if ${PORT_OPTIONS:MRAW} -LIB_DEPENDS+= openraw.6:${PORTSDIR}/graphics/libopenraw +LIB_DEPENDS+= openraw:${PORTSDIR}/graphics/libopenraw CONFIGURE_ARGS+=--enable-raw-thumbnailer PLIST_SUB+= RAW="" .else @@ -126,8 +124,8 @@ CONFIGURE_ARGS+=--disable-raw-thumbnaile PLIST_SUB+= RAW="@comment " .endif -.if empty(PORT_OPTIONS:MNLS) post-patch: +.if empty(PORT_OPTIONS:MNLS) @${REINPLACE_CMD} -e 's| po||' ${WRKSRC}/Makefile.in .endif Modified: head/deskutils/xfce4-tumbler/distinfo ============================================================================== --- head/deskutils/xfce4-tumbler/distinfo Fri Dec 14 18:01:40 2012 (r308918) +++ head/deskutils/xfce4-tumbler/distinfo Fri Dec 14 18:17:07 2012 (r308919) @@ -1,2 +1,2 @@ -SHA256 (xfce4/tumbler-0.1.25.tar.bz2) = 02d5de508d8c18692a25a832a9280c2043f6b7c90dd3fcbd87f5955337015546 -SIZE (xfce4/tumbler-0.1.25.tar.bz2) = 478618 +SHA256 (xfce4/tumbler-0.1.26.tar.bz2) = 6602ce700160d09edd88ea0b9bcb16abbc28974f372e646709e0ed8fbacc8a78 +SIZE (xfce4/tumbler-0.1.26.tar.bz2) = 482470 Modified: head/deskutils/xfce4-tumbler/pkg-plist ============================================================================== --- head/deskutils/xfce4-tumbler/pkg-plist Fri Dec 14 18:01:40 2012 (r308918) +++ head/deskutils/xfce4-tumbler/pkg-plist Fri Dec 14 18:17:07 2012 (r308919) @@ -27,8 +27,8 @@ lib/tumbler-1/plugins/cache/tumbler-xdg- %%FONTS%%lib/tumbler-1/plugins/tumbler-font-thumbnailer.so %%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.la -%%GSTREAMER%%lib/tumbler-1/plugins/tumbler-gst-thumbnailer.so +@comment %%GSTREAMER%%lib/tumbler-1/plugins/tumbler-gst-thumbnailer.la +@comment %%GSTREAMER%%lib/tumbler-1/plugins/tumbler-gst-thumbnailer.so %%ODF%%lib/tumbler-1/plugins/tumbler-odf-thumbnailer.la %%ODF%%lib/tumbler-1/plugins/tumbler-odf-thumbnailer.so %%PIXBUF%%lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.la @@ -104,6 +104,7 @@ share/dbus-1/services/org.xfce.Tumbler.T %%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/sr/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