Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 0B250781BD7 for <~alpine/aports@lists.alpinelinux.org>; Wed, 21 Aug 2019 11:36:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 8131F20D44 for <~alpine/aports@lists.alpinelinux.org>; Wed, 21 Aug 2019 13:36:16 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L_2-iUu8TWxI; Wed, 21 Aug 2019 13:36:15 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1566387124; bh=N8lSI3mHdIwInTNTCoV89G7tvsFChUFNuJL/lNpEAhY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=iNQz7UVkcc4FRqA1XbRxB35BoCB2ryG9XYK2LmQPB3n3pMydNccJ/D29DRcyzKygT pN7cdECmR5JLuZeEcvc2U0rvss9DVf6DcAY0bgSH4KviWkopR7IY0s7l8v+iubN5fC cXeDqYYPgHrr4pl2rr9Fz2s3xa+gqzCdPGUpo3vVNTIxz9vUyL5riGLFTuZwFs3YQz VqHtJepg6R/4Q8Azcr+bH3rMI4oL2A0AvtsbXFL+Htudf6hHyX1HnL/ZDEtIGzeg0u JjgEruiIeD+x0HtKD/EdVhLOIpKPjTIBvuk2SKyZ3h4QrQonlKN0qBLAy7noy4/k7A uBJ/Pi1qOKK3Q== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 2/2] testing/libretro-database: add libretro-database to depends Date: Wed, 21 Aug 2019 13:32:00 +0200 Message-Id: <20190821113200.25906-2-bribbers@disroot.org> In-Reply-To: <20190821113200.25906-1-bribbers@disroot.org> References: <20190821113200.25906-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/retroarch/APKBUILD | 6 +++--- testing/retroarch/config.patch | 34 +++++++++++++++++++++++++++++----- 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/testing/retroarch/APKBUILD b/testing/retroarch/APKBUILD index 1900646919..6136050ec5 100644 --- a/testing/retroarch/APKBUILD +++ b/testing/retroarch/APKBUILD @@ -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" diff --git a/testing/retroarch/config.patch b/testing/retroarch/config.patch index fc5359975c..0fa34e3c98 100644 --- a/testing/retroarch/config.patch +++ b/testing/retroarch/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 = -- 2.21.0