diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-12-05 02:01:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-12-05 02:01:26 +0800 |
commit | 4925f480d0adad343aa699c335229ab992194922 (patch) | |
tree | b61f88399fd52de15cc664bdefbafac13fc992a7 /multimedia | |
parent | 6df7ba928cee24c5b063e4a7e7ddf3071261b2aa (diff) | |
download | freebsd-ports-graphics-4925f480d0adad343aa699c335229ab992194922.tar.gz freebsd-ports-graphics-4925f480d0adad343aa699c335229ab992194922.tar.zst freebsd-ports-graphics-4925f480d0adad343aa699c335229ab992194922.zip |
- Update to 2.0.4
- Sort PLIST
Changes:
2.0.3:
- Writing to stdout is now supported
- Support for gnome-vfs uris added. New configure flag (--enable-gnome-vfs),
this puts a runtime dependancy on libgnome-vfs-2.0
2.0.4:
- Fixed undefined references when compiling with certain LDFLAGS
PR: ports/152373
Submitted by: Marcus Hermansson <bmhermansson@gmail.com>
Approved by: maintainer (timeout, 16 days)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpegthumbnailer/Makefile | 15 | ||||
-rw-r--r-- | multimedia/ffmpegthumbnailer/distinfo | 5 | ||||
-rw-r--r-- | multimedia/ffmpegthumbnailer/pkg-descr | 2 | ||||
-rw-r--r-- | multimedia/ffmpegthumbnailer/pkg-plist | 9 |
4 files changed, 15 insertions, 16 deletions
diff --git a/multimedia/ffmpegthumbnailer/Makefile b/multimedia/ffmpegthumbnailer/Makefile index f7a7eb7f53b..fc708eea994 100644 --- a/multimedia/ffmpegthumbnailer/Makefile +++ b/multimedia/ffmpegthumbnailer/Makefile @@ -5,10 +5,9 @@ # $FreeBSD$ PORTNAME= ffmpegthumbnailer -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.0.4 CATEGORIES= multimedia graphics -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE MAINTAINER= dierk@blaxxtarz.de COMMENT= Lightweight video thumbnailer that can be used by file managers @@ -17,16 +16,18 @@ LIB_DEPENDS= png:${PORTSDIR}/graphics/png \ swscale:${PORTSDIR}/multimedia/ffmpeg \ jpeg.11:${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 +CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= pkgconfig gnomehack +USE_GNOME= gnomehack pkgconfig +USE_LDCONFIG= yes MAN1= ffmpegthumbnailer.1 +post-install: + cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} install-pkgconfigDATA + .include <bsd.port.mk> diff --git a/multimedia/ffmpegthumbnailer/distinfo b/multimedia/ffmpegthumbnailer/distinfo index ad3b8e3385f..da9793bcbb2 100644 --- a/multimedia/ffmpegthumbnailer/distinfo +++ b/multimedia/ffmpegthumbnailer/distinfo @@ -1,3 +1,2 @@ -MD5 (ffmpegthumbnailer-2.0.2.tar.gz) = ee473a26e7e8da216e64bbb33e87772c -SHA256 (ffmpegthumbnailer-2.0.2.tar.gz) = 389bd60d0723df9e7d84219e21496500bd4fab320574d55462bb8e880c357780 -SIZE (ffmpegthumbnailer-2.0.2.tar.gz) = 339386 +SHA256 (ffmpegthumbnailer-2.0.4.tar.gz) = 05871ee318c6a4afa1fc88503e51680390e4730c76ae0acf5b3791f3ea955d5e +SIZE (ffmpegthumbnailer-2.0.4.tar.gz) = 343282 diff --git a/multimedia/ffmpegthumbnailer/pkg-descr b/multimedia/ffmpegthumbnailer/pkg-descr index 6900bcd89eb..83ac996d1fa 100644 --- a/multimedia/ffmpegthumbnailer/pkg-descr +++ b/multimedia/ffmpegthumbnailer/pkg-descr @@ -4,6 +4,6 @@ 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. +The only dependencies are ffmpeg, libjpeg and libpng. WWW: http://code.google.com/p/ffmpegthumbnailer/ diff --git a/multimedia/ffmpegthumbnailer/pkg-plist b/multimedia/ffmpegthumbnailer/pkg-plist index 393006db28c..7f8e8fb27c5 100644 --- a/multimedia/ffmpegthumbnailer/pkg-plist +++ b/multimedia/ffmpegthumbnailer/pkg-plist @@ -1,14 +1,13 @@ bin/ffmpegthumbnailer include/libffmpegthumbnailer/filmstripfilter.h -include/libffmpegthumbnailer/histogram.h include/libffmpegthumbnailer/ifilter.h +include/libffmpegthumbnailer/imagetypes.h include/libffmpegthumbnailer/videoframe.h include/libffmpegthumbnailer/videothumbnailer.h include/libffmpegthumbnailer/videothumbnailerc.h -include/libffmpegthumbnailer/imagetypes.h -lib/libffmpegthumbnailer.so.4 -lib/libffmpegthumbnailer.so -lib/libffmpegthumbnailer.la lib/libffmpegthumbnailer.a +lib/libffmpegthumbnailer.la +lib/libffmpegthumbnailer.so +lib/libffmpegthumbnailer.so.4 libdata/pkgconfig/libffmpegthumbnailer.pc @dirrm include/libffmpegthumbnailer |