[mock-rpmfusion-nonfree] Templating
by Sérgio M. Basto
commit 90a7b01cfe10d5e70d46b87ba4fc85331aab2876
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Oct 19 01:01:07 2021 +0100
Templating
.gitignore | 1 +
mock-rpmfusion-nonfree.spec | 10 ++++++++--
sources | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 106ed21..df09134 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ mock-rpmfusion-nonfree-23.0.tar.bz2
/mock-rpmfusion-nonfree-34.1.tar.bz2
/mock-rpmfusion-nonfree-35.0.tar.bz2
/mock-rpmfusion-nonfree-35.1.tar.bz2
+/mock-rpmfusion-nonfree-35.2.tar.bz2
diff --git a/mock-rpmfusion-nonfree.spec b/mock-rpmfusion-nonfree.spec
index 85fd5a8..3c63e93 100644
--- a/mock-rpmfusion-nonfree.spec
+++ b/mock-rpmfusion-nonfree.spec
@@ -1,5 +1,5 @@
Name: mock-rpmfusion-nonfree
-Version: 35.1
+Version: 35.2
Release: 1%{?dist}
Summary: Mock config files for the RPM Fusion NonFree Repository
@@ -8,7 +8,7 @@ URL: https://rpmfusion.org/
Source0: https://github.com/rpmfusion-infra/mock-rpmfusion/releases/download/%{ver...
BuildArch: noarch
-Requires: mock-rpmfusion-free >= 35.1
+Requires: mock-rpmfusion-free >= 35.2
%description
Mock config files for the RPM Fusion NonFree Repository
@@ -25,13 +25,19 @@ Mock config files for the RPM Fusion NonFree Repository
%install
mkdir -p %{buildroot}%{_sysconfdir}/mock
install -pm 0644 etc/mock/*_nonfree.cfg %{buildroot}%{_sysconfdir}/mock
+mkdir -p %{buildroot}%{_sysconfdir}/mock/templates
+install -pm 0644 etc/mock/templates/*.tpl %{buildroot}%{_sysconfdir}/mock/templates
%files
%config(noreplace) %{_sysconfdir}/mock/*_nonfree.cfg
+%config(noreplace) %{_sysconfdir}/mock/templates/*.tpl
%changelog
+* Wed Oct 13 2021 Sérgio Basto <sergio(a)serjux.com> - 35.2-1
+- Templating
+
* Mon Sep 13 2021 Sérgio Basto <sergio(a)serjux.com> - 35.1-1
- v2 of add gpgcheck on updates-testing, debuginfo and branched repos
commit 373c52a was incompleted
diff --git a/sources b/sources
index 0e992d1..5255825 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mock-rpmfusion-nonfree-35.1.tar.bz2) = 602885ea0e820ef38e346317c0cf11f8073ceecdc3a21a629f7fe5528379742bfe311cf65d159e076ea4808193bdd75a0e9ea14f294202bfbbd0275fc1cf6f6b
+SHA512 (mock-rpmfusion-nonfree-35.2.tar.bz2) = 02398867d299d158d9522af831fb3ed019d507f3d06143dda8533d99ce59b3bc8389d37d01c17b61ee07f8b2851838e8da19a57a1be4a5f004ae3bb13abee1e1
3 years, 1 month
[mpd/f35] Fix pipewire samplerate
by Leigh Scott
Summary of changes:
33c90a0... Fix pipewire samplerate (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 1 month
[mpd] Fix pipewire samplerate
by Leigh Scott
commit 33c90a0b5c365d9096538d8fd486587798ee1bd3
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Oct 18 20:48:20 2021 +0100
Fix pipewire samplerate
mpd.spec | 8 +++++++-
pipewire_samplerate.patch | 30 ++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 1 deletion(-)
---
diff --git a/mpd.spec b/mpd.spec
index 0218e71..81d65f3 100644
--- a/mpd.spec
+++ b/mpd.spec
@@ -17,7 +17,7 @@
Name: mpd
Epoch: 1
Version: 0.23
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
URL: https://www.musicpd.org
@@ -34,6 +34,8 @@ Source4: mpd.tmpfiles.d
Source5: mpd.xml
Patch0: mpd-0.22-mpdconf.patch
Patch1: mpd-0.20-remove_NoNewPrivileges.patch
+# https://github.com/MusicPlayerDaemon/MPD/commit/d5be8c74b009cdfc16b2b637a...
+Patch2: pipewire_samplerate.patch
BuildRequires: alsa-lib-devel
BuildRequires: audiofile-devel
@@ -128,6 +130,7 @@ This package contains FirewallD file for MPD.
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
# Force python3-sphinx
sed -i -e 's@sphinx-build@sphinx-build-3@g' doc/meson.build
@@ -244,6 +247,9 @@ fi
%changelog
+* Mon Oct 18 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.23-2
+- Fix pipewire samplerate
+
* Thu Oct 14 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1:0.23-1
- Update to 0.23
diff --git a/pipewire_samplerate.patch b/pipewire_samplerate.patch
new file mode 100644
index 0000000..2a5a6f7
--- /dev/null
+++ b/pipewire_samplerate.patch
@@ -0,0 +1,30 @@
+From d5be8c74b009cdfc16b2b637aa9c4edb11cf105d Mon Sep 17 00:00:00 2001
+From: Max Kellermann <max(a)musicpd.org>
+Date: Mon, 18 Oct 2021 16:45:21 +0200
+Subject: [PATCH] output/pipewire: attempt to change the graph sample rate
+
+Requires PipeWire 0.3.32.
+
+Closes https://github.com/MusicPlayerDaemon/MPD/issues/1283
+---
+ src/output/plugins/PipeWireOutputPlugin.cxx | 7 +++++++
+ 1 files changed, 7 insertions(+)
+
+diff --git a/src/output/plugins/PipeWireOutputPlugin.cxx b/src/output/plugins/PipeWireOutputPlugin.cxx
+index 6579c93b6..db7c36823 100644
+--- a/src/output/plugins/PipeWireOutputPlugin.cxx
++++ b/src/output/plugins/PipeWireOutputPlugin.cxx
+@@ -383,6 +383,13 @@ PipeWireOutput::Open(AudioFormat &audio_format)
+ if (target != nullptr && target_id == PW_ID_ANY)
+ pw_properties_setf(props, PW_KEY_NODE_TARGET, "%s", target);
+
++#ifdef PW_KEY_NODE_RATE
++ /* ask PipeWire to change the graph sample rate to ours
++ (requires PipeWire 0.3.32) */
++ pw_properties_setf(props, PW_KEY_NODE_RATE, "1/%u",
++ audio_format.sample_rate);
++#endif
++
+ const PipeWire::ThreadLoopLock lock(thread_loop);
+
+ stream = pw_stream_new_simple(pw_thread_loop_get_loop(thread_loop),
3 years, 1 month
[ppsspp/f35] (4 commits) ...Release 1.12.2
by sagitter
Summary of changes:
c9f4609... Release 1.12 (*)
94025ae... Enable USING_EGL/USING_GLES2 options (*)
0ae7c81... Release 1.12.1 (*)
66711b1... Release 1.12.2 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 1 month
[xorg-x11-drv-nvidia] 15_nvidia_gbm.json moved to egl-wayland
by Leigh Scott
commit cbfb0c5ddeebf7631027f4c0aff8935e139ab3f9
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Oct 16 21:46:29 2021 +0100
15_nvidia_gbm.json moved to egl-wayland
xorg-x11-drv-nvidia.spec | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index 8a5e547..f397991 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -23,7 +23,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
Version: 495.29.05
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -166,7 +166,7 @@ Requires: libglvnd-opengl%{?_isa} >= 0.2
Requires: vulkan-loader%{?_isa}
%ifarch x86_64
# Boolean dependencies are only fedora and el8
-Requires: egl-wayland%{?_isa} >= 1.1.9
+Requires: egl-wayland%{?_isa} >= 1.1.9-2
Requires: (%{name}-libs(x86-32) = %{?epoch}:%{version}-%{release} if mesa-libGL(x86-32))
%endif
%else
@@ -259,8 +259,8 @@ install -D -p -m 0755 libvdpau_nvidia.so.%{version} %{buildroot}%{_libdir}/vdpau
ln -sf libvdpau_nvidia.so.%{version} %{buildroot}%{_libdir}/vdpau/libvdpau_nvidia.so.1
# GBM symlink
-mkdir %{buildroot}%{_libdir}/gbm/
-ln -sf ../libnvidia-allocator.so.1 %{buildroot}%{_libdir}/gbm/nvidia-drm_gbm.so
+install -m 0755 -d %{buildroot}%{_libdir}/gbm/
+ln -sf ../libnvidia-allocator.so.%{version} %{buildroot}%{_libdir}/gbm/nvidia-drm_gbm.so
%ifarch i686
popd
@@ -272,10 +272,6 @@ rm -f %{buildroot}%{_libdir}/libnvvm.so.4
ln -sf libnvidia-nvvm.so.4.0.0 %{buildroot}%{_libdir}/libnvidia-nvvm.so.4
ln -sf libnvidia-nvvm.so.4 %{buildroot}%{_libdir}/libnvidia-nvvm.so
-# GBM config
-install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/
-install -p -m 0644 15_nvidia_gbm.json %{buildroot}%{_datadir}/egl/egl_external_platform.d/
-
# Vulkan config
install -m 0755 -d %{buildroot}%{_datadir}/vulkan/{icd.d,implicit_layer.d}/
install -p -m 0644 nvidia_icd.json %{buildroot}%{_datadir}/vulkan/icd.d/
@@ -485,7 +481,6 @@ fi ||:
%{_libdir}/gbm/
%ifarch x86_64
%{_datadir}/vulkan/implicit_layer.d/nvidia_layers.json
-%{_datadir}/egl/egl_external_platform.d/15_nvidia_gbm.json
%{_datadir}/vulkan/icd.d/nvidia_icd.json
%{_libdir}/libnvidia-cfg.so.1
%{_libdir}/libnvidia-cfg.so.%{version}
@@ -577,6 +572,9 @@ fi ||:
%endif
%changelog
+* Sat Oct 16 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3:495.29.05-4
+- 15_nvidia_gbm.json moved to egl-wayland
+
* Sat Oct 16 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3:495.29.05-3
- Fix symlink directory for nvidia-drm_gbm.so
- Increase egl-wayland requires to 1.1.9
3 years, 1 month
[xorg-x11-drv-nvidia] Raise egl-wayland version and use correct nvidia-drm_gbm.so directory
by Leigh Scott
commit b959420af0bb3d4fba0cada5c2fa1ef67ecd8f54
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Oct 16 13:53:35 2021 +0100
Raise egl-wayland version and use correct nvidia-drm_gbm.so directory
xorg-x11-drv-nvidia.spec | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index fb3d802..8a5e547 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -23,7 +23,7 @@
Name: xorg-x11-drv-nvidia
Epoch: 3
Version: 495.29.05
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
License: Redistributable, no modification permitted
@@ -163,19 +163,18 @@ Requires: libglvnd-gles%{?_isa} >= 0.2
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
Requires: vulkan-loader%{?_isa}
%ifarch x86_64
# Boolean dependencies are only fedora and el8
+Requires: egl-wayland%{?_isa} >= 1.1.9
Requires: (%{name}-libs(x86-32) = %{?epoch}:%{version}-%{release} if mesa-libGL(x86-32))
%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
+Requires: mesa-libEGL%{?_isa} >= 21.2.0
+Requires: mesa-libGL%{?_isa} >= 21.2.0
+Requires: mesa-libGLES%{?_isa} >= 21.2.0
%description libs
@@ -260,7 +259,8 @@ install -D -p -m 0755 libvdpau_nvidia.so.%{version} %{buildroot}%{_libdir}/vdpau
ln -sf libvdpau_nvidia.so.%{version} %{buildroot}%{_libdir}/vdpau/libvdpau_nvidia.so.1
# GBM symlink
-ln -sf libnvidia-allocator.so.1 %{buildroot}%{_libdir}/nvidia-drm_gbm.so
+mkdir %{buildroot}%{_libdir}/gbm/
+ln -sf ../libnvidia-allocator.so.1 %{buildroot}%{_libdir}/gbm/nvidia-drm_gbm.so
%ifarch i686
popd
@@ -482,7 +482,7 @@ fi ||:
%{_libdir}/libGLX_nvidia.so.%{version}
%{_libdir}/libnvidia-allocator.so.1
%{_libdir}/libnvidia-allocator.so.%{version}
-%{_libdir}/nvidia-drm_gbm.so
+%{_libdir}/gbm/
%ifarch x86_64
%{_datadir}/vulkan/implicit_layer.d/nvidia_layers.json
%{_datadir}/egl/egl_external_platform.d/15_nvidia_gbm.json
@@ -577,6 +577,10 @@ fi ||:
%endif
%changelog
+* Sat Oct 16 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3:495.29.05-3
+- Fix symlink directory for nvidia-drm_gbm.so
+- Increase egl-wayland requires to 1.1.9
+
* Thu Oct 14 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3:495.29.05-2
- Add nvidia-drm_gbm.so symlink
3 years, 1 month
[ffmpeg/el8] Update to 4.2.5 release
by Leigh Scott
commit e5277bd280514bd95bb012bf74fab18cc893d1e8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Oct 16 00:44:44 2021 +0100
Update to 4.2.5 release
ffmpeg.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 40fd367..53edcef 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -88,8 +88,8 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 4.2.4
-Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
+Version: 4.2.5
+Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -436,6 +436,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Fri Oct 15 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.2.5-1
+- Update to 4.2.5 release
+
* Sun Jun 13 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.2.4-2
- Rebuild for aom bump
diff --git a/sources b/sources
index fc5303d..603e071 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-4.2.4.tar.xz) = eced8108335df42065f671ba4e64e8f01c430953d55d2d1012a02aa2ba1cb75b18f80adf2f32433c984f4128985eedb09aa2e0149ec009cd28db9140730887a0
+SHA512 (ffmpeg-4.2.5.tar.xz) = a5bfce7cab3508976c4ced9a0d0ee0774f9905696036d98977d2efc6f0e3ffb2d7d5273613d488ba385954ca46b8f672037fef1c575080a5c35f9c1100aaedcd
3 years, 1 month
[nvidia-xconfig] Update to 495.29.05 beta
by Leigh Scott
commit d5750c54a8693c7c39552406d783c8d103b99aaa
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Oct 15 07:47:08 2021 +0100
Update to 495.29.05 beta
nvidia-xconfig.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-xconfig.spec b/nvidia-xconfig.spec
index d5b3544..6e27f4b 100644
--- a/nvidia-xconfig.spec
+++ b/nvidia-xconfig.spec
@@ -1,6 +1,6 @@
Name: nvidia-xconfig
Epoch: 3
-Version: 470.74
+Version: 495.29.05
Release: 1%{?dist}
Summary: NVIDIA X configuration file editor
@@ -51,6 +51,9 @@ mkdir -p %{buildroot}%{_sbindir}
%changelog
+* Fri Oct 15 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3:495.29.05-1
+- Update to 495.29.05 beta
+
* Tue Sep 21 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3:470.74-1
- Update to 470.74 release
diff --git a/sources b/sources
index f8bc670..a115bb5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-xconfig-470.74.tar.bz2) = 7c922b4524cc7eee4345b2a06b11c292a19f168187f3670351feccfb3baca2845322b0a8c669e55bfadc8bb4009ba6aabba37245ac3347117ccbf62bbee71cfc
+SHA512 (nvidia-xconfig-495.29.05.tar.bz2) = 38d38c2b92b4e17de360b173231003e7f2ab64e3d456689d7d942035f41bede4bf8533f65348dfe4dbbaf48a84017f73550c05bd18c6f52dca413a502c243e5c
3 years, 1 month