Many bugfixes and functionality enhancements including: kdemultimedia Started a video framework More consistent internationalisation in many applications. NEW IN KDE: KAudioCreator, a CD ripper and audio encoder frontend. NEW IN KDE: KRec, an audio recorder using aRts. KMediaPlayer interface added to kdelibs to reuse Kaboodle. Noatun: Added option to clear the playlist when running with a file as command line option. Added video thumbnail creator using xine-arts. KMix: Added mute control support.
13 lines
675 B
Text
13 lines
675 B
Text
$NetBSD: patch-bq,v 1.2 2003/03/11 13:33:55 markd Exp $
|
|
|
|
--- noatun/modules/kjofol-skin/Makefile.am.orig Tue Jul 2 06:59:17 2002
|
|
+++ noatun/modules/kjofol-skin/Makefile.am
|
|
@@ -14,7 +14,7 @@ noatun_kjofol_la_SOURCES = kjloader.cpp
|
|
kjprefs.cpp kjskinselectorwidget.ui kjguisettingswidget.ui
|
|
|
|
noatun_kjofol_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
-noatun_kjofol_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la \
|
|
+noatun_kjofol_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun_core.la \
|
|
$(LIB_KIO) -lm \
|
|
$(top_builddir)/arts/modules/libartsmodules.la
|
|
|