commit d1e45ebd26117ee9e3b07ba120fa0ea0483af829
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Tue Aug 28 18:51:18 2018 +0200
lives 2.10.0 pre-release
.gitignore | 1 +
lives.spec | 13 ++++++++-----
sources | 2 +-
3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb5e0b3..daa2981 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
/LiVES-2.8.7.tar.bz2
/LiVES-2.8.8.tar.bz2
/LiVES-2.8.9.tar.bz2
+/lives-2.10.0-pre1.tar.bz2
diff --git a/lives.spec b/lives.spec
index 79cd1d3..e4f2342 100644
--- a/lives.spec
+++ b/lives.spec
@@ -13,12 +13,12 @@
#
Name: lives
-Version: 2.8.9
-Release: 5%{?dist}
+Version: 2.10.0
+Release: 0.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
+Source0:
http://lives-video.com/releases/pre/lives-%{version}-pre1.tar.bz2
## Appdata file
Source1: LiVES.appdata.xml
@@ -73,7 +73,7 @@ Requires: ogmtools%{?_isa}
Requires: oggvideotools%{?_isa}
Requires: perl-interpreter%{?_isa}
Requires: theora-tools%{?_isa}
-Requires: youtube-dl%{?_isa}
+Requires: youtube-dl
Requires: dvgrab%{?_isa}
Requires: icedax%{?_isa}
Requires: frei0r-plugins%{?_isa}
@@ -139,7 +139,7 @@ echo "Setting private libraries path"
export LD_LIBRARY_PATH=%{_libdir}/%{name}
echo "Setting frei0r library path"
export FREI0R_PATH=%{_libdir}/frei0r-1
-echo "Settin ladspa library path"
+echo "Setting ladspa library path"
export LADSPA_PATH=%{_libdir}/ladspa
echo "Running LiVES"
%{_bindir}/%{name}-exe "\$@"
@@ -174,6 +174,9 @@ appstream-util validate-relax --nonet
%{buildroot}%{_metainfodir}/*.appdata.xml
%{_metainfodir}/LiVES.appdata.xml
%changelog
+* Tue Aug 28 2018 Antonio Trande <sagitterATfedoraproject.org> - 2.10.0-0.1
+- lives 2.10.0 pre-release
+
* Mon Aug 20 2018 Antonio Trande <sagitterATfedoraproject.org> - 2.8.9-5
- Some minor changes
diff --git a/sources b/sources
index 0352a14..c762c77 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-abba27bc112513a57a0fd0ed71bec366 LiVES-2.8.9.tar.bz2
+b21887d546551a013ad1d5ab5284c6ff lives-2.10.0-pre1.tar.bz2