diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-07-31 21:43:55 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-07-31 21:43:55 +0000 |
commit | 83017eb95e839b5621e727248c34a31b251802f5 (patch) | |
tree | b8e65aa0ffe6893e10ec217141490b901afdaeb3 /audio/bmp/patches | |
parent | 8c8825d3c881ac80c2bcfdaf19dc8cdb7b34736b (diff) | |
download | pkgsrc-83017eb95e839b5621e727248c34a31b251802f5.tar.gz |
Update bmp and bmp-esound to 0.9.7.1. Basically doing this to fix the
problems with GCC 4 but they seem to not have gone away completely; hence,
disabling optimizations with this compiler.
Enhancements
* New (free) ClearSky skin by Will Reinhart
* New desktop icon
* New GConf schema
* New multi-thread mode for ALSA plugin
* Support for customizable accelerators
* Queue support in Jump to Track
* Partial support for new XMMS 1.2.11 remote control functions
* New translations (Finnish, Georgian, Hindi, Ukrainian, Traditional Chinese)
and updates
Miscellaneous
* Log file renamed to 'log'
* Minor GUI tweaks
Bugfixes
* Fixed some ALSA playback issues
* Fixed crashes when output plugin returning sound volume for only 1 channel
* Fixed crashes when input plugins do not set title when getting song info
* Fixed infinite recursion in logger
* Fixed bogus values returned by xmms_remote_get_info()
* Fixed general/visualization plugin About dialogs not opening correctly
* Fixed centering of playlist in Playlist Editor
* Fixed incorrect length of 1st track read from .m3u files
* Fixed gcc4 compilation errors
* Fixed 64-bit issues setting/getting ESD volume
* Fixed MimeType value in desktop file
* Fixed text clipping of non-ASCII titles in Playlist Editor
Diffstat (limited to 'audio/bmp/patches')
-rw-r--r-- | audio/bmp/patches/patch-aa | 22 | ||||
-rw-r--r-- | audio/bmp/patches/patch-aq | 8 |
2 files changed, 26 insertions, 4 deletions
diff --git a/audio/bmp/patches/patch-aa b/audio/bmp/patches/patch-aa new file mode 100644 index 00000000000..ec61dbb7aca --- /dev/null +++ b/audio/bmp/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1 2006/07/31 21:43:55 jmmv Exp $ + +--- beep/softvolume.c.orig 2004-06-20 20:48:54.000000000 +0200 ++++ beep/softvolume.c +@@ -117,7 +117,7 @@ soft_volume_set(SoftVolumeConfig * c, gi + * + **************************************************************************/ + +-G_INLINE_FUNC void ++inline void + effect_16bit(gint max, gint min, guint length, gint16 * sdata, + SoftVolumeConfig * c) + { +@@ -139,7 +139,7 @@ effect_16bit(gint max, gint min, guint l + * + **************************************************************************/ + +-G_INLINE_FUNC void ++inline void + effect_8bit(gint max, gint min, guint length, gint8 * sdata, + SoftVolumeConfig * c) + { diff --git a/audio/bmp/patches/patch-aq b/audio/bmp/patches/patch-aq index 232333b9781..e2902ffe48e 100644 --- a/audio/bmp/patches/patch-aq +++ b/audio/bmp/patches/patch-aq @@ -1,13 +1,13 @@ -$NetBSD: patch-aq,v 1.3 2004/12/25 15:22:37 jmmv Exp $ +$NetBSD: patch-aq,v 1.4 2006/07/31 21:43:55 jmmv Exp $ ---- Output/OSS/Makefile.in.orig 2004-12-11 21:22:35.000000000 +0100 +--- Output/OSS/Makefile.in.orig 2005-10-22 12:45:02.000000000 +0200 +++ Output/OSS/Makefile.in -@@ -305,7 +305,7 @@ soundcard.h +@@ -295,7 +295,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) + INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) all: all-am |