File: 04-underlinking.patch

package info (click to toggle)
lives 3.0.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 24,608 kB
  • sloc: ansic: 185,093; cpp: 15,316; perl: 9,398; python: 7,181; sh: 5,379; makefile: 1,676; yacc: 291; sed: 16
file content (77 lines) | stat: -rw-r--r-- 2,974 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Description: Fix underlinking
Author: Sebastian Ramacher <sramacher@debian.org>
Last-Update: 2016-01-17

---
 lives-plugins/plugins/decoders/Makefile.am |    6 +++---
 lives-plugins/weed-plugins/Makefile.am     |   12 ++++++++++++
 lives-plugins/weed-plugins/gdk/Makefile.am |    1 +
 3 files changed, 16 insertions(+), 3 deletions(-)

--- lives.orig/lives-plugins/weed-plugins/Makefile.am
+++ lives/lives-plugins/weed-plugins/Makefile.am
@@ -105,6 +105,7 @@ audio_fft_la_LDFLAGS = $(FFTW3F_LIBS) $(
 audio_fft_la_CFLAGS = $(FFTW3F_CFLAGS) $(AM_CFLAGS)
 beat_detector_la_LDFLAGS = $(FFTW3F_LIBS) $(AM_LDFLAGS)
 beat_detector_la_CFLAGS = $(FFTW3F_CFLAGS) $(AM_CFLAGS)
+beat_detector_la_LIBADD = -lm
 audio_fftlibdir = "$(libdir)/$(PACKAGE)/plugins/effects/realtime/weed"
 audio_fftlib_LTLIBRARIES = $(audio_fft_libs)
 endif
@@ -194,6 +195,17 @@ fxpluginslib_LTLIBRARIES = RGBdelay.la \
 	warpTV.la \
 	xeffect.la
 
+fourKlives_la_LIBADD = -lm
+vertigo_la_LIBADD = -lm
+fireTV_la_LIBADD = -lm
+warpTV_la_LIBADD = -lm
+plasma_la_LIBADD = -lm
+log_sig_la_LIBADD = -lm
+bump2d_la_LIBADD = -lm
+rotozoom_la_LIBADD = -lm
+kaleidoscope_la_LIBADD = -lm
+
+
 EXTRA_DIST=data icons syna.h weed-utils-code.c weed-plugin-utils.c
 
 install-data-local:
--- lives.orig/lives-plugins/plugins/decoders/Makefile.am
+++ lives/lives-plugins/plugins/decoders/Makefile.am
@@ -117,7 +117,7 @@ endif
 
 
 flv_libs = flv_decoder.la
-FLVDEC_LIBS = @LIBAVCODEC_LIBS@ @LIBAVFORMAT_LIBS@
+FLVDEC_LIBS = @LIBAVCODEC_LIBS@ @LIBAVFORMAT_LIBS@ @LIBAVUTIL_LIBS@
 FLVDEC_CFLAGS = @LIBAVFORMAT_CFLAGS@ @LIBAVCODEC_CFLAGS@ -Wno-deprecated-declarations
 flv_decoder_la_SOURCES = flv_decoder.c flv_decoder.h dec_helper.c
 flv_decoder_la_CFLAGS = $(libav_cflags) $(shared_cflags) $(weed_cflags) $(FLVDEC_CFLAGS)
@@ -125,7 +125,7 @@ flv_decoder_la_LDFLAGS = $(shared_ldflag
 
 
 asf_libs = asf_decoder.la
-ASFDEC_LIBS = @LIBAVCODEC_LIBS@ @LIBAVFORMAT_LIBS@
+ASFDEC_LIBS = @LIBAVCODEC_LIBS@ @LIBAVFORMAT_LIBS@ @LIBAVUTIL_LIBS@
 ASFDEC_CFLAGS = @LIBAVFORMAT_CFLAGS@ @LIBAVCODEC_CFLAGS@ -Wno-deprecated-declarations
 asf_decoder_la_SOURCES = asf_decoder.c asf_decoder.h dec_helper.c
 asf_decoder_la_CFLAGS = $(libav_cflags) $(shared_cflags) $(weed_cflags) $(ASFDEC_CFLAGS)
@@ -153,7 +153,7 @@ mpegts_decoder_la_LDFLAGS = $(shared_ldf
 
 
 zzavformat_libs = zzavformat_decoder.la
-AVIDEC_LIBS = @LIBAVCODEC_LIBS@ @LIBAVFORMAT_LIBS@
+AVIDEC_LIBS = @LIBAVCODEC_LIBS@ @LIBAVFORMAT_LIBS@ @LIBAVUTIL_LIBS@
 AVIDEC_CFLAGS = @LIBAVFORMAT_CFLAGS@ @LIBAVCODEC_CFLAGS@ -Wno-deprecated-declarations
 zzavformat_decoder_la_SOURCES = avformat_decoder.c avformat_decoder.h
 zzavformat_decoder_la_CFLAGS = $(libav_cflags) $(shared_cflags) $(weed_cflags) $(AVIDEC_CFLAGS)
--- lives.orig/lives-plugins/weed-plugins/gdk/Makefile.am
+++ lives/lives-plugins/weed-plugins/gdk/Makefile.am
@@ -54,6 +54,7 @@ fxpluginslib_LTLIBRARIES = gdk_fast_resi
 	haar_analyser.la \
 	$(vjack_libs) 
 
+puretext_la_LIBADD = -lm
 
 EXTRA_DIST=data icons