From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F7B7138330 for ; Mon, 26 Sep 2016 10:41:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C36D1E0C24; Mon, 26 Sep 2016 10:41:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01C23E0C1F for ; Mon, 26 Sep 2016 10:41:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A993B3408DD for ; Mon, 26 Sep 2016 10:41:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A83F12486 for ; Mon, 26 Sep 2016 10:41:25 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1474886479.68416ad5359d5bfc8de2f066f9bf9db1a7ce107c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mgba/Manifest games-emulation/mgba/metadata.xml games-emulation/mgba/mgba-0.5.0.ebuild X-VCS-Directories: games-emulation/mgba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 68416ad5359d5bfc8de2f066f9bf9db1a7ce107c X-VCS-Branch: master Date: Mon, 26 Sep 2016 10:41:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7bef06c2-a98f-477b-8ca3-fe49122308eb X-Archives-Hash: 34ef2cb8c09023c6a18d5a3a09e73f70 commit: 68416ad5359d5bfc8de2f066f9bf9db1a7ce107c Author: Lars Wendler gentoo org> AuthorDate: Mon Sep 26 10:40:02 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Sep 26 10:41:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68416ad5 games-emulation/mgba: Initial commit (bug #588674). Thanks to Hadrien Lacour for opening the bug and providing the first ebuild. Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler gentoo.org> games-emulation/mgba/Manifest | 1 + games-emulation/mgba/metadata.xml | 11 ++++ games-emulation/mgba/mgba-0.5.0.ebuild | 101 +++++++++++++++++++++++++++++++++ 3 files changed, 113 insertions(+) diff --git a/games-emulation/mgba/Manifest b/games-emulation/mgba/Manifest new file mode 100644 index 00000000..e477450 --- /dev/null +++ b/games-emulation/mgba/Manifest @@ -0,0 +1 @@ +DIST mgba-0.5.0.tar.gz 5360529 SHA256 0efcd1e4f8c8d34d0384919ea19fa625fa2585d35d102c00b31930196c1f49bc SHA512 974b5cf3a0a112e7681d6117e09acaeffe44d72a0a74fddf9068b6c027a0c140d0f762fd97988d26c42e0a282806874870e2e2c1f1f277cb30a0c756f220f533 WHIRLPOOL ae8e975e38c7ab7370f4f20ea274d7e962f6556f0d12e107fc9ee5662e0b0d9680f9fb5358c319071d5b5d0e39c83786a90d41cb28c846cf9dd94597b0530626 diff --git a/games-emulation/mgba/metadata.xml b/games-emulation/mgba/metadata.xml new file mode 100644 index 00000000..e4c99df --- /dev/null +++ b/games-emulation/mgba/metadata.xml @@ -0,0 +1,11 @@ + + + + + polynomial-c@gentoo.org + Lars Wendler + + + mgba-emu/mgba + + diff --git a/games-emulation/mgba/mgba-0.5.0.ebuild b/games-emulation/mgba/mgba-0.5.0.ebuild new file mode 100644 index 00000000..9e9e9fe --- /dev/null +++ b/games-emulation/mgba/mgba-0.5.0.ebuild @@ -0,0 +1,101 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit fdo-mime gnome2-utils cmake-utils + +DESCRIPTION="A new Game Boy Advance emulator written in C." +HOMEPAGE="https://mgba.io" +SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="ffmpeg imagemagick opengl qt5 +sdl" +REQUIRED_USE="|| ( qt5 sdl ) + qt5? ( opengl )" + +RDEPEND=" + media-libs/libpng:0= + sys-libs/zlib[minizip] + ffmpeg? ( virtual/ffmpeg ) + imagemagick? ( media-gfx/imagemagick:= ) + opengl? ( virtual/opengl ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtwidgets:5 + opengl? ( dev-qt/qtopengl:5 ) + ) + sdl? ( media-libs/libsdl2[X,sound,joystick,video,opengl?] )" +DEPEND="${RDEPEND} + >=dev-util/cmake-3.2.2" + +src_prepare() { + default + + # Get rid of any bundled stuff we don't want + for pkg in libpng lzma zlib ; do + rm -r "${S}"/src/third-party/${pkg} || die + done +} + +src_configure() { + local mycmakeargs=( + -DBUILD_GL="$(usex opengl)" + -DBUILD_QT="$(usex qt5)" + -DBUILD_SDL="$(usex sdl)" + -DUSE_FFMPEG="$(usex ffmpeg)" + -DUSE_MAGICK="$(usex imagemagick)" + -DUSE_EPOXY=OFF + -DUSE_LIBZIP=OFF + -DUSE_LZMA=OFF + -DUSE_MINIZIP=ON + -DM_CORE_GB=ON + ) + cmake-utils_src_configure +} + +src_compile() { + cmake-utils_src_compile +} + +src_install() { + if use qt5 ; then + for size in 16 24 32 48 64 96 128 256; do + newicon -s ${size} res/${PN}-${size}.png ${PN}.png + done + doman doc/${PN}-qt.6 + domenu res/${PN}-qt.desktop + dobin ../${P}_build/qt/${PN}-qt + fi + if use sdl ; then + doman doc/${PN}.6 + newbin ../${P}_build/sdl/${PN} ${PN}-sdl + fi + + dolib.so ../${P}_build/lib${PN}.so* +} + +pkg_preinst() { + if use qt5 ; then + gnome2_icon_savelist + fi +} + +pkg_postinst() { + if use qt5 ; then + fdo-mime_desktop_database_update + gnome2_icon_cache_update + fi +} + +pkg_postrm() { + if use qt5 ; then + fdo-mime_desktop_database_update + gnome2_icon_cache_update + fi +}