mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-08 01:12:28 +01:00
testing/libretro-database: add libretro-database to depends
This commit is contained in:
parent
4d14e2278a
commit
3da0f331a8
@ -3,12 +3,12 @@
|
||||
pkgname=retroarch
|
||||
_pkgname=RetroArch
|
||||
pkgver=1.7.7
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
arch="all"
|
||||
url="https://retroarch.com"
|
||||
pkgdesc="Reference frontend for the libretro API"
|
||||
license="GPL-2.0-only"
|
||||
depends="retroarch-assets retroarch-joypad-autoconfig libretro-core-info"
|
||||
depends="retroarch-assets retroarch-joypad-autoconfig libretro-core-info libretro-database"
|
||||
makedepends="linux-headers mesa-dev qt5-qtbase-dev wayland-dev wayland-protocols zlib-dev alsa-lib-dev pulseaudio-dev sdl2-dev flac-dev mbedtls-dev libusb-dev ffmpeg-dev libxkbcommon-dev eudev-dev vulkan-loader-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/libretro/$pkgname/archive/v$pkgver.tar.gz
|
||||
config.patch"
|
||||
@ -35,4 +35,4 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="4ad70f092d1de34de5c4d2d83bae93ca26a1461e45e6bc17bbce9f3d6498d5639a3f97aa5881af29750377a819d4710c94a144450a3af54e0014b60790ba7155 retroarch-1.7.7.tar.gz
|
||||
4d17bb19fda8ba526b86c2283c39e06861c5bf603d969bfdabb30da03aba3307b4a0cdfc57b632ebf5c08abb9535b9dc0ccb4baf28aab6fcee6a42acfe846d73 config.patch"
|
||||
5a52f852831f7cef272373e100bd740c98a50ed52531ef1c5a715a4e648ca859f6243104ff13d2ba243f579d06b9658389155d3a09dc324712d3d63a56ebf578 config.patch"
|
||||
|
||||
@ -1,9 +1,13 @@
|
||||
diff --git a/retroarch.cfg b/retroarch.cfg
|
||||
index 9d7c109bfe..f62b3018a2 100644
|
||||
index 9d7c109bfe..648fee1dc1 100644
|
||||
--- a/retroarch.cfg
|
||||
+++ b/retroarch.cfg
|
||||
@@ -642,7 +642,7 @@
|
||||
# menu_show_online_updater = true
|
||||
@@ -639,10 +639,10 @@
|
||||
#### Menu
|
||||
|
||||
# If disabled, will hide 'Online Updater' inside the menu.
|
||||
-# menu_show_online_updater = true
|
||||
+menu_show_online_updater = false
|
||||
|
||||
# If disabled, will hide the ability to update cores (and core info files) inside the menu.
|
||||
-# menu_show_core_updater = true
|
||||
@ -11,6 +15,15 @@ index 9d7c109bfe..f62b3018a2 100644
|
||||
|
||||
# If disabled, the libretro core will keep running in the background when we
|
||||
# are in the menu.
|
||||
@@ -655,7 +655,7 @@
|
||||
# menu_mouse_enable = false
|
||||
|
||||
# Enable touch controls inside the menu.
|
||||
-# menu_pointer_enable = false
|
||||
+menu_pointer_enable = true
|
||||
|
||||
# Shows current date and/or time inside menu.
|
||||
# menu_timedate_enable = true
|
||||
@@ -771,7 +771,7 @@
|
||||
|
||||
# Assets directory. This location is queried by default when menu interfaces try to look for
|
||||
@ -20,7 +33,7 @@ index 9d7c109bfe..f62b3018a2 100644
|
||||
|
||||
# Dynamic wallpapers directory. The place to store the wallpapers dynamically
|
||||
# loaded by the menu depending on context.
|
||||
@@ -784,10 +784,10 @@
|
||||
@@ -784,19 +784,19 @@
|
||||
# rgui_browser_directory =
|
||||
|
||||
# Core directory for libretro core implementations.
|
||||
@ -32,4 +45,15 @@ index 9d7c109bfe..f62b3018a2 100644
|
||||
+libretro_info_path = /usr/share/libretro/info
|
||||
|
||||
# Path to content database directory.
|
||||
# content_database_path =
|
||||
-# content_database_path =
|
||||
+content_database_path = /usr/share/libretro/database
|
||||
|
||||
# Saved queries are stored to this directory.
|
||||
# cursor_directory =
|
||||
|
||||
# Path to cheat database directory.
|
||||
-# cheat_database_path =
|
||||
+cheat_database_path = /usr/share/libretro/database
|
||||
|
||||
# Defines a directory where CPU-based video filters are kept.
|
||||
# video_filter_dir =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user