diff options
author | orbea <orbea@riseup.net> | 2022-10-09 18:27:16 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-14 01:23:00 +0100 |
commit | 240a1878b8da633f50bc6ce12428ef01a3907a4b (patch) | |
tree | 1725b900fab9f68e3e29872740400857a9e9ee89 /app-emulation/punes | |
parent | sys-apps/man-pages: restore 9999 if/die (diff) | |
download | gentoo-240a1878b8da633f50bc6ce12428ef01a3907a4b.tar.gz gentoo-240a1878b8da633f50bc6ce12428ef01a3907a4b.tar.bz2 gentoo-240a1878b8da633f50bc6ce12428ef01a3907a4b.zip |
app-emulation/punes: Add 0.109
Closes: https://bugs.gentoo.org/830471
Upstream-Commit: https://github.com/punesemu/puNES/commit/634e6a2874fbc0497621e597c71004a11ab39e98
Upstream-Commit: https://github.com/punesemu/puNES/commit/b79efed1b6e350076ea7a459dafd6c2f995bcb51
Upstream-Issue: https://github.com/punesemu/puNES/issues/213
Closes: https://github.com/gentoo/gentoo/pull/27717
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/punes')
-rw-r--r-- | app-emulation/punes/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/punes/files/punes-0.109_ldflags.patch | 33 | ||||
-rw-r--r-- | app-emulation/punes/punes-0.109.ebuild | 67 |
3 files changed, 102 insertions, 0 deletions
diff --git a/app-emulation/punes/Manifest b/app-emulation/punes/Manifest index 36a25723e830..a66b48126126 100644 --- a/app-emulation/punes/Manifest +++ b/app-emulation/punes/Manifest @@ -1 +1,3 @@ DIST punes-0.107.tar.gz 44024138 BLAKE2B 048df5bc9b019bafcd4eec75dc027de7cde9f8aa0d484ef96e5c41b091ba55c13b84ef7c7c36987b53206b1b7027758534479d0cc9fde63d89a48092c3f9d26d SHA512 eb3b7aa1c18765402e1e57e23dd4b019255320b795c0f578a4d5ae9f4e0c163613da07280e2a5abed80b9ba90e74c80b53b5fdd80e405103f0063ca55d0ee7bd +DIST punes-0.109.tar.gz 48695769 BLAKE2B cc5a86b2f99dc3c97bc04386568fcb926d2a9c83f8c6dcaf28c022a136791ff481610ad578c996c643e0c0b107acb2be9a0fbfda0950435aad984f3506ec1983 SHA512 13cf3587c9936ff9f933d3394516d25fbd664fc2fd510af724c3bbbc6fefb12a019e8fe27cd52cd326ef8fba3721f4e1816ce5d3f3935f701081a142f04a3bc2 +DIST punes-0.109_musl.patch.xz 5520 BLAKE2B ea1c36d510303dd67b7e2005a3f099e328583c9762f74ccf9457a5f04268c44243b4fe18fc6498c176a999318f40c9a34ca2a3ed7de2d4dea953ab055901ad42 SHA512 507163d40849bbf782725f71409432a0cb4a79f5c3fccfaf78786322539a1bce0608b731a75c817b72f8a4e814d0cb21019cb23f621176042fb946754a4a9292 diff --git a/app-emulation/punes/files/punes-0.109_ldflags.patch b/app-emulation/punes/files/punes-0.109_ldflags.patch new file mode 100644 index 000000000000..ada9b28f137b --- /dev/null +++ b/app-emulation/punes/files/punes-0.109_ldflags.patch @@ -0,0 +1,33 @@ +https://github.com/punesemu/puNES/commit/b79efed1b6e350076ea7a459dafd6c2f995bcb51 + +From b79efed1b6e350076ea7a459dafd6c2f995bcb51 Mon Sep 17 00:00:00 2001 +From: fhorse <punes.development@gmail.com> +Date: Tue, 7 Jun 2022 09:16:59 +0200 +Subject: [PATCH] https://github.com/punesemu/puNES/issues/213 + +This commit allows compilation with Flatpak's build tools. +--- + src/extra/lib7zip-53abfeb/configure | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +diff --git a/src/extra/lib7zip-53abfeb/configure b/src/extra/lib7zip-53abfeb/configure +index ca28ab144..504c02f6e 100755 +--- a/src/extra/lib7zip-53abfeb/configure ++++ b/src/extra/lib7zip-53abfeb/configure +@@ -344,11 +344,11 @@ fi + + # Unlike CFLAGS/CXXFLAGS/CC/CXX, LDFLAGS isn't handled by CMake, so we + # need to parse it here. +-if [ "x${LDFLAGS}" != "x" ]; then +- for varname in EXE MODULE SHARED STATIC; do +- CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_${varname}_LINKER_FLAGS=$(quote "$LDFLAGS")" +- done +-fi ++#if [ "x${LDFLAGS}" != "x" ]; then ++# for varname in EXE MODULE SHARED STATIC; do ++# CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_${varname}_LINKER_FLAGS=$(quote "$LDFLAGS")" ++# done ++#fi + + #eval "${CMAKE_CMD}" "${TOP_SRCDIR}" -DCMAKE_BUILD_TYPE="${BUILD_TYPE}" -DCMAKE_INSTALL_PREFIX="${PREFIX}" -DCMAKE_INSTALL_LIBDIR="${LIBDIR}" ${CMAKE_ARGS} + #eval "${CMAKE_CMD}" "${TOP_SRCDIR}" -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DBUILD_SHARED_LIB="OFF" -DP7ZIP_SOURCE_DIR="${P7ZIP_SOURCE_DIR}" ${CMAKE_ARGS} diff --git a/app-emulation/punes/punes-0.109.ebuild b/app-emulation/punes/punes-0.109.ebuild new file mode 100644 index 000000000000..76d44deed992 --- /dev/null +++ b/app-emulation/punes/punes-0.109.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools xdg-utils + +DESCRIPTION="Nintendo Entertainment System (NES) emulator" +HOMEPAGE="https://github.com/punesemu/puNES" +SRC_URI="https://github.com/punesemu/puNES/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}_musl.patch.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="cg ffmpeg" + +RDEPEND=" + ffmpeg? ( media-video/ffmpeg:= ) + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + media-libs/alsa-lib + virtual/glu + virtual/opengl" +DEPEND="${RDEPEND}" +BDEPEND=" + cg? ( media-gfx/nvidia-cg-toolkit ) + dev-qt/linguist-tools:5 + dev-util/cmake + virtual/pkgconfig" + +S="${WORKDIR}/puNES-${PV}" + +PATCHES=( + "${FILESDIR}"/${P}_ldflags.patch + "${WORKDIR}"/${P}_musl.patch # 830471 +) + +src_prepare() { + default + + # src/extra/lib7zip is not autotools, but + # is contained within AC_CONFIG_SUBDIRS + AT_NO_RECURSIVE=1 eautoreconf + cd src/extra/xdelta-3.1.0 || die + eautoreconf +} + +src_configure() { + econf \ + $(use_with cg opengl-nvidia-cg) \ + $(use_with ffmpeg) +} + +pkg_postinst() { + xdg_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update +} + +pkg_postrm() { + xdg_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update +} |