pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libextractor
Module Name: pkgsrc
Committed By: adam
Date: Fri Aug 26 07:41:22 UTC 2022
Modified Files:
pkgsrc/devel/libextractor: Makefile PLIST distinfo
Removed Files:
pkgsrc/devel/libextractor/patches: patch-exiv2-fix
Log Message:
libextractor: updated to 1.11
libextractor 1.11
Fix 6709: mask SIGPIPE to avoid test case failure
with latest librpm. Remove plibc.h logic.
Fix 6613: test failure with latest exiv2 library
(harmless). Add hard timeout for zzuf test suite
on systems where timeout command exists.
libextractor 1.10
Fixed some code that called deprecated libav routines.
Improved configure reporting.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/devel/libextractor/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/libextractor/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/libextractor/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/libextractor/patches/patch-exiv2-fix
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libextractor/Makefile
diff -u pkgsrc/devel/libextractor/Makefile:1.94 pkgsrc/devel/libextractor/Makefile:1.95
--- pkgsrc/devel/libextractor/Makefile:1.94 Thu Aug 11 05:08:11 2022
+++ pkgsrc/devel/libextractor/Makefile Fri Aug 26 07:41:21 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.94 2022/08/11 05:08:11 gutteridge Exp $
+# $NetBSD: Makefile,v 1.95 2022/08/26 07:41:21 adam Exp $
-DISTNAME= libextractor-1.9
-PKGREVISION= 15
+DISTNAME= libextractor-1.11
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=libextractor/}
@@ -10,13 +9,10 @@ HOMEPAGE= https://gnu.org/s/libextractor
COMMENT= Metadata extractor for various file data types
LICENSE= gnu-gpl-v3
-MAKE_JOBS_SAFE= no
-
USE_LIBTOOL= yes
USE_LANGUAGES= c c++03
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake pkg-config
-USE_TOOLS+= msgfmt msgmerge xgettext
+USE_TOOLS+= gmake msgfmt msgmerge pkg-config xgettext
GNU_CONFIGURE= yes
INFO_FILES= yes
PTHREAD_OPTS+= require
@@ -26,8 +22,6 @@ CONFLICTS= csound-{bath,dev}-[0-9]* # b
# This package requires dlopen, so save on space by skipping non-PIC libs
SHLIBTOOL_OVERRIDE= # empty
-DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
-
.include "../../archivers/libarchive/buildlink3.mk"
.include "../../audio/flac/buildlink3.mk"
.include "../../audio/libsmf/buildlink3.mk"
@@ -37,14 +31,16 @@ DEPENDS+= ImageMagick-[0-9]*:../../graph
.include "../../devel/libgsf/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../graphics/exiv2/buildlink3.mk"
+.include "../../graphics/giflib/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
+.include "../../multimedia/ffmpeg4/buildlink3.mk"
.include "../../multimedia/libmpeg2/buildlink3.mk"
.include "../../multimedia/mp4v2/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../sysutils/file/buildlink3.mk"
.include "../../www/tidy/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
Index: pkgsrc/devel/libextractor/PLIST
diff -u pkgsrc/devel/libextractor/PLIST:1.15 pkgsrc/devel/libextractor/PLIST:1.16
--- pkgsrc/devel/libextractor/PLIST:1.15 Tue Feb 19 00:03:45 2019
+++ pkgsrc/devel/libextractor/PLIST Fri Aug 26 07:41:21 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2019/02/19 00:03:45 gdt Exp $
+@comment $NetBSD: PLIST,v 1.16 2022/08/26 07:41:21 adam Exp $
bin/extract
include/extractor.h
info/libextractor.info
@@ -8,6 +8,7 @@ lib/libextractor/libextractor_deb.la
lib/libextractor/libextractor_dvi.la
lib/libextractor/libextractor_exiv2.la
lib/libextractor/libextractor_flac.la
+lib/libextractor/libextractor_gif.la
lib/libextractor/libextractor_html.la
lib/libextractor/libextractor_it.la
lib/libextractor/libextractor_jpeg.la
@@ -22,10 +23,12 @@ lib/libextractor/libextractor_ogg.la
lib/libextractor/libextractor_ole2.la
lib/libextractor/libextractor_pdf.la
lib/libextractor/libextractor_png.la
+lib/libextractor/libextractor_previewopus.la
lib/libextractor/libextractor_ps.la
lib/libextractor/libextractor_riff.la
lib/libextractor/libextractor_s3m.la
lib/libextractor/libextractor_sid.la
+lib/libextractor/libextractor_thumbnailffmpeg.la
lib/libextractor/libextractor_thumbnailgtk.la
lib/libextractor/libextractor_tiff.la
lib/libextractor/libextractor_wav.la
@@ -35,6 +38,7 @@ lib/libextractor_common.la
lib/pkgconfig/libextractor.pc
man/man1/extract.1
man/man3/libextractor.3
+share/locale/da/LC_MESSAGES/libextractor.mo
share/locale/de/LC_MESSAGES/libextractor.mo
share/locale/es/LC_MESSAGES/libextractor.mo
share/locale/fr/LC_MESSAGES/libextractor.mo
@@ -42,6 +46,7 @@ share/locale/ga/LC_MESSAGES/libextractor
share/locale/it/LC_MESSAGES/libextractor.mo
share/locale/nl/LC_MESSAGES/libextractor.mo
share/locale/pl/LC_MESSAGES/libextractor.mo
+share/locale/pt_BR/LC_MESSAGES/libextractor.mo
share/locale/ro/LC_MESSAGES/libextractor.mo
share/locale/rw/LC_MESSAGES/libextractor.mo
share/locale/sr/LC_MESSAGES/libextractor.mo
Index: pkgsrc/devel/libextractor/distinfo
diff -u pkgsrc/devel/libextractor/distinfo:1.30 pkgsrc/devel/libextractor/distinfo:1.31
--- pkgsrc/devel/libextractor/distinfo:1.30 Tue Oct 26 10:15:19 2021
+++ pkgsrc/devel/libextractor/distinfo Fri Aug 26 07:41:21 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.30 2021/10/26 10:15:19 nia Exp $
+$NetBSD: distinfo,v 1.31 2022/08/26 07:41:21 adam Exp $
-BLAKE2s (libextractor-1.9.tar.gz) = d5d45fb6a0ddb1315bfa5e04a6750359c74c8cb3244764cc10f239a7e2fdd652
-SHA512 (libextractor-1.9.tar.gz) = c2539b144d026fb0e871c5776aee4deaad4a987a730350744a7e5e74fbe98a4abb635dbe206b93c3aa9cd676b8797ea0b97271de0c903dfb035e245ab42ea149
-Size (libextractor-1.9.tar.gz) = 8323852 bytes
-SHA1 (patch-exiv2-fix) = d209c3fca76781eddea0b783cdfa2d8de4234cb2
+BLAKE2s (libextractor-1.11.tar.gz) = 7e8353de830a60b6d4cfc04bc3c6d5b98bdc569dd353b27123d0dfd7193ae520
+SHA512 (libextractor-1.11.tar.gz) = 7023d8cb377fda854523242ac9fd14a97eed86d2cd829b126bb4d5a26d5f3650642f3871cf74ae3b0788447cc0a2dce942684ef0d45f17c9ba9248b5aed623d3
+Size (libextractor-1.11.tar.gz) = 8367637 bytes
Home |
Main Index |
Thread Index |
Old Index