f2ca076292
xmms 1.2.11 The '1211 days since last release' release. XMMS was 10 years old on 2007-11-15. * Make the --toggle switches take an optional value to either enable or disable the function. * New command line switches: --quit, --toggle-shuffle, --toggle-repeat, --toggle-advance, --queue * New remote commands: xmms_remote_playqueue_clear, xmms_remote_get_playqueue_pos_from_playlist_pos, xmms_remote_get_playlist_pos_from_playqueue_pos, xmms_remote_playqueue_add, xmms_remote_get_playqueue_length, xmms_remote_playqueue_remove. * Playqueue manager. Adds queue control enabling you to reorder the queue and a search like the jump to file dialog. OGG/Vorbis: * Save stream to disk adds -N if the file already exist * Don't apply the +6dB boost if replaygain information is missing Alsa: * Soft volume works without mixer Songchange: * Optional command to run at end of song. Diskwriter: * Effect plugins are applied on the saved file MPG123: * Enable shoutcast title streaming by default * CTRL-Q as default keybind to quit * Close dialogs with escape key Solaris: * Support OSS and AMD8111
13 lines
497 B
Text
13 lines
497 B
Text
$NetBSD: patch-ae,v 1.9 2007/11/29 18:36:35 wiz Exp $
|
|
|
|
--- Input/cdaudio/Makefile.in.orig 2007-11-16 21:54:40.000000000 +0000
|
|
+++ Input/cdaudio/Makefile.in
|
|
@@ -300,7 +300,7 @@ EXTRA_DIST = $(cdaudiosources)
|
|
lib_LTLIBRARIES = $(cdaudioltlibs)
|
|
INCLUDES = @GTK_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)
|
|
all: all-am
|
|
|