[arch-commits] Commit in retroarch/repos/community-x86_64 (4 files)
Maxime Gauduin
alucryd at archlinux.org
Sun Dec 31 20:38:42 UTC 2017
Date: Sunday, December 31, 2017 @ 20:38:41
Author: alucryd
Revision: 277618
archrelease: copy trunk to community-x86_64
Added:
retroarch/repos/community-x86_64/PKGBUILD
(from rev 277617, retroarch/trunk/PKGBUILD)
retroarch/repos/community-x86_64/retroarch-config.patch
(from rev 277617, retroarch/trunk/retroarch-config.patch)
Deleted:
retroarch/repos/community-x86_64/PKGBUILD
retroarch/repos/community-x86_64/retroarch-config.patch
------------------------+
PKGBUILD | 134 +++++++++++++++++++++--------------------------
retroarch-config.patch | 134 +++++++++++++++++++++++------------------------
2 files changed, 127 insertions(+), 141 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-31 20:38:28 UTC (rev 277617)
+++ PKGBUILD 2017-12-31 20:38:41 UTC (rev 277618)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Themaister <maister at archlinux.us>
-# Contributor: lifning <definelightning at gmail.com>
-
-pkgname=retroarch
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Reference frontend for the libretro API'
-arch=('x86_64')
-url='http://www.libretro.com/'
-license=('GPL')
-groups=('libretro')
-depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libusb'
- 'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv'
- 'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
- 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
- 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
-makedepends=('vulkan-icd-loader')
-optdepends=('libretro-beetle-psx: Sony PlayStation core'
- 'libretro-beetle-psx-hw: Sony PlayStation core'
- 'libretro-blastem: Sega Mega Drive core'
- 'libretro-bsnes: Super Nintendo Entertainment System cores'
- 'libretro-desmume: Nintendo DS core'
- 'libretro-gambatte: Nintendo Game Boy/Game Boy Color core'
- 'libretro-genesis-plus-gx: Sega MS/GG/MD/CD core'
- 'libretro-mgba: Nintendo Game Boy Advance core'
- 'libretro-mupen64plus: Nintendo 64 core'
- 'libretro-nestopia: Nintendo Entertainment System core'
- 'libretro-reicast: Sega Dreamcast core'
- 'libretro-scummvm: ScummVM core'
- 'libretro-snes9x: Super Nintendo Entertainment System core'
- 'libretro-yabause: Sega Saturn core'
- 'libretro-overlays: Collection of overlays'
- 'libretro-shaders: Collection of shaders'
- 'python: retroarch-cg2glsl'
- 'retroarch-assets-xmb: XMB menu assets'
- 'retroarch-autoconfig-udev: udev joypad autoconfig')
-backup=('etc/retroarch.cfg')
-source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz"
- 'retroarch-config.patch')
-sha256sums=('b32fa4a37ff777e9fe45eeef7ccf2e4e06520dd268584034f687a494dc9f5af1'
- '8dca43954d05ea1f989932fb26828b6e8325394eec070c4530dd21eab3f02c44')
-
-prepare() {
- cd RetroArch-${pkgver}
-
- patch -Np0 -i ../retroarch-config.patch
-}
-
-build() {
- cd RetroArch-${pkgver}
-
- ./configure \
- --prefix='/usr' \
- --disable-cg \
- --disable-jack \
- --disable-oss \
- --disable-sdl
- make
- make -C libretro-common/audio/dsp_filters
- make -C gfx/video_filters
-}
-
-package() {
- cd RetroArch-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-
- install -Dm 644 libretro-common/audio/dsp_filters/*.{dsp,so} -t "${pkgdir}"/usr/lib/retroarch/filters/audio/
- install -Dm 644 gfx/video_filters/*.{filt,so} -t "${pkgdir}"/usr/lib/retroarch/filters/video/
-}
-
-# vim: ts=2 sw=2 et:
Copied: retroarch/repos/community-x86_64/PKGBUILD (from rev 277617, retroarch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-31 20:38:41 UTC (rev 277618)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Themaister <maister at archlinux.us>
+# Contributor: lifning <definelightning at gmail.com>
+
+pkgname=retroarch
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='Reference frontend for the libretro API'
+arch=('x86_64')
+url='http://www.libretro.com/'
+license=('GPL')
+groups=('libretro')
+depends=('alsa-lib' 'gcc-libs' 'glibc' 'libdrm' 'libgl' 'libpulse' 'libusb'
+ 'libx11' 'libxcb' 'libxext' 'libxinerama' 'libxkbcommon' 'libxv'
+ 'libxxf86vm' 'mesa' 'openal' 'sdl2' 'wayland' 'zlib'
+ 'libass.so' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
+ 'libfreetype.so' 'libswresample.so' 'libswscale.so' 'libudev.so')
+makedepends=('vulkan-icd-loader')
+optdepends=('libretro-overlays: Collection of overlays'
+ 'libretro-shaders: Collection of shaders'
+ 'python: retroarch-cg2glsl'
+ 'retroarch-assets-xmb: XMB menu assets'
+ 'retroarch-autoconfig-udev: udev joypad autoconfig')
+backup=('etc/retroarch.cfg')
+source=("retroarch-${pkgver}.tar.gz::https://github.com/libretro/RetroArch/archive/v${pkgver}.tar.gz"
+ 'retroarch-config.patch')
+sha256sums=('b32fa4a37ff777e9fe45eeef7ccf2e4e06520dd268584034f687a494dc9f5af1'
+ '8dca43954d05ea1f989932fb26828b6e8325394eec070c4530dd21eab3f02c44')
+
+prepare() {
+ cd RetroArch-${pkgver}
+
+ patch -Np0 -i ../retroarch-config.patch
+}
+
+build() {
+ cd RetroArch-${pkgver}
+
+ ./configure \
+ --prefix='/usr' \
+ --disable-cg \
+ --disable-jack \
+ --disable-oss \
+ --disable-sdl
+ make
+ make -C libretro-common/audio/dsp_filters
+ make -C gfx/video_filters
+}
+
+package() {
+ cd RetroArch-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+
+ install -Dm 644 libretro-common/audio/dsp_filters/*.{dsp,so} -t "${pkgdir}"/usr/lib/retroarch/filters/audio/
+ install -Dm 644 gfx/video_filters/*.{filt,so} -t "${pkgdir}"/usr/lib/retroarch/filters/video/
+}
+
+# vim: ts=2 sw=2 et:
Deleted: retroarch-config.patch
===================================================================
--- retroarch-config.patch 2017-12-31 20:38:28 UTC (rev 277617)
+++ retroarch-config.patch 2017-12-31 20:38:41 UTC (rev 277618)
@@ -1,67 +0,0 @@
---- retroarch.cfg.orig 2017-11-21 16:40:48.000000000 +0100
-+++ retroarch.cfg 2017-12-22 21:37:14.020611669 +0100
-@@ -41,10 +41,10 @@
- # libretro_path = "/path/to/libretro.so"
-
- # A directory for where to search for libretro core implementations.
--# libretro_directory =
-+libretro_directory = /usr/lib/libretro
-
- # A directory for where to search for libretro core information.
--# libretro_info_path =
-+libretro_info_path = /usr/share/libretro/info
-
- # Sets log level for libretro cores (GET_LOG_INTERFACE).
- # If a log level issued by a libretro core is below libretro_log_level, it is ignored.
-@@ -104,7 +104,7 @@
-
- # Assets directory. This location is queried by default when menu interfaces try to look for
- # loadable assets, etc.
--# assets_directory =
-+assets_directory = /usr/share/retroarch/assets
-
- # Dynamic wallpapers directory. The place to store the wallpapers dynamically
- # loaded by the menu depending on context.
-@@ -235,13 +235,13 @@
- # video_shader_enable = false
-
- # Defines a directory where shaders (Cg, CGP, GLSL) are kept for easy access.
--# video_shader_dir =
-+video_shader_dir = /usr/share/libretro/shaders
-
- # CPU-based video filter. Path to a dynamic library.
- # video_filter =
-
- # Defines a directory where CPU-based video filters are kept.
--# video_filter_dir =
-+video_filter_dir = /usr/lib/retroarch/filters/video
-
- # Path to a font used for rendering messages. This path must be defined to enable fonts.
- # Do note that the _full_ path of the font is necessary!
-@@ -311,7 +311,7 @@ video_message_bgcolor_opacity = 1.0
- # audio_dsp_plugin =
-
- # Directory where DSP plugins are kept.
--# audio_filter_dir =
-+audio_filter_dir = /usr/lib/retroarch/filters/audio
-
- # Will sync (block) on audio. Recommended.
- # audio_sync = true
-@@ -418,7 +418,7 @@ video_message_bgcolor_opacity = 1.0
- # Input binds which are made explicit (input_playerN_*_btn/axis) will take priority over autoconfigs.
- # Autoconfigs can be created with retroarch-joyconfig, manually, or with a frontend.
- # Requires input_autodetect_enable to be enabled.
--# joypad_autoconfig_dir =
-+joypad_autoconfig_dir = /usr/share/retroarch/autoconfig
-
- # Sets which libretro device is used for a user.
- # Devices are indentified with a number.
-@@ -662,7 +662,7 @@ video_message_bgcolor_opacity = 1.0
- # menu_show_online_updater = true
-
- # If disabled, will hide the ability to update cores (and core info files) inside the menu.
--# menu_show_core_updater = true
-+menu_show_core_updater = false
-
- # If disabled, the libretro core will keep running in the background when we
- # are in the menu.
Copied: retroarch/repos/community-x86_64/retroarch-config.patch (from rev 277617, retroarch/trunk/retroarch-config.patch)
===================================================================
--- retroarch-config.patch (rev 0)
+++ retroarch-config.patch 2017-12-31 20:38:41 UTC (rev 277618)
@@ -0,0 +1,67 @@
+--- retroarch.cfg.orig 2017-11-21 16:40:48.000000000 +0100
++++ retroarch.cfg 2017-12-22 21:37:14.020611669 +0100
+@@ -41,10 +41,10 @@
+ # libretro_path = "/path/to/libretro.so"
+
+ # A directory for where to search for libretro core implementations.
+-# libretro_directory =
++libretro_directory = /usr/lib/libretro
+
+ # A directory for where to search for libretro core information.
+-# libretro_info_path =
++libretro_info_path = /usr/share/libretro/info
+
+ # Sets log level for libretro cores (GET_LOG_INTERFACE).
+ # If a log level issued by a libretro core is below libretro_log_level, it is ignored.
+@@ -104,7 +104,7 @@
+
+ # Assets directory. This location is queried by default when menu interfaces try to look for
+ # loadable assets, etc.
+-# assets_directory =
++assets_directory = /usr/share/retroarch/assets
+
+ # Dynamic wallpapers directory. The place to store the wallpapers dynamically
+ # loaded by the menu depending on context.
+@@ -235,13 +235,13 @@
+ # video_shader_enable = false
+
+ # Defines a directory where shaders (Cg, CGP, GLSL) are kept for easy access.
+-# video_shader_dir =
++video_shader_dir = /usr/share/libretro/shaders
+
+ # CPU-based video filter. Path to a dynamic library.
+ # video_filter =
+
+ # Defines a directory where CPU-based video filters are kept.
+-# video_filter_dir =
++video_filter_dir = /usr/lib/retroarch/filters/video
+
+ # Path to a font used for rendering messages. This path must be defined to enable fonts.
+ # Do note that the _full_ path of the font is necessary!
+@@ -311,7 +311,7 @@ video_message_bgcolor_opacity = 1.0
+ # audio_dsp_plugin =
+
+ # Directory where DSP plugins are kept.
+-# audio_filter_dir =
++audio_filter_dir = /usr/lib/retroarch/filters/audio
+
+ # Will sync (block) on audio. Recommended.
+ # audio_sync = true
+@@ -418,7 +418,7 @@ video_message_bgcolor_opacity = 1.0
+ # Input binds which are made explicit (input_playerN_*_btn/axis) will take priority over autoconfigs.
+ # Autoconfigs can be created with retroarch-joyconfig, manually, or with a frontend.
+ # Requires input_autodetect_enable to be enabled.
+-# joypad_autoconfig_dir =
++joypad_autoconfig_dir = /usr/share/retroarch/autoconfig
+
+ # Sets which libretro device is used for a user.
+ # Devices are indentified with a number.
+@@ -662,7 +662,7 @@ video_message_bgcolor_opacity = 1.0
+ # menu_show_online_updater = true
+
+ # If disabled, will hide the ability to update cores (and core info files) inside the menu.
+-# menu_show_core_updater = true
++menu_show_core_updater = false
+
+ # If disabled, the libretro core will keep running in the background when we
+ # are in the menu.
More information about the arch-commits
mailing list