diff --git a/_servicedata b/_servicedata index 2ea075e..bdd9226 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hrydgard/ppsspp.git - e09296b9b10d6ee9997dcd86bc10d172a48a4b1b \ No newline at end of file + 767b1e45b2c9215bbe41c39530eac869b4bf262b \ No newline at end of file diff --git a/ppsspp-1.9.3~git20191020.tar.xz b/ppsspp-1.9.3~git20191020.tar.xz deleted file mode 100644 index bbfa3fe..0000000 --- a/ppsspp-1.9.3~git20191020.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9b5f53473fbd9cbb10bd0be7aa29ade034ba01e22a05a719265f4287a3bdd74 -size 194785532 diff --git a/ppsspp-1.9.3~git20191022.tar.xz b/ppsspp-1.9.3~git20191022.tar.xz new file mode 100644 index 0000000..b0aede7 --- /dev/null +++ b/ppsspp-1.9.3~git20191022.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23dba526a78d46c22f446402b57f6da188e7157b793c17bd6aa742473a3de80 +size 194802788 diff --git a/ppsspp.changes b/ppsspp.changes index b93787c..b497268 100644 --- a/ppsspp.changes +++ b/ppsspp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 23 18:25:46 UTC 2019 - pousaduarte@gmail.com + +- Update to version 1.9.3~git20191022: + * Fix the build - there's a Vec3 name collision, fixed it using a namespace. + * Vulkan+SoftwareRenderer: Fix screen rotation on Android. + ------------------------------------------------------------------- Mon Oct 21 19:55:05 UTC 2019 - pousaduarte@gmail.com diff --git a/ppsspp.spec b/ppsspp.spec index 7db5717..8804ad6 100644 --- a/ppsspp.spec +++ b/ppsspp.spec @@ -1,7 +1,7 @@ # # spec file for package ppsspp # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,42 +12,42 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -Name: ppsspp -Version: 1.9.3~git20191020 -Release: 0 -Summary: PlayStation Portable Emulator -License: GPL-2.0+ -Group: System/Emulators/Other -Url: http://www.ppsspp.org -Source: %{name}-%{version}.tar.xz +Name: ppsspp +Version: 1.9.3~git20191022 +Release: 0 +Summary: PlayStation Portable Emulator +License: GPL-2.0-or-later +Group: System/Emulators/Other +Url: http://www.ppsspp.org +Source: %{name}-%{version}.tar.xz -BuildRequires: gcc-c++ -BuildRequires: cmake >= 3.6 -BuildRequires: fdupes +BuildRequires: cmake >= 3.6 +BuildRequires: fdupes +BuildRequires: gcc-c++ -BuildRequires: unzip +BuildRequires: unzip -BuildRequires: pkgconfig(gl) -BuildRequires: pkgconfig(vulkan) -BuildRequires: pkgconfig(glew) -BuildRequires: pkgconfig(sdl2) -BuildRequires: pkgconfig(libpng) +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(glew) +BuildRequires: pkgconfig(libpng) +BuildRequires: pkgconfig(sdl2) +BuildRequires: pkgconfig(vulkan) -BuildRequires: pkgconfig(zlib) -BuildRequires: pkgconfig(libzip) -BuildRequires: snappy-devel +BuildRequires: snappy-devel +BuildRequires: pkgconfig(libzip) +BuildRequires: pkgconfig(zlib) -BuildRequires: glslang-devel -BuildRequires: wayland-devel -BuildRequires: Mesa-devel +BuildRequires: Mesa-devel +BuildRequires: glslang-devel +BuildRequires: wayland-devel #Qt deps: -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5OpenGL) +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5OpenGL) #ffmpeg deps: (Restore once https://github.com/hrydgard/ppsspp/issues/9026 is closed) #BuildRequires: pkgconfig(libavcodec) @@ -60,19 +60,19 @@ BuildRequires: pkgconfig(Qt5OpenGL) #BuildRequires: pkgconfig(libswresample) #Desktop icon deps -BuildRequires: update-desktop-files +BuildRequires: update-desktop-files Requires(post): hicolor-icon-theme Requires(postun): hicolor-icon-theme -Requires: %{name}-common +Requires: %{name}-common %description PPSSPP is a PSP emulator written in C++, and translates PSP CPU instructions directly into optimized x86, x64 and ARM machine code, using JIT recompilers (dynarecs). %package headless -Summary: PPSSPP headless -Group: System/Emulators/Other -Requires: %{name}-common +Summary: PPSSPP headless +Group: System/Emulators/Other +Requires: %{name}-common %description headless PPSSPP headless build @@ -158,7 +158,6 @@ mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_libexecdir}/%{name} mkdir -p %{buildroot}%{_sysconfdir}/%{name} - #setup wrapper(s) ##----------------####----------------####----------------####----------------##