dc0fbba41b
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)
13 lines
513 B
Text
13 lines
513 B
Text
$NetBSD: patch-ar,v 1.3 2004/12/25 15:22:37 jmmv Exp $
|
|
|
|
--- Input/cdaudio/Makefile.in.orig 2004-12-11 21:22:34.000000000 +0100
|
|
+++ Input/cdaudio/Makefile.in
|
|
@@ -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)
|
|
all: all-am
|
|
|