Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mlt/files: mlt-0.3.8-as-needed.patch
Date: Wed, 22 Apr 2009 11:08:41
Message-Id: E1LwaJj-00077b-Mj@stork.gentoo.org
1 loki_val 09/04/22 11:08:39
2
3 Added: mlt-0.3.8-as-needed.patch
4 Log:
5 Fix underlinked modules, bug 266593.
6 (Portage version: 2.2_rc28/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/mlt/files/mlt-0.3.8-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mlt/files/mlt-0.3.8-as-needed.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mlt/files/mlt-0.3.8-as-needed.patch?rev=1.1&content-type=text/plain
13
14 Index: mlt-0.3.8-as-needed.patch
15 ===================================================================
16 diff -NrU5 mlt-0.3.8.orig/src/modules/core/Makefile mlt-0.3.8/src/modules/core/Makefile
17 --- mlt-0.3.8.orig/src/modules/core/Makefile 2009-04-22 12:56:59.000000000 +0200
18 +++ mlt-0.3.8/src/modules/core/Makefile 2009-04-22 12:59:34.000000000 +0200
19 @@ -31,11 +31,11 @@
20
21 ASM_OBJS =
22
23 CFLAGS += -I../..
24
25 -LDFLAGS+=-L../../framework -lmlt
26 +LDFLAGS+=-L../../framework -lmlt -lm
27
28 SRCS := $(OBJS:.o=.c)
29
30 all: $(TARGET)
31
32 diff -NrU5 mlt-0.3.8.orig/src/modules/effectv/Makefile mlt-0.3.8/src/modules/effectv/Makefile
33 --- mlt-0.3.8.orig/src/modules/effectv/Makefile 2009-04-22 12:56:59.000000000 +0200
34 +++ mlt-0.3.8/src/modules/effectv/Makefile 2009-04-22 12:59:23.000000000 +0200
35 @@ -7,11 +7,11 @@
36 image.o \
37 utils.o
38
39 CFLAGS += -I../..
40
41 -LDFLAGS+=-L../../framework -lmlt
42 +LDFLAGS+=-L../../framework -lmlt -lm
43
44 SRCS := $(OBJS:.o=.c)
45
46 all: $(TARGET)
47
48 diff -NrU5 mlt-0.3.8.orig/src/modules/motion_est/Makefile mlt-0.3.8/src/modules/motion_est/Makefile
49 --- mlt-0.3.8.orig/src/modules/motion_est/Makefile 2009-04-22 12:56:59.000000000 +0200
50 +++ mlt-0.3.8/src/modules/motion_est/Makefile 2009-04-22 12:58:45.000000000 +0200
51 @@ -10,11 +10,11 @@
52 filter_vismv.o \
53 producer_slowmotion.o
54
55 CFLAGS += -I../..
56
57 -LDFLAGS+=-L../../framework -lmlt
58 +LDFLAGS+=-L../../framework -lmlt -lm
59
60 SRCS := $(OBJS:.o=.c)
61
62 all: $(TARGET)
63
64 diff -NrU5 mlt-0.3.8.orig/src/modules/normalize/Makefile mlt-0.3.8/src/modules/normalize/Makefile
65 --- mlt-0.3.8.orig/src/modules/normalize/Makefile 2009-04-22 12:56:59.000000000 +0200
66 +++ mlt-0.3.8/src/modules/normalize/Makefile 2009-04-22 12:58:00.000000000 +0200
67 @@ -5,11 +5,11 @@
68 OBJS = factory.o \
69 filter_volume.o
70
71 CFLAGS += -I../..
72
73 -LDFLAGS+=-L../../framework -lmlt
74 +LDFLAGS+=-L../../framework -lmlt -lm
75
76 SRCS := $(OBJS:.o=.c)
77
78 all: $(TARGET)
79
80 diff -NrU5 mlt-0.3.8.orig/src/modules/plus/Makefile mlt-0.3.8/src/modules/plus/Makefile
81 --- mlt-0.3.8.orig/src/modules/plus/Makefile 2009-04-22 12:56:59.000000000 +0200
82 +++ mlt-0.3.8/src/modules/plus/Makefile 2009-04-22 12:57:40.000000000 +0200
83 @@ -9,11 +9,11 @@
84 filter_sepia.o \
85 transition_affine.o
86
87 CFLAGS += -I../..
88
89 -LDFLAGS+=-L../../framework -lmlt
90 +LDFLAGS+=-L../../framework -lmlt -lm
91
92 SRCS := $(OBJS:.o=.c)
93
94 all: $(TARGET)