pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio audio: remove libtunepimp



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a11fb4497d0
branches:  trunk
changeset: 441359:3a11fb4497d0
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Nov 02 10:13:25 2020 +0000

description:
audio: remove libtunepimp

discontinued upstream ('should not be used in new development') and
unused in pkgsrc

diffstat:

 audio/Makefile                                                  |   3 +-
 audio/libtunepimp/DESCR                                         |  14 ---
 audio/libtunepimp/Makefile                                      |  45 ----------
 audio/libtunepimp/PLIST                                         |  22 ----
 audio/libtunepimp/buildlink3.mk                                 |  17 ---
 audio/libtunepimp/distinfo                                      |  31 ------
 audio/libtunepimp/patches/patch-aa                              |  32 -------
 audio/libtunepimp/patches/patch-ab                              |  14 ---
 audio/libtunepimp/patches/patch-ac                              |  13 --
 audio/libtunepimp/patches/patch-ad                              |  13 --
 audio/libtunepimp/patches/patch-ae                              |  14 ---
 audio/libtunepimp/patches/patch-af                              |  20 ----
 audio/libtunepimp/patches/patch-ag                              |  14 ---
 audio/libtunepimp/patches/patch-ah                              |  12 --
 audio/libtunepimp/patches/patch-ai                              |  14 ---
 audio/libtunepimp/patches/patch-aj                              |  25 -----
 audio/libtunepimp/patches/patch-ak                              |  14 ---
 audio/libtunepimp/patches/patch-al                              |  14 ---
 audio/libtunepimp/patches/patch-am                              |  14 ---
 audio/libtunepimp/patches/patch-an                              |  14 ---
 audio/libtunepimp/patches/patch-ao                              |  14 ---
 audio/libtunepimp/patches/patch-ap                              |  16 ---
 audio/libtunepimp/patches/patch-configure                       |  17 ---
 audio/libtunepimp/patches/patch-lib_analyzer.h                  |  13 --
 audio/libtunepimp/patches/patch-lib_readmeta.h                  |  13 --
 audio/libtunepimp/patches/patch-lib_threads_posix_semaphore.cpp |  13 --
 audio/libtunepimp/patches/patch-lib_threads_posix_thread.h      |  13 --
 audio/libtunepimp/patches/patch-lib_watchdog.h                  |  13 --
 audio/libtunepimp/patches/patch-lib_write.cpp                   |  12 --
 audio/libtunepimp/patches/patch-lib_write.h                     |  13 --
 audio/libtunepimp/patches/patch-plugins_vorbis_vorbis__meta.cpp |  12 --
 31 files changed, 1 insertions(+), 507 deletions(-)

diffs (truncated from 642 to 300 lines):

diff -r c04d3ff7e1c1 -r 3a11fb4497d0 audio/Makefile
--- a/audio/Makefile    Mon Nov 02 10:07:02 2020 +0000
+++ b/audio/Makefile    Mon Nov 02 10:13:25 2020 +0000
@@ -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+=       libsndfile
 SUBDIR+=       libsoxr
 SUBDIR+=       libspiff
-SUBDIR+=       libtunepimp
 SUBDIR+=       libvisual
 SUBDIR+=       libvisual-bmp
 SUBDIR+=       libvisual-plugins
diff -r c04d3ff7e1c1 -r 3a11fb4497d0 audio/libtunepimp/DESCR
--- a/audio/libtunepimp/DESCR   Mon Nov 02 10:07:02 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c04d3ff7e1c1 -r 3a11fb4497d0 audio/libtunepimp/Makefile
--- a/audio/libtunepimp/Makefile        Mon Nov 02 10:07:02 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r c04d3ff7e1c1 -r 3a11fb4497d0 audio/libtunepimp/PLIST
--- a/audio/libtunepimp/PLIST   Mon Nov 02 10:07:02 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c04d3ff7e1c1 -r 3a11fb4497d0 audio/libtunepimp/buildlink3.mk
--- a/audio/libtunepimp/buildlink3.mk   Mon Nov 02 10:07:02 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c04d3ff7e1c1 -r 3a11fb4497d0 audio/libtunepimp/distinfo
--- a/audio/libtunepimp/distinfo        Mon Nov 02 10:07:02 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c04d3ff7e1c1 -r 3a11fb4497d0 audio/libtunepimp/patches/patch-aa
--- a/audio/libtunepimp/patches/patch-aa        Mon Nov 02 10:07:02 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c04d3ff7e1c1 -r 3a11fb4497d0 audio/libtunepimp/patches/patch-ab
--- a/audio/libtunepimp/patches/patch-ab        Mon Nov 02 10:07:02 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c04d3ff7e1c1 -r 3a11fb4497d0 audio/libtunepimp/patches/patch-ac
--- a/audio/libtunepimp/patches/patch-ac        Mon Nov 02 10:07:02 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c04d3ff7e1c1 -r 3a11fb4497d0 audio/libtunepimp/patches/patch-ad
--- a/audio/libtunepimp/patches/patch-ad        Mon Nov 02 10:07:02 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c04d3ff7e1c1 -r 3a11fb4497d0 audio/libtunepimp/patches/patch-ae
--- a/audio/libtunepimp/patches/patch-ae        Mon Nov 02 10:07:02 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c04d3ff7e1c1 -r 3a11fb4497d0 audio/libtunepimp/patches/patch-af
--- a/audio/libtunepimp/patches/patch-af        Mon Nov 02 10:07:02 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c04d3ff7e1c1 -r 3a11fb4497d0 audio/libtunepimp/patches/patch-ag
--- a/audio/libtunepimp/patches/patch-ag        Mon Nov 02 10:07:02 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@



Home | Main Index | Thread Index | Old Index