explain noatun -> knoatun to the plugins, and fix erroneous `noaton.so'
direct inclusion. Todo: explain dependencies to main Makefile, split noatun plugins to subpackage.
This commit is contained in:
parent
73b68e0054
commit
04a37450ba
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_alarm_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/alarm/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/alarm/Makefile.am Sun Apr 21 00:18:27 2002
|
||||
@@ -6,7 +6,7 @@ noatunwakeup_la_SOURCES = wakeup.cpp \
|
||||
kpercentspinbox.cpp
|
||||
|
||||
noatunwakeup_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunwakeup_la_LIBADD = $(LIB_KFILE) $(kde_libraries)/libnoatun.so -lm
|
||||
+noatunwakeup_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
|
||||
|
||||
noatunwakeup_la_METASOURCES = AUTO
|
||||
|
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-noatun-plugins_alarm_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/alarm/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/alarm/Makefile.in Sun Apr 21 02:22:37 2002
|
||||
@@ -241,7 +241,7 @@ noatunwakeup_la_SOURCES = wakeup.cpp \
|
||||
|
||||
|
||||
noatunwakeup_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunwakeup_la_LIBADD = $(LIB_KFILE) $(kde_libraries)/libnoatun.so -lm
|
||||
+noatunwakeup_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
|
||||
|
||||
#>- noatunwakeup_la_METASOURCES = AUTO
|
||||
|
||||
@@ -257,7 +257,7 @@ CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(kde_module_LTLIBRARIES)
|
||||
|
||||
-noatunwakeup_la_DEPENDENCIES = $(kde_libraries)/libnoatun.so
|
||||
+noatunwakeup_la_DEPENDENCIES =
|
||||
am_noatunwakeup_la_OBJECTS = wakeup.lo kminutespinbox.lo \
|
||||
kpercentspinbox.lo
|
||||
#>- noatunwakeup_la_OBJECTS = $(am_noatunwakeup_la_OBJECTS)
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_alsaplayer_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/alsaplayer/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/alsaplayer/Makefile.am Sun Apr 21 02:24:27 2002
|
||||
@@ -11,7 +11,7 @@ noatunalsaplayer_la_SOURCES = \
|
||||
|
||||
noatunalsaplayer_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
||||
|
||||
-noatunalsaplayer_la_LIBADD = -lnoatuncontrols -lnoatun
|
||||
+noatunalsaplayer_la_LIBADD = -lnoatuncontrols -lknoatun
|
||||
|
||||
noatunalsaplayer_la_METASOURCES = AUTO
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_alsaplayer_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/alsaplayer/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/alsaplayer/Makefile.in Sun Apr 21 02:24:29 2002
|
||||
@@ -253,7 +253,7 @@ noatunalsaplayer_la_SOURCES=\
|
||||
|
||||
noatunalsaplayer_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
||||
|
||||
-noatunalsaplayer_la_LIBADD = -lnoatuncontrols -lnoatun
|
||||
+noatunalsaplayer_la_LIBADD = -lnoatuncontrols -lknoatun
|
||||
|
||||
#>- noatunalsaplayer_la_METASOURCES = AUTO
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_blurscope_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/blurscope/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/blurscope/Makefile.am Sun Apr 21 00:17:44 2002
|
||||
@@ -3,7 +3,7 @@ INCLUDES= `sdl-config --cflags` $(all_in
|
||||
kde_module_LTLIBRARIES = noatunblurscope.la
|
||||
noatunblurscope_la_SOURCES = sdlscope.cpp scopedisplayer.cpp
|
||||
noatunblurscope_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined `sdl-config --libs`
|
||||
-noatunblurscope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
|
||||
+noatunblurscope_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
|
||||
noatunblurscope_la_METASOURCES = AUTO
|
||||
|
||||
data_DATA = blurscope.plugin
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_blurscope_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/blurscope/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/blurscope/Makefile.in Sun Apr 21 00:17:55 2002
|
||||
@@ -237,7 +237,7 @@ INCLUDES = `sdl-config --cflags` $(all_i
|
||||
kde_module_LTLIBRARIES = noatunblurscope.la
|
||||
noatunblurscope_la_SOURCES = sdlscope.cpp scopedisplayer.cpp
|
||||
noatunblurscope_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined `sdl-config --libs`
|
||||
-noatunblurscope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
|
||||
+noatunblurscope_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
|
||||
#>- noatunblurscope_la_METASOURCES = AUTO
|
||||
|
||||
data_DATA = blurscope.plugin
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_charlatan_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/charlatan/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/charlatan/Makefile.am Sun Apr 21 02:23:10 2002
|
||||
@@ -10,7 +10,7 @@ noatuncharlatan_la_SOURCES = \
|
||||
|
||||
noatuncharlatan_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
||||
|
||||
-noatuncharlatan_la_LIBADD = -lnoatuncontrols -lnoatun
|
||||
+noatuncharlatan_la_LIBADD = -lnoatuncontrols -lknoatun
|
||||
|
||||
noatuncharlatan_la_METASOURCES = AUTO
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_charlatan_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/charlatan/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/charlatan/Makefile.in Sun Apr 21 02:23:18 2002
|
||||
@@ -245,7 +245,7 @@ noatuncharlatan_la_SOURCES = \
|
||||
|
||||
noatuncharlatan_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
||||
|
||||
-noatuncharlatan_la_LIBADD = -lnoatuncontrols -lnoatun
|
||||
+noatuncharlatan_la_LIBADD = -lnoatuncontrols -lknoatun
|
||||
|
||||
#>- noatuncharlatan_la_METASOURCES = AUTO
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_dub_dub_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/dub/dub/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/dub/dub/Makefile.am Sun Apr 21 00:15:38 2002
|
||||
@@ -30,7 +30,7 @@ EXTRA_DIST = main.cpp dub.cpp dub.h dubd
|
||||
INCLUDES += -I$(kde_includes)/noatun $(all_includes)
|
||||
|
||||
noatundub_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatundub_la_LIBADD = $(LIB_KFILE) -lnoatun
|
||||
+noatundub_la_LIBADD = $(LIB_KFILE) -lknoatun
|
||||
|
||||
#libnoatungeneric_la_METASOURCES = AUTO
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_dub_dub_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/dub/dub/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/dub/dub/Makefile.in Sun Apr 21 00:16:05 2002
|
||||
@@ -263,7 +263,7 @@ noatundub_la_SOURCES= dubplaylistitem.cp
|
||||
EXTRA_DIST = main.cpp dub.cpp dub.h dubdoc.cpp dubdoc.h dubview.cpp dubview.h dubui.rc dub.plugin fileselectorwidget.cpp fileselectorwidget.h dubplaylist.cpp dubplaylist.h dubplaylistitem.cpp dubplaylistitem.h BUGS dubprefs.ui
|
||||
|
||||
noatundub_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatundub_la_LIBADD = $(LIB_KFILE) -lnoatun
|
||||
+noatundub_la_LIBADD = $(LIB_KFILE) -lknoatun
|
||||
|
||||
|
||||
#libnoatungeneric_la_METASOURCES = AUTO
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_jefferson_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/jefferson/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/jefferson/Makefile.am Sun Apr 21 00:18:00 2002
|
||||
@@ -6,7 +6,7 @@ noatunjefferson_la_SOURCES = cmodule.cpp
|
||||
plugininterface.cpp \
|
||||
kosd.cpp
|
||||
noatunjefferson_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunjefferson_la_LIBADD = $(LIB_KFILE) -lnoatun
|
||||
+noatunjefferson_la_LIBADD = $(LIB_KFILE) -lknoatun
|
||||
|
||||
noatunjefferson_la_METASOURCES = AUTO
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_jefferson_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/jefferson/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/jefferson/Makefile.in Sun Apr 21 00:18:10 2002
|
||||
@@ -241,7 +241,7 @@ noatunjefferson_la_SOURCES = cmodule.cpp
|
||||
kosd.cpp
|
||||
|
||||
noatunjefferson_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunjefferson_la_LIBADD = $(LIB_KFILE) -lnoatun
|
||||
+noatunjefferson_la_LIBADD = $(LIB_KFILE) -lknoatun
|
||||
|
||||
#>- noatunjefferson_la_METASOURCES = AUTO
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_luckytag_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/luckytag/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/luckytag/Makefile.am Sun Apr 21 02:24:21 2002
|
||||
@@ -3,7 +3,7 @@ kde_module_LTLIBRARIES = noatunluckytag.
|
||||
|
||||
noatunluckytag_la_SOURCES = luckytag.cpp parsedmp3filename.cpp
|
||||
noatunluckytag_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunluckytag_la_LIBADD = $(LIB_KFILE) -lnoatun -lnoatuntags
|
||||
+noatunluckytag_la_LIBADD = $(LIB_KFILE) -lknoatun -lnoatuntags
|
||||
|
||||
noatunluckytag_la_METASOURCES = AUTO
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_luckytag_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/luckytag/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/luckytag/Makefile.in Sun Apr 21 02:24:24 2002
|
||||
@@ -237,7 +237,7 @@ kde_module_LTLIBRARIES = noatunluckytag.
|
||||
|
||||
noatunluckytag_la_SOURCES = luckytag.cpp parsedmp3filename.cpp
|
||||
noatunluckytag_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunluckytag_la_LIBADD = $(LIB_KFILE) -lnoatun -lnoatuntags
|
||||
+noatunluckytag_la_LIBADD = $(LIB_KFILE) -lknoatun -lnoatuntags
|
||||
|
||||
#>- noatunluckytag_la_METASOURCES = AUTO
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_lyrics_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/lyrics/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/lyrics/Makefile.am Sun Apr 21 02:24:06 2002
|
||||
@@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = noatunlyrics.la
|
||||
noatunlyrics_la_SOURCES = lyrics.cpp
|
||||
|
||||
noatunlyrics_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunlyrics_la_LIBADD = $(LIB_KHTML) $(LIB_KFILE) -lnoatun
|
||||
+noatunlyrics_la_LIBADD = $(LIB_KHTML) $(LIB_KFILE) -lknoatun
|
||||
|
||||
noatunlyrics_la_METASOURCES = AUTO
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_lyrics_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/lyrics/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/lyrics/Makefile.in Sun Apr 21 02:24:15 2002
|
||||
@@ -238,7 +238,7 @@ kde_module_LTLIBRARIES = noatunlyrics.la
|
||||
noatunlyrics_la_SOURCES = lyrics.cpp
|
||||
|
||||
noatunlyrics_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunlyrics_la_LIBADD = $(LIB_KHTML) $(LIB_KFILE) -lnoatun
|
||||
+noatunlyrics_la_LIBADD = $(LIB_KHTML) $(LIB_KFILE) -lknoatun
|
||||
|
||||
#>- noatunlyrics_la_METASOURCES = AUTO
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_nexscope_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/nexscope/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/nexscope/Makefile.am Sun Apr 21 02:24:31 2002
|
||||
@@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = noatunnexscope.
|
||||
|
||||
noatunnexscope_la_SOURCES = noatunplugin.cpp
|
||||
noatunnexscope_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunnexscope_la_LIBADD = $(LIB_KFILE) -lnoatun
|
||||
+noatunnexscope_la_LIBADD = $(LIB_KFILE) -lknoatun
|
||||
|
||||
bin_PROGRAMS = nexscope.bin
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_nexscope_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/nexscope/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/nexscope/Makefile.in Sun Apr 21 02:24:34 2002
|
||||
@@ -240,7 +240,7 @@ kde_module_LTLIBRARIES = noatunnexscope.
|
||||
|
||||
noatunnexscope_la_SOURCES = noatunplugin.cpp
|
||||
noatunnexscope_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunnexscope_la_LIBADD = $(LIB_KFILE) -lnoatun
|
||||
+noatunnexscope_la_LIBADD = $(LIB_KFILE) -lknoatun
|
||||
|
||||
bin_PROGRAMS = nexscope.bin
|
||||
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_noatunmadness_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/noatunmadness/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/noatunmadness/Makefile.am Sun Apr 21 02:24:36 2002
|
||||
@@ -3,7 +3,7 @@ INCLUDES= `sdl-config --cflags` $(all_in
|
||||
kde_module_LTLIBRARIES = noatunmadness.la
|
||||
noatunmadness_la_SOURCES = madness.cpp
|
||||
noatunmadness_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined `sdl-config --libs`
|
||||
-noatunmadness_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
|
||||
+noatunmadness_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
|
||||
noatunmadness_la_METASOURCES = AUTO
|
||||
|
||||
data_DATA = madness.plugin
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_noatunmadness_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/noatunmadness/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/noatunmadness/Makefile.in Sun Apr 21 02:24:39 2002
|
||||
@@ -237,7 +237,7 @@ INCLUDES = `sdl-config --cflags` $(all_i
|
||||
kde_module_LTLIBRARIES = noatunmadness.la
|
||||
noatunmadness_la_SOURCES = madness.cpp
|
||||
noatunmadness_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined `sdl-config --libs`
|
||||
-noatunmadness_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
|
||||
+noatunmadness_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
|
||||
#>- noatunmadness_la_METASOURCES = AUTO
|
||||
|
||||
data_DATA = madness.plugin
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_pitchablespeed_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/pitchablespeed/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/pitchablespeed/Makefile.am Sun Apr 21 00:16:29 2002
|
||||
@@ -2,7 +2,7 @@ INCLUDES= -I$(kde_includes)/arts $(all_i
|
||||
|
||||
kde_module_LTLIBRARIES = noatunpitchablespeed.la
|
||||
noatunpitchablespeed_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunpitchablespeed_la_LIBADD = $(LIB_KFILE) -lnoatun -lm -lartsmodules
|
||||
+noatunpitchablespeed_la_LIBADD = $(LIB_KFILE) -lknoatun -lm -lartsmodules
|
||||
|
||||
noatunpitchablespeed_la_SOURCES = pitchablespeed.cpp speedtuner.cpp
|
||||
noatunpitchablespeed_la_METASOURCES = AUTO
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_pitchablespeed_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/pitchablespeed/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/pitchablespeed/Makefile.in Sun Apr 21 00:17:38 2002
|
||||
@@ -236,7 +236,7 @@ INCLUDES = -I$(kde_includes)/arts $(all_
|
||||
|
||||
kde_module_LTLIBRARIES = noatunpitchablespeed.la
|
||||
noatunpitchablespeed_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunpitchablespeed_la_LIBADD = $(LIB_KFILE) -lnoatun -lm -lartsmodules
|
||||
+noatunpitchablespeed_la_LIBADD = $(LIB_KFILE) -lknoatun -lm -lartsmodules
|
||||
|
||||
noatunpitchablespeed_la_SOURCES = pitchablespeed.cpp speedtuner.cpp
|
||||
#>- noatunpitchablespeed_la_METASOURCES = AUTO
|
@ -0,0 +1,19 @@
|
||||
$OpenBSD: patch-noatun-plugins_synaescope_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/synaescope/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/synaescope/Makefile.am Sun Apr 21 02:23:42 2002
|
||||
@@ -6,13 +6,13 @@ kde_module_LTLIBRARIES = noatunsynaescop
|
||||
|
||||
noatunsynaescope_la_SOURCES = synaescope.cpp
|
||||
noatunsynaescope_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunsynaescope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
|
||||
+noatunsynaescope_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
|
||||
|
||||
bin_PROGRAMS = noatunsynaescope.bin
|
||||
|
||||
noatunsynaescope_bin_SOURCES = core.cpp main.cpp sdlwrap.cpp ui.cpp
|
||||
noatunsynaescope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||||
-noatunsynaescope_bin_LDADD = $(LIB_KDEUI) -lnoatun $(SDL_LIBS)
|
||||
+noatunsynaescope_bin_LDADD = $(LIB_KDEUI) -lknoatun $(SDL_LIBS)
|
||||
|
||||
data_DATA = synaescope.plugin
|
||||
datadir = $(kde_datadir)/noatun
|
@ -0,0 +1,19 @@
|
||||
$OpenBSD: patch-noatun-plugins_synaescope_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/synaescope/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/synaescope/Makefile.in Sun Apr 21 02:23:49 2002
|
||||
@@ -240,13 +240,13 @@ kde_module_LTLIBRARIES = noatunsynaescop
|
||||
|
||||
noatunsynaescope_la_SOURCES = synaescope.cpp
|
||||
noatunsynaescope_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunsynaescope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
|
||||
+noatunsynaescope_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
|
||||
|
||||
bin_PROGRAMS = noatunsynaescope.bin
|
||||
|
||||
noatunsynaescope_bin_SOURCES = core.cpp main.cpp sdlwrap.cpp ui.cpp
|
||||
noatunsynaescope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||||
-noatunsynaescope_bin_LDADD = $(LIB_KDEUI) -lnoatun $(SDL_LIBS)
|
||||
+noatunsynaescope_bin_LDADD = $(LIB_KDEUI) -lknoatun $(SDL_LIBS)
|
||||
|
||||
data_DATA = synaescope.plugin
|
||||
subdir = noatun-plugins/synaescope
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_tippercanoe_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/tippercanoe/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/tippercanoe/Makefile.am Sun Apr 21 02:23:25 2002
|
||||
@@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = noatuntippecano
|
||||
|
||||
noatuntippecanoe_la_SOURCES = synaescope.cpp
|
||||
noatuntippecanoe_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatuntippecanoe_la_LIBADD = $(LIB_KFILE) $(kde_libraries)/libnoatun.so -lm
|
||||
+noatuntippecanoe_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
|
||||
|
||||
bin_PROGRAMS = noatuntippecanoe.bin
|
||||
|
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-noatun-plugins_tippercanoe_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/tippercanoe/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/tippercanoe/Makefile.in Sun Apr 21 02:23:36 2002
|
||||
@@ -240,7 +240,7 @@ kde_module_LTLIBRARIES = noatuntippecano
|
||||
|
||||
noatuntippecanoe_la_SOURCES = synaescope.cpp
|
||||
noatuntippecanoe_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatuntippecanoe_la_LIBADD = $(LIB_KFILE) $(kde_libraries)/libnoatun.so -lm
|
||||
+noatuntippecanoe_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
|
||||
|
||||
bin_PROGRAMS = noatuntippecanoe.bin
|
||||
|
||||
@@ -255,7 +255,7 @@ CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(kde_module_LTLIBRARIES)
|
||||
|
||||
-noatuntippecanoe_la_DEPENDENCIES = $(kde_libraries)/libnoatun.so
|
||||
+noatuntippecanoe_la_DEPENDENCIES =
|
||||
am_noatuntippecanoe_la_OBJECTS = synaescope.lo
|
||||
#>- noatuntippecanoe_la_OBJECTS = $(am_noatuntippecanoe_la_OBJECTS)
|
||||
#>+ 5
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_tyler_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/tyler/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/tyler/Makefile.am Sun Apr 21 02:22:53 2002
|
||||
@@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = noatuntyler.la
|
||||
|
||||
noatuntyler_la_SOURCES = tyler.cpp
|
||||
noatuntyler_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatuntyler_la_LIBADD = $(LIB_KFILE) $(kde_libraries)/libnoatun.so -lm
|
||||
+noatuntyler_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
|
||||
|
||||
bin_PROGRAMS = noatuntyler.bin
|
||||
|
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-noatun-plugins_tyler_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/tyler/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/tyler/Makefile.in Sun Apr 21 02:23:06 2002
|
||||
@@ -240,7 +240,7 @@ kde_module_LTLIBRARIES = noatuntyler.la
|
||||
|
||||
noatuntyler_la_SOURCES = tyler.cpp
|
||||
noatuntyler_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatuntyler_la_LIBADD = $(LIB_KFILE) $(kde_libraries)/libnoatun.so -lm
|
||||
+noatuntyler_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
|
||||
|
||||
bin_PROGRAMS = noatuntyler.bin
|
||||
|
||||
@@ -255,7 +255,7 @@ CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(kde_module_LTLIBRARIES)
|
||||
|
||||
-noatuntyler_la_DEPENDENCIES = $(kde_libraries)/libnoatun.so
|
||||
+noatuntyler_la_DEPENDENCIES =
|
||||
am_noatuntyler_la_OBJECTS = tyler.lo
|
||||
#>- noatuntyler_la_OBJECTS = $(am_noatuntyler_la_OBJECTS)
|
||||
#>+ 5
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_wavecapture_Makefile_am,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/wavecapture/Makefile.am.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/wavecapture/Makefile.am Sun Apr 21 02:24:41 2002
|
||||
@@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = noatunwavecaptu
|
||||
|
||||
|
||||
noatunwavecapture_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunwavecapture_la_LIBADD = $(LIB_KFILE) -lnoatun -lm -lartsmodules
|
||||
+noatunwavecapture_la_LIBADD = $(LIB_KFILE) -lknoatun -lm -lartsmodules
|
||||
|
||||
noatunwavecapture_la_SOURCES = wavecapture.cpp
|
||||
noatunwavecapture_la_METASOURCES = AUTO
|
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-noatun-plugins_wavecapture_Makefile_in,v 1.1 2002/04/21 13:50:29 espie Exp $
|
||||
--- noatun-plugins/wavecapture/Makefile.in.orig Sun Apr 21 00:15:20 2002
|
||||
+++ noatun-plugins/wavecapture/Makefile.in Sun Apr 21 02:24:46 2002
|
||||
@@ -238,7 +238,7 @@ INCLUDES = -I$(kde_includes)/arts $(all_
|
||||
kde_module_LTLIBRARIES = noatunwavecapture.la
|
||||
|
||||
noatunwavecapture_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
||||
-noatunwavecapture_la_LIBADD = $(LIB_KFILE) -lnoatun -lm -lartsmodules
|
||||
+noatunwavecapture_la_LIBADD = $(LIB_KFILE) -lknoatun -lm -lartsmodules
|
||||
|
||||
noatunwavecapture_la_SOURCES = wavecapture.cpp
|
||||
#>- noatunwavecapture_la_METASOURCES = AUTO
|
Loading…
Reference in New Issue
Block a user