Accepting request 1225467 from Emulators
OBS-URL: https://build.opensuse.org/request/show/1225467 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ppsspp?expand=0&rev=24
This commit is contained in:
commit
857c5b2661
@ -12,11 +12,11 @@ sed -i \
|
|||||||
-e 's|^#include [\"<]libpng1[0-9]/png.h[\">]|#include <png.h>|g' \
|
-e 's|^#include [\"<]libpng1[0-9]/png.h[\">]|#include <png.h>|g' \
|
||||||
{} \;
|
{} \;
|
||||||
|
|
||||||
Index: ppsspp-1.15.4/CMakeLists.txt
|
Index: ppsspp-1.18.1/CMakeLists.txt
|
||||||
===================================================================
|
===================================================================
|
||||||
--- ppsspp-1.15.4.orig/CMakeLists.txt
|
--- ppsspp-1.18.1.orig/CMakeLists.txt
|
||||||
+++ ppsspp-1.15.4/CMakeLists.txt
|
+++ ppsspp-1.18.1/CMakeLists.txt
|
||||||
@@ -326,7 +326,7 @@ foreach (LANGUAGE C CXX)
|
@@ -379,7 +379,7 @@ foreach (LANGUAGE C CXX)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
@ -24,8 +24,8 @@ Index: ppsspp-1.15.4/CMakeLists.txt
|
|||||||
+ # NEON optimizations in libpng16 seem to cause PNG load errors, see #14485.
|
+ # NEON optimizations in libpng16 seem to cause PNG load errors, see #14485.
|
||||||
add_definitions(-DPNG_ARM_NEON_OPT=0)
|
add_definitions(-DPNG_ARM_NEON_OPT=0)
|
||||||
|
|
||||||
if(ANDROID)
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror=return-type -Wno-unused-function -Wno-sign-compare -Wno-unused-but-set-variable -Wno-reorder -Wno-unknown-pragmas -Wno-unused-value -Wno-unused-variable")
|
||||||
@@ -1069,7 +1069,7 @@ else()
|
@@ -1205,7 +1205,7 @@ else()
|
||||||
set(LIBZIP_LIBRARY libzip)
|
set(LIBZIP_LIBRARY libzip)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ Index: ppsspp-1.15.4/CMakeLists.txt
|
|||||||
if(ANDROID OR ARMV7 OR ARM64 OR ARM OR IOS)
|
if(ANDROID OR ARMV7 OR ARM64 OR ARM OR IOS)
|
||||||
set(PNG_REQUIRED_VERSION 1.7)
|
set(PNG_REQUIRED_VERSION 1.7)
|
||||||
else()
|
else()
|
||||||
@@ -1084,43 +1084,43 @@ if(PNG_FOUND)
|
@@ -1220,43 +1220,43 @@ if(PNG_FOUND)
|
||||||
else()
|
else()
|
||||||
if(ARM)
|
if(ARM)
|
||||||
set(PNG_ARM_INCLUDES
|
set(PNG_ARM_INCLUDES
|
||||||
@ -108,10 +108,10 @@ Index: ppsspp-1.15.4/CMakeLists.txt
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_library(basis_universal STATIC
|
add_library(basis_universal STATIC
|
||||||
Index: ppsspp-1.15.4/ext/native/tools/atlastool.cpp
|
Index: ppsspp-1.18.1/ext/native/tools/atlastool.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- ppsspp-1.15.4.orig/ext/native/tools/atlastool.cpp
|
--- ppsspp-1.18.1.orig/ext/native/tools/atlastool.cpp
|
||||||
+++ ppsspp-1.15.4/ext/native/tools/atlastool.cpp
|
+++ ppsspp-1.18.1/ext/native/tools/atlastool.cpp
|
||||||
@@ -19,7 +19,7 @@
|
@@ -19,7 +19,7 @@
|
||||||
// dist-per-pixel
|
// dist-per-pixel
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:23e0b8649cc8124b0c22a62d4d41b592b6bd4064bce8c09b0d4abce895e132ae
|
|
||||||
size 54663108
|
|
3
ppsspp-1.18.1.tar.xz
Normal file
3
ppsspp-1.18.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78c5d17f09443d7ea450fce9fdc0581b520cf206c42095dd855e94be2e09bdcf
|
||||||
|
size 54239412
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 15 20:19:42 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- ppsspp 1.18.1:
|
||||||
|
* IR Interpreter: work on correctness and optimizations
|
||||||
|
* Interpreted Vertex Decoder optimizations
|
||||||
|
* SDL fixes
|
||||||
|
* Improve performance of CHD loading
|
||||||
|
* Many crash, hang and performance fixes around the UI
|
||||||
|
New post proc filter "Sharp bilinear"
|
||||||
|
* 3 new themes
|
||||||
|
* Install save games from ZIP file
|
||||||
|
* More input-mappable actions like Reset, allow mapping Alt key
|
||||||
|
* Fix regression of the AxisSwap feature
|
||||||
|
* Many emulation fixes
|
||||||
|
* Multiple rendering fixes
|
||||||
|
* VR: New immersive mode
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 5 05:24:19 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
Mon Feb 5 05:24:19 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
26
ppsspp.spec
26
ppsspp.spec
@ -2,6 +2,7 @@
|
|||||||
# spec file for package ppsspp
|
# spec file for package ppsspp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
|
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,11 +19,10 @@
|
|||||||
|
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
Name: ppsspp
|
Name: ppsspp
|
||||||
Version: 1.17.1
|
Version: 1.18.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PlayStation Portable Emulator
|
Summary: PlayStation Portable Emulator
|
||||||
License: Apache-2.0 AND BSD-1-Clause AND BSL-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND (BSD-2-Clause OR GPL-2.0-or-later) AND (BSD-3-Clause OR GPL-2.0-only) AND CC0-1.0 AND GPL-2.0-or-later WITH Autoconf-exception-3.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND Libpng AND ISC AND IJG AND Zlib AND MIT AND CC-BY-4.0 AND FTL
|
License: Apache-2.0 AND BSD-1-Clause AND BSL-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND (BSD-2-Clause OR GPL-2.0-or-later) AND (BSD-3-Clause OR GPL-2.0-only) AND CC0-1.0 AND GPL-2.0-or-later WITH Autoconf-exception-3.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND Libpng AND ISC AND IJG AND Zlib AND MIT AND CC-BY-4.0 AND FTL
|
||||||
|
|
||||||
Group: System/Emulators/Other
|
Group: System/Emulators/Other
|
||||||
URL: https://www.ppsspp.org
|
URL: https://www.ppsspp.org
|
||||||
Source: https://github.com/hrydgard/ppsspp/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
Source: https://github.com/hrydgard/ppsspp/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||||
@ -32,20 +32,12 @@ BuildRequires: cmake >= 3.6
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: glslang-devel
|
BuildRequires: glslang-devel
|
||||||
BuildRequires: pkgconfig
|
|
||||||
BuildRequires: snappy-devel
|
|
||||||
BuildRequires: unzip
|
|
||||||
# Does not build with FFmpeg 5.0 yet
|
# Does not build with FFmpeg 5.0 yet
|
||||||
# https://github.com/hrydgard/ppsspp/issues/15308
|
# https://github.com/hrydgard/ppsspp/issues/15308
|
||||||
BuildRequires: libavcodec-devel < 5
|
BuildRequires: libavcodec-devel < 5
|
||||||
BuildRequires: pkgconfig(libavcodec)
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(libavdevice)
|
BuildRequires: snappy-devel
|
||||||
BuildRequires: pkgconfig(libavfilter)
|
BuildRequires: unzip
|
||||||
BuildRequires: pkgconfig(libavformat)
|
|
||||||
BuildRequires: pkgconfig(libavutil)
|
|
||||||
BuildRequires: pkgconfig(libpostproc)
|
|
||||||
BuildRequires: pkgconfig(libswresample)
|
|
||||||
BuildRequires: pkgconfig(libswscale)
|
|
||||||
#Desktop icon deps
|
#Desktop icon deps
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: wayland-devel
|
BuildRequires: wayland-devel
|
||||||
@ -55,7 +47,15 @@ BuildRequires: pkgconfig(Qt5Multimedia)
|
|||||||
BuildRequires: pkgconfig(Qt5OpenGL)
|
BuildRequires: pkgconfig(Qt5OpenGL)
|
||||||
BuildRequires: pkgconfig(gl)
|
BuildRequires: pkgconfig(gl)
|
||||||
BuildRequires: pkgconfig(glew)
|
BuildRequires: pkgconfig(glew)
|
||||||
|
BuildRequires: pkgconfig(libavcodec)
|
||||||
|
BuildRequires: pkgconfig(libavdevice)
|
||||||
|
BuildRequires: pkgconfig(libavfilter)
|
||||||
|
BuildRequires: pkgconfig(libavformat)
|
||||||
|
BuildRequires: pkgconfig(libavutil)
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
|
BuildRequires: pkgconfig(libpostproc)
|
||||||
|
BuildRequires: pkgconfig(libswresample)
|
||||||
|
BuildRequires: pkgconfig(libswscale)
|
||||||
BuildRequires: pkgconfig(libzip)
|
BuildRequires: pkgconfig(libzip)
|
||||||
BuildRequires: pkgconfig(libzstd)
|
BuildRequires: pkgconfig(libzstd)
|
||||||
BuildRequires: pkgconfig(sdl2)
|
BuildRequires: pkgconfig(sdl2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user