[kdenlive/f25] Update kdenlive to 16.08.3 like kde-baseapps
by Sérgio M. Basto
commit a5d7b207b47f15979d46d87ee316fa13f54fa7f6
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jan 31 21:44:46 2017 +0000
Update kdenlive to 16.08.3 like kde-baseapps
.gitignore | 1 +
kdenlive.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6780ba3..3c4b79e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/kdenlive-16.08.0.tar.xz
/kdenlive-16.08.1.tar.xz
/kdenlive-16.08.2.tar.xz
+/kdenlive-16.08.3.tar.xz
diff --git a/kdenlive.spec b/kdenlive.spec
index 00baceb..03b7da9 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -1,7 +1,7 @@
Name: kdenlive
Summary: Non-linear video editor
-Version: 16.08.2
+Version: 16.08.3
Release: 1%{?dist}
License: GPLv2+
@@ -139,6 +139,9 @@ fi
%changelog
+* Tue Jan 31 2017 Sérgio Basto <sergio(a)serjux.com> - 16.08.3-1
+- Update kdenlive to 16.08.3 like kde-baseapps
+
* Thu Oct 13 2016 Sérgio Basto <sergio(a)serjux.com> - 16.08.2-1
- Update to 16.08.2
- Scriplets fixed by upstream
diff --git a/sources b/sources
index fcd1dbd..4113a4b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3810b3b698b250b751ec071fa117abb1 kdenlive-16.08.2.tar.xz
+9c56cc179a8ca9715c3eb4bc2492c5da kdenlive-16.08.3.tar.xz
7 years, 9 months
[kdenlive/f25: 2/2] Merge branch 'el7' into f25
by Sérgio M. Basto
commit 1a8fc493894bf083a76307a55618774110c6ab5a
Merge: 7294c01 bb36b0e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Jan 31 20:52:18 2017 +0000
Merge branch 'el7' into f25
---
7 years, 9 months
[vlc/f24] Add daala support
by Nicolas Chauvet
Summary of changes:
44c167d... Add daala support (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 9 months
[vlc/f25] Add daala support
by Nicolas Chauvet
Summary of changes:
44c167d... Add daala support (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 9 months
[vlc] Add daala support
by Nicolas Chauvet
commit 44c167d798c68eb43ad8b085f4758693af0d51ce
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jan 31 15:45:46 2017 +0100
Add daala support
vlc.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 06ec402..ef15d0a 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -33,7 +33,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.0
-Release: 0.15%{?dist}
+Release: 0.16%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -79,6 +79,8 @@ BuildRequires: libcddb-devel
BuildRequires: libcdio-devel >= 0.77-3
BuildRequires: pkgconfig(libchromaprint)
%{?_with_crystalhd:BuildRequires: libcrystalhd-devel}
+BuildRequires: pkgconfig(daaladec)
+BuildRequires: pkgconfig(daalaenc)
BuildRequires: libdc1394-devel >= 2.1.0
%{?_with_libdca:BuildRequires: libdca-devel}
BuildRequires: libdv-devel
@@ -518,6 +520,9 @@ fi || :
%changelog
+* Tue Jan 31 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.16
+- Add daala support
+
* Tue Jan 17 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.15
- Fix lirc activation - rhbz#4420
- Revert upstream commit 785b0f18d7 for wayland detection - rfbz#4380
7 years, 9 months
[mythtv] Add conditional for mesa-vdpau-drivers as it is not available on EL7.
by Richard Shaw
commit 640c0820025dd41ab564c7f38fa8bbcafe826559
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Mon Jan 30 15:38:07 2017 -0600
Add conditional for mesa-vdpau-drivers as it is not available on EL7.
mythtv.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 2fff698..1a2cff9 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -498,7 +498,7 @@ Requires: perl(XML::Simple)
Requires: mythtv-common = %{version}-%{release}
Requires: mythtv-base-themes = %{version}
Requires: python-MythTV
-Recommends: mesa-vdpau-drivers
+%{?fedora:Recommends: mesa-vdpau-drivers}
Provides: mythtv-frontend-api = %{mythfeapiver}
%description frontend
7 years, 9 months
[obs-studio/f25: 2/2] Fix #4436
by Momcilo Medic
commit 58efa93b47e0b3fec23f8a28abdfdadb021da0f0
Merge: 8aa449e 662f136
Author: Momcilo Medic <fedorauser(a)fedoraproject.org>
Date: Mon Jan 30 21:18:03 2017 +0100
Fix #4436
sources | 1 +
1 file changed, 1 insertion(+)
---
7 years, 9 months
[obs-studio/f24] Fix #4436
by Momcilo Medic
Summary of changes:
662f136... Fix #4436 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 9 months