[mpv] (20 commits) ...Fix build
by Leigh Scott
Summary of changes:
8bd44a0... Bundle waf and comment out the missing BuildRequires (*)
6f1690b... Revert "Bundle waf and comment out the missing BuildRequire (*)
12dcd64... Add changes for el8 (*)
4a0e46c... Add changes for el8 (*)
0635493... Add pkgconfig(luajit) (*)
60aae16... Add pkgconfig(luajit) (*)
4449119... remove unused lua br (*)
071026b... rebase on master (*)
761a632... Make libplacebo fedora only (*)
fbd4270... Merge branch 'master' into el8 (*)
db62f85... Merge branch 'master' into el8 (*)
cbcdb1d... Merge branch 'master' into el8 (*)
289f441... Merge branch 'master' into el8 (*)
4746231... Merge branch 'master' into el8 (*)
5bb3915... Merge branch 'master' into el8 (*)
d5a73fc... Merge branch 'master' into el8 (*)
7fb7b18... Merge branch 'master' into el8 (*)
f4cf0d0... Merge branch 'master' into el8 (*)
b1b8d19... Merge branch 'master' into el8 (*)
2168025... Fix build (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 5 months
[mpv/el8] Fix build
by Leigh Scott
commit 216802581c5d545f29332621655897e101ab4469
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 24 17:53:59 2020 +0100
Fix build
mpv.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/mpv.spec b/mpv.spec
index f9ab6a7..4ee714d 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -64,9 +64,11 @@ BuildRequires: pkgconfig(luajit)
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(smbclient)
BuildRequires: pkgconfig(vdpau)
+%ifarch x86_64
%if 0%{?fedora} || 0%{?rhel} > 7
BuildRequires: pkgconfig(vapoursynth)
%endif
+%endif
BuildRequires: waf-python3
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-cursor)
4 years, 5 months
[mpv/el8: 6/6] Merge branch 'master' into el8
by Leigh Scott
commit b1b8d192160e40fb3358204509fa472a5156ac9f
Merge: f4cf0d0 6205ad0
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 24 17:30:39 2020 +0100
Merge branch 'master' into el8
mpv.spec | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
---
4 years, 5 months
[mpv/el8] (6 commits) ...Merge branch 'master' into el8
by Leigh Scott
Summary of changes:
bf6ab8d... clean up (*)
48b25a1... Rebuild for new libplacebo version (*)
60f14c3... - Rebuild for ffmpeg-4.3 git (*)
ccaa149... Rebuild for new libcdio version (*)
6205ad0... Enable vapoursynth (rfbz#5681) (*)
b1b8d19... Merge branch 'master' into el8
(*) This commit already existed in another branch; no separate mail sent
4 years, 5 months
[mpv/f31] (5 commits) ...Enable vapoursynth (rfbz#5681)
by Leigh Scott
Summary of changes:
bf6ab8d... clean up (*)
48b25a1... Rebuild for new libplacebo version (*)
60f14c3... - Rebuild for ffmpeg-4.3 git (*)
ccaa149... Rebuild for new libcdio version (*)
6205ad0... Enable vapoursynth (rfbz#5681) (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 5 months
[mpv/f32] (3 commits) ...Enable vapoursynth (rfbz#5681)
by Leigh Scott
Summary of changes:
60f14c3... - Rebuild for ffmpeg-4.3 git (*)
ccaa149... Rebuild for new libcdio version (*)
6205ad0... Enable vapoursynth (rfbz#5681) (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 5 months
[mpv] Enable vapoursynth (rfbz#5681)
by Leigh Scott
commit 6205ad0b5bbe4910ebe0ce9051470ce206d4188e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 24 17:24:37 2020 +0100
Enable vapoursynth (rfbz#5681)
mpv.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index 5b42c61..f9ab6a7 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.32.0
-Release: 5%{?gitrelease}%{?dist}
+Release: 6%{?gitrelease}%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+ and LGPLv2+
URL: http://mpv.io/
@@ -64,6 +64,9 @@ BuildRequires: pkgconfig(luajit)
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(smbclient)
BuildRequires: pkgconfig(vdpau)
+%if 0%{?fedora} || 0%{?rhel} > 7
+BuildRequires: pkgconfig(vapoursynth)
+%endif
BuildRequires: waf-python3
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-cursor)
@@ -180,6 +183,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Wed Jun 24 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.32.0-6
+- Enable vapoursynth (rfbz#5681)
+
* Fri Apr 10 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.32.0-5
- Rebuild for new libcdio version
4 years, 5 months
[vlc] Rebuilt
by Nicolas Chauvet
commit 3e89a0d589ee658759c588f21940a2204aab4940
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jun 24 17:45:29 2020 +0200
Rebuilt
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 1c77364..b02f1b8 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -51,7 +51,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.11
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
URL: https://www.videolan.org
%if 0%{?commit0:1}
@@ -585,6 +585,9 @@ fi || :
%changelog
+* Wed Jun 24 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.11-2
+- rebuilt
+
* Mon Jun 15 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.11-1
- Update to 3.0.11
4 years, 5 months
[ffmpeg/el8] Fix conditionals
by Leigh Scott
Summary of changes:
7d4c249... Fix conditionals (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 5 months
[ffmpeg/f31: 2/2] Merge branch 'f32' into f31
by Leigh Scott
commit 8619d38eeac1c71b60c6412b3f4f93225cfe8fda
Merge: 8cf0805 7d4c249
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 24 12:23:17 2020 +0100
Merge branch 'f32' into f31
ffmpeg.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
4 years, 5 months