[lives] Fix multi_encoder3 python interpreter
by Antonio
commit 0ead6e97fd35fc2627ecacbc084aa0382dfe2272
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Tue Oct 25 23:43:05 2016 +0200
Fix multi_encoder3 python interpreter
lives.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/lives.spec b/lives.spec
index e216f23..9964dd6 100644
--- a/lives.spec
+++ b/lives.spec
@@ -13,7 +13,7 @@
Name: lives
Version: 2.8.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
URL: http://lives-video.com
@@ -61,6 +61,7 @@ BuildRequires: libappstream-glib
BuildRequires: gcc-c++
BuildRequires: perl-generators
BuildRequires: python2-devel
+BuildRequires: python3-devel
# Packages for re-configuration
BuildRequires: autoconf, automake, libtool
@@ -143,8 +144,9 @@ rm -rf %{buildroot}%{_docdir}/lives-%{version}
##Remove rpaths
chrpath -d %{buildroot}%{_bindir}/lives-exe
-# Fix Python2 interpreter
-find %{buildroot} -name 'lives_*' -o -name 'multi_encod*' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
+# Fix Python interpreter
+find %{buildroot} -name 'lives_*' -o -name 'multi_encoder' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python2}|'
+find %{buildroot} -name 'lives_*' -o -name 'multi_encoder3' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3}|'
##Set Exec key
desktop-file-edit \
@@ -188,6 +190,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{_datadir}/appdata/LiVES.appdata.xml
%changelog
+* Tue Oct 25 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.8.1-2
+- Fix multi_encoder3 python interpreter
+
* Mon Oct 24 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.8.1-1
- Update to 2.8.1
8 years, 2 months
[ffmpeg/f25] Updated to 3.1.5
by Julian Sikorski
Summary of changes:
76f57a2... Updated to 3.1.5 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[ffmpeg] Updated to 3.1.5
by Julian Sikorski
commit 76f57a2a0c87b5b84656061d4dfc10ae4473b821
Author: Julian Sikorski <belegdol(a)fedoraproject.org>
Date: Tue Oct 25 19:47:34 2016 +0200
Updated to 3.1.5
.gitignore | 1 +
ffmpeg.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be956a0..024b8c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ ffmpeg-2.8.7.tar.xz
/ffmpeg-3.1.3.tar.xz
/ffmpeg-3.1.4.tar.bz2
/ffmpeg-3.1.4.tar.xz
+/ffmpeg-3.1.5.tar.bz2
diff --git a/ffmpeg.spec b/ffmpeg.spec
index d75a3ea..a9681ff 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -19,8 +19,8 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 3.1.4
-Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
+Version: 3.1.5
+Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr} || 0%{?_with_gmp}
License: GPLv3+
%else
@@ -331,6 +331,9 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%changelog
+* Tue Oct 25 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 3.1.5-1
+- Updated to 3.1.5
+
* Sat Oct 01 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 3.1.4-2
- Fix missing libxvid (rfbz#4274)
diff --git a/sources b/sources
index a44d7a2..bfd1344 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b54d3e3d2d14d64305b840bb3d287445 ffmpeg-3.1.4.tar.xz
+0dd2f448a41f555a100fb075d5df136e ffmpeg-3.1.5.tar.bz2
8 years, 2 months
[audacious-plugins-freeworld] Upgrade from 3.7.x to 3.8. Includes a plugin API change that requires rebuilds
by Sérgio M. Basto
commit ea28d0187567ff2575642edf152f5d8204774f26
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Oct 25 18:17:50 2016 +0100
Upgrade from 3.7.x to 3.8. Includes a plugin API change that requires rebuilds
of 3rd party plugin packages.
audacious-plugins-freeworld.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/audacious-plugins-freeworld.spec b/audacious-plugins-freeworld.spec
index 6eaca68..c0ebf15 100644
--- a/audacious-plugins-freeworld.spec
+++ b/audacious-plugins-freeworld.spec
@@ -5,7 +5,7 @@
Name: audacious-plugins-freeworld
Version: 3.8
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Additional plugins for the Audacious media player
Group: Applications/Multimedia
@@ -13,7 +13,7 @@ License: GPLv3
URL: http://audacious-media-player.org/
Source0: http://distfiles.audacious-media-player.org/audacious-plugins-%{version}....
-BuildRequires: audacious-devel >= 3.6
+BuildRequires: audacious-devel >= 3.8
BuildRequires: zlib-devel, libxml2-devel
BuildRequires: taglib-devel >= 1.4
BuildRequires: libmms-devel, libmpg123-devel
@@ -142,6 +142,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%changelog
+* Tue Oct 25 2016 Sérgio Basto <sergio(a)serjux.com> - 3.8-2
+- Upgrade from 3.7.x to 3.8. Includes a plugin API change that requires rebuilds
+ of 3rd party plugin packages.
+
* Tue Oct 25 2016 Sérgio Basto <sergio(a)serjux.com> - 3.8-1
- Update to 3.8 as in Fedora proper
- Disable wavpack and flac detection.
8 years, 2 months