pkgsrc/devel/libextractor/Makefile
bjs 05246edf9b Update to version 0.5.20c (needed for gnunet).
Changes since 0.5.18a:

	Fixed endianess issues in mp3 extractor.

	Fixed build issues (need to link C++ code explicitly against
	libstdc++ on BSD).

	Releasing libextractor 0.5.20c.

	Fixed concurrency issues in plugin (un-)loading by adding locking
	around libltdl functions.

	Added an FFmpeg-based thumbnail extractor plugin, initially
	supporting only bmp and png files.

	Fixed security issues in XPDF-based PDF extractor.

	Added track number and ISRC for FLAC/mp3/ogg files.

	Added a plugin for AppleSingle/AppleDouble files.

	Various minor code cleanups.

	Fixed security issues in XPDF-based PDF extractor.

	Added a FLAC (.flac) plugin.

	Added a Flash Video (.flv) plugin.

	Add support for some common iTunes tags to qtextractor.

	Disable libgsf logging (for corrupt files).

	Added escape (\n) handling to split extractor.

	Fixed problem with newer versions of libgsf.
	Fixed problem with automake 1.10 not setting MKDIR_P.
	Releasing libextractor 0.5.18a.
2008-08-03 05:07:00 +00:00

37 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.37 2008/08/03 05:07:00 bjs Exp $
DISTNAME= libextractor-0.5.20c
CATEGORIES= devel
MASTER_SITES= http://gnunet.org/libextractor/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gnunet.org/libextractor/
COMMENT= Metadata extractor for various file data types
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
INFO_FILES= yes
PTHREAD_OPTS+= require
CONFLICTS= csound-{bath,dev}-* # bin/extract
# This package requires dlopen, so save on space by skipping non-PIC libs
SHLIBTOOL_OVERRIDE= # empty
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libgsf/buildlink3.mk"
.include "../../devel/libltdl/convenience.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../multimedia/libmpeg2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"