summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz>2003-02-14 23:56:28 +0000
committerwiz <wiz>2003-02-14 23:56:28 +0000
commit36623a875cc573e377df21c29e1e1f9e3a94f0c8 (patch)
tree99b8fe9779bd8a98689a9aaf4591a8bdf9e892b0 /audio
parent0393c318a3c29cf2beebe6742e7847979f06fc7b (diff)
downloadpkgsrc-36623a875cc573e377df21c29e1e1f9e3a94f0c8.tar.gz
Update to 1.1.0: This release adds ReplayGain and cue sheet support,
and improves 24-bit compression, tag editing in the plugins, and decoding to AIFF.
Diffstat (limited to 'audio')
-rw-r--r--audio/flac-xmms/Makefile17
-rw-r--r--audio/flac-xmms/PLIST3
-rw-r--r--audio/flac-xmms/distinfo11
-rw-r--r--audio/flac-xmms/patches/patch-aa27
-rw-r--r--audio/flac-xmms/patches/patch-ab33
-rw-r--r--audio/flac-xmms/patches/patch-ac22
-rw-r--r--audio/flac-xmms/patches/patch-ad160
7 files changed, 24 insertions, 249 deletions
diff --git a/audio/flac-xmms/Makefile b/audio/flac-xmms/Makefile
index 4644813b2b4..b88f3e8c14f 100644
--- a/audio/flac-xmms/Makefile
+++ b/audio/flac-xmms/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2002/12/24 18:55:34 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2003/02/14 23:56:28 wiz Exp $
#
-DISTNAME= flac-1.0.4
-PKGNAME= flac-xmms-1.0.4
+DISTNAME= flac-1.1.0
+PKGNAME= flac-xmms-1.1.0
CATEGORIES= audio archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac/}
@@ -16,14 +16,15 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool-disable-static
XMMS_WRKSRC= ${WRKSRC}/src/plugin_xmms
-do-build:
- @cd ${XMMS_WRKSRC}/../plugin_common && ${SETENV} ${MAKE_ENV} \
- ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}
- @cd ${XMMS_WRKSRC} && ${SETENV} ${MAKE_ENV} \
- ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}
+#do-build:
+# @cd ${XMMS_WRKSRC}/../plugin_common && ${SETENV} ${MAKE_ENV} \
+# ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}
+# @cd ${XMMS_WRKSRC} && ${SETENV} ${MAKE_ENV} \
+# ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}
do-install:
@cd ${XMMS_WRKSRC} && ${SETENV} ${MAKE_ENV} \
diff --git a/audio/flac-xmms/PLIST b/audio/flac-xmms/PLIST
index d5644cdeb35..cf84bdd6c8b 100644
--- a/audio/flac-xmms/PLIST
+++ b/audio/flac-xmms/PLIST
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2002/09/06 06:45:08 jlam Exp $
-lib/xmms/Input/libxmms-flac.a
+@comment $NetBSD: PLIST,v 1.3 2003/02/14 23:56:29 wiz Exp $
lib/xmms/Input/libxmms-flac.la
lib/xmms/Input/libxmms-flac.so
diff --git a/audio/flac-xmms/distinfo b/audio/flac-xmms/distinfo
index d7ec991fa44..880fa1a945e 100644
--- a/audio/flac-xmms/distinfo
+++ b/audio/flac-xmms/distinfo
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.5 2002/11/15 15:27:57 lukem Exp $
+$NetBSD: distinfo,v 1.6 2003/02/14 23:56:29 wiz Exp $
-SHA1 (flac-1.0.4.tar.gz) = d16beeb8b1f37044d59ba7f2b80a2c3c8db3e7e3
-Size (flac-1.0.4.tar.gz) = 1011175 bytes
-SHA1 (patch-aa) = 319601528fa2491bd381779154b667bde222dad4
-SHA1 (patch-ab) = 029c27ef609c5e25ec37e99945b43a40b10640e2
-SHA1 (patch-ac) = 7894bafded56bd7d74665b862094ae8dfb3169b0
-SHA1 (patch-ad) = 2cc15122a4f1adadf2d76e207fb60dd3bef63b81
+SHA1 (flac-1.1.0.tar.gz) = 80334c1ebc693fb92e01f5a55ed332fbe9809592
+Size (flac-1.1.0.tar.gz) = 1201861 bytes
+SHA1 (patch-aa) = d042e72b8e12631004b2403b40c5b004fc71ea8b
diff --git a/audio/flac-xmms/patches/patch-aa b/audio/flac-xmms/patches/patch-aa
index 36d3ab9af1d..14d2ecfc44b 100644
--- a/audio/flac-xmms/patches/patch-aa
+++ b/audio/flac-xmms/patches/patch-aa
@@ -1,20 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2002/11/15 15:27:59 lukem Exp $
+$NetBSD: patch-aa,v 1.4 2003/02/14 23:56:30 wiz Exp $
---- src/plugin_xmms/Makefile.am.orig Tue Sep 10 06:11:30 2002
-+++ src/plugin_xmms/Makefile.am
-@@ -32,7 +32,7 @@ INCLUDES = -I$(top_srcdir)/src
- xmmsinputplugindir = @XMMS_INPUT_PLUGIN_DIR@
+--- src/libFLAC/ia32/Makefile.in.orig Sat Feb 15 00:49:15 2003
++++ src/libFLAC/ia32/Makefile.in
+@@ -352,7 +352,7 @@ uninstall-am: uninstall-info-am
- # Don't build a static library
--LIBTOOL = $(top_builddir)/libtool-disable-static
-+LIBTOOL = $(top_builddir)/libtool
- xmmsinputplugin_LTLIBRARIES = libxmms-flac.la
-
-@@ -52,5 +52,5 @@ endif
- # for fix info see:
- # http://lists.freshrpms.net/pipermail/rpm-list/2002-April/000746.html
- # the workaround is the extra '-L$(top_builddir)/src/libFLAC/.libs'
--libxmms_flac_la_LIBADD = $(top_builddir)/src/plugin_common/libplugin_common.a $(top_builddir)/src/libFLAC/libFLAC.la -L$(top_builddir)/src/libFLAC/.libs @XMMS_LIBS@ @ID3LIB_LIBS@
-+libxmms_flac_la_LIBADD = $(top_builddir)/src/plugin_common/libplugin_common.la $(libdir)/libFLAC.la @XMMS_LIBS@ @ID3LIB_LIBS@
- libxmms_flac_la_LDFLAGS = -module -avoid-version
+ .nasm.lo:
+- $(LIBTOOL) --mode=compile $(STRIP_FPIC) $(NASM) -f $(OBJ_FORMAT) -d OBJ_FORMAT_$(OBJ_FORMAT) -i$(srcdir)/ $< -o $@
++ $(LIBTOOL) --tag=CC --mode=compile $(STRIP_FPIC) $(NASM) -f $(OBJ_FORMAT) -d OBJ_FORMAT_$(OBJ_FORMAT) -i$(srcdir)/ $< -o $@
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
diff --git a/audio/flac-xmms/patches/patch-ab b/audio/flac-xmms/patches/patch-ab
deleted file mode 100644
index be87d876029..00000000000
--- a/audio/flac-xmms/patches/patch-ab
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2002/11/15 15:27:59 lukem Exp $
-
---- src/plugin_xmms/Makefile.in.orig Wed Sep 25 14:53:42 2002
-+++ src/plugin_xmms/Makefile.in
-@@ -108,7 +108,7 @@ LIB = @LIB@
- LIBICONV = @LIBICONV@
-
- # Don't build a static library
--LIBTOOL = $(top_builddir)/libtool-disable-static
-+LIBTOOL = $(top_builddir)/libtool
- LN_S = @LN_S@
- LTLIB = @LTLIB@
- LTLIBICONV = @LTLIBICONV@
-@@ -166,7 +166,7 @@ plugin_sources = charset.c configure.c p
- # for fix info see:
- # http://lists.freshrpms.net/pipermail/rpm-list/2002-April/000746.html
- # the workaround is the extra '-L$(top_builddir)/src/libFLAC/.libs'
--libxmms_flac_la_LIBADD = $(top_builddir)/src/plugin_common/libplugin_common.a $(top_builddir)/src/libFLAC/libFLAC.la -L$(top_builddir)/src/libFLAC/.libs @XMMS_LIBS@ @ID3LIB_LIBS@
-+libxmms_flac_la_LIBADD = $(top_builddir)/src/plugin_common/libplugin_common.la $(libdir)/libFLAC.la @XMMS_LIBS@ @ID3LIB_LIBS@
- libxmms_flac_la_LDFLAGS = -module -avoid-version
- subdir = src/plugin_xmms
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -174,8 +174,8 @@ CONFIG_CLEAN_FILES =
- LTLIBRARIES = $(xmmsinputplugin_LTLIBRARIES)
-
- libxmms_flac_la_DEPENDENCIES = \
-- $(top_builddir)/src/plugin_common/libplugin_common.a \
-- $(top_builddir)/src/libFLAC/libFLAC.la
-+ $(top_builddir)/src/plugin_common/libplugin_common.la \
-+ $(libdir)/libFLAC.la
- am__objects_1 = charset.lo configure.lo plugin.lo wrap_id3.lo
- @FLaC__HAS_ID3LIB_TRUE@am_libxmms_flac_la_OBJECTS = $(am__objects_1)
- @FLaC__HAS_ID3LIB_FALSE@am_libxmms_flac_la_OBJECTS = $(am__objects_1)
diff --git a/audio/flac-xmms/patches/patch-ac b/audio/flac-xmms/patches/patch-ac
deleted file mode 100644
index a96b37226ab..00000000000
--- a/audio/flac-xmms/patches/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2002/11/15 15:28:00 lukem Exp $
-
---- src/plugin_common/Makefile.am.orig Thu Sep 12 01:33:40 2002
-+++ src/plugin_common/Makefile.am
-@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign
-
- INCLUDES = -I$(top_srcdir)/include @ID3LIB_CFLAGS@
-
--noinst_LIBRARIES = libplugin_common.a
-+noinst_LTLIBRARIES = libplugin_common.la
-
- noinst_HEADERS = \
- all.h \
-@@ -16,7 +16,7 @@ noinst_HEADERS = \
- locale_hack.h \
- vorbiscomment.h
-
--libplugin_common_a_SOURCES = \
-+libplugin_common_la_SOURCES = \
- canonical_tag.c \
- charset.c \
- dither.c \
diff --git a/audio/flac-xmms/patches/patch-ad b/audio/flac-xmms/patches/patch-ad
deleted file mode 100644
index 63da61e6e11..00000000000
--- a/audio/flac-xmms/patches/patch-ad
+++ /dev/null
@@ -1,160 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2002/11/15 15:28:00 lukem Exp $
-
---- src/plugin_common/Makefile.in.orig Wed Sep 25 14:53:41 2002
-+++ src/plugin_common/Makefile.in
-@@ -118,7 +118,7 @@ AUTOMAKE_OPTIONS = foreign
-
- INCLUDES = -I$(top_srcdir)/include @ID3LIB_CFLAGS@
-
--noinst_LIBRARIES = libplugin_common.a
-+noinst_LTLIBRARIES = libplugin_common.la
-
- noinst_HEADERS = \
- all.h \
-@@ -131,7 +131,7 @@ noinst_HEADERS = \
- vorbiscomment.h
-
-
--libplugin_common_a_SOURCES = \
-+libplugin_common_la_SOURCES = \
- canonical_tag.c \
- charset.c \
- dither.c \
-@@ -148,14 +148,13 @@ EXTRA_DIST = \
- subdir = src/plugin_common
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_CLEAN_FILES =
--LIBRARIES = $(noinst_LIBRARIES)
-+LTLIBRARIES = $(noinst_LTLIBRARIES)
-
--libplugin_common_a_AR = $(AR) cru
--libplugin_common_a_LIBADD =
--am_libplugin_common_a_OBJECTS = canonical_tag.$(OBJEXT) \
-- charset.$(OBJEXT) dither.$(OBJEXT) id3v1.$(OBJEXT) \
-- id3v2.$(OBJEXT) vorbiscomment.$(OBJEXT)
--libplugin_common_a_OBJECTS = $(am_libplugin_common_a_OBJECTS)
-+libplugin_common_la_LDFLAGS =
-+libplugin_common_la_LIBADD =
-+am_libplugin_common_la_OBJECTS = canonical_tag.lo charset.lo dither.lo \
-+ id3v1.lo id3v2.lo vorbiscomment.lo
-+libplugin_common_la_OBJECTS = $(am_libplugin_common_la_OBJECTS)
-
- DEFS = @DEFS@
- DEFAULT_INCLUDES = -I. -I$(srcdir)
-@@ -164,10 +163,10 @@ LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
--@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/canonical_tag.Po \
--@AMDEP_TRUE@ ./$(DEPDIR)/charset.Po ./$(DEPDIR)/dither.Po \
--@AMDEP_TRUE@ ./$(DEPDIR)/id3v1.Po ./$(DEPDIR)/id3v2.Po \
--@AMDEP_TRUE@ ./$(DEPDIR)/vorbiscomment.Po
-+@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/canonical_tag.Plo \
-+@AMDEP_TRUE@ ./$(DEPDIR)/charset.Plo ./$(DEPDIR)/dither.Plo \
-+@AMDEP_TRUE@ ./$(DEPDIR)/id3v1.Plo ./$(DEPDIR)/id3v2.Plo \
-+@AMDEP_TRUE@ ./$(DEPDIR)/vorbiscomment.Plo
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
-@@ -176,11 +175,11 @@ CCLD = $(CC)
- LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
- CFLAGS = @CFLAGS@
--DIST_SOURCES = $(libplugin_common_a_SOURCES)
-+DIST_SOURCES = $(libplugin_common_la_SOURCES)
- HEADERS = $(noinst_HEADERS)
-
- DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in
--SOURCES = $(libplugin_common_a_SOURCES)
-+SOURCES = $(libplugin_common_la_SOURCES)
-
- all: all-am
-
-@@ -192,14 +191,16 @@ $(srcdir)/Makefile.in: Makefile.am $(t
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
-
--AR = ar
--
--clean-noinstLIBRARIES:
-- -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
--libplugin_common.a: $(libplugin_common_a_OBJECTS) $(libplugin_common_a_DEPENDENCIES)
-- -rm -f libplugin_common.a
-- $(libplugin_common_a_AR) libplugin_common.a $(libplugin_common_a_OBJECTS) $(libplugin_common_a_LIBADD)
-- $(RANLIB) libplugin_common.a
-+clean-noinstLTLIBRARIES:
-+ -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
-+ @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
-+ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
-+ test -z "$dir" && dir=.; \
-+ echo "rm -f \"$${dir}/so_locations\""; \
-+ rm -f "$${dir}/so_locations"; \
-+ done
-+libplugin_common.la: $(libplugin_common_la_OBJECTS) $(libplugin_common_la_DEPENDENCIES)
-+ $(LINK) $(libplugin_common_la_LDFLAGS) $(libplugin_common_la_OBJECTS) $(libplugin_common_la_LIBADD) $(LIBS)
-
- mostlyclean-compile:
- -rm -f *.$(OBJEXT) core *.core
-@@ -207,12 +208,12 @@ mostlyclean-compile:
- distclean-compile:
- -rm -f *.tab.c
-
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonical_tag.Po@am__quote@
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Po@am__quote@
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dither.Po@am__quote@
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id3v1.Po@am__quote@
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id3v2.Po@am__quote@
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbiscomment.Po@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonical_tag.Plo@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Plo@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dither.Plo@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id3v1.Plo@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id3v2.Plo@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbiscomment.Plo@am__quote@
-
- distclean-depend:
- -rm -rf ./$(DEPDIR)
-@@ -309,7 +310,7 @@ distdir: $(DISTFILES)
- done
- check-am: all-am
- check: check-am
--all-am: Makefile $(LIBRARIES) $(HEADERS)
-+all-am: Makefile $(LTLIBRARIES) $(HEADERS)
-
- installdirs:
-
-@@ -339,7 +340,7 @@ maintainer-clean-generic:
- @echo "it deletes files that may require special tools to rebuild."
- clean: clean-am
-
--clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
-+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
- mostlyclean-am
-
- distclean: distclean-am
-@@ -377,15 +378,16 @@ mostlyclean-am: mostlyclean-compile most
- uninstall-am: uninstall-info-am
-
- .PHONY: GTAGS all all-am check check-am clean clean-generic \
-- clean-libtool clean-noinstLIBRARIES distclean distclean-compile \
-- distclean-depend distclean-generic distclean-libtool \
-- distclean-tags distdir dvi dvi-am info info-am install \
-- install-am install-data install-data-am install-exec \
-- install-exec-am install-info install-info-am install-man \
-- install-strip installcheck installcheck-am installdirs \
-- maintainer-clean maintainer-clean-generic mostlyclean \
-- mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
-- tags uninstall uninstall-am uninstall-info-am
-+ clean-libtool clean-noinstLTLIBRARIES distclean \
-+ distclean-compile distclean-depend distclean-generic \
-+ distclean-libtool distclean-tags distdir dvi dvi-am info \
-+ info-am install install-am install-data install-data-am \
-+ install-exec install-exec-am install-info install-info-am \
-+ install-man install-strip installcheck installcheck-am \
-+ installdirs maintainer-clean maintainer-clean-generic \
-+ mostlyclean mostlyclean-compile mostlyclean-generic \
-+ mostlyclean-libtool tags uninstall uninstall-am \
-+ uninstall-info-am
-
-
- debug: