summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-11-02 10:13:25 +0000
committernia <nia@pkgsrc.org>2020-11-02 10:13:25 +0000
commit2d05edf3b999ac29b7822574fa99ee459a03719d (patch)
tree434d4160796df4eff88bbda1fef6783f02dc1cf6 /audio
parent7640bd8080ea65ba7deb4592b971f3b4ecdbcbb1 (diff)
downloadpkgsrc-2d05edf3b999ac29b7822574fa99ee459a03719d.tar.gz
audio: remove libtunepimp
discontinued upstream ('should not be used in new development') and unused in pkgsrc
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile3
-rw-r--r--audio/libtunepimp/DESCR14
-rw-r--r--audio/libtunepimp/Makefile45
-rw-r--r--audio/libtunepimp/PLIST22
-rw-r--r--audio/libtunepimp/buildlink3.mk17
-rw-r--r--audio/libtunepimp/distinfo31
-rw-r--r--audio/libtunepimp/patches/patch-aa32
-rw-r--r--audio/libtunepimp/patches/patch-ab14
-rw-r--r--audio/libtunepimp/patches/patch-ac13
-rw-r--r--audio/libtunepimp/patches/patch-ad13
-rw-r--r--audio/libtunepimp/patches/patch-ae14
-rw-r--r--audio/libtunepimp/patches/patch-af20
-rw-r--r--audio/libtunepimp/patches/patch-ag14
-rw-r--r--audio/libtunepimp/patches/patch-ah12
-rw-r--r--audio/libtunepimp/patches/patch-ai14
-rw-r--r--audio/libtunepimp/patches/patch-aj25
-rw-r--r--audio/libtunepimp/patches/patch-ak14
-rw-r--r--audio/libtunepimp/patches/patch-al14
-rw-r--r--audio/libtunepimp/patches/patch-am14
-rw-r--r--audio/libtunepimp/patches/patch-an14
-rw-r--r--audio/libtunepimp/patches/patch-ao14
-rw-r--r--audio/libtunepimp/patches/patch-ap16
-rw-r--r--audio/libtunepimp/patches/patch-configure17
-rw-r--r--audio/libtunepimp/patches/patch-lib_analyzer.h13
-rw-r--r--audio/libtunepimp/patches/patch-lib_readmeta.h13
-rw-r--r--audio/libtunepimp/patches/patch-lib_threads_posix_semaphore.cpp13
-rw-r--r--audio/libtunepimp/patches/patch-lib_threads_posix_thread.h13
-rw-r--r--audio/libtunepimp/patches/patch-lib_watchdog.h13
-rw-r--r--audio/libtunepimp/patches/patch-lib_write.cpp12
-rw-r--r--audio/libtunepimp/patches/patch-lib_write.h13
-rw-r--r--audio/libtunepimp/patches/patch-plugins_vorbis_vorbis__meta.cpp12
31 files changed, 1 insertions, 507 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 73160677f1c..6a1d43ff8dc 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.614 2020/10/30 15:47:01 nia Exp $
+# $NetBSD: Makefile,v 1.615 2020/11/02 10:13:25 nia Exp $
#
COMMENT= Audio tools
@@ -265,7 +265,6 @@ SUBDIR+= libsmf
SUBDIR+= libsndfile
SUBDIR+= libsoxr
SUBDIR+= libspiff
-SUBDIR+= libtunepimp
SUBDIR+= libvisual
SUBDIR+= libvisual-bmp
SUBDIR+= libvisual-plugins
diff --git a/audio/libtunepimp/DESCR b/audio/libtunepimp/DESCR
deleted file mode 100644
index 4f2832161e1..00000000000
--- a/audio/libtunepimp/DESCR
+++ /dev/null
@@ -1,14 +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
diff --git a/audio/libtunepimp/Makefile b/audio/libtunepimp/Makefile
deleted file mode 100644
index 6bc41525314..00000000000
--- a/audio/libtunepimp/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.49 2020/05/22 10:55:43 adam Exp $
-
-DISTNAME= libtunepimp-0.5.3
-PKGREVISION= 32
-CATEGORIES= audio
-MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/
-MASTER_SITES+= http://ftp.musicbrainz.org/pub/musicbrainz/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://musicbrainz.org/doc/libtunepimp
-COMMENT= Library to support MusicBrainz enabled tagging
-# alternatively, gnu-lgpl-v2 is also supported, but then the package
-# would need to disable some plugins; so the pkgsrc version currently
-# falls under gnu-gpl-v2
-LICENSE= gnu-gpl-v2
-
-GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
-USE_LIBTOOL= YES
-CONFLICTS+= tunepimp-[0-9]* trm-[0-9]*
-
-CXXFLAGS.SunOS+= -fpermissive
-
-.include "../../mk/bsd.prefs.mk"
-
-post-extract:
- ${MV} ${WRKSRC}/lib/threads/posix/semaphore.h ${WRKSRC}/lib/threads/posix/semaphore_.h
-
-.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/libofa/buildlink3.mk"
-.include "../../audio/libvorbis/buildlink3.mk"
-.include "../../audio/taglib/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../mk/readline.buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../multimedia/libmp4v2/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/libtunepimp/PLIST b/audio/libtunepimp/PLIST
deleted file mode 100644
index c9fb3e6c43b..00000000000
--- a/audio/libtunepimp/PLIST
+++ /dev/null
@@ -1,22 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:32:16 joerg Exp $
-bin/puid
-include/tunepimp-0.5/context.h
-include/tunepimp-0.5/decode_plugin.h
-include/tunepimp-0.5/defs.h
-include/tunepimp-0.5/fileio.h
-include/tunepimp-0.5/metadata.h
-include/tunepimp-0.5/metadata_plugin.h
-include/tunepimp-0.5/tp_c.h
-include/tunepimp-0.5/track.h
-include/tunepimp-0.5/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/speex.tpp
-lib/tunepimp/plugins/tta.tpp
-lib/tunepimp/plugins/vorbis.tpp
-lib/tunepimp/plugins/wav.tpp
-lib/tunepimp/plugins/wma.tpp
-lib/tunepimp/plugins/wv.tpp
diff --git a/audio/libtunepimp/buildlink3.mk b/audio/libtunepimp/buildlink3.mk
deleted file mode 100644
index 034acba1e9d..00000000000
--- a/audio/libtunepimp/buildlink3.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.34 2020/05/22 10:55:43 adam Exp $
-
-BUILDLINK_TREE+= libtunepimp
-
-.if !defined(LIBTUNEPIMP_BUILDLINK3_MK)
-LIBTUNEPIMP_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libtunepimp+= libtunepimp>=0.5.0
-BUILDLINK_ABI_DEPENDS.libtunepimp+= libtunepimp>=0.5.3nb32
-BUILDLINK_PKGSRCDIR.libtunepimp?= ../../audio/libtunepimp
-
-.include "../../audio/musicbrainz/buildlink3.mk"
-.include "../../audio/libofa/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.endif # LIBTUNEPIMP_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libtunepimp
diff --git a/audio/libtunepimp/distinfo b/audio/libtunepimp/distinfo
deleted file mode 100644
index 765c593d05f..00000000000
--- a/audio/libtunepimp/distinfo
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: distinfo,v 1.16 2020/05/14 19:03:12 joerg Exp $
-
-SHA1 (libtunepimp-0.5.3.tar.gz) = 1b904cd97ce009588fe57336f40e79b6edf9947e
-RMD160 (libtunepimp-0.5.3.tar.gz) = 6bc312591b98a5b74824fc3103137cbf60d4b012
-SHA512 (libtunepimp-0.5.3.tar.gz) = 77529a25148d12a6e269aa0986b09335a9158a7bdea698eaebdfbea775d4812cb4409d2c5119c84ffbcafa98adaad37345f3e58da63df3fabc257fd5317a4d47
-Size (libtunepimp-0.5.3.tar.gz) = 1097005 bytes
-SHA1 (patch-aa) = 965b75b10379eee9b62917c25deb1610fb8364d5
-SHA1 (patch-ab) = 014fa77e2501bdc799287eaf733ecc8fdcbb9cbe
-SHA1 (patch-ac) = cb5049d1b9e4fdda3088e957ff615ff5d9c30734
-SHA1 (patch-ad) = cc78c69249ff733227320f8ca505e10d17354e26
-SHA1 (patch-ae) = f262266dda52164ff617e4a2b9728b6e6f734619
-SHA1 (patch-af) = 0d78ec362faaa3acf10d78d38bc96facf50831f6
-SHA1 (patch-ag) = 15e05fcabdf9fafaca7ebd54bc7a215e11a2d71d
-SHA1 (patch-ah) = 0b4aebe206516a29d1e36f6d54b47f2c2934d4c5
-SHA1 (patch-ai) = cc9093913444870155c380c87146e3e6f7cca342
-SHA1 (patch-aj) = c9152ac8e29dbb9d6ab2d97ca9bb3f840ec9d131
-SHA1 (patch-ak) = 74810860c0c73fcf1f7a4e27b70e5e64a91355a6
-SHA1 (patch-al) = aada44efbc7eb73e59150ea90b400d8ad7a4020b
-SHA1 (patch-am) = 0f26b9ffefd6e23e5a49e4516356cb0fc7005178
-SHA1 (patch-an) = cbd5466e85dbfd38974759033b59a6147a2e62ba
-SHA1 (patch-ao) = 589faf81480e89c310fe1ae199e15657723923dc
-SHA1 (patch-ap) = cbbdc7d28ca083ec51720370bf4cbe81ec475609
-SHA1 (patch-configure) = c7dad50002b3bf8460e5c5bf5c708dc32f3dd38d
-SHA1 (patch-lib_analyzer.h) = 76929fb01d4c5981146e9021bcfbfbde158d94f2
-SHA1 (patch-lib_readmeta.h) = 1a8a68a946876f26ea5d19b41e00dc3c35b8e9fc
-SHA1 (patch-lib_threads_posix_semaphore.cpp) = e97681c25ef4008f9ed03595b9a01a45da71e9f5
-SHA1 (patch-lib_threads_posix_thread.h) = 3cbb27a0e1e7e0a65913113bf864d299ea7738ac
-SHA1 (patch-lib_watchdog.h) = fcb342adce73e01b01d378d9e67434ef3d75df09
-SHA1 (patch-lib_write.cpp) = a5bddad371c85055dd40be0cb9a0e385b0065d9c
-SHA1 (patch-lib_write.h) = 4bbbfac189203bf49772d95755ac43a056ec5d70
-SHA1 (patch-plugins_vorbis_vorbis__meta.cpp) = 3dd73ce8802177f5e2862335f8e09093091333ec
diff --git a/audio/libtunepimp/patches/patch-aa b/audio/libtunepimp/patches/patch-aa
deleted file mode 100644
index d5c849e126c..00000000000
--- a/audio/libtunepimp/patches/patch-aa
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2011/01/29 21:15:11 markd Exp $
-
---- plugins/mp4/mp4.cpp.orig 2006-11-18 10:51:08.000000000 +0000
-+++ plugins/mp4/mp4.cpp
-@@ -27,6 +27,7 @@
-
- #include <string.h>
- #include <stdio.h>
-+#include <stdlib.h>
- #include <mp4.h>
- #include "metadata.h"
- #include "plugin.h"
-@@ -231,8 +232,7 @@ mp4ReadMetadata(metadata_t *mdata, const
-
- strcpy(mdata->fileFormat, fileName + strlen(fileName) - 3);
-
-- if (!MP4Close(mp4file))
-- return 0;
-+ MP4Close(mp4file);
-
- return 1;
- }
-@@ -315,8 +315,7 @@ mp4WriteMetadata(const metadata_t *mdata
- sprintf(temp, "%d", mdata->nonAlbum);
- MP4SetMetadataFreeForm(mp4file, "MusicBrainz Non-Album", (u_int8_t *)temp, strlen(temp) + 1);
-
-- if (!MP4Close(mp4file))
-- return 0;
-+ MP4Close(mp4file);
-
- #ifndef WIN32
- if (!MP4Optimize(utf8ToEncoding(fileName, encoding).c_str()))
diff --git a/audio/libtunepimp/patches/patch-ab b/audio/libtunepimp/patches/patch-ab
deleted file mode 100644
index 1cb481dc302..00000000000
--- a/audio/libtunepimp/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.6 2006/12/05 09:01:57 wiz Exp $
-
---- lib/threads/posix/Makefile.in.orig 2006-11-28 20:34:14.000000000 +0000
-+++ lib/threads/posix/Makefile.in
-@@ -217,8 +217,7 @@ target_alias = @target_alias@
- INCLUDES = -I$(top_srcdir)/include/tunepimp-0.5
- 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_TRUE@libtpthread_la_LIBADD = -lthr
-+libtpthread_la_LIBADD = ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
- all: all-am
-
- .SUFFIXES:
diff --git a/audio/libtunepimp/patches/patch-ac b/audio/libtunepimp/patches/patch-ac
deleted file mode 100644
index 16e8467fab6..00000000000
--- a/audio/libtunepimp/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2006/12/05 09:01:57 wiz Exp $
-
---- examples/Makefile.in.orig 2006-11-28 20:34:14.000000000 +0000
-+++ examples/Makefile.in
-@@ -211,7 +211,7 @@ target_alias = @target_alias@
- #
- INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/lib/threads/posix
- puid_SOURCES = puid.c
--puid_LDADD = $(top_builddir)/lib/libtunepimp.la
-+puid_LDADD = $(top_builddir)/lib/libtunepimp.la ${PTHREAD_LDFLAGS}
- all: all-am
-
- .SUFFIXES:
diff --git a/audio/libtunepimp/patches/patch-ad b/audio/libtunepimp/patches/patch-ad
deleted file mode 100644
index fa496a82ae3..00000000000
--- a/audio/libtunepimp/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.5 2006/12/05 09:01:57 wiz Exp $
-
---- lib/Makefile.in.orig 2006-11-28 20:34:14.000000000 +0000
-+++ lib/Makefile.in
-@@ -274,7 +274,7 @@ EXTRA_DIST = threads/win32/mutex.h threa
- # 4:0:0 - TunePimp implementation for alpha releases of version 0.5.0
- # 5:0:0 - TunePimp implementation for version 0.5.0
- # 5:1:0 - TunePimp implementation for version 0.5.1
--libtunepimp_la_LDFLAGS = -version-info 5:3:0
-+libtunepimp_la_LDFLAGS = -version-info 5:3:0 ${PTHREAD_LDFLAGS}
- libtunepimp_la_LIBADD = threads/posix/libtpthread.la utf8/libutf8.la $(LIBLTDL) -lm
- noinst_LTLIBRARIES = libpluginsupport.la
- libpluginsupport_la_SOURCES = metadata.cpp fileio.cpp
diff --git a/audio/libtunepimp/patches/patch-ae b/audio/libtunepimp/patches/patch-ae
deleted file mode 100644
index dcdbecbc282..00000000000
--- a/audio/libtunepimp/patches/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2011/01/29 21:15:11 markd Exp $
-
-fix build with gcc4.3
-
---- lib/metadata.cpp.orig 2006-11-18 10:52:33.000000000 +0000
-+++ lib/metadata.cpp
-@@ -26,6 +26,7 @@
- ----------------------------------------------------------------------------*/
- #include <math.h>
- #include <stdio.h>
-+#include <stdlib.h>
- #include "metadata.h"
- #include "../config.h"
- using namespace std;
diff --git a/audio/libtunepimp/patches/patch-af b/audio/libtunepimp/patches/patch-af
deleted file mode 100644
index a728b08327f..00000000000
--- a/audio/libtunepimp/patches/patch-af
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-af,v 1.2 2011/07/02 21:33:09 markd Exp $
-
-fix build with gcc4.3
-curl/types.h is not used (empty) since curl-7.12.0 and removed at curl-7.21.7.
-
---- lib/protocol.cpp.orig 2006-11-28 20:25:04.000000000 +0000
-+++ lib/protocol.cpp
-@@ -8,11 +8,11 @@
- -------------------------------------------------------------------*/
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <string>
- #include <map>
- #include <expat.h>
- #include <curl/curl.h>
--#include <curl/types.h>
- #include <curl/easy.h>
- using namespace std;
-
diff --git a/audio/libtunepimp/patches/patch-ag b/audio/libtunepimp/patches/patch-ag
deleted file mode 100644
index 9d6c6a556c1..00000000000
--- a/audio/libtunepimp/patches/patch-ag
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2011/01/29 21:15:11 markd Exp $
-
-fix build with gcc4.3
-
---- lib/utf8/utf8util.cpp.orig 2006-11-18 10:52:26.000000000 +0000
-+++ lib/utf8/utf8util.cpp
-@@ -26,6 +26,7 @@
- ----------------------------------------------------------------------------*/
-
- #include <stdio.h>
-+#include <stdlib.h>
- #include "utf8util.h"
- #include "utf8.h"
- #ifdef WIN32
diff --git a/audio/libtunepimp/patches/patch-ah b/audio/libtunepimp/patches/patch-ah
deleted file mode 100644
index 90476cc10f1..00000000000
--- a/audio/libtunepimp/patches/patch-ah
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2011/01/29 21:15:11 markd Exp $
-
-fix build with gcc4.3
-
---- lib/c_wrapper.cpp.orig 2006-11-18 10:52:33.000000000 +0000
-+++ lib/c_wrapper.cpp
-@@ -25,4 +25,5 @@
-
- ----------------------------------------------------------------------------*/
-+#include <stdlib.h>
- #include "tunepimp.h"
- #include "mutex.h"
diff --git a/audio/libtunepimp/patches/patch-ai b/audio/libtunepimp/patches/patch-ai
deleted file mode 100644
index 31f417db853..00000000000
--- a/audio/libtunepimp/patches/patch-ai
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ai,v 1.1 2011/01/29 21:15:11 markd Exp $
-
-fix build with gcc4.3
-
---- lib/readmeta.cpp.orig 2006-11-18 10:52:33.000000000 +0000
-+++ lib/readmeta.cpp
-@@ -31,6 +31,7 @@
- #endif
-
- #include <stdio.h>
-+#include <stdlib.h>
- #ifndef WIN32
- #include <unistd.h>
- #endif
diff --git a/audio/libtunepimp/patches/patch-aj b/audio/libtunepimp/patches/patch-aj
deleted file mode 100644
index ef079efbfc4..00000000000
--- a/audio/libtunepimp/patches/patch-aj
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2011/01/29 21:15:11 markd Exp $
-
-fix build with gcc4.3
-
---- lib/fileio.cpp.orig 2006-11-18 10:52:33.000000000 +0000
-+++ lib/fileio.cpp
-@@ -27,6 +27,8 @@
-
- #include <assert.h>
- #include <errno.h>
-+#include <stdlib.h>
-+#include <string.h>
- #include <string>
- #ifndef WIN32
- #include <unistd.h>
-@@ -122,7 +124,8 @@ int taccess(const char *pathname, int mo
-
- void tmktempname(const char *path, char *newPath, int newPathLen)
- {
-- char *ptr, *temp;
-+ const char *ptr;
-+ char *temp;
-
- temp = (char *)malloc(strlen(path) + 32);
- ptr = strrchr(path, dirSepChar);
diff --git a/audio/libtunepimp/patches/patch-ak b/audio/libtunepimp/patches/patch-ak
deleted file mode 100644
index bd1477189fb..00000000000
--- a/audio/libtunepimp/patches/patch-ak
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ak,v 1.1 2011/01/29 21:15:11 markd Exp $
-
-fix build with gcc4.3
-
---- plugins/mp3/id3_meta.cpp.orig 2006-11-18 10:51:07.000000000 +0000
-+++ plugins/mp3/id3_meta.cpp
-@@ -26,6 +26,7 @@
- ----------------------------------------------------------------------------*/
-
- #include <stdio.h>
-+#include <stdlib.h>
- #include <time.h>
- #include <ctype.h>
- #include <musicbrainz/mb_c.h>
diff --git a/audio/libtunepimp/patches/patch-al b/audio/libtunepimp/patches/patch-al
deleted file mode 100644
index 57b8b65048b..00000000000
--- a/audio/libtunepimp/patches/patch-al
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-al,v 1.1 2011/01/29 21:15:11 markd Exp $
-
-fix build with gcc4.3
-
---- plugins/mp3/id3_2_3_meta.cpp.orig 2006-11-18 10:51:07.000000000 +0000
-+++ plugins/mp3/id3_2_3_meta.cpp
-@@ -26,6 +26,7 @@
- ----------------------------------------------------------------------------*/
-
- #include <stdio.h>
-+#include <stdlib.h>
- #include <assert.h>
- #include <ctype.h>
- #include <musicbrainz/mb_c.h>
diff --git a/audio/libtunepimp/patches/patch-am b/audio/libtunepimp/patches/patch-am
deleted file mode 100644
index b090ca66373..00000000000
--- a/audio/libtunepimp/patches/patch-am
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-am,v 1.1 2011/01/29 21:15:11 markd Exp $
-
-fix build with gcc4.3
-
---- plugins/wma/wma.cpp.orig 2006-11-18 10:51:28.000000000 +0000
-+++ plugins/wma/wma.cpp
-@@ -27,6 +27,7 @@
-
- #include <string.h>
- #include <stdio.h>
-+#include <stdlib.h>
- #include <wmafile.h>
- #include "metadata.h"
- #include "plugin.h"
diff --git a/audio/libtunepimp/patches/patch-an b/audio/libtunepimp/patches/patch-an
deleted file mode 100644
index b3b3b07de20..00000000000
--- a/audio/libtunepimp/patches/patch-an
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-an,v 1.1 2011/01/29 21:15:11 markd Exp $
-
-fix build with gcc4.3
-
---- plugins/wma/wmafile.cpp.orig 2006-11-18 10:51:28.000000000 +0000
-+++ plugins/wma/wmafile.cpp
-@@ -19,6 +19,7 @@
- * USA *
- ***************************************************************************/
-
-+#include <string.h>
- #include <tstring.h>
- #include <wmafile.h>
- #include <wmatag.h>
diff --git a/audio/libtunepimp/patches/patch-ao b/audio/libtunepimp/patches/patch-ao
deleted file mode 100644
index 1d9697d09ff..00000000000
--- a/audio/libtunepimp/patches/patch-ao
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ao,v 1.1 2011/01/29 21:15:11 markd Exp $
-
-fix build with gcc4.3
-
---- include/tunepimp-0.5/metadata.h.orig 2006-11-18 10:52:08.000000000 +0000
-+++ include/tunepimp-0.5/metadata.h
-@@ -27,6 +27,7 @@
- #ifndef __METADATA_H__
- #define __METADATA_H__
-
-+#include <string.h>
- #include <string>
- #include <cstdio>
-
diff --git a/audio/libtunepimp/patches/patch-ap b/audio/libtunepimp/patches/patch-ap
deleted file mode 100644
index 80632a0623f..00000000000
--- a/audio/libtunepimp/patches/patch-ap
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ap,v 1.1 2011/01/29 21:15:11 markd Exp $
-
-fix build with gcc4.3
-
---- lib/tunepimp.cpp.orig 2006-11-18 10:52:33.000000000 +0000
-+++ lib/tunepimp.cpp
-@@ -30,7 +30,9 @@
- #endif
- #endif
-
-+#include <string.h>
- #include <stdio.h>
-+#include <stdlib.h>
- #include <map>
- using namespace std;
-
diff --git a/audio/libtunepimp/patches/patch-configure b/audio/libtunepimp/patches/patch-configure
deleted file mode 100644
index 87c89c81c14..00000000000
--- a/audio/libtunepimp/patches/patch-configure
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-configure,v 1.2 2011/06/03 12:48:48 wiz Exp $
-
-Fix broken test by assuming pkgsrc handles version check for us.
-(Problem here is that 1.10 doesn't compare as bigger than 1.4.)
-http://tickets.musicbrainz.org/browse/OTHER-44
-
---- configure.orig 2006-11-28 20:34:18.000000000 +0000
-+++ configure
-@@ -21634,7 +21634,7 @@ fi
- { 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
-+ if test "1" = "1" ; then
- { echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6; }
- succeeded=yes
diff --git a/audio/libtunepimp/patches/patch-lib_analyzer.h b/audio/libtunepimp/patches/patch-lib_analyzer.h
deleted file mode 100644
index c243994f429..00000000000
--- a/audio/libtunepimp/patches/patch-lib_analyzer.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-lib_analyzer.h,v 1.1 2020/05/14 19:03:12 joerg Exp $
-
---- lib/analyzer.h.orig 2020-05-13 19:40:40.918058734 +0000
-+++ lib/analyzer.h
-@@ -28,7 +28,7 @@
- #define __ANALYZER_H__
-
- #include "thread.h"
--#include "semaphore.h"
-+#include "semaphore_.h"
- #include "track.h"
- #include "plugin.h"
-
diff --git a/audio/libtunepimp/patches/patch-lib_readmeta.h b/audio/libtunepimp/patches/patch-lib_readmeta.h
deleted file mode 100644
index a682cd477cb..00000000000
--- a/audio/libtunepimp/patches/patch-lib_readmeta.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-lib_readmeta.h,v 1.1 2020/05/14 19:03:12 joerg Exp $
-
---- lib/readmeta.h.orig 2020-05-13 19:40:43.479981206 +0000
-+++ lib/readmeta.h
-@@ -30,7 +30,7 @@
- #include <string>
- using namespace std;
- #include "thread.h"
--#include "semaphore.h"
-+#include "semaphore_.h"
- #include "track.h"
- #include "plugin.h"
-
diff --git a/audio/libtunepimp/patches/patch-lib_threads_posix_semaphore.cpp b/audio/libtunepimp/patches/patch-lib_threads_posix_semaphore.cpp
deleted file mode 100644
index cd79f4aa759..00000000000
--- a/audio/libtunepimp/patches/patch-lib_threads_posix_semaphore.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-lib_threads_posix_semaphore.cpp,v 1.1 2020/05/14 19:03:12 joerg Exp $
-
---- lib/threads/posix/semaphore.cpp.orig 2020-05-13 19:40:46.833581962 +0000
-+++ lib/threads/posix/semaphore.cpp
-@@ -29,7 +29,7 @@
- #include <sys/time.h>
- #include <stdlib.h>
- #include <errno.h>
--#include "semaphore.h"
-+#include "semaphore_.h"
-
-
- Semaphore::Semaphore(const char *name)
diff --git a/audio/libtunepimp/patches/patch-lib_threads_posix_thread.h b/audio/libtunepimp/patches/patch-lib_threads_posix_thread.h
deleted file mode 100644
index a30f63d78b4..00000000000
--- a/audio/libtunepimp/patches/patch-lib_threads_posix_thread.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-lib_threads_posix_thread.h,v 1.1 2020/05/14 19:03:12 joerg Exp $
-
---- lib/threads/posix/thread.h.orig 2020-05-13 19:40:49.579909635 +0000
-+++ lib/threads/posix/thread.h
-@@ -29,7 +29,7 @@
-
- #include <pthread.h>
- #include <signal.h>
--#include "semaphore.h"
-+#include "semaphore_.h"
-
- #include "defs.h"
-
diff --git a/audio/libtunepimp/patches/patch-lib_watchdog.h b/audio/libtunepimp/patches/patch-lib_watchdog.h
deleted file mode 100644
index bf56b8b03b3..00000000000
--- a/audio/libtunepimp/patches/patch-lib_watchdog.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-lib_watchdog.h,v 1.1 2020/05/14 19:03:12 joerg Exp $
-
---- lib/watchdog.h.orig 2020-05-13 19:40:52.260133750 +0000
-+++ lib/watchdog.h
-@@ -28,7 +28,7 @@
- #define __WATCHDOG_H__
-
- #include "thread.h"
--#include "semaphore.h"
-+#include "semaphore_.h"
- #include "mutex.h"
-
- class TunePimp;
diff --git a/audio/libtunepimp/patches/patch-lib_write.cpp b/audio/libtunepimp/patches/patch-lib_write.cpp
deleted file mode 100644
index 57d5f9b03cf..00000000000
--- a/audio/libtunepimp/patches/patch-lib_write.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-lib_write.cpp,v 1.1 2013/04/29 21:31:09 joerg Exp $
-
---- lib/write.cpp.orig 2013-04-28 12:27:41.000000000 +0000
-+++ lib/write.cpp
-@@ -35,6 +35,7 @@
- # include <sys/stat.h>
- # include <sys/types.h>
- # include <fcntl.h>
-+# include <stdlib.h>
- # if defined(__APPLE__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
- # include <sys/param.h>
- # include <sys/mount.h>
diff --git a/audio/libtunepimp/patches/patch-lib_write.h b/audio/libtunepimp/patches/patch-lib_write.h
deleted file mode 100644
index 29b3a2f7d5b..00000000000
--- a/audio/libtunepimp/patches/patch-lib_write.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-lib_write.h,v 1.1 2020/05/14 19:03:12 joerg Exp $
-
---- lib/write.h.orig 2020-05-13 19:40:54.215206075 +0000
-+++ lib/write.h
-@@ -28,7 +28,7 @@
- #define WRITE_H
-
- #include "thread.h"
--#include "semaphore.h"
-+#include "semaphore_.h"
- #include "track.h"
- #include "context.h"
- #include "plugins.h"
diff --git a/audio/libtunepimp/patches/patch-plugins_vorbis_vorbis__meta.cpp b/audio/libtunepimp/patches/patch-plugins_vorbis_vorbis__meta.cpp
deleted file mode 100644
index bcd2f342cc7..00000000000
--- a/audio/libtunepimp/patches/patch-plugins_vorbis_vorbis__meta.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-plugins_vorbis_vorbis__meta.cpp,v 1.1 2013/04/29 21:31:09 joerg Exp $
-
---- plugins/vorbis/vorbis_meta.cpp.orig 2013-04-28 12:32:18.000000000 +0000
-+++ plugins/vorbis/vorbis_meta.cpp
-@@ -40,6 +40,7 @@
- # include <unistd.h>
- #endif
-
-+#include <stdlib.h>
- #include <stdio.h>
- #include <math.h>
- #include <assert.h>