summaryrefslogtreecommitdiff
path: root/devel/libextractor
AgeCommit message (Collapse)AuthorFilesLines
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-12-15Recursive bump for libltdljoerg2-4/+4
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-08-11turn ImageMagick/bl3 inclusion into a simple DEPENDS, nothingdrochner1-2/+3
compiles against its libraries
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-04-07export ltdl and gsf dependencied (referenced by an installed .la file)drochner1-1/+4
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-02Mark as MAKE_JOBS_SAFE=no, the library is built too late for some of thewiz1-1/+2
targets.
2009-02-28link the "extract" application with c++, otherwise it can't dlopen()drochner3-6/+16
c++ modules, bump PKGREVISION
2008-08-03Update to version 0.5.20c (needed for gnunet).bjs5-13/+29
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-07-14Mark as destdir ready.joerg1-1/+3
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz1-2/+2
2007-12-22Fix PLIST. Bump revision.joerg2-2/+4
2007-10-13Changes 0.5.18a:adam6-70/+15
* Fixes various build problems, a crash with recent versions of libgsf * Adds an (incomplete) manual
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-2/+2
Bump PKGREVISION.
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-2/+2
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-1/+2
affected packages.
2007-03-18Changes 0.5.18:adam8-29/+47
This release adds support for NSFE files. Removal of duplicate keywords is now biased against keywords obtained from splitting. The build process should now work properly if no C++ compiler is found. The thumbnail-extractors should now load properly in all cases (resolved a symbol naming problem).
2007-01-17Very belatedly bump PKGREVISION for all jasper dependencies becausewiz1-1/+2
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
2007-01-02Changes 0.5.17:adam8-34/+33
* Added an SID (C64 music file) plugin * Added an NSF (NES Sound Format) plugin
2007-01-02Fixed insufficient variable expansion by the configure script.rillig3-6/+18
PKGREVISION++
2006-12-06Fix PLIST, bump revision.joerg2-2/+4
2006-11-30Needs pkg-config.joerg1-2/+2
2006-10-22Changes 0.5.15:adam7-26/+27
* Fixed minor problems in the PDF extractors * Improved PNG extractor
2006-10-14Fixed "test ==".rillig3-1/+29
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-2/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+2
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz1-1/+2
for SDL shlib changes.
2006-05-28Always handle -ldl using the pkgsrc magic, don't depend on weiredjoerg3-2/+17
BSD detection to avoid it.
2006-05-23Changes 0.5.14:adam4-14/+16
* Bug fixes * MPEG2 support
2006-05-01Changes 0.5.13:adam6-30/+23
Added dictionaries for Finnish, French, Gaelic and Swedish (for printable extractors). Word history extraction works (wordleaker). exiv2 works. Added Python binding. libextractor becomes a GNU package. Thumbnails work.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-1/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-5/+5
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-28Fix pthread linkage.joerg2-1/+20
2006-03-16Stupid code using zlib's prototype header. Patch away.joerg2-1/+17
2006-03-05Give up MAINTAINER. I haven't used this in ages.tv1-2/+2
2006-03-05Changes 0.5.10:adam10-154/+23
* Yet another round of XPDF-related security fixes. * Mis-detection of man pages as part of TAR archives fixed. * More Mime-types for the OLE2 extractor. Also ignore (harmless) libc errors in plugins when extracting. * More TAR improvements: keywords 'date' and 'format' are extracted. More checksums variants were added. Long filenames as produced by GNU and Schilling tar (possibly Solaris pax also) are extracted. Changes 0.5.9: * Made TAR extractor parsing more robust. * Fixing crash in MIME-extractor due to typo in the code. * Fixed security problems in PDF extractor
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz2-4/+4
of the shlib major bump. PKGREVISION++ for the dependencies.