Date: Sun, 7 Oct 2012 09:16:41 +0000 (UTC) From: Carlo Strub <cs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305447 - in head/multimedia/ffmpegthumbnailer: . files Message-ID: <201210070916.q979GfJN066415@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cs Date: Sun Oct 7 09:16:41 2012 New Revision: 305447 URL: http://svn.freebsd.org/changeset/ports/305447 Log: - Update to 2.0.8 - New maintainer - Cleanup pkg-descr PR: ports/171901 Submitted by: clutton <mbsd@isgroup.com.ua> Approved by: Dierk Sacher <dierk@blaxxtarz.de> (maintainer) Deleted: head/multimedia/ffmpegthumbnailer/files/ Modified: head/multimedia/ffmpegthumbnailer/Makefile head/multimedia/ffmpegthumbnailer/distinfo head/multimedia/ffmpegthumbnailer/pkg-descr head/multimedia/ffmpegthumbnailer/pkg-plist Modified: head/multimedia/ffmpegthumbnailer/Makefile ============================================================================== --- head/multimedia/ffmpegthumbnailer/Makefile Sun Oct 7 09:11:51 2012 (r305446) +++ head/multimedia/ffmpegthumbnailer/Makefile Sun Oct 7 09:16:41 2012 (r305447) @@ -5,12 +5,11 @@ # $FreeBSD$ PORTNAME= ffmpegthumbnailer -PORTVERSION= 2.0.7 -PORTREVISION= 2 +PORTVERSION= 2.0.8 CATEGORIES= multimedia graphics MASTER_SITES= GOOGLE_CODE -MAINTAINER= dierk@blaxxtarz.de +MAINTAINER= mbsd@isgroup.com.ua COMMENT= Lightweight video thumbnailer that can be used by file managers LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ @@ -19,22 +18,32 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ - --enable-gio +CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig --enable-gio GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig _glib20 USE_LDCONFIG= yes -MAN1= ffmpegthumbnailer.1 +WANT_GNOME= yes + +OPTIONS_DEFINE= GNOME + +.include <bsd.port.pre.mk> -SUB_FILES= pkg-message +.if ${PORT_OPTIONS:MGNOME} +PKGNAMESUFFIX+= -gnome +GCONF_SCHEMAS= ffmpegthumbnailer.schemas +.endif + +MAN1= ffmpegthumbnailer.1 post-install: cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} install-pkgconfigDATA - ${MKDIR} ${DATADIR} - ${INSTALL_SCRIPT} ${FILESDIR}/bind-nautilus.sh ${DATADIR} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> +.if ${PORT_OPTIONS:MGNOME} + ${INSTALL_DATA} ${FILESDIR}/${GCONF_SCHEMAS} ${LOCALBASE}/etc/gconf/schemas + @${SETENV} GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \ + gconftool-2 --makefile-install-rule ${LOCALBASE}/etc/gconf/schemas/${GCONF_SCHEMAS} \ + > /dev/null +.endif +.include <bsd.port.post.mk> Modified: head/multimedia/ffmpegthumbnailer/distinfo ============================================================================== --- head/multimedia/ffmpegthumbnailer/distinfo Sun Oct 7 09:11:51 2012 (r305446) +++ head/multimedia/ffmpegthumbnailer/distinfo Sun Oct 7 09:16:41 2012 (r305447) @@ -1,2 +1,2 @@ -SHA256 (ffmpegthumbnailer-2.0.7.tar.gz) = a71155339d17201a13fc3ebb649b0d00c7ab2d5a8880da071c8157a69c6f612b -SIZE (ffmpegthumbnailer-2.0.7.tar.gz) = 359864 +SHA256 (ffmpegthumbnailer-2.0.8.tar.gz) = 2c8bbefa838d38ea42fc8ac78258cda36865d974c991624b14cffdb92a3bc68b +SIZE (ffmpegthumbnailer-2.0.8.tar.gz) = 367186 Modified: head/multimedia/ffmpegthumbnailer/pkg-descr ============================================================================== --- head/multimedia/ffmpegthumbnailer/pkg-descr Sun Oct 7 09:11:51 2012 (r305446) +++ head/multimedia/ffmpegthumbnailer/pkg-descr Sun Oct 7 09:16:41 2012 (r305447) @@ -1,9 +1,8 @@ -This video thumbnailer can be used by file managers to create thumbnails -for your video files. The thumbnailer uses ffmpeg to decode frames from -the video files, so supported videoformats depend on the configuration -flags of ffmpeg. +This video thumbnailer can be used by file managers to create thumbnails for +your video files. The thumbnailer uses ffmpeg to decode frames from the video +files, so supported videoformats depend on the configuration flags of ffmpeg. -This thumbnailer was designed to be as fast and lightweight as possible. -The only dependencies are ffmpeg, libjpeg and libpng. +This thumbnailer was designed to be as fast and lightweight as possible. The +only dependencies are ffmpeg, libjpeg and libpng. WWW: http://code.google.com/p/ffmpegthumbnailer/ Modified: head/multimedia/ffmpegthumbnailer/pkg-plist ============================================================================== --- head/multimedia/ffmpegthumbnailer/pkg-plist Sun Oct 7 09:11:51 2012 (r305446) +++ head/multimedia/ffmpegthumbnailer/pkg-plist Sun Oct 7 09:16:41 2012 (r305447) @@ -10,6 +10,4 @@ lib/libffmpegthumbnailer.la lib/libffmpegthumbnailer.so lib/libffmpegthumbnailer.so.4 libdata/pkgconfig/libffmpegthumbnailer.pc -%%DATADIR%%/bind-nautilus.sh @dirrm include/libffmpegthumbnailer -@dirrm %%DATADIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210070916.q979GfJN066415>