diff options
author | wiz <wiz@pkgsrc.org> | 2007-08-12 23:13:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-08-12 23:13:06 +0000 |
commit | a0f71c02b37d28a471077f8445c0ca6d9fc96b98 (patch) | |
tree | b1ac4f221373984f51242e5500d98d0b6bd153fb /audio/bmpx/patches | |
parent | 8ab021fab771df5d098be952cf478c531fc96689 (diff) | |
download | pkgsrc-a0f71c02b37d28a471077f8445c0ca6d9fc96b98.tar.gz |
Update to 0.40.1:
0.40.1:
This is a corrective release to the 0.40.0 release. A bug in which
the library would not update changed files on a rescan was fixed.
MB metadata reading was made fully compliant with the latest
specifications. The dependency on libmp4v2 was dropped due to
problems, and appropriate code was put in place instead. The
preferences dialog was made GNOME HIG compliant.
0.40.0:
A rewrite of the library backend, reorganization of the UI, improved
Last.fm backend and tighter integration of Last.fm within the entire
application, enhanced and debugged Podcast backend with newly added
support for video podcasts using Gstreamer, initial Jamendo support,
and a universal bookmarking system. The stability of the 0.40 series
is incomparably higher than the 0.36 versions. The application's
usability was also improved to a great degree.
Diffstat (limited to 'audio/bmpx/patches')
-rw-r--r-- | audio/bmpx/patches/patch-aa | 12 | ||||
-rw-r--r-- | audio/bmpx/patches/patch-ab | 13 | ||||
-rw-r--r-- | audio/bmpx/patches/patch-ac | 13 | ||||
-rw-r--r-- | audio/bmpx/patches/patch-ad | 32 |
4 files changed, 0 insertions, 70 deletions
diff --git a/audio/bmpx/patches/patch-aa b/audio/bmpx/patches/patch-aa deleted file mode 100644 index 9074185a4f6..00000000000 --- a/audio/bmpx/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2007/02/09 21:04:00 drochner Exp $ - ---- src/Makefile.in.orig 2006-12-13 21:35:45.000000000 +0000 -+++ src/Makefile.in -@@ -38,7 +38,6 @@ host_triplet = @host@ - target_triplet = @target@ - libexec_PROGRAMS = bmp2-bin$(EXEEXT) - @HAVE_HAL_TRUE@am__append_1 = $(top_builddir)/libhal++/libhalcc.la --@HAVE_SUN_FALSE@am__append_2 = -D_XOPEN_SOURCE=600 - @HAVE_VISUALIZATIONS_TRUE@am__append_3 = video-widget.hh \ - @HAVE_VISUALIZATIONS_TRUE@ video-widget.cc - @HAVE_GAIM_TRUE@am__append_4 = gaim-dbus.hh dialog-gaim-send-file.hh diff --git a/audio/bmpx/patches/patch-ab b/audio/bmpx/patches/patch-ab deleted file mode 100644 index a64bdcb92d4..00000000000 --- a/audio/bmpx/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2007/02/19 08:38:48 joerg Exp $ - ---- src/memmem.h.orig 2007-02-16 15:14:24.000000000 +0000 -+++ src/memmem.h -@@ -23,6 +23,8 @@ - #ifndef _MEMMEM_H - #define _MEMMEM_H 1 - -+#include <stdlib.h> -+ - #if defined(__cplusplus) - extern "C" { - #endif diff --git a/audio/bmpx/patches/patch-ac b/audio/bmpx/patches/patch-ac deleted file mode 100644 index e4cfbc99e8c..00000000000 --- a/audio/bmpx/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2007/02/19 08:38:48 joerg Exp $ - ---- sqlite/Makefile.in.orig 2007-02-16 15:19:28.000000000 +0000 -+++ sqlite/Makefile.in -@@ -404,7 +404,7 @@ libsqlite_la_CFLAGS = \ - -DSQLITE_ENABLE_COLUMN_METADATA - - libsqlite_la_LDFLAGS = \ -- -lpthread -+ ${SQLITE_PTHREAD} - - libsqlite_la_SOURCES = \ - alter.c \ diff --git a/audio/bmpx/patches/patch-ad b/audio/bmpx/patches/patch-ad deleted file mode 100644 index bd5a4963396..00000000000 --- a/audio/bmpx/patches/patch-ad +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2007/02/19 08:38:49 joerg Exp $ - ---- sqlite/os_unix.c.orig 2006-12-13 19:53:18.000000000 +0000 -+++ sqlite/os_unix.c -@@ -494,6 +494,7 @@ static int lockTrace(int fd, int op, str - #define fcntl lockTrace - #endif /* SQLITE_LOCK_TRACE */ - -+#if SQLITE_THREAD_OVERRIDE_LOCK == -1 - /* - ** The testThreadLockingBehavior() routine launches two separate - ** threads on this routine. This routine attempts to lock a file -@@ -534,6 +535,7 @@ static void testThreadLockingBehavior(in - close(fd); - threadsOverrideEachOthersLocks = d[0].result==0 && d[1].result==0; - } -+#endif - #endif /* SQLITE_UNIX_THREADS */ - - /* -@@ -662,9 +664,11 @@ static int findLockInfo( - key1.dev = statbuf.st_dev; - key1.ino = statbuf.st_ino; - #ifdef SQLITE_UNIX_THREADS -+#if SQLITE_THREAD_OVERRIDE_LOCK == -1 - if( threadsOverrideEachOthersLocks<0 ){ - testThreadLockingBehavior(fd); - } -+#endif - key1.tid = threadsOverrideEachOthersLocks ? 0 : pthread_self(); - #endif - memset(&key2, 0, sizeof(key2)); |