diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-07-21 21:57:41 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-07-21 21:57:41 +0100 |
commit | 8ba12835b4de2ddce464157330141c1e3182a327 (patch) | |
tree | 01f04d7ed80a76b839728e1867db3abda065ff97 /app-emulation/fs-uae | |
parent | app-emulation/fs-uae-launcher: Version bump to 3.0.0 (diff) | |
download | gentoo-8ba12835b4de2ddce464157330141c1e3182a327.tar.gz gentoo-8ba12835b4de2ddce464157330141c1e3182a327.tar.bz2 gentoo-8ba12835b4de2ddce464157330141c1e3182a327.zip |
app-emulation/fs-uae: Drop old 2.8.3
Package-Manager: Portage-2.3.69, Repoman-2.3.13
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation/fs-uae')
-rw-r--r-- | app-emulation/fs-uae/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/fs-uae/files/fs-uae-2.8.3-libmpeg2.patch | 36 | ||||
-rw-r--r-- | app-emulation/fs-uae/fs-uae-2.8.3.ebuild | 116 |
3 files changed, 0 insertions, 153 deletions
diff --git a/app-emulation/fs-uae/Manifest b/app-emulation/fs-uae/Manifest index 57bd86b287d9..778992906c02 100644 --- a/app-emulation/fs-uae/Manifest +++ b/app-emulation/fs-uae/Manifest @@ -1,2 +1 @@ -DIST fs-uae-2.8.3.tar.gz 5017047 BLAKE2B 3d921446381b56d39410e4d68291c1cb696abd5e1b25105bdcc367c07112e79197d8267cfcb21f3f844cf5ac0a02a19ebec76611f34e747c6d03fefc2858a020 SHA512 1ccab4329a6b678a97f336b963bfaf9ea26bccccba31c90f1b7a8c2a6d3a9f343f9095733be744d4357495c808216d32c08a2bd8ce05bba73017147616d5e8cf DIST fs-uae-3.0.0.tar.gz 4841427 BLAKE2B 318bf457cca60e763a938d3d1a846e72a50f9b899dd8eefd79bc331f385a3529cb2bf2adc1616c1c5a04c1a1c92d4257c88593ada103d3e05847656a26a1c435 SHA512 3ceee2434b3aa3f545370a17149b3cda8d2eeb1bd093a45869a897a00b82ae4395efc52c129124e44262b47b7f56337e1adb9f58b0a1562efa73ee3ea3915b68 diff --git a/app-emulation/fs-uae/files/fs-uae-2.8.3-libmpeg2.patch b/app-emulation/fs-uae/files/fs-uae-2.8.3-libmpeg2.patch deleted file mode 100644 index 660cd2fc9036..000000000000 --- a/app-emulation/fs-uae/files/fs-uae-2.8.3-libmpeg2.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 5937f7587de5b96cbab120e99b6ae3a0cd722c53 Mon Sep 17 00:00:00 2001 -From: James Le Cuirot <chewi@gentoo.org> -Date: Fri, 19 Apr 2019 21:56:58 +0100 -Subject: [PATCH] Only run configure in libmpeg2 when using built-in version - ---- - configure.ac | 6 ++++-- - 1 file changed, 4 insertions(+), 2 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 39958ad..941391a 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -200,7 +200,7 @@ AS_IF([test "x$with_glew" = xyes], [ - ]) - - AC_ARG_WITH(libmpeg2, AS_HELP_STRING( -- [--without-libmpeg2], [or --with-libmpeg=builtin to use included version])) -+ [--without-libmpeg2], [or --with-libmpeg2=builtin to use included version])) - AM_CONDITIONAL([BUILTIN_LIBMPEG2], [test x$with_libmpeg2 = xbuiltin]) - AS_IF([test "x$with_libmpeg2" != xno], [ - AS_IF([test "x$with_libmpeg2" = xbuiltin], [ -@@ -776,7 +776,9 @@ OPT_FEATURE([A_ZIP], [zip], [zip], - - AC_DEFINE([FPU_UAE], [1], [Define to 1]) - --AC_CONFIG_SUBDIRS([libmpeg2]) -+AS_IF([test "x$with_libmpeg2" = xbuiltin], [ -+ AC_CONFIG_SUBDIRS([libmpeg2]) -+]) - - # Write Makefile - --- -2.20.1 - diff --git a/app-emulation/fs-uae/fs-uae-2.8.3.ebuild b/app-emulation/fs-uae/fs-uae-2.8.3.ebuild deleted file mode 100644 index 698c12210c57..000000000000 --- a/app-emulation/fs-uae/fs-uae-2.8.3.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools xdg-utils - -DESCRIPTION="Integrates the most accurate Amiga emulation code available from WinUAE" -HOMEPAGE="https://fs-uae.net/" -SRC_URI="https://fs-uae.net/stable/${PV}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="fmv glew" - -RDEPEND=" - dev-libs/glib:2 - media-libs/libpng:0= - media-libs/libsdl2[opengl] - media-libs/openal - virtual/opengl - x11-libs/libdrm - x11-libs/libX11 - fmv? ( media-libs/libmpeg2 ) - glew? ( media-libs/glew:0= ) -" - -DEPEND=" - ${RDEPEND} -" - -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${PN}-2.8.3-libmpeg2.patch -) - -src_prepare() { - default - AT_NO_RECURSIVE=1 eautoreconf - - # Ensure bundled libraries are not used. GLee and Udis86 are unused - # regardless. Only FLAC headers are bundled and the library is never - # used? Lua is bundled but differs from upstream. We keep the - # default of disabling the Lua feature anyway as it is unfinished. - rm -r glee/ libmpeg2/ libudis86/ || die -} - -src_configure() { - # Qt and Udis86 are unused. - econf \ - --enable-a2065 \ - --enable-action-replay \ - --enable-aga \ - --enable-arcadia \ - --enable-bsdsocket \ - --enable-caps \ - --enable-cd32 \ - --enable-cdtv \ - --enable-codegen \ - --enable-dms \ - --enable-drivesound \ - --enable-fdi2raw \ - --enable-gfxboard \ - --enable-jit \ - --enable-jit-fpu \ - --enable-ncr9x \ - --enable-ncr \ - --enable-netplay \ - --enable-parallel-port \ - --enable-prowizard \ - --enable-qemu-cpu \ - --enable-qemu-slirp \ - --enable-savestate \ - --enable-scp \ - --enable-serial-port \ - --enable-slirp \ - --enable-softfloat \ - --enable-uaenative \ - --enable-uaenet \ - --enable-uaescsi \ - --enable-uaeserial \ - --disable-udis86 \ - --enable-vpar \ - --enable-xml-shader \ - --enable-zip \ - --with-glad \ - --without-qt \ - $(use_with fmv libmpeg2) \ - $(use_with glew) -} - -src_install() { - default - - # Needed for QEMU-UAE. - insinto /usr/include/uae - doins src/include/uae/{api,attributes,log,ppc,qemu,types}.h -} - -pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update - xdg_icon_cache_update - - elog "Install app-emulation/fs-uae-launcher for a better graphical interface." -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_mimeinfo_database_update - xdg_icon_cache_update -} |