[steam] Revert "Add boolean requires for nvidia i686 libs"
by Leigh Scott
commit af86599a216ac0342aaf441a1541fce4f7c6ca27
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Dec 16 11:13:35 2019 +0000
Revert "Add boolean requires for nvidia i686 libs"
This reverts commit 0bc087ae651a741df9e7aff31bae55c1692ef7dc.
sources | 2 +-
steam.spec | 8 +-------
2 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/sources b/sources
index 981846e..68c8420 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (steam_1.0.0.61.tar.gz) = 14b4e2d10953dea7e062205f986d95ea46f0791a964c0dcfac905b707da55b25142cb2bc056c5488e0309f7ef4521b44f1540ce14617deb5f1df57a8fd1f723e
+a5d3e33a736a4abdcfe112add79af836 steam_1.0.0.61.tar.gz
diff --git a/steam.spec b/steam.spec
index 1b22619..c7169b6 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.61
-Release: 6%{?dist}
+Release: 5%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -54,9 +54,6 @@ Requires: mesa-vulkan-drivers%{?_isa}
Requires: mesa-vulkan-drivers
Requires: vulkan-loader%{?_isa}
Requires: vulkan-loader
-Requires: (xorg-x11-drv-nvidia-libs(x86-32) if xorg-x11-drv-nvidia-libs(x86-64))
-Requires: (xorg-x11-drv-nvidia-390xx-libs(x86-32) if xorg-x11-drv-nvidia-390xx-libs(x86-64))
-Requires: (xorg-x11-drv-nvidia-340xx-libs(x86-32) if xorg-x11-drv-nvidia-340xx-libs(x86-64))
%endif
# Minimum requirements for starting the steam client for the first time
@@ -203,9 +200,6 @@ fi
%endif
%changelog
-* Mon Dec 16 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.0.61-6
-- Add boolean requires for nvidia i686 libs
-
* Sat Nov 02 2019 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.61-5
- Do not remove bundled libstdc++ (#5421).
4 years, 11 months
[xorg-x11-drv-nvidia] Simplify
by Leigh Scott
commit d4472a2af9bfe31efe04aaf692cd065d0816efa0
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Dec 16 10:57:32 2019 +0000
Simplify
xorg-x11-drv-nvidia.spec | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index efc5ff5..f7f06ff 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -157,13 +157,6 @@ Requires: libglvnd-glx%{?_isa} >= 0.2
Requires: libglvnd-opengl%{?_isa} >= 0.2
%if 0%{?fedora} || 0%{?rhel} > 7
Requires: egl-wayland%{?_isa} >= 1.0.0
-%else
-Requires: egl-wayland >= 1.0.0
-%endif
-Requires: mesa-libEGL%{?_isa} >= 13.0.3-3
-Requires: mesa-libGL%{?_isa} >= 13.0.3-3
-Requires: mesa-libGLES%{?_isa} >= 13.0.3-3
-%if 0%{?fedora} || 0%{?rhel} > 7
Requires: vulkan-loader%{?_isa}
%ifarch x86_64
# Boolean dependencies are only fedora and el8
@@ -171,7 +164,12 @@ Requires: (%{name}-libs(x86-32) = %{?epoch}:%{version}-%{release} if mesa
%endif
%else
Requires: vulkan-filesystem
+Requires: egl-wayland >= 1.0.0
%endif
+Requires: mesa-libEGL%{?_isa} >= 13.0.3-3
+Requires: mesa-libGL%{?_isa} >= 13.0.3-3
+Requires: mesa-libGLES%{?_isa} >= 13.0.3-3
+
%description libs
This package provides the shared libraries for %{name}.
4 years, 11 months
[xorg-x11-drv-nvidia] Fix
by Leigh Scott
commit 8feb2be34d75158460f6691d3b5fe0a77985e261
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Dec 16 10:50:46 2019 +0000
Fix
xorg-x11-drv-nvidia.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 6023859..efc5ff5 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -169,7 +169,6 @@ Requires: vulkan-loader%{?_isa}
# Boolean dependencies are only fedora and el8
Requires: (%{name}-libs(x86-32) = %{?epoch}:%{version}-%{release} if mesa-libGL(x86-32))
%endif
-Requires: vulkan-loader%{?_isa}
%else
Requires: vulkan-filesystem
%endif
4 years, 11 months
[xorg-x11-drv-nvidia] Fix boolean requires on libs
by Leigh Scott
commit fa5b3a96622a35c066b88b84d027190dda96051a
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Dec 16 10:49:21 2019 +0000
Fix boolean requires on libs
xorg-x11-drv-nvidia.spec | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 609abce..6023859 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -20,7 +20,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
Version: 440.44
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -163,14 +163,15 @@ Requires: egl-wayland >= 1.0.0
Requires: mesa-libEGL%{?_isa} >= 13.0.3-3
Requires: mesa-libGL%{?_isa} >= 13.0.3-3
Requires: mesa-libGLES%{?_isa} >= 13.0.3-3
-%if 0%{?rhel} < 8
-Requires: vulkan-filesystem
-%else
+%if 0%{?fedora} || 0%{?rhel} > 7
Requires: vulkan-loader%{?_isa}
%ifarch x86_64
-# Boolean dependencies are only fedora
+# Boolean dependencies are only fedora and el8
Requires: (%{name}-libs(x86-32) = %{?epoch}:%{version}-%{release} if mesa-libGL(x86-32))
%endif
+Requires: vulkan-loader%{?_isa}
+%else
+Requires: vulkan-filesystem
%endif
%description libs
@@ -505,6 +506,9 @@ fi ||:
%{_libdir}/libnvidia-encode.so
%changelog
+* Mon Dec 16 2019 Leigh Scott <leigh123linux(a)googlemail.com>
+- Fix boolean requires on libs
+
* Wed Dec 11 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 3:440.44-1
- Update to 440.44 release
4 years, 11 months
[steam] Add boolean requires for nvidia i686 libs
by Leigh Scott
commit 0bc087ae651a741df9e7aff31bae55c1692ef7dc
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Dec 16 10:09:00 2019 +0000
Add boolean requires for nvidia i686 libs
sources | 2 +-
steam.spec | 8 +++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/sources b/sources
index 68c8420..981846e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5d3e33a736a4abdcfe112add79af836 steam_1.0.0.61.tar.gz
+SHA512 (steam_1.0.0.61.tar.gz) = 14b4e2d10953dea7e062205f986d95ea46f0791a964c0dcfac905b707da55b25142cb2bc056c5488e0309f7ef4521b44f1540ce14617deb5f1df57a8fd1f723e
diff --git a/steam.spec b/steam.spec
index c7169b6..1b22619 100644
--- a/steam.spec
+++ b/steam.spec
@@ -3,7 +3,7 @@
Name: steam
Version: 1.0.0.61
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -54,6 +54,9 @@ Requires: mesa-vulkan-drivers%{?_isa}
Requires: mesa-vulkan-drivers
Requires: vulkan-loader%{?_isa}
Requires: vulkan-loader
+Requires: (xorg-x11-drv-nvidia-libs(x86-32) if xorg-x11-drv-nvidia-libs(x86-64))
+Requires: (xorg-x11-drv-nvidia-390xx-libs(x86-32) if xorg-x11-drv-nvidia-390xx-libs(x86-64))
+Requires: (xorg-x11-drv-nvidia-340xx-libs(x86-32) if xorg-x11-drv-nvidia-340xx-libs(x86-64))
%endif
# Minimum requirements for starting the steam client for the first time
@@ -200,6 +203,9 @@ fi
%endif
%changelog
+* Mon Dec 16 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.0.61-6
+- Add boolean requires for nvidia i686 libs
+
* Sat Nov 02 2019 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.61-5
- Do not remove bundled libstdc++ (#5421).
4 years, 11 months
[vdr-xineliboutput] Fix build issue building against libglvnd headers
by Leigh Scott
commit fa9e7fd22b46bf420f50c0f6ec64a67fd5756b1a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Dec 15 17:53:37 2019 +0000
Fix build issue building against libglvnd headers
fix_build_libglvnd.patch | 12 ++++++++++++
vdr-xineliboutput.spec | 7 ++++++-
2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/fix_build_libglvnd.patch b/fix_build_libglvnd.patch
new file mode 100644
index 0000000..914f98b
--- /dev/null
+++ b/fix_build_libglvnd.patch
@@ -0,0 +1,12 @@
+--- a/configure
++++ b/configure
+@@ -401,7 +401,7 @@
+ test_library X11 xshape "X11/extensions/shape.h" "-lXext" "XShapeQueryExtension(0,0,0)"
+ test_library X11 xdpms "X11/extensions/dpms.h" "-lXext" "DPMSDisable(0)"
+ test_library X11 xinerama "X11/extensions/Xinerama.h" "-lXinerama" "XineramaQueryScreens(0,0)"
+- test_library X11 opengl "GL/glx.h" "-lGL -lGLU" "glXQueryVersion(0,0,0)"
++ test_library X11 OPENGL "GL/glx.h" "-lGL -lGLU" "glXQueryVersion(0,0,0)"
+ test_library none vdpau "vdpau/vdpau_x11.h" "-lvdpau" "vdp_device_create_x11(0,0,0,0)"
+ test_library X11 dbus-glib-1 \
+ "dbus/dbus-glib.h" \
+
diff --git a/vdr-xineliboutput.spec b/vdr-xineliboutput.spec
index 846c08b..ae98f0c 100644
--- a/vdr-xineliboutput.spec
+++ b/vdr-xineliboutput.spec
@@ -11,7 +11,7 @@
Name: vdr-%{pname}
Version: 2.1.0
-Release: 16.%{gitdate}git%{gitrev}%{?dist}
+Release: 17.%{gitdate}git%{gitrev}%{?dist}
Summary: Plugins for watching VDR over Xine
License: GPLv2+
URL: http://sourceforge.net/projects/xineliboutput
@@ -24,6 +24,7 @@ URL: http://sourceforge.net/projects/xineliboutput
Source0: %{name}-%{version}-%{gitrev}.tar.gz
Source1: %{name}.conf
Source2: allowed_hosts.conf
+Patch0: fix_build_libglvnd.patch
BuildRequires: gcc-c++
BuildRequires: gettext
@@ -75,6 +76,7 @@ This package contain plugin for VDR
%prep
%setup -q -n %{name}
+%patch0 -p1
./configure \
--enable-x11 \
@@ -159,6 +161,9 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x '{}' ';'
%endif
%changelog
+* Sun Dec 15 2019 Leigh Scott <leigh123linux(a)gmail.com> - 2.1.0-17.20191117git32a5ffc
+- Fix build issue building against libglvnd headers
+
* Thu Dec 12 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 2.1.0-16.20191117git32a5ffc
- Update to 2.1.0-16.20191117git32a5ffc
4 years, 11 months
[roadfighter/f30] Added AppData file
by Andrea Musuruane
Summary of changes:
83754d6... Added AppData file (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 11 months
[roadfighter/f31] Added AppData file
by Andrea Musuruane
Summary of changes:
83754d6... Added AppData file (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 11 months