public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-emulation/RetroArch/
Date: Mon, 15 Jan 2024 15:46:51 +0000 (UTC)	[thread overview]
Message-ID: <1705223579.1122742a1e3f4e0ae5a2c9acb4c301f314ae2a73.davidroman@gentoo> (raw)

commit:     1122742a1e3f4e0ae5a2c9acb4c301f314ae2a73
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 14 09:06:03 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 14 09:12:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1122742a

games-emulation/RetroArch: drop 1.15.0

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 games-emulation/RetroArch/Manifest                |   1 -
 games-emulation/RetroArch/RetroArch-1.15.0.ebuild | 178 ----------------------
 2 files changed, 179 deletions(-)

diff --git a/games-emulation/RetroArch/Manifest b/games-emulation/RetroArch/Manifest
index c3acc37b08..c2f97488e6 100644
--- a/games-emulation/RetroArch/Manifest
+++ b/games-emulation/RetroArch/Manifest
@@ -1,2 +1 @@
-DIST RetroArch-1.15.0.tar.gz 49206179 BLAKE2B 0361051780f72646a4cb4fc18a6a534beeff3ccdf55a85b1ae803808ff49dca0516fe5aa2ced8b3e1ad2968fc4484ba65e3f999fccf86c714a32aec122d9091d SHA512 8981bfa58a4b44befad8dd00a160c2e00ac4a023567f9c31a45707f687afa51c50ac42120685d25039ff305d31e06f9e3e40d47ba7f1800885c2619182b6ab5a
 DIST RetroArch-1.16.0.3.tar.gz 49084629 BLAKE2B e04b33585085679262da52ba37a960c1b5076628ffeaadd0beb7bceaf092f7a202677622fec5156ee61afdffbbaae050379d8038ef331475b17a7f0bbb8c50b3 SHA512 a208905257ef5ac38f055195a06167cba5727f470abcba20015ae47bec9af5936fbdc50badb146502d6ccf8de76eaad5846a131974919bb99ea5a0a008624bc1

diff --git a/games-emulation/RetroArch/RetroArch-1.15.0.ebuild b/games-emulation/RetroArch/RetroArch-1.15.0.ebuild
deleted file mode 100644
index 204a0fda4a..0000000000
--- a/games-emulation/RetroArch/RetroArch-1.15.0.ebuild
+++ /dev/null
@@ -1,178 +0,0 @@
-# Copyright 1999-2023 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/mesa:0=[gles2?] )
-	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/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-base/xorg-server:0=
-		>=x11-libs/libxkbcommon-0.4.0:0=
-	)
-	xinerama? ( x11-libs/libXinerama:0= )
-	xv? ( x11-libs/libXv:0= )
-	zlib? ( sys-libs/zlib:0= )
-"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-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=/usr \
-		--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="${ED}" 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
-}


             reply	other threads:[~2024-01-15 15:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-15 15:46 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-08  7:24 [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/RetroArch/ Viorel Munteanu
2025-06-08  7:36 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2025-06-08  7:24 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2025-06-08  7:36 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2025-06-08  7:24 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2025-06-08  7:36 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2025-02-27 11:53 David Roman
2025-02-27 11:53 David Roman
2025-02-27 11:53 David Roman
2025-02-27 11:53 David Roman
2024-09-21  8:47 David Roman
2024-09-21  8:47 David Roman
2024-09-14  0:43 David Roman
2024-01-15 15:46 David Roman
2023-06-17  7:03 Viorel Munteanu
2023-06-17  7:03 Viorel Munteanu
2023-06-15  9:33 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1705223579.1122742a1e3f4e0ae5a2c9acb4c301f314ae2a73.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox