[avidemux] Commit new source.
by Richard Shaw
commit 14df586e87286f6b46efb8beafd6f1b0df64fb20
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Sat Dec 31 16:19:06 2016 -0600
Commit new source.
.gitignore | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/.gitignore b/.gitignore
index 8813633..080bce9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
avidemux_2.6.10.tar.gz
/avidemux_2.6.12.tar.gz
/avidemux_2.6.15.tar.gz
+/avidemux_2.6.16.tar.gz
7 years, 10 months
[avidemux] Update to the 2.6.15 release, rfbz#4344
by Richard Shaw
commit 8b8a09ed27b163d5ac1b54611ab1a12f72119dd6
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Sat Dec 31 15:57:47 2016 -0600
Update to the 2.6.15 release, rfbz#4344
avidemux-2.6.10-bundled_libs.patch | 167 -------------------------------------
avidemux-2.6.15-hwaccel.patch | 19 -----
avidemux.spec | 14 ++--
sources | 2 +-
4 files changed, 6 insertions(+), 196 deletions(-)
---
diff --git a/avidemux.spec b/avidemux.spec
index 8c97c8f..7b42a74 100644
--- a/avidemux.spec
+++ b/avidemux.spec
@@ -1,7 +1,7 @@
%global _pkgbuilddir %{_builddir}/%{name}_%{version}
Name: avidemux
-Version: 2.6.15
+Version: 2.6.16
Release: 1%{?dist}
Summary: Graphical video editing and transcoding tool
@@ -10,9 +10,7 @@ URL: http://www.avidemux.org
Source0: http://downloads.sourceforge.net/%{name}/%{name}_%{version}.tar.gz
Source1: avidemux-qt.desktop
-Patch0: avidemux-2.6.10-bundled_libs.patch
-Patch1: avidemux-2.6.15-hwaccel.patch
-Patch2: avidemux-2.6.15-disable-vpx-decoder-plugin.patch
+Patch0: avidemux-2.6.15-disable-vpx-decoder-plugin.patch
# Don't try to build on arm
ExcludeArch: %{arm}
@@ -31,10 +29,9 @@ BuildRequires: yasm-devel
BuildRequires: libxml2-devel >= 2.6.8
BuildRequires: fontconfig-devel
BuildRequires: freetype-devel
-BuildRequires: js-devel
+BuildRequires: fribidi-devel
BuildRequires: libXv-devel
BuildRequires: libXmu-devel
-BuildRequires: libsamplerate-devel
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: libass-devel
@@ -59,12 +56,13 @@ BuildRequires: libdca-devel
BuildRequires: opencore-amr-devel
BuildRequires: libvpx-devel
BuildRequires: twolame-devel
+BuildRequires: opus-devel
# Video Codecs
BuildRequires: xvidcore-devel >= 1.0.2
BuildRequires: x264-devel
BuildRequires: x265-devel
-BuildRequires: ffmpeg-devel
+BuildRequires: nvenc-devel
# Main package is a metapackage, bring in something useful.
Requires: %{name}-gui = %{version}-%{release}
@@ -118,8 +116,6 @@ This package contains translation files for %{name}.
%prep
%setup -q -n %{name}_%{version}
%patch0 -p1
-%patch1 -p1
-%patch2 -p1
# Remove sources of bundled libraries.
rm -rf avidemux_plugins/ADM_audioDecoders/ADM_ad_ac3/ADM_liba52 \
diff --git a/sources b/sources
index c2fdee0..dd75077 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a822d96548d9dca19c805d46be424fc avidemux_2.6.15.tar.gz
+0d0df96cc9f165b4ebcd7bc7fe1d09ba avidemux_2.6.16.tar.gz
7 years, 10 months
[mpv/f24] (2 commits) ...Update to 0.23.0
by Miro Hrončok
Summary of changes:
1119980... Add patch to relax ffmpeg version check (*)
1d9d58f... Update to 0.23.0 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 10 months
[mpv/f25] (2 commits) ...Update to 0.23.0
by Miro Hrončok
Summary of changes:
1119980... Add patch to relax ffmpeg version check (*)
1d9d58f... Update to 0.23.0 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 10 months
[mpv] Update to 0.23.0
by Miro Hrončok
commit 1d9d58f5b0ff9be9d3a4351647a811f4b1fac29a
Author: Miro Hrončok <miro(a)hroncok.cz>
Date: Sat Dec 31 17:26:45 2016 +0100
Update to 0.23.0
mpv.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index 5daafad..bf52b79 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
-Version: 0.22.0
-Release: 2%{?dist}
+Version: 0.23.0
+Release: 1%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
URL: http://%{name}.io/
@@ -153,6 +153,9 @@ fi
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Sat Dec 31 2016 Miro Hrončok <mhroncok(a)redhat.com> - 0.23.0-1
+- Update to 0.23.0
+
* Sat Dec 03 2016 leigh scott <leigh123linux(a)googlemail.com> - 0.22.0-2
- Add patch to relax ffmpeg version check
diff --git a/sources b/sources
index a216ffe..6fb5c17 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa56677b11c1b634a83c56f1c1c39c57 mpv-0.22.0.tar.gz
+9bce377e101612d611daf2a5c99aa95f mpv-0.23.0.tar.gz
7 years, 10 months
[xorg-x11-drv-nvidia] revert leftover from some testing
by Leigh Scott
commit ad8a614c1fe46853fe4755ec9cb3aeedd0afcfbe
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Dec 31 15:33:08 2016 +0000
revert leftover from some testing
xorg-x11-drv-nvidia.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 3e64e16..a0cf9ee 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -3,7 +3,7 @@
%global _nvidia_xorgdir %{_nvidia_libdir}/xorg
%global _glvnd_libdir %{_libdir}/libglvnd
-#%global debug_package %{nil}
+%global debug_package %{nil}
%global __strip /bin/true
Name: xorg-x11-drv-nvidia
7 years, 10 months
[xorg-x11-drv-nvidia] Update nvidia.conf for latest Xorg changes
by Leigh Scott
commit 836186edcd9084a912c7a7445e3f69bdc3328ea5
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Dec 31 15:31:43 2016 +0000
Update nvidia.conf for latest Xorg changes
nvidia.conf | 2 --
xorg-x11-drv-nvidia.spec | 9 ++++++---
2 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/nvidia.conf b/nvidia.conf
index 79a73d4..7481890 100644
--- a/nvidia.conf
+++ b/nvidia.conf
@@ -14,6 +14,4 @@ Section "OutputClass"
Identifier "intel"
MatchDriver "i915"
Driver "modesetting"
- # Disable glamor as it causes crashes when combined with the nvidia driver's libEGL.so
- Option "AccelMethod" "none"
EndSection
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index b628594..3e64e16 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -3,13 +3,13 @@
%global _nvidia_xorgdir %{_nvidia_libdir}/xorg
%global _glvnd_libdir %{_libdir}/libglvnd
-%global debug_package %{nil}
+#%global debug_package %{nil}
%global __strip /bin/true
Name: xorg-x11-drv-nvidia
Epoch: 1
Version: 375.26
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -46,7 +46,7 @@ Requires: which
Requires: %{_nvidia_serie}-kmod >= %{?epoch}:%{version}
Requires: %{name}-libs%{_isa} = %{?epoch}:%{version}-%{release}
%if 0%{?fedora} >= 25
-Requires: xorg-x11-server-Xorg%{_isa} >= 1.19.0-2
+Requires: xorg-x11-server-Xorg%{_isa} >= 1.19.0-3
%endif
Obsoletes: %{_nvidia_serie}-kmod < %{?epoch}:%{version}
@@ -569,6 +569,9 @@ fi ||:
%{_nvidia_libdir}/libGLX_nvidia.so
%changelog
+* Sat Dec 31 2016 leigh scott <leigh123linux(a)googlemail.com> - 1:375.26-7
+- Update nvidia.conf for latest Xorg changes
+
* Sat Dec 24 2016 leigh scott <leigh123linux(a)googlemail.com> - 1:375.26-6
- Fix error in nvidia.conf rfbz#4388
7 years, 10 months
[kaffeine/f24] Add Requires: vlc (fix rfbz#4394).
by Xavier Bachelot
commit 02da8d848afe8984aa4654cf540e32d62807a3fa
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Fri Dec 30 23:14:38 2016 +0100
Add Requires: vlc (fix rfbz#4394).
kaffeine.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/kaffeine.spec b/kaffeine.spec
index be2bf7a..a724753 100644
--- a/kaffeine.spec
+++ b/kaffeine.spec
@@ -1,6 +1,6 @@
Name: kaffeine
Version: 2.0.5
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Summary: KDE media player
@@ -31,6 +31,10 @@ BuildRequires: pkgconfig(libdvbv5)
BuildRequires: pkgconfig(xscrnsaver)
Requires: kio-extras
+# The vlc package is shipping some needed output plugins.
+# vlc packaging could possibly be modified to allow for more granularity.
+# See https://bugzilla.rpmfusion.org/show_bug.cgi?id=4394
+Requires: vlc
%description
Kaffeine is a KDE Frameworks media player.
@@ -90,6 +94,9 @@ fi
%{_kf5_mandir}/man1/kaffeine.1.*
%changelog
+* Fri Dec 30 2016 Xavier Bachelot <xavier(a)bachelot.org> - 2.0.5-2
+- Add Requires: vlc (fix rfbz#4394).
+
* Sun Dec 11 2016 leigh scott <leigh123linux(a)googlemail.com> - 2.0.5-1
- update to 2.0.5 release
7 years, 10 months