[ppsspp] Release 1.8.0
by Antonio
commit 9c2617118035f58fe5287ce5ca5e7381cf26b23a
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Thu Mar 14 17:54:10 2019 +0100
Release 1.8.0
.gitignore | 1 +
ppsspp-1.7.0-upstream_bug11507.patch | 893 -----------------------------------
ppsspp-armv7.patch | 12 -
ppsspp.appdata.xml | 10 +-
ppsspp.spec | 26 +-
sources | 2 +-
6 files changed, 26 insertions(+), 918 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 65ab074..201b8ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/ppsspp-1.7.1.tar.gz
/ppsspp-1.7.4.tar.gz
/ppsspp-1.7.5.tar.gz
+/ppsspp-1.8.0.tar.gz
diff --git a/ppsspp.appdata.xml b/ppsspp.appdata.xml
index ae8bd16..e1dae96 100644
--- a/ppsspp.appdata.xml
+++ b/ppsspp.appdata.xml
@@ -25,10 +25,16 @@
<url type="homepage">https://www.ppsspp.org//</url>
<screenshots>
<screenshot type="default">
- <image>https://sagitter.fedorapeople.org/ppsspp/ppsspp1.png</image>
+ <image>https://www.ppsspp.org/img/screens/Ace_Combat_X2_Joint_Assault_-_Abbanon.jpg</image>
</screenshot>
<screenshot>
- <image>https://sagitter.fedorapeople.org/ppsspp/ppsspp2.png</image>
+ <image>https://www.ppsspp.org/img/screens/Armored_Core_Silent_Line_-_Abbanon.jpg</image>
+ </screenshot>
+ <screenshot>
+ <image>https://www.ppsspp.org/img/screens/Assassins_Creed_Bloodlines_-_A_Yuanda.jpg</image>
+ </screenshot>
+ <screenshot>
+ <image>https://www.ppsspp.org/img/screens/Metal_Gear_Solid_Peace_Walker_-_A_Yuna...</image>
</screenshot>
</screenshots>
<updatecontact>sagitter_at_fedoraproject.org</updatecontact>
diff --git a/ppsspp.spec b/ppsspp.spec
index c6b0c4b..e713ae9 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -4,18 +4,18 @@ ExcludeArch: %{power64}
# -Wl,--as-needed breaks linking on fedora 30+
%undefine _ld_as_needed
-%global commit 74d87fa2b4a3c943c1df09cc26a8c70b1335fd30
+%global commit e66f019ffaaf7ff4224aa3605ebf59f5654bd0d4
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global date 20181204
+%global date 20190314
Name: ppsspp
-Version: 1.7.5
-Release: 2%{?dist}
+Version: 1.8.0
+Release: 1%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL: https://www.ppsspp.org/
-## This commit coincides with the commit of release 1.7.4
+## This commit coincides with the commit of release %%{version}.
## We need to checkout it, then download relative submodules
## which are not included in the source code:
##
@@ -25,6 +25,9 @@ URL: https://www.ppsspp.org/
# git submodule update --init ext/glslang
# git submodule update --init ext/SPIRV-Cross
# git submodule update --init ext/discord-rpc
+# git clone https://github.com/hrydgard/ppsspp-lang
+# rm -rf ppsspp-lang/.git
+# cd ..
# rm -rf ppsspp/.git ppsspp/.gitignore
# tar -czvf ppsspp-%%{version}.tar.gz ppsspp
##
@@ -34,10 +37,6 @@ Source2: %{name}.appdata.xml
# Fix version
Patch0: %{name}-1.1.0-git-version.patch
-Patch1: %{name}-armv7.patch
-
-# https://github.com/hrydgard/ppsspp/pull/11507
-Patch2: %{name}-1.7.0-upstream_bug11507.patch
BuildRequires: mesa-libEGL-devel
BuildRequires: mesa-libGLES-devel
@@ -130,7 +129,9 @@ chrpath -r %{_libdir}/%{name} %{buildroot}%{_bindir}/PPSSPPQt
# Install data files
mkdir -p %{buildroot}%{_datadir}/%{name}
cp -a ./assets %{buildroot}%{_datadir}/%{name}/
-install -pm 644 Qt/languages/* %{buildroot}%{_datadir}/%{name}/assets/lang/
+install -pm 644 ppsspp-lang/*.ini %{buildroot}%{_datadir}/%{name}/assets/lang/
+install -pm 644 korean.txt %{buildroot}%{_datadir}/%{name}/assets/lang/korean.ini
+install -pm 644 chinese.txt %{buildroot}%{_datadir}/%{name}/assets/lang/chinese.ini
# Remove unnecessary files
rm -rf %{buildroot}%{_includedir}
@@ -182,6 +183,11 @@ fi
%changelog
+* Thu Mar 14 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 1.8.0-1
+- Release 1.8.0
+- Install language .ini files
+- Modify screenshot's links of the appdata file
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.7.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index 404d023..17a29f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f921ffd8f395365473785f2640c2cbac ppsspp-1.7.5.tar.gz
+16f0e0c3b2e7019c7cefff2ebf3579d2 ppsspp-1.8.0.tar.gz
5 years, 8 months
[k3b-extras-freeworld] 18.12.3
by Rex Dieter
commit ba6f983b00dd950b347b0f61ddcd931a9836f192
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Thu Mar 14 09:08:53 2019 -0500
18.12.3
.gitignore | 1 +
k3b-extras-freeworld.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 649f4c5..26b1f45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/k3b-18.04.3.tar.xz
/k3b-18.08.1.tar.xz
/k3b-18.12.2.tar.xz
+/k3b-18.12.3.tar.xz
diff --git a/k3b-extras-freeworld.spec b/k3b-extras-freeworld.spec
index 698bf6c..82270d5 100644
--- a/k3b-extras-freeworld.spec
+++ b/k3b-extras-freeworld.spec
@@ -1,8 +1,8 @@
Name: k3b-extras-freeworld
Summary: Provides ffmpeg decoder plugin for the k3b CD/DVD burning application
Epoch: 1
-Version: 18.12.2
-Release: 2%{?dist}
+Version: 18.12.3
+Release: 1%{?dist}
License: GPLv2+
URL: http://www.k3b.org/
@@ -78,6 +78,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}/plugins/decoder/ff
%changelog
+* Thu Mar 14 2019 Rex Dieter <rdieter(a)fedoraproject.org> - 18.12.3-1
+- 18.12.3
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:18.12.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index c79fe5a..2260739 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-808f93f786fbd7d049352664e8ba5b7a k3b-18.12.2.tar.xz
+e9fc6ccb00c12e98f33fba430dcb3bed k3b-18.12.3.tar.xz
5 years, 8 months
[ffmpegthumbs] 18.12.3
by Rex Dieter
commit 48de9c4a6a533f0290a732d98f1c4f1263d497e0
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Thu Mar 14 09:04:30 2019 -0500
18.12.3
.gitignore | 1 +
ffmpegthumbs.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1797e68..f1a00e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ ffmpegthumbs-4.13.97.tar.xz
/ffmpegthumbs-17.12.0.tar.xz
/ffmpegthumbs-18.08.1.tar.xz
/ffmpegthumbs-18.12.2.tar.xz
+/ffmpegthumbs-18.12.3.tar.xz
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index a07e176..9bc76c2 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -1,6 +1,6 @@
Name: ffmpegthumbs
-Version: 18.12.2
-Release: 2%{?dist}
+Version: 18.12.3
+Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
License: GPLv2+
@@ -57,6 +57,9 @@ make install/fast -C %{_target_platform} DESTDIR=%{buildroot}
%changelog
+* Thu Mar 14 2019 Rex Dieter <rdieter(a)fedoraproject.org> - 18.12.3-1
+- 18.12.3
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 18.12.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index 2285839..c9911f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-37bc77e275a3b76440b84eb78d65dc1d ffmpegthumbs-18.12.2.tar.xz
+0e23ef5e086665c903cf8965e3ecb8a6 ffmpegthumbs-18.12.3.tar.xz
5 years, 8 months
[qt5-qtwebengine-freeworld] %%build: restore %{?system_ffmpeg_flag} and -proprietary-codecs to QMAKE_EXTRA_ARGS
by Rex Dieter
commit 5e255c948e0518bdff364dff2e70fe281d224b15
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Wed Mar 13 16:44:24 2019 -0500
%%build: restore %{?system_ffmpeg_flag} and -proprietary-codecs to QMAKE_EXTRA_ARGS
qt5-qtwebengine-freeworld.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index ec6c162..7074a5b 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -373,6 +373,8 @@ export NINJA_PATH=%{__ninja}
%{qmake_qt5} \
CONFIG+="%{debug_config}" \
+ %{?system_ffmpeg_flag:QMAKE_EXTRA_ARGS+="%{?system_ffmpeg_flag}"} \
+ QMAKE_EXTRA_ARGS+="-proprietary-codecs" \
QMAKE_EXTRA_ARGS+="-system-webengine-icu" \
QMAKE_EXTRA_ARGS+="-webengine-kerberos" \
.
5 years, 8 months
[discord/f28] Update to 0.0.9
by seancallaway
commit e70e39f9baf08e5a1a74ef3db2f415ff73a89a03
Author: Sean Callaway <seancallaway(a)gmail.com>
Date: Wed Mar 13 08:28:54 2019 -0700
Update to 0.0.9
.gitignore | 1 +
discord.spec | 10 ++++++++--
sources | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3756c1..96b9125 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/discord-0.0.4.tar.gz
/discord-0.0.5.tar.gz
/discord-0.0.8.tar.gz
+/discord-0.0.9.tar.gz
diff --git a/discord.spec b/discord.spec
index a7a1272..b0d2e93 100644
--- a/discord.spec
+++ b/discord.spec
@@ -3,8 +3,8 @@
%global __requires_exclude libffmpeg.so
Name: discord
-Version: 0.0.8
-Release: 2%{?dist}
+Version: 0.0.9
+Release: 1%{?dist}
Summary: All-in-one voice and text chat for gamers
# License Information: https://bugzilla.rpmfusion.org/show_bug.cgi?id=4441#c14
@@ -61,6 +61,12 @@ discord.desktop
%changelog
+* Wed Mar 13 2019 Sean Callaway <seancallaway(a)fedoraproject.org> - 0.0.9-1
+- Update to 0.0.9
+
+* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.0.8-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Fri Jan 18 2019 Sean Callaway <seancallaway(a)fedoraproject.org> - 0.0.8-2
- Fix permissions issue on binary in source.
diff --git a/sources b/sources
index 599ce27..c8cf4f4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64b0614a7316abeca146302c5a7ba825 discord-0.0.8.tar.gz
+3fc3bd78302f4a27dc730e82089b99d9 discord-0.0.9.tar.gz
5 years, 8 months
[discord/f29] Update to 0.0.9
by seancallaway
commit cd622ef0c88a6a16a73db53dcf1863b0a6c1310f
Author: Sean Callaway <seancallaway(a)gmail.com>
Date: Wed Mar 13 08:26:34 2019 -0700
Update to 0.0.9
.gitignore | 1 +
discord.spec | 10 ++++++++--
sources | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3756c1..96b9125 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/discord-0.0.4.tar.gz
/discord-0.0.5.tar.gz
/discord-0.0.8.tar.gz
+/discord-0.0.9.tar.gz
diff --git a/discord.spec b/discord.spec
index a7a1272..b0d2e93 100644
--- a/discord.spec
+++ b/discord.spec
@@ -3,8 +3,8 @@
%global __requires_exclude libffmpeg.so
Name: discord
-Version: 0.0.8
-Release: 2%{?dist}
+Version: 0.0.9
+Release: 1%{?dist}
Summary: All-in-one voice and text chat for gamers
# License Information: https://bugzilla.rpmfusion.org/show_bug.cgi?id=4441#c14
@@ -61,6 +61,12 @@ discord.desktop
%changelog
+* Wed Mar 13 2019 Sean Callaway <seancallaway(a)fedoraproject.org> - 0.0.9-1
+- Update to 0.0.9
+
+* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.0.8-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
* Fri Jan 18 2019 Sean Callaway <seancallaway(a)fedoraproject.org> - 0.0.8-2
- Fix permissions issue on binary in source.
diff --git a/sources b/sources
index 599ce27..c8cf4f4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64b0614a7316abeca146302c5a7ba825 discord-0.0.8.tar.gz
+3fc3bd78302f4a27dc730e82089b99d9 discord-0.0.9.tar.gz
5 years, 8 months