[ppsspp] Release 1.16.6
by sagitter
commit 00e037137d9d323a1345b1a486313436f38af339
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sun Oct 15 12:32:50 2023 +0200
Release 1.16.6
.gitignore | 1 +
ppsspp-makesrc.sh | 8 +++-----
ppsspp.spec | 5 ++++-
sources | 2 +-
4 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0d7dd5b..35bdd14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
/ppsspp-ffmpeg-1.16.3.tar.gz
/ppsspp-ffmpeg-1.16.4.tar.gz
/ppsspp-ffmpeg-1.16.5.tar.gz
+/ppsspp-ffmpeg-1.16.6.tar.gz
diff --git a/ppsspp-makesrc.sh b/ppsspp-makesrc.sh
index 03a09b8..618edf3 100755
--- a/ppsspp-makesrc.sh
+++ b/ppsspp-makesrc.sh
@@ -1,23 +1,21 @@
#!/bin/bash
-VERSION=1.16.5
+VERSION=1.16.6
URL=https://github.com/hrydgard/ppsspp.git
for u in $URL; do
- mkdir -p ppsspp && pushd ppsspp
git clone -b v$VERSION --depth 1 --single-branch --progress --recursive $URL
- cd ppsspp/ffmpeg
+ pushd ppsspp/ffmpeg
rm -rf ios Windows* windows* macosx blackberry* gas-preprocessor symbian* wiiu
cd ..
rm -rf ios Windows* windows* macosx blackberry* symbian*
rm -rf dx9sdk pspautotests MoltenVK
- cd ..
+ popd
# find ppsspp -type d \( -name "ffmpeg" \) -exec rm -rf {} ';'
find ppsspp/android -perm /644 -type f \( -name "*.a" \) -exec rm -f {} ';'
find ppsspp -type d \( -name ".git*" \) -exec rm -rf {} ';'
find ppsspp -type f \( -name ".gitignore" \) -exec rm -rf {} ';'
find ppsspp -type f \( -name "*.a" \) -exec rm -rf {} ';'
- popd
tar -czvf ppsspp-ffmpeg-$VERSION.tar.gz ppsspp
rm -rf ppsspp
done
diff --git a/ppsspp.spec b/ppsspp.spec
index af53b34..9e1f312 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -75,7 +75,7 @@ ExcludeArch: %{power64}
Name: ppsspp
-Version: 1.16.5
+Version: 1.16.6
Release: 1%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
@@ -421,6 +421,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Sun Oct 15 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 1.16.6-1
+- Release 1.16.6
+
* Tue Oct 03 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 1.16.5-1
- Release 1.16.5
diff --git a/sources b/sources
index 6981170..2e6f33b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ppsspp-ffmpeg-1.16.5.tar.gz) = eabaaa9a966a009ea2998123cfb21fe320623a44ea7dbdbe9b962cd49b787be8c4f75f4b7716f9b16ce5f587beae8305d7db774f7b1611a2040ae1a9b4df2450
+SHA512 (ppsspp-ffmpeg-1.16.6.tar.gz) = 3c015156d6aaa98a47ce2f28360d8a4e8cda5de7bb18c9872306a45e65ec197214cd7ae4c67ed5c1c2b81ad54a727a32664b0d78647e6977d63c90f9aa0b4a5d
1 year, 1 month
[vdr-skindesigner] Update to 1.2.22
by Martin Gansser
commit ae2cdf66cb3e28b77172f21a9225ec135676da59
Author: Martin Gansser <mgansser(a)online.de>
Date: Sat Oct 14 17:29:51 2023 +0200
Update to 1.2.22
.gitignore | 1 +
sources | 2 +-
vdr-skindesigner.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d349739..bd4520a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ vdr-plugin-skindesigner-0.9.5.tar.bz2
/skindesigner-1.2.19.tar.bz2
/skindesigner-1.2.20.tar.bz2
/skindesigner-1.2.21.tar.bz2
+/skindesigner-1.2.22.tar.bz2
diff --git a/sources b/sources
index 0aa5262..2b5c9bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (skindesigner-1.2.21.tar.bz2) = 9bc62cd4bd1b428204ce2372ef11ba40292fec9ed2576bd55c84406879f474d451760d1697cddbdf203ef8c1d2709a7ea8e94f3a3cdea30f68caca85ad4756a8
+SHA512 (skindesigner-1.2.22.tar.bz2) = b077fbdc45aa3d28715c52651e55a6274910bfcdaf3e593f729ae7a9198bcc24c150b6042c103cd656d3d2a9f4b6c7e86ad78688d0bfa12a59927ef3caf010c3
diff --git a/vdr-skindesigner.spec b/vdr-skindesigner.spec
index 9879ad7..49092e8 100644
--- a/vdr-skindesigner.spec
+++ b/vdr-skindesigner.spec
@@ -6,7 +6,7 @@
%endif
Name: vdr-skindesigner
-Version: 1.2.21
+Version: 1.2.22
Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
License: GPLv2+
@@ -142,6 +142,9 @@ ln -s %{vdr_resdir}/plugins/skindesigner/dtd %{buildroot}/%{vdr_configdir}/plugi
%{_includedir}/libskindesignerapi/*
%changelog
+* Sat Oct 14 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.22-1
+- Update to 1.2.22
+
* Wed Sep 06 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.21-1
- Update to 1.2.21
1 year, 1 month
[vdr-softhddevice] Update to 2.0.3
by Martin Gansser
commit aed2658070f401a02bf3922f8e8db91fa8cfdfca
Author: Martin Gansser <mgansser(a)online.de>
Date: Sat Oct 14 17:22:05 2023 +0200
Update to 2.0.3
.gitignore | 1 +
sources | 2 +-
vdr-softhddevice.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f5d764..fbe6ce7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
/vdr-softhddevice-2.0.0.tar.gz
/vdr-softhddevice-2.0.1.tar.gz
/vdr-softhddevice-2.0.2.tar.gz
+/vdr-softhddevice-2.0.3.tar.gz
diff --git a/sources b/sources
index a2d44e5..4f585d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-softhddevice-2.0.2.tar.gz) = 1b7cbe58cfd9eff5f35a9493e617020dc44ac55d5456843c6a5fe72f29762f957635d2abc11a3b9ef359683cb0d6ea033a50a9b64c87bd5b0d012d9cc722fe33
+SHA512 (vdr-softhddevice-2.0.3.tar.gz) = d75b5ed14ca8f8113ceca9a2d695482b01035f534d57846b1d9c6b5b1cb552eb39f16e8a3013d4a2420031ed7f0afc23f114b34a4c0db6d5239975c5f9bdf765
diff --git a/vdr-softhddevice.spec b/vdr-softhddevice.spec
index 6d2ffab..991214a 100644
--- a/vdr-softhddevice.spec
+++ b/vdr-softhddevice.spec
@@ -5,7 +5,7 @@
%endif
Name: vdr-softhddevice
-Version: 2.0.2
+Version: 2.0.3
Release: 1%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
@@ -86,6 +86,9 @@ install -Dpm 644 %{SOURCE1} \
%license AGPL-3.0.txt
%changelog
+* Sat Oct 14 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 2.0.3-1
+- Update to 2.0.3
+
* Wed Oct 11 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 2.0.2-1
- Update to 2.0.2
1 year, 1 month
[get_iplayer] Update to version 3.33.
by mavit
commit 6e064913d040c40b3cee45fa24b54166a5781b7a
Author: Peter Oliver <git(a)mavit.org.uk>
Date: Fri Oct 13 23:05:31 2023 +0100
Update to version 3.33.
.gitignore | 1 +
get_iplayer.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3f30f6..6b7fd18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ get_iplayer-2.94.tar.gz
/get_iplayer-3.30.tar.gz
/get_iplayer-3.31.tar.gz
/get_iplayer-3.32.tar.gz
+/get_iplayer-3.33.tar.gz
diff --git a/get_iplayer.spec b/get_iplayer.spec
index 0425234..18dc556 100644
--- a/get_iplayer.spec
+++ b/get_iplayer.spec
@@ -1,5 +1,5 @@
Name: get_iplayer
-Version: 3.32
+Version: 3.33
Release: 1%{?dist}
Summary: Lists, records and streams BBC iPlayer TV and radio programmes
@@ -102,6 +102,9 @@ fi
%changelog
+* Fri Oct 13 2023 Peter Oliver <rpm(a)mavit.org.uk> - 3.33-1
+- Update to version 3.33.
+
* Thu Oct 12 2023 Peter Oliver <rpm(a)mavit.org.uk> - 3.32-1
- Update to version 3.32.
diff --git a/sources b/sources
index f492f71..3f0c2fe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (get_iplayer-3.32.tar.gz) = 14ccebc53b25d126c645c4981d052d3228aa7faac982a51bd6955933c0ca3fb7736c45d4bb340756c78226929a969c8f0040a32fa462472077222ecbe9ae82dc
+SHA512 (get_iplayer-3.33.tar.gz) = 937dc0bc2538c0823d4b10a9937999a602e91f244658f2ea55030d42351931f77cee9db957c094e29c9919c70134a1724379c2011c753706e88a3f50a922c5fb
1 year, 1 month