http://bugzilla.rpmfusion.org/show_bug.cgi?id=527
Martin Strigl <mst(a)friendlynet.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mst(a)friendlynet.at
--- Comment #95 from Martin Strigl <mst(a)friendlynet.at> 2009-05-27 09:21:40 ---
(In reply to comment #92)
Since there are no complaints...
---------------------------------------------------------
This package (mlt) is APPROVED by oget for rpmfusion-free
---------------------------------------------------------
i know i'm a little bit late, but i've got a complaint. i used the src rpm from
zarko
(
http://wiki.open.hr/~zpintar/fedora-11/RPMFusion/SRPMS/mlt-0.4.0-3.fc11.s...)
to rebuild on my system (2.6.29.3-140.fc11.i686.PAE #1 SMP Tue May 12 10:44:10
EDT 2009 i686 i686 i386 GNU/Linux).
it aborts the build as soon as it tries to compile the mlt++ part -- i get a
bunch full of "error: stray '#' in program" compilation errors.
i found a solution, but i'm not quite sure whether it's correct. so i'll post
it here just to let you know.
[seldon@morpheus SPECS]$ cat ../SOURCES/mlt-0.4.0.dDPIC.diff
diff -ruNp mlt-0.4.0.orig/src/mlt++/configure
mlt-0.4.0.edit/src/mlt++/configure
--- mlt-0.4.0.orig/src/mlt++/configure 2009-05-18 06:23:53.000000000 +0200
+++ mlt-0.4.0.edit/src/mlt++/configure 2009-05-26 13:49:33.000000000 +0200
@@ -13,7 +13,7 @@ case $targetos in
;;
Linux|FreeBSD)
echo LIBSUF=.so
- echo "CXXFLAGS+=-Wall $WARNINGS -fPIC -dPIC"
+ echo "CXXFLAGS+=-Wall $WARNINGS -fPIC -DPIC"
echo "LIBFLAGS=-shared"
;;
esac >> config.mak
mfg,
martin
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.