commit: 77347b53a0e70212b884ac13d6de6c7240727e43 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Sep 19 05:03:12 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Sep 19 05:46:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77347b53
games-emulation/nestopia: add 1.53.2 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-emulation/nestopia/Manifest | 1 + games-emulation/nestopia/nestopia-1.53.2.ebuild | 42 +++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/games-emulation/nestopia/Manifest b/games-emulation/nestopia/Manifest index 1199e43b8fdf..c9c71c010968 100644 --- a/games-emulation/nestopia/Manifest +++ b/games-emulation/nestopia/Manifest @@ -1 +1,2 @@ DIST nestopia-1.53.1.tar.gz 1704326 BLAKE2B 74ae4e2deec765aedac49309707067e837347eebf313a9579d1a53ca6bae41a760d839dbb3db899eac0642f1c50f496e934e44bc1a72e8725f69d4bb46703027 SHA512 607bad683e7b7a50444240b37a10ecf851114c3dcfb058ef5a18ff6ff7e4949afb32d6f6b9476ab55e6a61893a33337301575e717e9112ad0bef7205d0f83693 +DIST nestopia-1.53.2.tar.gz 1709367 BLAKE2B 718a8d835281851adbcb6afa10a69b42dced3354d70a8ab257fec63cfe3d46f9311caaf2f1de9268bda4ecc27f842605f88947a78eadaa32238ff28615e0b1b1 SHA512 b6bc3b464e4b160830963a1ff7fd97603883f3c95bada6d0cf46f759cc6d9e18974110a1737ab55223b4f3b06c3272510d2137d493ed16796c4ed3b16edbd04f diff --git a/games-emulation/nestopia/nestopia-1.53.2.ebuild b/games-emulation/nestopia/nestopia-1.53.2.ebuild new file mode 100644 index 000000000000..107140b38853 --- /dev/null +++ b/games-emulation/nestopia/nestopia-1.53.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools xdg + +DESCRIPTION="Portable Nintendo Entertainment System emulator written in C++" +HOMEPAGE="http://0ldsk00l.ca/nestopia/" +SRC_URI=" + https://github.com/0ldsk00l/nestopia/archive/refs/tags/${PV}.tar.gz + -> ${P}.tar.gz +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=" + app-arch/libarchive:= + media-libs/libepoxy + media-libs/libsamplerate + media-libs/libsdl2[joystick,sound] + sys-libs/zlib:= + >=x11-libs/fltk-1.4:1=[opengl] +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-build/autoconf-archive + virtual/pkgconfig +" + +src_prepare() { + default + + eautoreconf +} + +src_configure() { + econf $(use_enable doc) +}
