Accepting request 488047 from home:xenonpk
Source Update OBS-URL: https://build.opensuse.org/request/show/488047 OBS-URL: https://build.opensuse.org/package/show/Emulators/ppsspp?expand=0&rev=4
This commit is contained in:
parent
50937cf8d4
commit
ae1d689016
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hrydgard/ppsspp.git</param>
|
||||
<param name="changesrevision">0cb4344da1ab5f644589e1c987cfd93a86558c8f</param></service></servicedata>
|
||||
<param name="changesrevision">372cbaac159bd7c85f3b537c318b983860e96a7c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:251e04f21fcbf30248dc2a93641fca0115e2d3ae5313890853b916e8b7878e22
|
||||
size 173067988
|
3
ppsspp-1.4.0~git20170414.tar.xz
Normal file
3
ppsspp-1.4.0~git20170414.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98c3281b878e9b648dd34a829eb96b5d2d32877bbfa0058e60e47a7d1f6408c7
|
||||
size 173067196
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 15 00:47:52 UTC 2017 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.4.0~git20170414:
|
||||
* Disable pause button when not using touch. Remove per-game status from some settings which shouldn't be per-game.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 13 08:54:57 UTC 2017 - pousaduarte@gmail.com
|
||||
|
||||
- Update to version 1.4.0~git20170413:
|
||||
* Update lang submodule
|
||||
* UI: Respect the pause button display setting.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 10:01:26 UTC 2017 - pousaduarte@gmail.com
|
||||
|
||||
|
16
ppsspp.spec
16
ppsspp.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ppsspp
|
||||
Version: 1.4.0~git20170412
|
||||
Version: 1.4.0~git20170414
|
||||
Release: 0
|
||||
Summary: PlayStation Portable Emulator
|
||||
License: GPL-2.0+
|
||||
@ -38,10 +38,6 @@ BuildRequires: pkgconfig(sdl2)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
|
||||
%if 0%{?sle_version} != 120100
|
||||
BuildRequires: vulkan-devel
|
||||
%endif
|
||||
|
||||
#Qt deps:
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5OpenGL)
|
||||
@ -97,10 +93,7 @@ const char *PPSSPP_GIT_VERSION = \"%{version}\";
|
||||
-DUSE_FFMPEG="ON" \
|
||||
-DUSE_SYSTEM_FFMPEG="ON" \
|
||||
-DUSING_QT_UI="ON" \
|
||||
-DGOLD="ON" \
|
||||
%if 0%{?sle_version} != 120100
|
||||
-DNO_VULKAN="OFF"
|
||||
%endif
|
||||
-DGOLD="ON"
|
||||
|
||||
%make_jobs
|
||||
|
||||
@ -110,10 +103,7 @@ cd ..
|
||||
%cmake .. \
|
||||
-DUSE_FFMPEG="ON" \
|
||||
-DUSE_SYSTEM_FFMPEG="ON" \
|
||||
-DGOLD="ON" \
|
||||
%if 0%{?sle_version} != 120100
|
||||
-DNO_VULKAN="OFF"
|
||||
%endif
|
||||
-DGOLD="ON"
|
||||
|
||||
%make_jobs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user