e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
25 lines
691 B
Makefile
25 lines
691 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/06/13 22:45:04 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= ffmpegthumbnailer-1.5.3
|
|
PKGREVISION= 3
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://ffmpegthumbnailer.googlecode.com/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/ffmpegthumbnailer/
|
|
COMMENT= Lightweight video thumbnailer that can be used by file managers
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE+= libffmpegthumbnailer.pc.in
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../multimedia/ffmpeg/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|