summaryrefslogtreecommitdiff
path: root/audio/libtunepimp/patches
diff options
context:
space:
mode:
authorwiz <wiz>2006-04-12 21:41:58 +0000
committerwiz <wiz>2006-04-12 21:41:58 +0000
commit3abd4306929e7fb69b8e64a6ccadb263f12fc1e4 (patch)
treec24fb154b6effcded5305c8a0d9f9d550efd80d6 /audio/libtunepimp/patches
parenta3c01927e5bc7126848ca4d1d63a3fdb1b3f54a4 (diff)
downloadpkgsrc-3abd4306929e7fb69b8e64a6ccadb263f12fc1e4.tar.gz
Initial import of libtunepimp-0.4.2:
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
Diffstat (limited to 'audio/libtunepimp/patches')
-rw-r--r--audio/libtunepimp/patches/patch-aa14
-rw-r--r--audio/libtunepimp/patches/patch-ab17
2 files changed, 31 insertions, 0 deletions
diff --git a/audio/libtunepimp/patches/patch-aa b/audio/libtunepimp/patches/patch-aa
new file mode 100644
index 00000000000..2b5f072dd72
--- /dev/null
+++ b/audio/libtunepimp/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/04/12 21:41:58 wiz Exp $
+
+--- lib/write.cpp.orig 2006-01-19 21:05:11.000000000 +0000
++++ lib/write.cpp
+@@ -38,6 +38,9 @@
+ # if defined(__APPLE__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
+ # include <sys/param.h>
+ # include <sys/mount.h>
++# if (defined(__NetBSD__) && __NetBSD_Version__ >= 299000900)
++# define statfs statvfs
++# endif
+ # else
+ # include <sys/vfs.h>
+ # endif
diff --git a/audio/libtunepimp/patches/patch-ab b/audio/libtunepimp/patches/patch-ab
new file mode 100644
index 00000000000..59c03692d45
--- /dev/null
+++ b/audio/libtunepimp/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1.1.1 2006/04/12 21:41:58 wiz Exp $
+
+--- configure.orig 2006-04-12 11:30:20.000000000 +0000
++++ 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