From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96D94158083 for ; Sat, 21 Sep 2024 08:47:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36447E29BE; Sat, 21 Sep 2024 08:47:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E023E29BE for ; Sat, 21 Sep 2024 08:47:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0324D3431A9 for ; Sat, 21 Sep 2024 08:47:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CD4E27FD for ; Sat, 21 Sep 2024 08:47:26 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1726904717.99de15ae983f5e9d6d6f38ab60a2083279f84cb3.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-emulation/RetroArch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-emulation/RetroArch/Manifest games-emulation/RetroArch/RetroArch-1.16.0.3-r1.ebuild games-emulation/RetroArch/metadata.xml X-VCS-Directories: games-emulation/RetroArch/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 99de15ae983f5e9d6d6f38ab60a2083279f84cb3 X-VCS-Branch: master Date: Sat, 21 Sep 2024 08:47:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 38db14e4-d0f2-4b10-a2a8-26f5611cd048 X-Archives-Hash: 96b31b8cef713bc12d123a5408f375ad commit: 99de15ae983f5e9d6d6f38ab60a2083279f84cb3 Author: Takuya Wakazono gmail com> AuthorDate: Sat Sep 21 07:45:17 2024 +0000 Commit: David Roman gmail com> CommitDate: Sat Sep 21 07:45:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99de15ae games-emulation/RetroArch: drop 1.16.0.3-r1 Signed-off-by: Takuya Wakazono gmail.com> games-emulation/RetroArch/Manifest | 1 - .../RetroArch/RetroArch-1.16.0.3-r1.ebuild | 191 --------------------- games-emulation/RetroArch/metadata.xml | 3 +- 3 files changed, 1 insertion(+), 194 deletions(-) diff --git a/games-emulation/RetroArch/Manifest b/games-emulation/RetroArch/Manifest index 416e11c57..685f94c5d 100644 --- a/games-emulation/RetroArch/Manifest +++ b/games-emulation/RetroArch/Manifest @@ -1,2 +1 @@ -DIST RetroArch-1.16.0.3.tar.gz 49084629 BLAKE2B e04b33585085679262da52ba37a960c1b5076628ffeaadd0beb7bceaf092f7a202677622fec5156ee61afdffbbaae050379d8038ef331475b17a7f0bbb8c50b3 SHA512 a208905257ef5ac38f055195a06167cba5727f470abcba20015ae47bec9af5936fbdc50badb146502d6ccf8de76eaad5846a131974919bb99ea5a0a008624bc1 DIST RetroArch-1.19.1.tar.gz 63298569 BLAKE2B 66acbd32117704f543d3dfe94906d89b4500d51b56f57d1d236ce65e4e78c0c17a830b7c1dd4683f940423cfa88c65956a57bd5fa47591713a5c4d987c928161 SHA512 35e44ffc776cbc7f58fa76c686d3c3693d125fccf482c8f3b66378058b8400ada37ebf2549e9bd362e46c3bfb586971a217cc3142dcf7a7468c95ec78638ee23 diff --git a/games-emulation/RetroArch/RetroArch-1.16.0.3-r1.ebuild b/games-emulation/RetroArch/RetroArch-1.16.0.3-r1.ebuild deleted file mode 100644 index 2dcc7cfa5..000000000 --- a/games-emulation/RetroArch/RetroArch-1.16.0.3-r1.ebuild +++ /dev/null @@ -1,191 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic - -DESCRIPTION="RetroArch is a frontend for emulators, game engines and media players" -HOMEPAGE="https://www.retroarch.com" - -SRC_URI="https://github.com/libretro/RetroArch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="7zip alsa cg cpu_flags_arm_neon cpu_flags_arm_vfp cpu_flags_x86_sse2 cheevos debug dispmanx +egl filters ffmpeg gles2 gles3 hid jack kms libass libusb materialui network openal +opengl osmesa oss +ozone +pulseaudio +rgui sdl sdl2 +truetype +threads udev v4l2 videocore vulkan wayland +X xinerama xmb xv zlib" - -REQUIRED_USE=" - || ( alsa jack openal oss pulseaudio ) - || ( opengl sdl sdl2 vulkan dispmanx ) - || ( kms X wayland videocore ) - || ( materialui ozone rgui xmb ) - alsa? ( threads ) - arm? ( gles2? ( egl ) ) - !arm? ( - egl? ( opengl ) - gles2? ( opengl ) - ) - cg? ( opengl ) - dispmanx? ( videocore arm ) - gles2? ( !cg ) - gles3? ( gles2 ) - kms? ( egl ) - libass? ( ffmpeg ) - libusb? ( hid ) - sdl? ( rgui ) - sdl2? ( rgui !sdl ) - videocore? ( arm ) - vulkan? ( amd64 ) - wayland? ( egl ) - xinerama? ( X ) - xv? ( X ) -" - -RDEPEND=" - alsa? ( media-libs/alsa-lib:0= ) - cg? ( media-gfx/nvidia-cg-toolkit:0= ) - arm? ( dispmanx? ( || ( media-libs/raspberrypi-userland:0 media-libs/raspberrypi-userland-bin:0 ) ) ) - ffmpeg? ( >=media-video/ffmpeg-2.1.3:0= ) - jack? ( virtual/jack:= ) - libass? ( media-libs/libass:0= ) - libusb? ( virtual/libusb:1= ) - openal? ( media-libs/openal:0= ) - opengl? ( media-libs/libglvnd ) - osmesa? ( media-libs/mesa:0=[osmesa?] ) - pulseaudio? ( media-libs/libpulse:0= ) - sdl? ( >=media-libs/libsdl-1.2.10:0=[joystick] ) - sdl2? ( media-libs/libsdl2:0=[joystick] ) - truetype? ( - media-libs/fontconfig - media-libs/freetype:2 - ) - udev? ( virtual/udev:0= - X? ( x11-drivers/xf86-input-evdev:0= ) - ) - amd64? ( vulkan? ( media-libs/vulkan-loader:0= ) ) - v4l2? ( media-libs/libv4l:0= ) - wayland? ( media-libs/mesa:0=[wayland?] ) - X? ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrandr - x11-libs/libXxf86vm - x11-libs/libxcb:= - x11-libs/libxkbcommon - ) - xinerama? ( x11-libs/libXinerama:0= ) - xv? ( x11-libs/libXv:0= ) - zlib? ( sys-libs/zlib:0= ) -" - -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -PATCHES=( - # bug #936962 - "${FILESDIR}/${P}-int-conversion.patch" -) - -src_configure() { - if use cg; then - append-ldflags -L"${EPREFIX}/"opt/nvidia-cg-toolkit/$(get_libdir) - append-cflags -I"${EPREFIX}/"opt/nvidia-cg-toolkit/include - fi - - # Absolute path of the directory containing Retroarch shared libraries. - export RETROARCH_LIB_DIR="${EPREFIX}/usr/$(get_libdir)/retroarch" - - if use filters; then - # Replace stock defaults with Gentoo-specific defaults. - sed -i retroarch.cfg \ - -e 's:# \(video_filter_dir =\):\1 "/'${RETROARCH_LIB_DIR}'/filters/video/":' \ - -e 's:# \(audio_filter_dir =\):\1 "/'${RETROARCH_LIB_DIR}'/filters/audio/":' \ - || die '"sed" failed.' - fi - - # Note that OpenVG support is hard-disabled. (See ${RDEPEND} above.) - ./configure \ - --prefix="${EPREFIX}/usr" \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --enable-dynamic \ - --disable-vg \ - $(use_enable 7zip) \ - $(use_enable alsa) \ - $(use_enable cheevos) \ - $(use_enable cg) \ - $(use_enable cpu_flags_arm_neon neon) \ - $(use_enable cpu_flags_arm_vfp floathard) \ - $(use_enable cpu_flags_x86_sse2 sse) \ - $(use_enable dispmanx) \ - $(use_enable egl) \ - $(use_enable ffmpeg) \ - $(use_enable gles2 opengles) \ - $(use_enable gles3 opengles3) \ - $(use_enable hid) \ - $(use_enable jack) \ - $(use_enable kms) \ - $(use_enable libass ssa) \ - $(use_enable libusb) \ - $(use_enable materialui) \ - $(use_enable network networking) \ - $(use_enable openal al) \ - $(use_enable opengl) \ - $(use_enable osmesa) \ - $(use_enable oss) \ - $(use_enable ozone) \ - $(use_enable pulseaudio pulse) \ - $(use_enable rgui) \ - $(use_enable sdl) \ - $(use_enable sdl2) \ - $(use_enable threads) \ - $(use_enable truetype freetype) \ - $(use_enable udev) \ - $(use_enable v4l2) \ - $(use_enable videocore) \ - $(use_enable vulkan) \ - $(use_enable wayland) \ - $(use_enable X x11) \ - $(use_enable xinerama) \ - $(use_enable xmb) \ - $(use_enable xv xvideo) \ - $(use_enable zlib) -} - -src_compile() { - emake $(usex debug "DEBUG=1" "") - if use filters; then - emake $(usex debug "build=debug" "build=release") -C gfx/video_filters/ - emake $(usex debug "build=debug" "build=release") -C libretro-common/audio/dsp_filters/ - fi -} - -src_install() { - # Install core files and directories. - emake DESTDIR="${D}" install - - # Install documentation. - dodoc README.md - - if use filters; then - # Install video filters. - insinto ${RETROARCH_LIB_DIR}/filters/video/ - doins "${S}"/gfx/video_filters/*.so - doins "${S}"/gfx/video_filters/*.filt - - # Install audio filters. - insinto ${RETROARCH_LIB_DIR}/filters/audio/ - doins "${S}"/libretro-common/audio/dsp_filters/*.dsp - fi -} - -pkg_postinst() { - if use oss; then - ewarn "" - ewarn "OSS support is enabled, however it is not installed as a dependency." - ewarn "Make sure you have OSS installed in your system." - ewarn "" - fi -} diff --git a/games-emulation/RetroArch/metadata.xml b/games-emulation/RetroArch/metadata.xml index b1549cca8..5ad5cc5ff 100644 --- a/games-emulation/RetroArch/metadata.xml +++ b/games-emulation/RetroArch/metadata.xml @@ -31,8 +31,7 @@ Ozone menu PulseAudio support RGUI menu - SDL support - SDL2 support (disables SDL 1.x) + SDL2 support FreeType support Threading support Udev/Evdev gamepad support