[libva-intel-driver/el8: 7/9] Merge branch 'master' into el8
by Nicolas Chauvet
commit 95056d1a6e265a78c6b4588728d9154feebda67a
Merge: c833b42 a7a423d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jan 28 16:56:33 2020 +0100
Merge branch 'master' into el8
.gitignore | 1 +
427.patch | 66 -------------------------------------------------
libva-intel-driver.spec | 52 ++++++++++++++++++++++----------------
sources | 2 +-
4 files changed, 33 insertions(+), 88 deletions(-)
---
diff --cc libva-intel-driver.spec
index 75008ff,9314c80..39f7b23
--- a/libva-intel-driver.spec
+++ b/libva-intel-driver.spec
@@@ -87,10 -88,19 +88,19 @@@ fn=%{buildroot}%{_datadir}/appdata/inte
%changelog
- * Fri Jun 07 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 2.1.0-4
- - Rebuilt for el8
+ * Fri Dec 06 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0-1
+ - Update to 2.4.0
+
+ * Mon Sep 23 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0-5
+ - Adapt for el8
+
+ * Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.3.0-4
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+ * Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.3.0-3
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-* Wed Feb 13 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0-2
+* Wed Feb 13 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 2.1.0-3
- Fix https://github.com/intel/intel-vaapi-driver/issues/419
Backport a patch to fix compatibility with mesa 18.3 in F29
Sent by Pete Walter <pwalter(a)fedoraproject.org>
4 years, 9 months
[libva-intel-driver] Keep wayland for el8
by Nicolas Chauvet
commit 84d656ec831959b7c195af160238235a18bafe5c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jan 28 16:58:01 2020 +0100
Keep wayland for el8
libva-intel-driver.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libva-intel-driver.spec b/libva-intel-driver.spec
index 9314c80..f82a299 100644
--- a/libva-intel-driver.spec
+++ b/libva-intel-driver.spec
@@ -1,5 +1,5 @@
#global _with_gen4asm 1
-%if 0%{?rhel}
+%if 0%{?el7}
%global _without_wayland 1
%endif
4 years, 9 months
[clipgrab/f30] Add aarch64 arch
by Sérgio M. Basto
Summary of changes:
f654fb5... Add aarch64 arch (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[clipgrab/f31] Add aarch64 arch
by Sérgio M. Basto
Summary of changes:
f654fb5... Add aarch64 arch (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months
[clipgrab] Add aarch64 arch
by Sérgio M. Basto
commit f654fb53bbe7b02a4d74968bffccce679b26c9a6
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jan 26 23:03:15 2020 +0000
Add aarch64 arch
clipgrab.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/clipgrab.spec b/clipgrab.spec
index 5acbaf9..212852a 100644
--- a/clipgrab.spec
+++ b/clipgrab.spec
@@ -1,6 +1,6 @@
Name: clipgrab
Version: 3.8.10
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv3 and Non-Commercial Use Only (Artwork and Trademark)
Summary: A free video downloader and converter
@@ -8,7 +8,7 @@ URL: http://clipgrab.de/en
Source0: https://download.clipgrab.org/%{name}-%{version}.tar.gz
Source1: %{name}.desktop
-ExcludeArch: ppc64le ppc64 aarch64
+ExcludeArch: ppc64le ppc64
BuildRequires: ImageMagick
BuildRequires: desktop-file-utils
@@ -48,6 +48,9 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE1}
%{_datadir}/applications/clipgrab.desktop
%changelog
+* Sun Jan 26 2020 Sérgio Basto <sergio(a)serjux.com> - 3.8.10-2
+- Add aarch64 arch
+
* Sun Jan 26 2020 Sérgio Basto <sergio(a)serjux.com> - 3.8.10-1
- Update to 3.8.10
4 years, 10 months
[mpv] clean up
by Leigh Scott
commit bf6ab8d348f74dbeb0e598615f43d50ab0eb8b92
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jan 26 22:12:38 2020 +0000
clean up
mpv.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index c412071..53d10c4 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -44,7 +44,7 @@ BuildRequires: pkgconfig(vulkan)
%endif
%endif
BuildRequires: pkgconfig(lcms2)
-%if 0%{?fedora} > 30|| 0%{?rhel} > 8
+%if 0%{?fedora} > 30 || 0%{?rhel} > 8
BuildRequires: pkgconfig(libarchive) >= 3.4.0
%endif
BuildRequires: pkgconfig(libass)
@@ -136,7 +136,7 @@ sed -i -e "s|c_preproc.standard_includes.append('/usr/local/include')|c_preproc.
--disable-build-date \
--enable-libmpv-shared \
--enable-sdl2 \
-%if 0%{?fedora} > 30|| 0%{?rhel} > 8
+%if 0%{?fedora} > 30 || 0%{?rhel} > 8
--enable-libarchive \
%endif
--enable-libsmbclient \
4 years, 10 months
[mpv/el8: 2/2] Merge branch 'master' into el8
by Leigh Scott
commit f4cf0d07b340f572d7dd52cfd455d16f16b4460a
Merge: 7fb7b18 0e96aa2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Jan 26 22:06:56 2020 +0000
Merge branch 'master' into el8
mpv.spec | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
---
4 years, 10 months
[mpv/el8] (2 commits) ...Merge branch 'master' into el8
by Leigh Scott
Summary of changes:
0e96aa2... Drop libarchive support for f30 and el8, supporting 0.31.0 (*)
f4cf0d0... Merge branch 'master' into el8
(*) This commit already existed in another branch; no separate mail sent
4 years, 10 months