forked from pool/retroarch
Accepting request 743234 from home:guoyunhe:branches:Emulators
- Version 1.8.0 - Enable DBus to solve screen off issue during game play OBS-URL: https://build.opensuse.org/request/show/743234 OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=18
This commit is contained in:
parent
f277896a9f
commit
a1cf6d1e7b
3
RetroArch-1.8.0.tar.gz
Normal file
3
RetroArch-1.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1cb0f04bdbfd517cbdd11b20b0b22ad472fb9e3e54df9a4e7813ed638509dfe7
|
||||||
|
size 33098028
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 26 10:18:35 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
||||||
|
|
||||||
|
- Version 1.8.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 24 19:38:59 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
||||||
|
|
||||||
|
- Enable DBus to solve screen off issue during game play
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 3 21:47:12 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
Thu Oct 3 21:47:12 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
||||||
|
|
||||||
|
@ -17,14 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: retroarch
|
Name: retroarch
|
||||||
Version: 1.7.8.4
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Emulator frontend
|
Summary: Emulator frontend
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: System/Emulators/Other
|
Group: System/Emulators/Other
|
||||||
URL: http://www.retroarch.com
|
URL: http://www.retroarch.com
|
||||||
# From https://github.com/libretro/RetroArch/releases
|
Source: https://github.com/libretro/RetroArch/archive/v%{version}.tar.gz#/RetroArch-%{version}.tar.gz
|
||||||
Source: https://github.com/libretro/RetroArch/archive/v%{version}.tar.gz
|
|
||||||
Patch0: retroarch-config.patch
|
Patch0: retroarch-config.patch
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -45,6 +44,7 @@ BuildRequires: pkgconfig(SDL2_mixer)
|
|||||||
BuildRequires: pkgconfig(SDL2_net)
|
BuildRequires: pkgconfig(SDL2_net)
|
||||||
BuildRequires: pkgconfig(SDL2_ttf)
|
BuildRequires: pkgconfig(SDL2_ttf)
|
||||||
BuildRequires: pkgconfig(alsa)
|
BuildRequires: pkgconfig(alsa)
|
||||||
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
BuildRequires: pkgconfig(flac)
|
BuildRequires: pkgconfig(flac)
|
||||||
BuildRequires: pkgconfig(freetype2)
|
BuildRequires: pkgconfig(freetype2)
|
||||||
BuildRequires: pkgconfig(gbm)
|
BuildRequires: pkgconfig(gbm)
|
||||||
@ -182,6 +182,7 @@ export CXXFLAGS="$CFLAGS"
|
|||||||
--enable-xvideo \
|
--enable-xvideo \
|
||||||
--enable-v4l2 \
|
--enable-v4l2 \
|
||||||
--enable-qt \
|
--enable-qt \
|
||||||
|
--enable-dbus \
|
||||||
%ifarch x86
|
%ifarch x86
|
||||||
--enable-sse \
|
--enable-sse \
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fd3092b4dbd930689e66977a177b6c0ccea53721310d1c69c8b255b9b08affa9
|
|
||||||
size 33049464
|
|
Loading…
Reference in New Issue
Block a user