summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-01-02 15:53:23 +0000
committeradam <adam@pkgsrc.org>2007-01-02 15:53:23 +0000
commit4c3417ba3c384c29ac81984fc8f0a4ab824c4571 (patch)
tree42a364a7bf384959229e66dd58553f544101be18
parent8904909ccf439445ba76588d461e37cfd117ff47 (diff)
downloadpkgsrc-4c3417ba3c384c29ac81984fc8f0a4ab824c4571.tar.gz
Changes 0.5.17:
* Added an SID (C64 music file) plugin * Added an NSF (NES Sound Format) plugin
-rw-r--r--devel/libextractor/Makefile5
-rw-r--r--devel/libextractor/PLIST5
-rw-r--r--devel/libextractor/distinfo18
-rw-r--r--devel/libextractor/patches/patch-ab6
-rw-r--r--devel/libextractor/patches/patch-ac8
-rw-r--r--devel/libextractor/patches/patch-ad6
-rw-r--r--devel/libextractor/patches/patch-ae13
-rw-r--r--devel/libextractor/patches/patch-af6
8 files changed, 33 insertions, 34 deletions
diff --git a/devel/libextractor/Makefile b/devel/libextractor/Makefile
index b29f1929442..829c55eabf1 100644
--- a/devel/libextractor/Makefile
+++ b/devel/libextractor/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2007/01/02 14:51:15 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2007/01/02 15:53:23 adam Exp $
-DISTNAME= libextractor-0.5.15
-PKGREVISION= 2
+DISTNAME= libextractor-0.5.17
CATEGORIES= devel
MASTER_SITES= http://gnunet.org/libextractor/download/
diff --git a/devel/libextractor/PLIST b/devel/libextractor/PLIST
index ce435b46bca..164737c26de 100644
--- a/devel/libextractor/PLIST
+++ b/devel/libextractor/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2006/12/06 16:29:59 joerg Exp $
+@comment $NetBSD: PLIST,v 1.9 2007/01/02 15:53:23 adam Exp $
bin/extract
include/extractor.h
lib/libextractor.la
@@ -22,6 +22,7 @@ lib/libextractor/libextractor_man.la
lib/libextractor/libextractor_mime.la
lib/libextractor/libextractor_mp3.la
lib/libextractor/libextractor_mpeg.la
+lib/libextractor/libextractor_nsf.la
lib/libextractor/libextractor_ogg.la
lib/libextractor/libextractor_ole2.la
lib/libextractor/libextractor_oo.la
@@ -43,6 +44,7 @@ lib/libextractor/libextractor_qt.la
lib/libextractor/libextractor_real.la
lib/libextractor/libextractor_riff.la
lib/libextractor/libextractor_rpm.la
+lib/libextractor/libextractor_sid.la
lib/libextractor/libextractor_split.la
lib/libextractor/libextractor_tar.la
lib/libextractor/libextractor_thumbnail.so
@@ -51,6 +53,7 @@ lib/libextractor/libextractor_tiff.la
lib/libextractor/libextractor_translit.la
lib/libextractor/libextractor_wav.la
lib/libextractor/libextractor_zip.la
+lib/pkgconfig/libextractor.pc
man/man1/extract.1
man/man3/libextractor.3
share/locale/de/LC_MESSAGES/libextractor.mo
diff --git a/devel/libextractor/distinfo b/devel/libextractor/distinfo
index a101223b2dd..122e3da08a9 100644
--- a/devel/libextractor/distinfo
+++ b/devel/libextractor/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.18 2007/01/02 14:51:15 rillig Exp $
+$NetBSD: distinfo,v 1.19 2007/01/02 15:53:23 adam Exp $
-SHA1 (libextractor-0.5.15.tar.gz) = 1b4fb66ac5d8df9725be60098ef80f2ef13b280f
-RMD160 (libextractor-0.5.15.tar.gz) = 69bf2979a4e1bed16241cd794921d2d9b481353d
-Size (libextractor-0.5.15.tar.gz) = 7770185 bytes
+SHA1 (libextractor-0.5.17.tar.gz) = f3a0b078fdae49ab55afb642306355ac53d32758
+RMD160 (libextractor-0.5.17.tar.gz) = 3553437b82ddea1852c85dde7b0f60103f421efe
+Size (libextractor-0.5.17.tar.gz) = 7788475 bytes
SHA1 (patch-aa) = f0923e6cba8e6bb327a7959a3d7679bb78a530b2
-SHA1 (patch-ab) = 1516691329cd367d2378ddda6e997f10ef09902f
-SHA1 (patch-ac) = 93aa17c9698d5d05e1c739e450d85df13031524d
-SHA1 (patch-ad) = 724032cdb58017ecb139cc77efc20ff455b87a36
-SHA1 (patch-ae) = e7f6e33ce08209f69c88d28a268644b06ce9fc49
-SHA1 (patch-af) = 4baac079d2a7fba264fcbc6b965245dc23d3e3ab
+SHA1 (patch-ab) = 8ba9e9c120e4c466a6de3801da9eea15d2de67cc
+SHA1 (patch-ac) = 83d0f6c5906c2300a17d24a25f73dae0e5f9cc22
+SHA1 (patch-ad) = a524291a5cd49c00ee35eca9e8002585fe06407a
+SHA1 (patch-ae) = f7f89aee1a7b2a8340dc6c4d644ce6aa59761e2b
+SHA1 (patch-af) = 72b45afaf4b2c378d187637e75215ac114c8d24e
diff --git a/devel/libextractor/patches/patch-ab b/devel/libextractor/patches/patch-ab
index 5c48888cdd9..ac697956c63 100644
--- a/devel/libextractor/patches/patch-ab
+++ b/devel/libextractor/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.5 2006/05/23 10:52:22 adam Exp $
+$NetBSD: patch-ab,v 1.6 2007/01/02 15:53:23 adam Exp $
---- src/main/extractor.c.orig 2006-05-17 05:01:12.000000000 +0200
+--- src/main/extractor.c.orig 2006-12-29 04:47:45.000000000 +0100
+++ src/main/extractor.c
-@@ -211,7 +211,6 @@ libextractor_id3v24:\
+@@ -226,7 +226,6 @@ libextractor_id3v24:\
libextractor_mime:\
libextractor_tar:\
libextractor_dvi:\
diff --git a/devel/libextractor/patches/patch-ac b/devel/libextractor/patches/patch-ac
index a13490dd0e7..ccfaecd4b05 100644
--- a/devel/libextractor/patches/patch-ac
+++ b/devel/libextractor/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.7 2006/10/22 21:26:19 adam Exp $
+$NetBSD: patch-ac,v 1.8 2007/01/02 15:53:23 adam Exp $
---- src/main/Makefile.in.orig 2006-09-06 23:07:45.000000000 +0200
+--- src/main/Makefile.in.orig 2007-01-02 04:02:20.000000000 +0100
+++ src/main/Makefile.in
-@@ -286,7 +286,7 @@ lib_LTLIBRARIES = \
+@@ -292,7 +292,7 @@ lib_LTLIBRARIES = \
extract_LDADD = \
$(top_builddir)/src/main/libextractor.la
@@ -10,4 +10,4 @@ $NetBSD: patch-ac,v 1.7 2006/10/22 21:26:19 adam Exp $
+dlflag = ${DL_LDFLAGS} ${DL_LIBS}
@HAVE_ZLIB_TRUE@zlib = -lz
@HAVE_BZ2_TRUE@bz2lib = -lbz2
- libextractor_la_LDFLAGS = \
+ @HAVE_GLIB_TRUE@@WITH_GSF_TRUE@GSF_LIBS_X = $(GSF_LIBS)
diff --git a/devel/libextractor/patches/patch-ad b/devel/libextractor/patches/patch-ad
index cba4e9a1197..e531ba563fa 100644
--- a/devel/libextractor/patches/patch-ad
+++ b/devel/libextractor/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.8 2006/10/22 21:26:19 adam Exp $
+$NetBSD: patch-ad,v 1.9 2007/01/02 15:53:23 adam Exp $
---- src/plugins/exiv2/Makefile.in.orig 2006-09-06 23:07:15.000000000 +0200
+--- src/plugins/exiv2/Makefile.in.orig 2007-01-02 04:02:22.000000000 +0100
+++ src/plugins/exiv2/Makefile.in
-@@ -301,11 +301,11 @@ libextractor_exiv2_la_LINK = \
+@@ -305,11 +305,11 @@ libextractor_exiv2_la_LINK = \
/bin/sh ../../../libtool --mode=link $(CXXLD) -o libextractor_exiv2.la
libextractor_exiv2_la_LDFLAGS = \
diff --git a/devel/libextractor/patches/patch-ae b/devel/libextractor/patches/patch-ae
index 15781a90508..d54c7520f77 100644
--- a/devel/libextractor/patches/patch-ae
+++ b/devel/libextractor/patches/patch-ae
@@ -1,11 +1,8 @@
-$NetBSD: patch-ae,v 1.5 2007/01/02 14:51:15 rillig Exp $
+$NetBSD: patch-ae,v 1.6 2007/01/02 15:53:23 adam Exp $
-The double eval fixes an insufficient variable expansion in the shell,
-caused by the buggy AC_DEFINE_DIR macro.
-
---- configure.orig 2006-09-06 23:07:19.000000000 +0200
-+++ configure 2007-01-02 15:41:52.000000000 +0100
-@@ -24730,7 +24730,7 @@ _ACEOF
+--- configure.orig 2007-01-02 04:02:29.000000000 +0100
++++ configure
+@@ -23612,7 +23612,7 @@ _ACEOF
exec_prefix_NONE=
test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix
@@ -14,7 +11,7 @@ caused by the buggy AC_DEFINE_DIR macro.
LOCALEDIR="$ac_define_dir"
-@@ -30949,7 +30949,7 @@ fi
+@@ -29031,7 +29031,7 @@ fi
if test x$without_glib != xtrue
then
diff --git a/devel/libextractor/patches/patch-af b/devel/libextractor/patches/patch-af
index d3f545fec7f..867284c186d 100644
--- a/devel/libextractor/patches/patch-af
+++ b/devel/libextractor/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.4 2006/10/22 21:26:19 adam Exp $
+$NetBSD: patch-af,v 1.5 2007/01/02 15:53:23 adam Exp $
---- configure.ac.orig 2006-09-06 22:43:16.000000000 +0200
+--- configure.ac.orig 2007-01-02 04:01:41.000000000 +0100
+++ configure.ac
-@@ -234,7 +234,7 @@ AC_ARG_ENABLE(glib,
+@@ -235,7 +235,7 @@ AC_ARG_ENABLE(glib,
if test x$without_glib != xtrue
then