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