[lives] Reintroduce <toons.cpp> patch

Antonio sagitter at rpmfusion.org
Mon Aug 8 14:50:13 CEST 2016


commit 3e5ea1b9bc7a05c886dee67b1d36f4c982d174c1
Author: sagitter <sagitter at fedoraproject.org>
Date:   Mon Aug 8 14:50:07 2016 +0200

    Reintroduce <toons.cpp> patch

 lives.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/lives.spec b/lives.spec
index 3112a8d..1e9ba17 100644
--- a/lives.spec
+++ b/lives.spec
@@ -5,7 +5,7 @@ Summary:        Video editor and VJ tool
 License:        GPLv3+ and LGPLv3+
 URL:            http://lives-video.com
 Source0:        http://lives-video.com/releases/LiVES-%{version}.tar.bz2
-## Appdata file downloaded from http://sourceforge.net/p/lives/code/HEAD/tree/trunk/LiVES.appdata.xml
+## Appdata file
 Source1:        LiVES.appdata.xml
 
 BuildRequires:  pkgconfig(jack)
@@ -82,6 +82,11 @@ for i in `find . -type f \( -name "*.c" -o -name "*.h" -o -name "*.txt" \)`; do
 chmod a-x $i
 done
 
+# Fix to compile with GCC-6.1.1
+%if 0%{?fedora} > 23
+sed -e 's|toonz.cpp||g' -i lives-plugins/weed-plugins/Makefile.am
+%endif
+
 %build
 %if 0%{?fedora} > 23
 autoreconf -ivf


More information about the rpmfusion-commits mailing list