Scheduled source refresh

OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=224
This commit is contained in:
Duarte Pousa 2019-10-23 19:22:13 +00:00 committed by Git OBS Bridge
parent 5b46e17867
commit 037c5b778c
5 changed files with 43 additions and 37 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
<param name="changesrevision">e09296b9b10d6ee9997dcd86bc10d172a48a4b1b</param></service></servicedata>
<param name="changesrevision">767b1e45b2c9215bbe41c39530eac869b4bf262b</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9b5f53473fbd9cbb10bd0be7aa29ade034ba01e22a05a719265f4287a3bdd74
size 194785532

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d23dba526a78d46c22f446402b57f6da188e7157b793c17bd6aa742473a3de80
size 194802788

View File

@ -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

View File

@ -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)
##----------------####----------------####----------------####----------------##