SPECS (AC-branch): mlt.spec - Killed kdenlive_renderer error: Fail...

matkor matkor at pld-linux.org
Sun Feb 17 15:44:57 CET 2008


Author: matkor                       Date: Sun Feb 17 14:44:57 2008 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- Killed kdenlive_renderer error: Failed to load plugin: /usr/share/mlt/modules/libmltcore.so: undefined symbol: rint

---- Files affected:
SPECS:
   mlt.spec (1.20.2.1 -> 1.20.2.2) 

---- Diffs:

================================================================
Index: SPECS/mlt.spec
diff -u SPECS/mlt.spec:1.20.2.1 SPECS/mlt.spec:1.20.2.2
--- SPECS/mlt.spec:1.20.2.1	Mon Feb 11 14:28:00 2008
+++ SPECS/mlt.spec	Sun Feb 17 15:44:52 2008
@@ -6,11 +6,13 @@
 # - seems to link/auto-require installed older version of lib instead of own new
 # - still fails to work with kdenlive:
 #     Failed to load plugin: /usr/share/mlt/modules/libmltavformat.so: undefined symbol: img_convert
+# - fails to run kdenlive_renderer <project>.kdenlive
+#     Failed to load plugin: /usr/share/mlt/modules/libmltcore.so: undefined symbol: rint
 Summary:	MLT - open source multimedia framework
 Summary(pl.UTF-8):	MLT - szkielet multimedialny o otwartych źródłach
 Name:		mlt
 Version:	0.2.4
-Release:	2
+Release:	2.1
 License:	GPL
 Group:		X11/Applications/Multimedia
 Source0:	http://dl.sourceforge.net/mlt/%{name}-%{version}.tar.gz
@@ -71,7 +73,7 @@
 %endif
 
 %build
-export LDFLAGS="%{rpmldflags} -L%{_x_libraries}"
+export LDFLAGS="%{rpmldflags} -L%{_x_libraries} -lm"
 %configure \
 	--enable-gpl \
 %ifarch %{x8664}
@@ -121,6 +123,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20.2.2  2008-02-17 14:44:52  matkor
+- Killed kdenlive_renderer error: Failed to load plugin: /usr/share/mlt/modules/libmltcore.so: undefined symbol: rint
+
 Revision 1.20.2.1  2008-02-11 13:28:00  undefine
 - pass x directory to cflags to fix build on ac
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mlt.spec?r1=1.20.2.1&r2=1.20.2.2&f=u



More information about the pld-cvs-commit mailing list