[lives] Add BR package

Antonio sagitter at rpmfusion.org
Mon Aug 8 14:24:59 CEST 2016


commit 16dbcfddb19398b275a0562c3cd3658f90bcd418
Author: sagitter <sagitter at fedoraproject.org>
Date:   Mon Aug 8 14:24:54 2016 +0200

    Add BR package

 lives.spec | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/lives.spec b/lives.spec
index fb47d4b..8e583ae 100644
--- a/lives.spec
+++ b/lives.spec
@@ -42,6 +42,7 @@ BuildRequires:  gtk3-devel
 BuildRequires:  ffmpeg-devel
 BuildRequires:  bzip2-devel
 BuildRequires:  libappstream-glib
+BuildRequires:  gcc-c++
 
 # Packages for re-configuration
 #BuildRequires:  autoconf, automake, libtool
@@ -76,11 +77,6 @@ It is small in size, yet it has many advanced features.
 %prep
 %setup -q
 
-# 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
-
 ##Remove spurious executable permissions
 for i in `find . -type f \( -name "*.c" -o -name "*.h" -o -name "*.txt" \)`; do
 chmod a-x $i


More information about the rpmfusion-commits mailing list