Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2008 12:20:00 +0100
From:      "Dierk Sacher" <dierk@blaxxtarz.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        miwi@FreeBSD.org
Subject:   ports/120877: New port: multimedia/ffmpegthumbnailer
Message-ID:  <1203506400.60068@blaxxtarz.evangelion.free>
Resent-Message-ID: <200802201130.m1KBU2El006521@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         120877
>Category:       ports
>Synopsis:       New port: multimedia/ffmpegthumbnailer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 20 11:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dierk Sacher
>Release:        FreeBSD 6.2-RELEASE-p7 i386
>Organization:
DSITC 
>Environment:


System: FreeBSD 6.2-RELEASE-p7 #1: Fri Feb  1 17:13:58 CET 2008
    root@blaxxtarz.evangelion.free:/usr/obj/usr/src/sys/BLAXXTARZ61



>Description:


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 and libpng.

WWW: http://code.google.com/p/ffmpegthumbnailer/


>How-To-Repeat:





>Fix:


--- multimedia_ffmpegthumbnailer.sh begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	multimedia/ffmpegthumbnailer/
#	multimedia/ffmpegthumbnailer/files
#	multimedia/ffmpegthumbnailer/files/patch-src_Makefile.in
#	multimedia/ffmpegthumbnailer/Makefile
#	multimedia/ffmpegthumbnailer/distinfo
#	multimedia/ffmpegthumbnailer/pkg-descr
#	multimedia/ffmpegthumbnailer/pkg-plist
#
echo c - multimedia/ffmpegthumbnailer/
mkdir -p multimedia/ffmpegthumbnailer/ > /dev/null 2>&1
echo c - multimedia/ffmpegthumbnailer/files
mkdir -p multimedia/ffmpegthumbnailer/files > /dev/null 2>&1
echo x - multimedia/ffmpegthumbnailer/files/patch-src_Makefile.in
sed 's/^X//' >multimedia/ffmpegthumbnailer/files/patch-src_Makefile.in << 'END-of-multimedia/ffmpegthumbnailer/files/patch-src_Makefile.in'
X--- src/Makefile.in.orig	Sat Feb 16 11:07:19 2008
X+++ src/Makefile.in	Wed Feb 20 11:10:22 2008
X@@ -49,7 +49,7 @@
X am__DEPENDENCIES_1 =
X ffmpegthumbnailer_DEPENDENCIES = $(am__DEPENDENCIES_1) \
X 	$(am__DEPENDENCIES_1)
X-DEFAULT_INCLUDES = -I.@am__isrc@
X+DEFAULT_INCLUDES = -I.@am__isrc@ @FFMPEG_CFLAGS@
X depcomp = $(SHELL) $(top_srcdir)/depcomp
X am__depfiles_maybe = depfiles
X CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
END-of-multimedia/ffmpegthumbnailer/files/patch-src_Makefile.in
echo x - multimedia/ffmpegthumbnailer/Makefile
sed 's/^X//' >multimedia/ffmpegthumbnailer/Makefile << 'END-of-multimedia/ffmpegthumbnailer/Makefile'
X# New ports collection makefile for:	ffmpegthumbnailer
X# Date created:		Mo 18 Feb 2008 06:11:13 CET
X# Whom:			Dierk Sacher <dierk@blaxxtarz.de>
X#
X# $FreeBSD$
X
XPORTNAME=	ffmpegthumbnailer
XPORTVERSION=	1.1.5
XCATEGORIES=	multimedia graphics
XMASTER_SITES=	http://ffmpegthumbnailer.googlecode.com/files/
X
XMAINTAINER=	dierk@blaxxtarz.de
XCOMMENT=	Lightweight video thumbnailer that can be used by file managers
X
XLIB_DEPENDS=	png:${PORTSDIR}/graphics/png \
X		avcodec:${PORTSDIR}/multimedia/ffmpeg
X
XGNU_CONFIGURE=	yes
XUSE_GZIP=	yes
XUSE_GMAKE=	yes
XUSE_GNOME=	pkgconfig
X
X.include <bsd.port.mk>
END-of-multimedia/ffmpegthumbnailer/Makefile
echo x - multimedia/ffmpegthumbnailer/distinfo
sed 's/^X//' >multimedia/ffmpegthumbnailer/distinfo << 'END-of-multimedia/ffmpegthumbnailer/distinfo'
XMD5 (ffmpegthumbnailer-1.1.5.tar.gz) = 3fd10a22eb34e28bd670c8d9aa6b6d38
XSHA256 (ffmpegthumbnailer-1.1.5.tar.gz) = 6630cb76ae68b72fbe851d0c7232b5e6a94386e3febcfb06c36e37f48df7906a
XSIZE (ffmpegthumbnailer-1.1.5.tar.gz) = 84935
END-of-multimedia/ffmpegthumbnailer/distinfo
echo x - multimedia/ffmpegthumbnailer/pkg-descr
sed 's/^X//' >multimedia/ffmpegthumbnailer/pkg-descr << 'END-of-multimedia/ffmpegthumbnailer/pkg-descr'
XThis video thumbnailer can be used by file managers to create thumbnails 
Xfor your video files. The thumbnailer uses ffmpeg to decode frames from 
Xthe video files, so supported videoformats depend on the configuration 
Xflags of ffmpeg.
X
XThis thumbnailer was designed to be as fast and lightweight as possible. 
XThe only dependencies are ffmpeg and libpng. 
X
XWWW: http://code.google.com/p/ffmpegthumbnailer/
END-of-multimedia/ffmpegthumbnailer/pkg-descr
echo x - multimedia/ffmpegthumbnailer/pkg-plist
sed 's/^X//' >multimedia/ffmpegthumbnailer/pkg-plist << 'END-of-multimedia/ffmpegthumbnailer/pkg-plist'
Xbin/ffmpegthumbnailer
END-of-multimedia/ffmpegthumbnailer/pkg-plist
exit

--- multimedia_ffmpegthumbnailer.sh ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1203506400.60068>