[python-ffmpeg-progress-yield] fix
by Leigh Scott
commit 107a849980fc20889e1e1aeefb6eb89d85b300b2
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Sep 20 13:04:25 2024 +0100
fix
python-ffmpeg-progress-yield.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-ffmpeg-progress-yield.spec b/python-ffmpeg-progress-yield.spec
index ff61f6b..4a0edf3 100644
--- a/python-ffmpeg-progress-yield.spec
+++ b/python-ffmpeg-progress-yield.spec
@@ -1,9 +1,9 @@
# Created by pyp2rpm-3.3.7
%global pypi_name ffmpeg-progress-yield
-%global pypi_version 0.7.9
+%global pypi_version 0.9.1
Name: python-%{pypi_name}
-Version: 0.9.1
+Version: %{pypi_version}
Release: 1%{?dist}
Summary: Run an ffmpeg command with progress
2 months
[python-ffmpeg-progress-yield] Update to 0.9.1
by Leigh Scott
commit 9dd7c6d88afdccd63ff450fd6057a68251475444
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Sep 20 12:54:19 2024 +0100
Update to 0.9.1
.gitignore | 1 +
python-ffmpeg-progress-yield.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ca3063..88732b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/ffmpeg-progress-yield-0.7.4.tar.gz
/ffmpeg-progress-yield-0.7.8.tar.gz
/ffmpeg-progress-yield-0.7.9.tar.gz
+/ffmpeg-progress-yield-0.9.1.tar.gz
diff --git a/python-ffmpeg-progress-yield.spec b/python-ffmpeg-progress-yield.spec
index bc82f8c..ff61f6b 100644
--- a/python-ffmpeg-progress-yield.spec
+++ b/python-ffmpeg-progress-yield.spec
@@ -3,7 +3,7 @@
%global pypi_version 0.7.9
Name: python-%{pypi_name}
-Version: %{pypi_version}
+Version: 0.9.1
Release: 1%{?dist}
Summary: Run an ffmpeg command with progress
@@ -46,6 +46,9 @@ rm -rf %{pypi_name}.egg-info
%{python3_sitelib}/ffmpeg_progress_yield-%{pypi_version}-py%{python3_version}.egg-info
%changelog
+* Fri Sep 20 2024 Leigh Scott <leigh123linux(a)gmail.com> - 0.9.1-1
+- Update to 0.9.1
+
* Sun Aug 18 2024 Leigh Scott <leigh123linux(a)gmail.com> - 0.7.9-1
- Update to 0.7.9
diff --git a/sources b/sources
index 2a2b439..c7179f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-progress-yield-0.7.9.tar.gz) = e3e061bd73ed8b1d1c4c8e8e89c7fd7a4c4ad6268d2e4ef18d504da5d5aa35b7ee1529f2864b4cea646d6e2679fe7430bbba430b72678e69e448870e35d1327f
+SHA512 (ffmpeg-progress-yield-0.9.1.tar.gz) = bf9fc8c916bc721cc2b5dd084cff04de8ae01312c3eec48c54cc02df196c4f62f4c482ebd0d3e9e94ec3a813757a333cb00b19727e649150e3b4ab1abe6ab434
2 months
[mesa-freeworld] Add workaround for -freeworld build
by Nicolas Chauvet
commit 36bf8c36788f8c7823f1be0d0fdef378b50af252
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Sep 20 11:40:18 2024 +0200
Add workaround for -freeworld build
mesa-freeworld.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index c9113fc..677acec 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -1,3 +1,5 @@
+%global debug_package %{nil}
+
%global srcname mesa
%global _description These drivers contains video acceleration codecs for decoding/encoding H.264 and H.265 \
algorithms and decoding only VC1 algorithm.
2 months
[mesa-freeworld] drop %{_libdir}/vdpau/libvdpau_gallium.so.1* from files
by Thorsten Leemhuis
commit 7b2563d143de7b2c6b1cc0a4da4e8a2e0261b30f
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Thu Sep 19 15:28:35 2024 +0200
drop %{_libdir}/vdpau/libvdpau_gallium.so.1* from files
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
mesa-freeworld.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index 522be5d..c9113fc 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -339,7 +339,6 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%if 0%{?with_radeonsi}
%{_libdir}/vdpau/libvdpau_radeonsi.so.1*
%endif
-%{_libdir}/vdpau/libvdpau_gallium.so.1*
%{_libdir}/vdpau/libvdpau_virtio_gpu.so.1*
%{_metainfodir}/org.mesa3d.vdpau.freeworld.metainfo.xml
%license docs/license.rst
2 months
[mesa-freeworld] drop %{_libdir}/dri/libgallium_drv_video.so from files
by Thorsten Leemhuis
commit ef5f23aa5852367014cfbeb8a164f7cc361ec8d9
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Thu Sep 19 15:12:02 2024 +0200
drop %{_libdir}/dri/libgallium_drv_video.so from files
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
mesa-freeworld.spec | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index f9b68f9..522be5d 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -325,7 +325,6 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%if 0%{?with_radeonsi}
%{_libdir}/dri/radeonsi_drv_video.so
%endif
-%{_libdir}/dri/libgallium_drv_video.so
%{_libdir}/dri/virtio_gpu_drv_video.so
%{_metainfodir}/org.mesa3d.vaapi.freeworld.metainfo.xml
%license docs/license.rst
2 months
[mesa-freeworld] Update to 24.2.3
by Thorsten Leemhuis
commit d1f5525f9ac834f5d77971dd6714829f3d0032bd
Author: Thorsten Leemhuis <linux(a)leemhuis.info>
Date: Thu Sep 19 13:15:23 2024 +0200
Update to 24.2.3
Sync a few bits with mesa.spec from fedora
Update to 24.2.3
Sync a few bits with mesa.spec from fedora
Update to 24.2.3
Sync a few bits with mesa.spec from fedora
Signed-off-by: Thorsten Leemhuis <linux(a)leemhuis.info>
.gitignore | 1 +
mesa-freeworld.spec | 6 +++++-
sources | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1406a0a..5df648a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@
/mesa-24.2.0.tar.xz
/mesa-24.2.1.tar.xz
/mesa-24.2.2.tar.xz
+/mesa-24.2.3.tar.xz
diff --git a/mesa-freeworld.spec b/mesa-freeworld.spec
index db3319f..f9b68f9 100644
--- a/mesa-freeworld.spec
+++ b/mesa-freeworld.spec
@@ -71,7 +71,7 @@ algorithms and decoding only VC1 algorithm.
Name: %{srcname}-freeworld
Summary: Mesa graphics libraries
-%global ver 24.2.2
+%global ver 24.2.3
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?dist}
License: MIT AND BSD-3-Clause AND SGI-B-2.0
@@ -347,6 +347,10 @@ rm -fr %{buildroot}%{_libdir}/libVkLayer_MESA_device_select.so
%endif
%changelog
+* Thu Sep 19 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.2.3-1
+- Update to 24.2.3
+- Sync a few bits with mesa.spec from fedora
+
* Fri Sep 6 2024 Thorsten Leemhuis <fedora(a)leemhuis.info> - 24.2.2-1
- Update to 24.2.2
- Sync a few bits with mesa.spec from fedora
diff --git a/sources b/sources
index 13c9dd3..853f718 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mesa-24.2.2.tar.xz) = d9979f7a1ae7bfeb0658d1b6c9021b7d0043c3ca71db9deaa2fc8a3d4c07cd58497b9233737a31fb66ef711a369a859757a63fb86c2aadd859867f9a4eaf16a9
+SHA512 (mesa-24.2.3.tar.xz) = 7a1ace23568d1907b778a2859f97c8988a414ba74e02e1fb5af6f95f768e1b1a2dfdaf412b0d655678ed915d28273953fd1236ebcd87553a1880f1a7f3ea4d44
2 months
[get_iplayer] Moved to Fedora.
by mavit
commit 5d99d4dd2b9ef729d847e6360b59c71399ebfb3a
Author: Peter Oliver <git(a)mavit.org.uk>
Date: Thu Sep 19 11:27:27 2024 +0100
Moved to Fedora.
dead.package | 1 +
get_iplayer.desktop | 10 --
get_iplayer.spec | 367 ----------------------------------------------------
get_iplayer.xml | 6 -
options | 0
sources | 1 -
6 files changed, 1 insertion(+), 384 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..be1eaa5
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Moved to Fedora.
\ No newline at end of file
2 months