games-emulation/jgrf - 1.3.0 (gentoo)

Search

Install

Install this version:

emerge -a =games-emulation/jgrf-1.3.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =games-emulation/jgrf-1.3.0

Or alternatively:

emerge --autounmask-write -a =games-emulation/jgrf-1.3.0

Package Information

Description:
The Jolly Good Reference Frontend
Homepage:
https://jgemu.gitlab.io/jgrf.html
License:
BSD CC0-1.0 MIT ZLIB

Ebuild Details

Version EAPI Keywords Slot
1.3.0 8 ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 1
View Raw Ebuild
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs xdg

DESCRIPTION="The Jolly Good Reference Frontend"
HOMEPAGE="https://jgemu.gitlab.io/jgrf.html"
if [[ "${PV}" == *9999 ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://gitlab.com/jgemu/${PN}.git"
else
	SRC_URI="https://gitlab.com/jgemu/${PN}/-/archive/${PV}/${P}.tar.bz2"
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
fi

LICENSE="BSD CC0-1.0 MIT ZLIB"
SLOT="1"

DEPEND="
	dev-libs/miniz
	dev-libs/openssl:0=
	media-libs/jg:1=
	media-libs/libepoxy[egl(+)]
	media-libs/libsdl2[opengl,sound,video]
	media-libs/speexdsp
"
RDEPEND="${DEPEND}"
BDEPEND="
	virtual/pkgconfig
"

src_compile() {
	emake \
		CC="$(tc-getCC)" \
		PKG_CONFIG="$(tc-getPKG_CONFIG)" \
		PREFIX="${EPREFIX}"/usr \
		LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
		USE_EXTERNAL_MD5=1 \
		USE_EXTERNAL_MINIZ=1
}

src_install() {
	emake install \
		DESTDIR="${D}" \
		PREFIX="${EPREFIX}"/usr \
		DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
		USE_EXTERNAL_MD5=1 \
		USE_EXTERNAL_MINIZ=1
}

Inherited Eclasses

xdg

Dependencies

DEPEND

	dev-libs/miniz
	dev-libs/openssl:0=
	media-libs/jg:1=
	media-libs/libepoxy[egl(+)]
	media-libs/libsdl2[opengl,sound,video]
	media-libs/speexdsp

RDEPEND

	dev-libs/miniz
	dev-libs/openssl:0=
	media-libs/jg:1=
	media-libs/libepoxy[egl(+)]
	media-libs/libsdl2[opengl,sound,video]
	media-libs/speexdsp

BDEPEND

	virtual/pkgconfig

Manifest for 1.3.0

Type File Size Source URLs
DIST jgrf-1.3.0.tar.bz2 308766 bytes https://gitlab.com/jgemu/jgrf/-/archive/1.3.0/jgrf-1.3.0.tar.bz2