diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-19 14:51:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-19 14:51:31 +0000 |
commit | bdbfb11b8da576b935cefac935924a14807b55e7 (patch) | |
tree | d34e6d19048c7b40ad39c8086956febf5023f12e /multimedia/ffmpegthumbnailer | |
parent | 20fb3aa57676e8377e2962f56f58d64d1b512312 (diff) | |
download | ports-bdbfb11b8da576b935cefac935924a14807b55e7.tar.gz ports-bdbfb11b8da576b935cefac935924a14807b55e7.zip |
Notes
Diffstat (limited to 'multimedia/ffmpegthumbnailer')
-rw-r--r-- | multimedia/ffmpegthumbnailer/Makefile | 13 | ||||
-rw-r--r-- | multimedia/ffmpegthumbnailer/distinfo | 6 | ||||
-rw-r--r-- | multimedia/ffmpegthumbnailer/files/patch-src_Makefile.in | 11 | ||||
-rw-r--r-- | multimedia/ffmpegthumbnailer/pkg-plist | 10 |
4 files changed, 21 insertions, 19 deletions
diff --git a/multimedia/ffmpegthumbnailer/Makefile b/multimedia/ffmpegthumbnailer/Makefile index 1d91bab016c4..27fc522daa8d 100644 --- a/multimedia/ffmpegthumbnailer/Makefile +++ b/multimedia/ffmpegthumbnailer/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= ffmpegthumbnailer -PORTVERSION= 1.1.5 +PORTVERSION= 1.2.6 CATEGORIES= multimedia graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -13,13 +13,16 @@ MAINTAINER= dierk@blaxxtarz.de COMMENT= Lightweight video thumbnailer that can be used by file managers LIB_DEPENDS= png:${PORTSDIR}/graphics/png \ - avcodec:${PORTSDIR}/multimedia/ffmpeg + swscale:${PORTSDIR}/multimedia/ffmpeg \ + jpeg.9:${PORTSDIR}/graphics/jpeg + +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig GNU_CONFIGURE= yes USE_GZIP= yes USE_GMAKE= yes -USE_GNOME= pkgconfig - -PLIST_FILES= bin/ffmpegthumbnailer +USE_GNOME= pkgconfig gnomehack .include <bsd.port.mk> diff --git a/multimedia/ffmpegthumbnailer/distinfo b/multimedia/ffmpegthumbnailer/distinfo index f0d63e134d2a..87647295bb54 100644 --- a/multimedia/ffmpegthumbnailer/distinfo +++ b/multimedia/ffmpegthumbnailer/distinfo @@ -1,3 +1,3 @@ -MD5 (ffmpegthumbnailer-1.1.5.tar.gz) = 3fd10a22eb34e28bd670c8d9aa6b6d38 -SHA256 (ffmpegthumbnailer-1.1.5.tar.gz) = 6630cb76ae68b72fbe851d0c7232b5e6a94386e3febcfb06c36e37f48df7906a -SIZE (ffmpegthumbnailer-1.1.5.tar.gz) = 84935 +MD5 (ffmpegthumbnailer-1.2.6.tar.gz) = 2bd0676354c623b29a2ee161befd74fd +SHA256 (ffmpegthumbnailer-1.2.6.tar.gz) = 9381bfe784baa927b510e98a15a00097e904ed38d096b2649edf455107a79a69 +SIZE (ffmpegthumbnailer-1.2.6.tar.gz) = 317401 diff --git a/multimedia/ffmpegthumbnailer/files/patch-src_Makefile.in b/multimedia/ffmpegthumbnailer/files/patch-src_Makefile.in deleted file mode 100644 index 71f9e14624bb..000000000000 --- a/multimedia/ffmpegthumbnailer/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Sat Feb 16 11:07:19 2008 -+++ src/Makefile.in Wed Feb 20 11:10:22 2008 -@@ -49,7 +49,7 @@ - am__DEPENDENCIES_1 = - ffmpegthumbnailer_DEPENDENCIES = $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) --DEFAULT_INCLUDES = -I.@am__isrc@ -+DEFAULT_INCLUDES = -I.@am__isrc@ @FFMPEG_CFLAGS@ - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles - CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ diff --git a/multimedia/ffmpegthumbnailer/pkg-plist b/multimedia/ffmpegthumbnailer/pkg-plist new file mode 100644 index 000000000000..91cc2fd26755 --- /dev/null +++ b/multimedia/ffmpegthumbnailer/pkg-plist @@ -0,0 +1,10 @@ +bin/ffmpegthumbnailer +include/libffmpegthumbnailer/videothumbnailer.h +include/libffmpegthumbnailer/videothumbnailerc.h +include/libffmpegthumbnailer/imagetypes.h +lib/libffmpegthumbnailer.so.2 +lib/libffmpegthumbnailer.so +lib/libffmpegthumbnailer.la +lib/libffmpegthumbnailer.a +libdata/pkgconfig/libffmpegthumbnailer.pc +@dirrm include/libffmpegthumbnailer |