Date: Tue, 11 Aug 2009 21:59:01 +0200 (CEST) From: Martin Matuska <mm@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dierk@blaxxtarz.de Subject: ports/137680: [PATCH] multimedia/ffmpegthumbnailer: update to 1.5.3 Message-ID: <20090811195901.5036462862@mail.vx.sk> Resent-Message-ID: <200908112000.n7BK0EWX097190@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137680 >Category: ports >Synopsis: [PATCH] multimedia/ffmpegthumbnailer: update to 1.5.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 11 20:00:14 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: System: FreeBSD 7.2-STABLE and 8-CURRENT >Description: - Update to 1.5.3 - the update to 1.5.4 will be possible after the planned upgrade of ffmpeg Port maintainer (dierk@blaxxtarz.de) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- ffmpegthumbnailer-1.5.3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/multimedia/ffmpegthumbnailer/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 18 Jul 2009 11:11:12 -0000 1.5 +++ Makefile 11 Aug 2009 19:58:11 -0000 @@ -5,8 +5,7 @@ # $FreeBSD: ports/multimedia/ffmpegthumbnailer/Makefile,v 1.5 2009/07/18 11:11:12 dinoex Exp $ PORTNAME= ffmpegthumbnailer -PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTVERSION= 1.5.3 CATEGORIES= multimedia graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -17,6 +16,8 @@ swscale:${PORTSDIR}/multimedia/ffmpeg \ jpeg.10:${PORTSDIR}/graphics/jpeg +USE_LDCONFIG= yes + CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig @@ -25,4 +26,6 @@ USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack +MAN1= ffmpegthumbnailer.1 + .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/multimedia/ffmpegthumbnailer/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 19 Aug 2008 14:51:30 -0000 1.2 +++ distinfo 11 Aug 2009 19:58:11 -0000 @@ -1,3 +1,3 @@ -MD5 (ffmpegthumbnailer-1.2.6.tar.gz) = 2bd0676354c623b29a2ee161befd74fd -SHA256 (ffmpegthumbnailer-1.2.6.tar.gz) = 9381bfe784baa927b510e98a15a00097e904ed38d096b2649edf455107a79a69 -SIZE (ffmpegthumbnailer-1.2.6.tar.gz) = 317401 +MD5 (ffmpegthumbnailer-1.5.3.tar.gz) = 8130748dc8bac0f2b00301259e0c8f5c +SHA256 (ffmpegthumbnailer-1.5.3.tar.gz) = c8a90f9d0afb1e5431ed10f3b3d0d9ff9ef4f158f0823d8fad31e5b0981a130c +SIZE (ffmpegthumbnailer-1.5.3.tar.gz) = 329945 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/multimedia/ffmpegthumbnailer/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 19 Aug 2008 14:51:30 -0000 1.1 +++ pkg-plist 11 Aug 2009 19:58:11 -0000 @@ -1,8 +1,12 @@ bin/ffmpegthumbnailer +include/libffmpegthumbnailer/filmstripfilter.h +include/libffmpegthumbnailer/histogram.h +include/libffmpegthumbnailer/ifilter.h +include/libffmpegthumbnailer/videoframe.h include/libffmpegthumbnailer/videothumbnailer.h include/libffmpegthumbnailer/videothumbnailerc.h include/libffmpegthumbnailer/imagetypes.h -lib/libffmpegthumbnailer.so.2 +lib/libffmpegthumbnailer.so.3 lib/libffmpegthumbnailer.so lib/libffmpegthumbnailer.la lib/libffmpegthumbnailer.a --- ffmpegthumbnailer-1.5.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090811195901.5036462862>