Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=224
This commit is contained in:
parent
5b46e17867
commit
037c5b778c
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||||
<param name="changesrevision">e09296b9b10d6ee9997dcd86bc10d172a48a4b1b</param></service></servicedata>
|
<param name="changesrevision">767b1e45b2c9215bbe41c39530eac869b4bf262b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d9b5f53473fbd9cbb10bd0be7aa29ade034ba01e22a05a719265f4287a3bdd74
|
|
||||||
size 194785532
|
|
3
ppsspp-1.9.3~git20191022.tar.xz
Normal file
3
ppsspp-1.9.3~git20191022.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d23dba526a78d46c22f446402b57f6da188e7157b793c17bd6aa742473a3de80
|
||||||
|
size 194802788
|
@ -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
|
Mon Oct 21 19:55:05 UTC 2019 - pousaduarte@gmail.com
|
||||||
|
|
||||||
|
65
ppsspp.spec
65
ppsspp.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ppsspp
|
# 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
|
# 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
|
||||||
@ -12,42 +12,42 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: ppsspp
|
||||||
Version: 1.9.3~git20191020
|
Version: 1.9.3~git20191022
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PlayStation Portable Emulator
|
Summary: PlayStation Portable Emulator
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/Emulators/Other
|
Group: System/Emulators/Other
|
||||||
Url: http://www.ppsspp.org
|
Url: http://www.ppsspp.org
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: cmake >= 3.6
|
||||||
BuildRequires: cmake >= 3.6
|
BuildRequires: fdupes
|
||||||
BuildRequires: fdupes
|
BuildRequires: gcc-c++
|
||||||
|
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
|
||||||
BuildRequires: pkgconfig(gl)
|
BuildRequires: pkgconfig(gl)
|
||||||
BuildRequires: pkgconfig(vulkan)
|
BuildRequires: pkgconfig(glew)
|
||||||
BuildRequires: pkgconfig(glew)
|
BuildRequires: pkgconfig(libpng)
|
||||||
BuildRequires: pkgconfig(sdl2)
|
BuildRequires: pkgconfig(sdl2)
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(vulkan)
|
||||||
|
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: snappy-devel
|
||||||
BuildRequires: pkgconfig(libzip)
|
BuildRequires: pkgconfig(libzip)
|
||||||
BuildRequires: snappy-devel
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
|
||||||
BuildRequires: glslang-devel
|
BuildRequires: Mesa-devel
|
||||||
BuildRequires: wayland-devel
|
BuildRequires: glslang-devel
|
||||||
BuildRequires: Mesa-devel
|
BuildRequires: wayland-devel
|
||||||
|
|
||||||
#Qt deps:
|
#Qt deps:
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5OpenGL)
|
BuildRequires: pkgconfig(Qt5OpenGL)
|
||||||
|
|
||||||
#ffmpeg deps: (Restore once https://github.com/hrydgard/ppsspp/issues/9026 is closed)
|
#ffmpeg deps: (Restore once https://github.com/hrydgard/ppsspp/issues/9026 is closed)
|
||||||
#BuildRequires: pkgconfig(libavcodec)
|
#BuildRequires: pkgconfig(libavcodec)
|
||||||
@ -60,19 +60,19 @@ BuildRequires: pkgconfig(Qt5OpenGL)
|
|||||||
#BuildRequires: pkgconfig(libswresample)
|
#BuildRequires: pkgconfig(libswresample)
|
||||||
|
|
||||||
#Desktop icon deps
|
#Desktop icon deps
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
Requires(post): hicolor-icon-theme
|
Requires(post): hicolor-icon-theme
|
||||||
Requires(postun): hicolor-icon-theme
|
Requires(postun): hicolor-icon-theme
|
||||||
|
|
||||||
Requires: %{name}-common
|
Requires: %{name}-common
|
||||||
|
|
||||||
%description
|
%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).
|
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
|
%package headless
|
||||||
Summary: PPSSPP headless
|
Summary: PPSSPP headless
|
||||||
Group: System/Emulators/Other
|
Group: System/Emulators/Other
|
||||||
Requires: %{name}-common
|
Requires: %{name}-common
|
||||||
|
|
||||||
%description headless
|
%description headless
|
||||||
PPSSPP headless build
|
PPSSPP headless build
|
||||||
@ -158,7 +158,6 @@ mkdir -p %{buildroot}%{_bindir}
|
|||||||
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
|
mkdir -p %{buildroot}%{_sysconfdir}/%{name}
|
||||||
|
|
||||||
|
|
||||||
#setup wrapper(s)
|
#setup wrapper(s)
|
||||||
|
|
||||||
##----------------####----------------####----------------####----------------##
|
##----------------####----------------####----------------####----------------##
|
||||||
|
Loading…
Reference in New Issue
Block a user