]> git.pld-linux.org Git - packages/k3b.git/blame - k3b-libadd.patch
- rel 4; disable hal (obsolete)
[packages/k3b.git] / k3b-libadd.patch
CommitLineData
e1984f17
AM
1--- k3b-1.0pre1/plugins/encoder/external/Makefile.am.wiget 2006-08-18 19:14:14.000000000 +0200
2+++ k3b-1.0pre1/plugins/encoder/external/Makefile.am 2006-08-18 19:15:41.000000000 +0200
3@@ -4,7 +4,7 @@
4
5 libk3bexternalencoder_la_SOURCES = base_k3bexternalencoderconfigwidget.ui k3bexternalencoder.cpp
6
7-libk3bexternalencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDECORE)
8+libk3bexternalencoder_la_LIBADD = ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/libk3b.la $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT)
9 libk3bexternalencoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
10
11 pluginsdir = $(kde_datadir)/k3b/plugins
12--- k3b-1.0pre1/plugins/encoder/sox/Makefile.am.wiget 2006-08-18 19:12:56.000000000 +0200
13+++ k3b-1.0pre1/plugins/encoder/sox/Makefile.am 2006-08-18 19:13:44.000000000 +0200
14@@ -4,7 +4,7 @@
15
16 libk3bsoxencoder_la_SOURCES = base_k3bsoxencoderconfigwidget.ui k3bsoxencoder.cpp
17
18-libk3bsoxencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDECORE)
19+libk3bsoxencoder_la_LIBADD = ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/libk3b.la $(LIB_KDECORE) $(LIB_QT)
20 libk3bsoxencoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
21
22 pluginsdir = $(kde_datadir)/k3b/plugins
23--- k3b-1.0pre1/plugins/encoder/ogg/Makefile.am.wiget 2006-08-18 19:17:41.000000000 +0200
24+++ k3b-1.0pre1/plugins/encoder/ogg/Makefile.am 2006-08-18 19:18:40.000000000 +0200
25@@ -4,7 +4,7 @@
26
27 libk3boggvorbisencoder_la_SOURCES = base_k3boggvorbisencodersettingswidget.ui k3boggvorbisencoder.cpp
28
29-libk3boggvorbisencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDECORE) -logg -lvorbis -lvorbisenc
30+libk3boggvorbisencoder_la_LIBADD = ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/libk3b.la $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) -logg -lvorbis -lvorbisenc
31 libk3boggvorbisencoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
32
33 pluginsdir = $(kde_datadir)/k3b/plugins
34--- k3b-1.0pre1/plugins/encoder/lame/Makefile.am.wiget 2006-08-18 19:16:14.000000000 +0200
35+++ k3b-1.0pre1/plugins/encoder/lame/Makefile.am 2006-08-18 19:17:15.000000000 +0200
36@@ -6,7 +6,7 @@
37 base_k3bmanualbitratesettingswidget.ui \
38 k3blameencoder.cpp
39
40-libk3blameencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDECORE) -lmp3lame
41+libk3blameencoder_la_LIBADD = ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/libk3b.la $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) -lmp3lame
42 libk3blameencoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
43
e1984f17
AM
44 pluginsdir = $(kde_datadir)/k3b/plugins
45--- k3b-1.0pre1/plugins/audiooutput/arts/Makefile.am.wiget 2006-08-18 19:19:07.000000000 +0200
46+++ k3b-1.0pre1/plugins/audiooutput/arts/Makefile.am 2006-08-18 19:20:19.000000000 +0200
47@@ -4,7 +4,7 @@
48
49 libk3bartsoutputplugin_la_SOURCES = k3bartsoutputplugin.cpp
50
51-libk3bartsoutputplugin_la_LIBADD = ../../../libk3b/libk3b.la -lartsc
52+libk3bartsoutputplugin_la_LIBADD = ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/libk3b.la $(LIB_KDECORE) $(LIB_QT) -lartsc
53 libk3bartsoutputplugin_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
54
55 pluginsdir = $(kde_datadir)/k3b/plugins
56--- k3b-1.0pre1/plugins/decoder/mp3/Makefile.am.wiget 2006-08-18 19:00:11.000000000 +0200
57+++ k3b-1.0pre1/plugins/decoder/mp3/Makefile.am 2006-08-18 19:01:05.000000000 +0200
58@@ -4,7 +4,7 @@
59
60 libk3bmaddecoder_la_SOURCES = k3bmad.cpp k3bmaddecoder.cpp
61
62-libk3bmaddecoder_la_LIBADD = $(LIB_KDECORE) $(MAD_LIB) $(taglib_libs) ../../../libk3b/libk3b.la
63+libk3bmaddecoder_la_LIBADD = ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/libk3b.la $(LIB_KDECORE) $(LIB_QT) $(MAD_LIB) $(taglib_libs)
64 libk3bmaddecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
65
66 pluginsdir = $(kde_datadir)/k3b/plugins
67--- k3b-1.0pre1/plugins/decoder/wave/Makefile.am.wiget 2006-08-18 18:53:04.000000000 +0200
68+++ k3b-1.0pre1/plugins/decoder/wave/Makefile.am 2006-08-18 18:57:56.000000000 +0200
69@@ -4,7 +4,7 @@
70
71 libk3bwavedecoder_la_SOURCES = k3bwavedecoder.cpp
72
73-libk3bwavedecoder_la_LIBADD = $(LIB_KDECORE) ../../../libk3b/libk3b.la
74+libk3bwavedecoder_la_LIBADD = ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/libk3b.la $(LIB_KDECORE) $(LIB_QT)
75 libk3bwavedecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
76
77 pluginsdir = $(kde_datadir)/k3b/plugins
78--- k3b-1.0pre1/plugins/decoder/ffmpeg/Makefile.am.wiget 2006-08-18 19:05:53.000000000 +0200
79+++ k3b-1.0pre1/plugins/decoder/ffmpeg/Makefile.am 2006-08-18 19:06:39.000000000 +0200
80@@ -4,7 +4,7 @@
81
82 libk3bffmpegdecoder_la_SOURCES = k3bffmpegdecoder.cpp k3bffmpegwrapper.cpp
83
84-libk3bffmpegdecoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDEUI) -lavcodec -lavformat
85+libk3bffmpegdecoder_la_LIBADD = ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/libk3b.la $(LIB_KDECORE) $(LIB_QT) -lavcodec -lavformat
86 libk3bffmpegdecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
87
88 pluginsdir = $(kde_datadir)/k3b/plugins
89--- k3b-1.0pre1/plugins/decoder/flac/Makefile.am.wiget 2006-08-18 19:01:26.000000000 +0200
90+++ k3b-1.0pre1/plugins/decoder/flac/Makefile.am 2006-08-18 19:02:40.000000000 +0200
91@@ -4,7 +4,7 @@
92
93 libk3bflacdecoder_la_SOURCES = k3bflacdecoder.cpp
94
95-libk3bflacdecoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDEUI) -lFLAC++ -lFLAC $(taglib_libs)
96+libk3bflacdecoder_la_LIBADD = ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/libk3b.la $(LIB_KDECORE) $(LIB_QT) -lFLAC++ -lFLAC $(taglib_libs)
97 libk3bflacdecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
98
99 pluginsdir = $(kde_datadir)/k3b/plugins
100--- k3b-1.0pre1/plugins/decoder/musepack/Makefile.am.wiget 2006-08-18 19:07:16.000000000 +0200
101+++ k3b-1.0pre1/plugins/decoder/musepack/Makefile.am 2006-08-18 19:07:57.000000000 +0200
102@@ -7,7 +7,7 @@
103
104 libk3bmpcdecoder_la_SOURCES = k3bmpcdecoder.cpp k3bmpcwrapper.cpp
105
106-libk3bmpcdecoder_la_LIBADD = ../../../libk3b/libk3b.la $(MPC_LIBS)
107+libk3bmpcdecoder_la_LIBADD = ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/libk3b.la $(LIB_KDECORE) $(LIB_QT) $(MPC_LIBS)
108 libk3bmpcdecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
109
110 pluginsdir = $(kde_datadir)/k3b/plugins
111--- k3b-1.0pre1/plugins/decoder/libsndfile/Makefile.am.wiget 2006-08-18 19:03:56.000000000 +0200
112+++ k3b-1.0pre1/plugins/decoder/libsndfile/Makefile.am 2006-08-18 19:05:15.000000000 +0200
113@@ -4,7 +4,7 @@
114
115 libk3blibsndfiledecoder_la_SOURCES = k3blibsndfiledecoder.cpp
116
117-libk3blibsndfiledecoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDEUI) -lsndfile
118+libk3blibsndfiledecoder_la_LIBADD = ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/libk3b.la $(LIB_KDECORE) $(LIB_QT) -lsndfile
119 libk3blibsndfiledecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
120
121 pluginsdir = $(kde_datadir)/k3b/plugins
122--- k3b-1.0pre1/plugins/decoder/ogg/Makefile.am.wiget 2006-08-18 18:58:28.000000000 +0200
123+++ k3b-1.0pre1/plugins/decoder/ogg/Makefile.am 2006-08-18 18:59:46.000000000 +0200
124@@ -4,7 +4,7 @@
125
126 libk3boggvorbisdecoder_la_SOURCES = k3boggvorbisdecoder.cpp
127
128-libk3boggvorbisdecoder_la_LIBADD = ../../../libk3b/libk3b.la -logg -lvorbis -lvorbisfile
129+libk3boggvorbisdecoder_la_LIBADD = ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/libk3b.la -logg -lvorbis -lvorbisfile $(LIB_KDECORE) $(LIB_QT)
130 libk3boggvorbisdecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
131
132 pluginsdir = $(kde_datadir)/k3b/plugins
133--- k3b-1.0pre1/plugins/project/audioprojectcddb/Makefile.am.wiget 2006-08-18 19:24:48.000000000 +0200
134+++ k3b-1.0pre1/plugins/project/audioprojectcddb/Makefile.am 2006-08-18 19:25:51.000000000 +0200
135@@ -12,7 +12,7 @@
136
137 libk3baudioprojectcddbplugin_la_SOURCES = k3baudioprojectcddbplugin.cpp
138
139-libk3baudioprojectcddbplugin_la_LIBADD = ../../../libk3b/libk3b.la
140+libk3baudioprojectcddbplugin_la_LIBADD = ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/libk3b.la $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT)
141
142 libk3baudioprojectcddbplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
143
144--- k3b-1.0pre1/plugins/project/audiometainforenamer/Makefile.am.wiget 2006-08-18 19:26:36.000000000 +0200
145+++ k3b-1.0pre1/plugins/project/audiometainforenamer/Makefile.am 2006-08-18 19:29:57.000000000 +0200
146@@ -10,7 +10,7 @@
147 kde_module_LTLIBRARIES = libk3baudiometainforenamerplugin.la
148
149 libk3baudiometainforenamerplugin_la_SOURCES = k3baudiometainforenamerplugin.cpp
150-libk3baudiometainforenamerplugin_la_LIBADD = ../../../libk3b/libk3b.la
151+libk3baudiometainforenamerplugin_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KFILE) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT)
152 libk3baudiometainforenamerplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
153
154 pluginsdir = $(kde_datadir)/k3b/plugins
155--- k3b-1.0pre1/k3bsetup/Makefile.am.wiget 2006-08-18 19:30:40.000000000 +0200
156+++ k3b-1.0pre1/k3bsetup/Makefile.am 2006-08-18 19:31:46.000000000 +0200
157@@ -6,7 +6,7 @@
158 kde_module_LTLIBRARIES = kcm_k3bsetup2.la
159
160 kcm_k3bsetup2_la_SOURCES = base_k3bsetup2.ui k3bsetup2.cpp
161-kcm_k3bsetup2_la_LIBADD = $(LIB_KDEUI) ../libk3b/libk3b.la
162+kcm_k3bsetup2_la_LIBADD = ../libk3bdevice/libk3bdevice.la ../libk3b/libk3b.la $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT)
163 kcm_k3bsetup2_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined
164
165 k3bsetup2_DATA = k3bsetup2.desktop
166--- k3b-1.0pre1/kioslaves/videodvd/Makefile.am.wiget 2006-08-18 15:43:26.000000000 +0200
167+++ k3b-1.0pre1/kioslaves/videodvd/Makefile.am 2006-08-18 15:48:51.000000000 +0200
168@@ -6,7 +6,7 @@
169 kde_module_LTLIBRARIES = kio_videodvd.la
170
171 kio_videodvd_la_SOURCES = videodvd.cpp
172-kio_videodvd_la_LIBADD = -lkio ../../libk3b/libk3b.la
173+kio_videodvd_la_LIBADD = -lkio ../../libk3b/libk3b.la ../../libk3bdevice/libk3bdevice.la $(LIB_KDECORE) $(LIB_QT)
174 kio_videodvd_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN)
175
176 protocol_DATA = videodvd.protocol
29af3aaa 177--- k3b-1.0rc3/plugins/audiooutput/alsa/Makefile.am.orig 2006-12-29 21:40:30.000000000 +0100
178+++ k3b-1.0rc3/plugins/audiooutput/alsa/Makefile.am 2006-12-30 06:47:54.000000000 +0100
179@@ -5,7 +5,7 @@
180 libk3balsaoutputplugin_la_SOURCES = k3balsaoutputplugin.cpp
181
182 libk3balsaoutputplugin_la_CFLAGS = $(ALSA_CFLAGS)
183-libk3balsaoutputplugin_la_LIBADD = ../../../libk3b/libk3b.la $(ALSA_LIBS)
184+libk3balsaoutputplugin_la_LIBADD = ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/libk3b.la $(LIB_KDECORE) $(LIB_QT) $(ALSA_LIBS)
185 libk3balsaoutputplugin_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
186
187 pluginsdir = $(kde_datadir)/k3b/plugins
This page took 0.054343 seconds and 4 git commands to generate.