head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.52 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.50 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.48 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.46 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.44 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.42 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.40 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.38 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.36 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.34 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.32 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.30 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.28 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.26 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.24 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.22 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.20 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.18 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.16 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.14 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.12 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.10 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.8 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.6 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.4 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.2 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 netbsd-1-6:1.2.0.6 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.2 pkgviews-base:1.2 buildlink2-base:1.1.1.1 buildlink2:1.1.1.1.0.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2004.01.26.15.45.22; author jmmv; state dead; branches; next 1.4; 1.4 date 2003.03.11.13.33.54; author markd; state Exp; branches; next 1.3; 1.3 date 2002.10.03.11.21.29; author markd; state Exp; branches; next 1.2; 1.2 date 2002.06.25.06.34.34; author skrll; state Exp; branches; next 1.1; 1.1 date 2002.05.31.14.46.49; author skrll; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.05.31.14.46.49; author skrll; state Exp; branches 1.1.1.1.2.1; next ; 1.1.1.1.2.1 date 2002.05.31.14.46.49; author jlam; state dead; branches; next 1.1.1.1.2.2; 1.1.1.1.2.2 date 2002.06.23.18.38.18; author jlam; state Exp; branches; next ; desc @@ 1.5 log @kdemultimedia[23] moved to the multimedia category. @ text @$NetBSD: patch-ba,v 1.4 2003/03/11 13:33:54 markd Exp $ --- noatun/library/Makefile.am.orig Mon Sep 16 09:14:52 2002 +++ noatun/library/Makefile.am @@@@ -9,9 +9,9 @@@@ INCLUDES = -I$(top_srcdir)/noatun/librar SUBDIRS=noatunarts noatun . noatuntags -lib_LTLIBRARIES = libnoatun.la libnoatuncontrols.la +lib_LTLIBRARIES = libnoatun_core.la libnoatuncontrols.la -libnoatun_la_SOURCES = pluginmodule.cpp cmodule.cpp downloader.cpp engine.cpp \ +libnoatun_core_la_SOURCES = pluginmodule.cpp cmodule.cpp downloader.cpp engine.cpp \ playlist.cpp pref.cpp \ player.cpp playlistsaver.cpp app.cpp \ pluginloader.cpp plugin.cpp \ @@@@ -23,14 +23,14 @@@@ libnoatun_la_SOURCES = pluginmodule.cpp include_HEADERS = cmodule.h plugin_deps.h equalizerview.h effectview.h mimetypetree.h ksaver.h -libnoatun_la_LDFLAGS = -L$(top_builddir)/noatun/library/noatunarts \ +libnoatun_core_la_LDFLAGS = -L$(top_builddir)/noatun/library/noatunarts \ $(KDE_RPATH) $(all_libraries) -L$(top_builddir)/arts/gui/common \ -L$(top_builddir)/arts/gui/kde - -libnoatun_la_LIBADD = $(top_builddir)/arts/gui/common/libartsgui.la \ + +libnoatun_core_la_LIBADD = $(top_builddir)/arts/gui/common/libartsgui.la \ $(top_builddir)/arts/gui/kde/libartsgui_kde.la \ $(top_builddir)/arts/modules/libartsmodules.la \ - -lkio -lqtmcop -lkmedia2_idl -lnoatunarts \ + -lkio -lqtmcop -lkmedia2_idl $(top_builddir)/noatun/library/noatunarts/libnoatunarts.la \ -lartsflow -lsoundserver_idl -lartskde $(LIBDL) $(LIBPNG) libnoatuncontrols_la_SOURCES = controls.cpp scrollinglabel.cpp @ 1.4 log @Update KDE to 3.1. 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. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @buildlink1 -> buildlink2 Expand on the DESCR. Partially addresses pkg/18374 @ text @d1 1 a1 1 $NetBSD: patch-ba,v 1.2 2002/06/25 06:34:34 skrll Exp $ d3 1 a3 1 --- noatun/library/Makefile.am.orig Wed May 8 19:29:25 2002 d5 1 a5 1 @@@@ -9,9 +9,9 @@@@ d17 1 a17 1 @@@@ -22,14 +22,14 @@@@ d25 1 a25 1 d27 1 d33 1 a33 1 -lartsflow -lsoundserver_idl -lartskde $(LIBDL) @ 1.2 log @Fix the noatun.la lossage. @ text @d1 1 a1 1 $NetBSD: patch-ba,v 1.1 2002/05/31 14:46:49 skrll Exp $ d17 1 a17 1 @@@@ -22,11 +22,11 @@@@ d30 5 a34 1 -lkio -lqtmcop -lkmedia2_idl -lnoatunarts \ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 5 --- noatun/main.cpp.orig Wed May 8 19:29:25 2002 +++ noatun/main.cpp @@@@ -24,7 +24,9 @@@@ { 0, 0, 0} }; d7 24 a30 7 -int main(int argc, char **argv) +extern "C" int kdemain(int, char **); + +int kdemain(int argc, char **argv) { KAboutData aboutData("noatun", I18N_NOOP("Noatun"), version, description, KAboutData::License_BSD, @ 1.1.1.1 log @Initial import of a kdemultimedia3 pkg. @ text @@ 1.1.1.1.2.1 log @file patch-ba was added on branch buildlink2 on 2002-06-23 18:38:18 +0000 @ text @d1 15 @ 1.1.1.1.2.2 log @Merge from pkgsrc-current to buildlink2 branch. @ text @a0 15 $NetBSD: patch-ba,v 1.1.1.1.2.1 2002/06/23 18:38:18 jlam Exp $ --- noatun/main.cpp.orig Wed May 8 19:29:25 2002 +++ noatun/main.cpp @@@@ -24,7 +24,9 @@@@ { 0, 0, 0} }; -int main(int argc, char **argv) +extern "C" int kdemain(int, char **); + +int kdemain(int argc, char **argv) { KAboutData aboutData("noatun", I18N_NOOP("Noatun"), version, description, KAboutData::License_BSD, @