commit 14ce4e088db2ee7984cd1f2f4b90a36f2d43b63c
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sat Apr 29 23:11:10 2017 +0200
Update to the release 2.8.5
.gitignore | 1 +
lives.spec | 43 +++++++++++++++----------------------------
sources | 2 +-
3 files changed, 17 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc34070..4db4592 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/LiVES-2.8.3.tar.bz2
/LiVES-2.8.4.tar.bz2
/lives-svn2608.tar.gz
+/LiVES-2.8.5.tar.gz
diff --git a/lives.spec b/lives.spec
index 2b19c6c..4feccc9 100644
--- a/lives.spec
+++ b/lives.spec
@@ -13,16 +13,11 @@
Name: lives
Version: 2.8.5
-Release: 0.3.svn2608%{?dist}
+Release: 1%{?dist}
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
-
-# svn checkout
https://svn.code.sf.net/p/lives/code/trunk lives-code
-# rm -rf lives-code/.svn
-# tar -cvzf lives-svn2608.tar.gz lives-code
-Source0: lives-svn2608.tar.gz
+Source0:
http://lives-video.com/releases/LiVES-%{version}.tar.gz
## Appdata file
Source1: LiVES.appdata.xml
@@ -48,11 +43,10 @@ BuildRequires: pkgconfig(fftw3)
#BuildRequires: pkgconfig(libvisual-0.4)
BuildRequires: pkgconfig(libmatroska)
BuildRequires: pkgconfig(mjpegtools)
-%if 0%{?fedora} > 23
-BuildRequires: pkgconfig(libprojectM)
-%endif
BuildRequires: ladspa-devel
-BuildRequires: GLee-devel
+
+#Retired on fedora
+#BuildRequires: GLee-devel
BuildRequires: x264-libs
BuildRequires: gettext-devel
BuildRequires: doxygen
@@ -101,31 +95,17 @@ designed to be simple to use, yet powerful.
It is small in size, yet it has many advanced features.
%prep
-%setup -q -n lives-code
+%setup -q -n lives-%{version}
##Remove spurious executable permissions
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
-%endif
-
%configure --disable-silent-rules --enable-shared --enable-static \
--enable-largefile --enable-threads --disable-rpath --enable-profiling \
- --enable-doxygen --disable-libvisual \
-%if 0%{?fedora} > 23
- --enable-projectM
-%else
- --disable-projectM
-%endif
+ --enable-doxygen --disable-libvisual --disable-projectM
%make_build
@@ -145,7 +125,10 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig
rm -rf %{buildroot}%{_includedir}/weed
##Remove bad documentation files location
-rm -rf %{buildroot}%{_docdir}/lives-%{version}-svn
+rm -rf %{buildroot}%{_docdir}/%{name}-%{version}
+
+##Remove rpath
+chrpath -d %{buildroot}%{_bindir}/%{name}-exe
# Fix Python interpreter
find %{buildroot} -name 'lives*encoder' -o -name 'multi_encoder' | xargs
sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
@@ -205,6 +188,10 @@ appstream-util validate-relax --nonet
%{buildroot}%{_datadir}/appdata/*.appdata.
%{_datadir}/appdata/LiVES.appdata.xml
%changelog
+* Sat Apr 29 2017 Antonio Trande <sagitterATfedoraproject.org> - 2.8.5-1
+- Update to the release 2.8.5
+- GLee support dropped (retired on Fedora)
+
* Sat Apr 29 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 2.8.5-0.3.svn2608
- Rebuild for ffmpeg update
diff --git a/sources b/sources
index 0b16104..c5c538d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a9a840a47268b9a4524a0b207cef70a4 lives-svn2608.tar.gz
+98cccff2ce081449411a39ae71affc79 LiVES-2.8.5.tar.gz