diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-12-25 15:22:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-12-25 15:22:36 +0000 |
commit | 94684995f992a6a1785a2170fce28de065b179af (patch) | |
tree | cac7a432200edc70ecf683f1fb76fb7f6091639f /audio/bmp/patches | |
parent | 1a59311b3a62488adce39a86d36cb8dd4dddc800 (diff) | |
download | pkgsrc-94684995f992a6a1785a2170fce28de065b179af.tar.gz |
Update bmp and bmp-esound to 0.9.7; from Stefan Krüger in PR pkg/28672.
Enhancements
* Multiple encoding support for trying ID3 title conversion
* GUI refinement tweaks
* New logo and icons
* New command line option to bring BMP to desktop foreground (--activate).
* New compile-time option select XMMS equalization (--with-xmms-eq).
* New translations (Brazilian Portuguese, Breton, Czech, Greek, Hungarian,
Macedonian, Romanian, Slovak)
* Running beep-media-player --version now prints built-in optional components
Bugfixes
* Fixed removal of dead playlist entries
* Fixed dependency information in pkg-config file (bmp.pc)
* Fixed and disambiguated playlist editor accelerators
* Hacked around playlist editor shade bug (now always unshades on launch)
* Many others (see Bugzilla and ChangeLog)
Diffstat (limited to 'audio/bmp/patches')
-rw-r--r-- | audio/bmp/patches/patch-aq | 10 | ||||
-rw-r--r-- | audio/bmp/patches/patch-ar | 12 | ||||
-rw-r--r-- | audio/bmp/patches/patch-as | 6 |
3 files changed, 14 insertions, 14 deletions
diff --git a/audio/bmp/patches/patch-aq b/audio/bmp/patches/patch-aq index 66d22dab3f4..232333b9781 100644 --- a/audio/bmp/patches/patch-aq +++ b/audio/bmp/patches/patch-aq @@ -1,13 +1,13 @@ -$NetBSD: patch-aq,v 1.2 2004/08/31 15:47:56 jmmv Exp $ +$NetBSD: patch-aq,v 1.3 2004/12/25 15:22:37 jmmv Exp $ ---- Output/OSS/Makefile.in.orig 2004-08-22 15:36:43.000000000 +0200 +--- Output/OSS/Makefile.in.orig 2004-12-11 21:22:35.000000000 +0100 +++ Output/OSS/Makefile.in -@@ -250,7 +250,7 @@ EXTRA_DIST = $(osssources) +@@ -305,7 +305,7 @@ soundcard.h + EXTRA_DIST = $(osssources) lib_LTLIBRARIES = $(ossltlibs) - libOSS_la_LDFLAGS = @PLUGIN_LDFLAGS@ -libOSS_la_LIBADD = @GTK_LIBS@ +libOSS_la_LIBADD = @GTK_LIBS@ $(LIBOSSAUDIO) libOSS_la_SOURCES = $(ossbuildsources) INCLUDES = @GTK_CFLAGS@ @GCONF_CFLAGS@ -I$(top_builddir)/intl -I$(top_srcdir) - subdir = Output/OSS + all: all-am diff --git a/audio/bmp/patches/patch-ar b/audio/bmp/patches/patch-ar index 14f28cae849..49eaf92aada 100644 --- a/audio/bmp/patches/patch-ar +++ b/audio/bmp/patches/patch-ar @@ -1,13 +1,13 @@ -$NetBSD: patch-ar,v 1.2 2004/08/31 15:47:56 jmmv Exp $ +$NetBSD: patch-ar,v 1.3 2004/12/25 15:22:37 jmmv Exp $ ---- Input/cdaudio/Makefile.in.orig 2004-08-22 15:36:43.000000000 +0200 +--- Input/cdaudio/Makefile.in.orig 2004-12-11 21:22:34.000000000 +0100 +++ Input/cdaudio/Makefile.in -@@ -252,7 +252,7 @@ lib_LTLIBRARIES = $(cdaudioltlibs) - +@@ -306,7 +306,7 @@ EXTRA_DIST = $(cdaudiosources) + lib_LTLIBRARIES = $(cdaudioltlibs) INCLUDES = @GTK_CFLAGS@ @GCONF_CFLAGS@ -I$(top_builddir)/intl -I$(top_srcdir) libcdaudio_la_LDFLAGS = @PLUGIN_LDFLAGS@ -libcdaudio_la_LIBADD = @GTK_LIBS@ +libcdaudio_la_LIBADD = @GTK_LIBS@ $(LIBOSSAUDIO) libcdaudio_la_SOURCES = $(cdaudiobuildsources) - subdir = Input/cdaudio - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + all: all-am + diff --git a/audio/bmp/patches/patch-as b/audio/bmp/patches/patch-as index 9adf2d9c8c3..7292649f6ea 100644 --- a/audio/bmp/patches/patch-as +++ b/audio/bmp/patches/patch-as @@ -1,8 +1,8 @@ -$NetBSD: patch-as,v 1.1 2004/08/31 15:47:56 jmmv Exp $ +$NetBSD: patch-as,v 1.2 2004/12/25 15:22:37 jmmv Exp $ ---- beep/controlsocket.c.orig 2004-06-26 10:25:00.000000000 +0200 +--- beep/controlsocket.c.orig 2004-12-04 13:05:16.000000000 +0100 +++ beep/controlsocket.c -@@ -29,6 +29,7 @@ +@@ -31,6 +31,7 @@ #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> |