summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2007-01-26 07:47:25 +0000
committerwiz <wiz>2007-01-26 07:47:25 +0000
commit9ba71cc1ddf146c2498d023f33bf0622dbccc1a9 (patch)
tree8718f51e238b9f7665ee945296f8c125c6fe5d84
parent255c75624104d16f91edac998e032348fa723b79 (diff)
downloadpkgsrc-9ba71cc1ddf146c2498d023f33bf0622dbccc1a9.tar.gz
Remove old version of libtunepimp, no package in pkgsrc depends on it
any longer.
-rw-r--r--audio/libtunepimp0.4/DESCR17
-rw-r--r--audio/libtunepimp0.4/Makefile36
-rw-r--r--audio/libtunepimp0.4/PLIST22
-rw-r--r--audio/libtunepimp0.4/buildlink3.mk22
-rw-r--r--audio/libtunepimp0.4/distinfo12
-rw-r--r--audio/libtunepimp0.4/patches/patch-aa30
-rw-r--r--audio/libtunepimp0.4/patches/patch-ab33
-rw-r--r--audio/libtunepimp0.4/patches/patch-ac13
-rw-r--r--audio/libtunepimp0.4/patches/patch-ad13
-rw-r--r--audio/libtunepimp0.4/patches/patch-ae24
-rw-r--r--audio/libtunepimp0.4/patches/patch-af50
-rw-r--r--audio/libtunepimp0.4/patches/patch-ag16
12 files changed, 0 insertions, 288 deletions
diff --git a/audio/libtunepimp0.4/DESCR b/audio/libtunepimp0.4/DESCR
deleted file mode 100644
index ea282a2d2f5..00000000000
--- a/audio/libtunepimp0.4/DESCR
+++ /dev/null
@@ -1,17 +0,0 @@
-The TunePimp library serves as a tool to allow developers to create
-MusicBrainz enabled tagging applications.
-
-The TunePimp library is a full featured tagging library that allows
-the developer to open music files for identification/lookup. Once
-files have been identified, it writes new metadata tags to the
-music files and writes the files to a standardized directory
-hierarchy. TunePimp includes the following features:
-
-* Create TRM IDs from WAV, MP3, Ogg/Vorbis and FLAC files
-* Automatically lookup files by TRM or by metadata
-* Read and write metadata from the music files
-* Optionally rename files according to a user specified file mask
-* Optionally move files to a user specified directory hierarchy
-
-This package contains the older 0.4 release; the current version
-is in audio/libtunepimp.
diff --git a/audio/libtunepimp0.4/Makefile b/audio/libtunepimp0.4/Makefile
deleted file mode 100644
index 9a9dc47ef38..00000000000
--- a/audio/libtunepimp0.4/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2007/01/07 12:25:52 wiz Exp $
-#
-
-DISTNAME= libtunepimp-0.4.2
-PKGREVISION= 3
-CATEGORIES= audio
-MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \
- http://ftp.musicbrainz.org/pub/musicbrainz/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://musicbrainz.org/products/tunepimp/index.html
-COMMENT= Library to support MusicBrainz enabled tagging (0.4 series)
-
-GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
-USE_LIBTOOL= YES
-CONFLICTS+= tunepimp-[0-9]* trm-[0-9]*
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-pre-configure:
- ${ECHO} "#define HAVE_STATVFS 1" >> ${WRKSRC}/config.h.in
-.endif
-
-.include "../../audio/flac/buildlink3.mk"
-.include "../../audio/musicbrainz/buildlink3.mk"
-.include "../../audio/libmad/buildlink3.mk"
-.include "../../audio/libvorbis/buildlink3.mk"
-.include "../../audio/taglib/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
-.include "../../multimedia/mpeg4ip/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/libtunepimp0.4/PLIST b/audio/libtunepimp0.4/PLIST
deleted file mode 100644
index 366b26ef966..00000000000
--- a/audio/libtunepimp0.4/PLIST
+++ /dev/null
@@ -1,22 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/12 13:07:19 wiz Exp $
-bin/tp_tagger
-bin/trm
-include/tunepimp/context.h
-include/tunepimp/decode_plugin.h
-include/tunepimp/defs.h
-include/tunepimp/fileio.h
-include/tunepimp/metadata_plugin.h
-include/tunepimp/tp_c.h
-include/tunepimp/track.h
-include/tunepimp/tunepimp.h
-lib/libtunepimp.la
-lib/tunepimp/plugins/flac.tpp
-lib/tunepimp/plugins/mp3.tpp
-lib/tunepimp/plugins/mp4.tpp
-lib/tunepimp/plugins/mpc.tpp
-lib/tunepimp/plugins/vorbis.tpp
-lib/tunepimp/plugins/wav.tpp
-lib/tunepimp/plugins/wma.tpp
-@dirrm lib/tunepimp/plugins
-@dirrm lib/tunepimp
-@dirrm include/tunepimp
diff --git a/audio/libtunepimp0.4/buildlink3.mk b/audio/libtunepimp0.4/buildlink3.mk
deleted file mode 100644
index 84881c93a2b..00000000000
--- a/audio/libtunepimp0.4/buildlink3.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2006/08/23 06:18:33 wiz Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-LIBTUNEPIMP_BUILDLINK3_MK:= ${LIBTUNEPIMP_BUILDLINK3_MK}+
-
-.if ${BUILDLINK_DEPTH} == "+"
-BUILDLINK_DEPENDS+= libtunepimp
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibtunepimp}
-BUILDLINK_PACKAGES+= libtunepimp
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libtunepimp
-
-.if ${LIBTUNEPIMP_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.libtunepimp+= libtunepimp>=0.4.2
-BUILDLINK_API_DEPENDS.libtunepimp+= libtunepimp<0.5
-BUILDLINK_PKGSRCDIR.libtunepimp?= ../../audio/libtunepimp0.4
-.endif # LIBTUNEPIMP_BUILDLINK3_MK
-
-.include "../../audio/musicbrainz/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/audio/libtunepimp0.4/distinfo b/audio/libtunepimp0.4/distinfo
deleted file mode 100644
index bcc07a0c912..00000000000
--- a/audio/libtunepimp0.4/distinfo
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: distinfo,v 1.3 2007/01/12 20:21:47 wiz Exp $
-
-SHA1 (libtunepimp-0.4.2.tar.gz) = deb7ac22e451b7512006e6f090333e14d4cbc78f
-RMD160 (libtunepimp-0.4.2.tar.gz) = f4c7ebeb505c6b8b1dff284aebf6c9e249192765
-Size (libtunepimp-0.4.2.tar.gz) = 1019995 bytes
-SHA1 (patch-aa) = 1c0e484dbe02309ab09ce153dcad710590aedcd1
-SHA1 (patch-ab) = d72634d99a70925ee180108db4a95c10124b7de0
-SHA1 (patch-ac) = bebb5ac1358007098704052888a98f9d97376b6a
-SHA1 (patch-ad) = cdd662177cf90a9e926881d25eb40d674ca21456
-SHA1 (patch-ae) = eb8cfcbb6672c241f14666d77b48bd16ef3a9875
-SHA1 (patch-af) = 91401702a2b327d8f84b1fdfc73847b047c2d49a
-SHA1 (patch-ag) = 1f11eb74fcdc47b02e59e8dba4f8e6491f823afb
diff --git a/audio/libtunepimp0.4/patches/patch-aa b/audio/libtunepimp0.4/patches/patch-aa
deleted file mode 100644
index 3c1fbf1eed0..00000000000
--- a/audio/libtunepimp0.4/patches/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/07/12 13:07:19 wiz Exp $
-
---- lib/write.cpp.orig 2006-01-20 10:05:11.000000000 +1300
-+++ lib/write.cpp
-@@ -35,9 +35,12 @@
- # include <sys/stat.h>
- # include <sys/types.h>
- # include <fcntl.h>
--# if defined(__APPLE__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
-+# if defined(__APPLE__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
- # include <sys/param.h>
- # include <sys/mount.h>
-+# if (defined(__NetBSD__) && __NetBSD_Version__ >= 299000900)
-+# define HAVE_STATVFS 1
-+# endif
- # else
- # include <sys/vfs.h>
- # endif
-@@ -54,6 +57,11 @@
- #include "fileio.h"
- #include "utf8/utf8util.h"
-
-+#if defined(HAVE_STATVFS)
-+# define statfs statvfs
-+# define f_bsize f_frsize
-+#endif
-+
- #ifdef WIN32
- const char *dirSep = "\\";
- const char dirSepChar = '\\';
diff --git a/audio/libtunepimp0.4/patches/patch-ab b/audio/libtunepimp0.4/patches/patch-ab
deleted file mode 100644
index 3ee62e249ad..00000000000
--- a/audio/libtunepimp0.4/patches/patch-ab
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2006/07/12 13:07:19 wiz Exp $
-
---- configure.orig 2006-01-28 21:54:07.000000000 +0100
-+++ configure
-@@ -20504,9 +20504,9 @@ fi
- echo "*** Or see http://developer.kde.org/~wheeler/taglib.html"
- else
- TAGLIB_VERSION=`$TAGLIB_CONFIG --version`
-- echo "$as_me:$LINENO: checking for taglib >= 1.4.0" >&5
--echo $ECHO_N "checking for taglib >= 1.4.0... $ECHO_C" >&6
-- VERSION_CHECK=`expr $TAGLIB_VERSION \>\= 1.4.0`
-+ echo "$as_me:$LINENO: checking for taglib >= 1.4" >&5
-+echo $ECHO_N "checking for taglib >= 1.4... $ECHO_C" >&6
-+ VERSION_CHECK=`expr $TAGLIB_VERSION \>\= 1.4`
- if test "$VERSION_CHECK" = "1" ; then
- echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6
-@@ -21401,7 +21401,6 @@ echo "$as_me: error: \"Cannot build. Sto
- fi
-
-
--LIBS="-lmusicbrainz"
- if test "$cross_compiling" = yes; then
- have_mbver=false
- else
-@@ -21478,7 +21477,6 @@ ac_link='$CC -o conftest$ac_exeext $CFLA
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
--LIBS=""
- if test "x$os" = "xdarwin"; then
- LIBS="$LIBS -framework CoreFoundation"
- fi
diff --git a/audio/libtunepimp0.4/patches/patch-ac b/audio/libtunepimp0.4/patches/patch-ac
deleted file mode 100644
index 95856094cb0..00000000000
--- a/audio/libtunepimp0.4/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2006/07/12 13:07:19 wiz Exp $
-
---- lib/threads/posix/Makefile.in.orig 2006-04-17 09:21:22.000000000 +1200
-+++ lib/threads/posix/Makefile.in
-@@ -211,7 +211,7 @@ target_alias = @target_alias@
- INCLUDES = -I$(top_srcdir)/include/tunepimp
- noinst_LTLIBRARIES = libtpthread.la
- libtpthread_la_SOURCES = mutex.cpp mutex.h thread.cpp thread.h semaphore.cpp semaphore.h
--@FREEBSD_FALSE@libtpthread_la_LIBADD = -lpthread
-+@FREEBSD_FALSE@libtpthread_la_LIBADD = ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
- @FREEBSD_TRUE@libtpthread_la_LIBADD = -lthr
- all: all-am
-
diff --git a/audio/libtunepimp0.4/patches/patch-ad b/audio/libtunepimp0.4/patches/patch-ad
deleted file mode 100644
index d6c99520493..00000000000
--- a/audio/libtunepimp0.4/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2006/07/12 13:07:19 wiz Exp $
-
---- lib/Makefile.in.orig 2006-04-17 09:23:47.000000000 +1200
-+++ lib/Makefile.in
-@@ -262,7 +262,7 @@ libtunepimp_la_SOURCES = tunepimp.cpp fi
- # 1:0:0 - TunePimp implementation for version 0.2.x
- # 2:0:0 - TunePimp implementation for version 0.3.x
- # 3:0:0 - TunePimp implementation for version 0.4.x
--libtunepimp_la_LDFLAGS = -version-info 3:0:0
-+libtunepimp_la_LDFLAGS = -version-info 3:0:0 ${PTHREAD_LDFLAGS}
- libtunepimp_la_LIBADD = threads/posix/libtpthread.la utf8/libutf8.la -lmusicbrainz -lz $(LIBLTDL) -lm
- noinst_LTLIBRARIES = libpluginsupport.la
- libpluginsupport_la_SOURCES = metadata.cpp fileio.cpp
diff --git a/audio/libtunepimp0.4/patches/patch-ae b/audio/libtunepimp0.4/patches/patch-ae
deleted file mode 100644
index f064dbe7eb2..00000000000
--- a/audio/libtunepimp0.4/patches/patch-ae
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2006/08/21 17:55:01 salo Exp $
-
-Security fix for CVE-2006-3600, from MusicBrainz SVN.
-
---- lib/lookuptools.cpp.orig 2006-01-28 21:35:42.000000000 +0100
-+++ lib/lookuptools.cpp 2006-08-21 16:43:11.000000000 +0200
-@@ -51,7 +51,7 @@
- musicbrainz_t o;
- char *args[7];
- int ret, trackNum;
-- char error[255], data[255], trackURI[256],
-+ char error[256], data[256], trackURI[256],
- artistURI[256], albumURI[256];
- char temp[100], duration[100], status[100];
-
-@@ -160,7 +160,7 @@
- if (mb_Select1(o, MBS_SelectReleaseDate, j))
- {
- // Pull back the release date and release country
-- if (mb_GetResultData(o, MBE_ReleaseGetDate, temp, 256))
-+ if (mb_GetResultData(o, MBE_ReleaseGetDate, temp, 100))
- {
- int month = 0, day = 0, year = 0;
-
diff --git a/audio/libtunepimp0.4/patches/patch-af b/audio/libtunepimp0.4/patches/patch-af
deleted file mode 100644
index 1ab38c38f56..00000000000
--- a/audio/libtunepimp0.4/patches/patch-af
+++ /dev/null
@@ -1,50 +0,0 @@
-$NetBSD: patch-af,v 1.1 2007/01/12 20:21:47 wiz Exp $
-
---- plugins/flac/flacdecode.cpp.orig 2005-06-23 22:38:12.000000000 +0000
-+++ plugins/flac/flacdecode.cpp
-@@ -28,6 +28,14 @@
- #include <string.h>
- #include "flacdecode.h"
-
-+#include <FLAC/export.h>
-+/* FLAC 1.1.3 has FLAC_API_VERSION_CURRENT == 8 */
-+#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT < 8
-+#define LEGACY_FLAC
-+#else
-+#undef LEGACY_FLAC
-+#endif
-+
- void FLAC_errorcb(const FLAC__StreamDecoder * decoder,
- FLAC__StreamDecoderErrorStatus status, void *client_data)
- {
-@@ -99,7 +107,11 @@ FLAC__StreamDecoderWriteStatus FLAC_writ
-
- FLAC__StreamDecoderReadStatus FLAC_readcb(const FLAC__StreamDecoder *decoder,
- FLAC__byte buffer[],
-+#ifdef LEGACY_FLAC
- unsigned *bytes,
-+#else
-+ size_t *bytes,
-+#endif
- void *client_data)
- {
- clientdata_t *cd = reinterpret_cast < clientdata_t * >(client_data);
-@@ -131,6 +143,7 @@ FlacDecode::FlacDecode(const string & fi
- if (!cd.in)
- return;
-
-+#ifdef LEGACY_FLAC
- if (!FLAC__stream_decoder_set_read_callback(decoder, &FLAC_readcb))
- return;
-
-@@ -149,6 +162,10 @@ FlacDecode::FlacDecode(const string & fi
- state = FLAC__stream_decoder_init(decoder);
- if (state != FLAC__STREAM_DECODER_SEARCH_FOR_METADATA)
- return;
-+#else
-+ if (FLAC__stream_decoder_init_stream(decoder, &FLAC_readcb, NULL, NULL, NULL, NULL, &FLAC_writecb, &FLAC_metadatacb, &FLAC_errorcb, &cd) != FLAC__STREAM_DECODER_INIT_STATUS_OK)
-+ return;
-+#endif
-
- FLAC__stream_decoder_process_until_end_of_metadata(decoder);
- state = FLAC__stream_decoder_get_state(decoder);
diff --git a/audio/libtunepimp0.4/patches/patch-ag b/audio/libtunepimp0.4/patches/patch-ag
deleted file mode 100644
index cb3655f2e08..00000000000
--- a/audio/libtunepimp0.4/patches/patch-ag
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2007/01/12 20:21:47 wiz Exp $
-
---- plugins/flac/flacdecode.h.orig 2005-06-15 01:08:20.000000000 +0000
-+++ plugins/flac/flacdecode.h
-@@ -25,8 +25,8 @@
-
- ----------------------------------------------------------------------------*/
--#ifndef __VORBIS_DECODE_H
--#define __VORBIS_DECODE_H
-+#ifndef __FLAC_DECODE_H
-+#define __FLAC_DECODE_H
-
--#include <FLAC/file_decoder.h>
-+#include <FLAC/stream_decoder.h>
- #include <string>
- #include "decode_plugin.h"