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 80EEC138331 for ; Sat, 12 May 2018 15:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A42E1E0B72; Sat, 12 May 2018 15:55:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72658E0B72 for ; Sat, 12 May 2018 15:55:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E93BA335C72 for ; Sat, 12 May 2018 15:55:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7517C287 for ; Sat, 12 May 2018 15:55:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1526140525.7560e37a246dc3ca5589dff29d144962067c9c72.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/fuse/Manifest app-emulation/fuse/fuse-1.5.3.ebuild X-VCS-Directories: app-emulation/fuse/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7560e37a246dc3ca5589dff29d144962067c9c72 X-VCS-Branch: master Date: Sat, 12 May 2018 15:55:32 +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: e9d59db1-6dc9-490c-8afa-8b1570b7b342 X-Archives-Hash: 5e6b28628d1910a993b1b2086acb94e7 commit: 7560e37a246dc3ca5589dff29d144962067c9c72 Author: Jan Ziak <0xe2.0x9a.0x9b gmail com> AuthorDate: Sat May 12 13:14:26 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 12 15:55:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7560e37a app-emulation/fuse: bump to version 1.5.3 app-emulation/fuse/Manifest | 1 + app-emulation/fuse/fuse-1.5.3.ebuild | 64 ++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) diff --git a/app-emulation/fuse/Manifest b/app-emulation/fuse/Manifest index 9abfc1e7752..a2acc3e6f19 100644 --- a/app-emulation/fuse/Manifest +++ b/app-emulation/fuse/Manifest @@ -1,2 +1,3 @@ DIST fuse-1.5.1.tar.gz 1623081 BLAKE2B 4b6cf747d15bc2d33a0baba88254a08187e8a615564236835da19d32f9afb312d5a5c90ac07a88d904019626b153546ecd8cd09b88fa16731af94ea54cd0e346 SHA512 d5f5b8a0e61f298a955450de208b29f8ab4fc0133c5c58e596f36f3834c088c946e19d7437dd1a6e73a89d32dcaf6ca9ce0fed8ec310c37aa6a6568be482abe4 DIST fuse-1.5.2.tar.gz 1626746 BLAKE2B 38236b9457e975fe227e2a19ed0fb80cac022fbb0bd8fcb1e51666103c4abe8960b1bd166fc1d12ab4e0f32954f7c3f59625d57d456313f75ca023bf51477e0b SHA512 45507834eb70d1e74c8f58017f4ae0bb54e2560456eeadfa8b6888a1c79e9c9443cccb7ae9733b96a895f94040be820c57a7d698115c2f483e64ebc4fd734268 +DIST fuse-1.5.3.tar.gz 1627487 BLAKE2B d942f0131ce713e8592abec6443015aca3f1ae73739f1db0eae84a19e4320fd8bffbd7d36afaf65b08cf059305f85a8854d39d46519ed7abd3705b11156d069c SHA512 6596f789a685c46752c46b2432953c0d9abb620b23541cdbfc066c224fcba47ac7be75db678e2ff76622a7d02cc81b7dfeae672dfdaee1085d2ae5f768a4d8c0 diff --git a/app-emulation/fuse/fuse-1.5.3.ebuild b/app-emulation/fuse/fuse-1.5.3.ebuild new file mode 100644 index 00000000000..3bccba054d3 --- /dev/null +++ b/app-emulation/fuse/fuse-1.5.3.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall" +HOMEPAGE="http://fuse-emulator.sourceforge.net" +SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="alsa ao backend-fbcon backend-sdl backend-svga backend-X gpm joystick memlimit png xml" + +# Only one UI back-end can be enabled at a time +REQUIRED_USE="?? ( backend-fbcon backend-sdl backend-svga backend-X )" + +RDEPEND=" + >=app-emulation/libspectrum-1.4.2 + dev-libs/glib:2 + alsa? ( media-libs/alsa-lib ) + ao? ( media-libs/libao ) + backend-sdl? ( media-libs/libsdl ) + backend-svga? ( media-libs/svgalib ) + backend-X? ( x11-libs/libX11 x11-libs/libXext ) + !backend-fbcon? ( !backend-sdl? ( !backend-svga? ( !backend-X? ( x11-libs/gtk+:3 ) ) ) ) + gpm? ( sys-libs/gpm ) + joystick? ( media-libs/libjsw ) + png? ( media-libs/libpng:0= sys-libs/zlib ) + xml? ( dev-libs/libxml2:2 )" +DEPEND="${RDEPEND} + backend-fbcon? ( virtual/linux-sources ) + dev-lang/perl + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog README THANKS ) + +src_configure() { + local myconf=( + --without-win32 + $(use_with alsa) + $(use_with ao libao) + $(use_with gpm) + $(use_with joystick) + $(use_enable joystick ui-joystick) + $(use_enable memlimit smallmem) + $(use_with png) + $(use_with xml libxml2) + ) + + if use backend-sdl; then + myconf+=("--with-sdl") + elif use backend-X; then + myconf+=("--without-gtk") + elif use backend-svga; then + myconf+=("--with-svgalib") + elif use backend-fbcon; then + myconf+=("--with-fb") + else + myconf+=("--with-gtk") + fi + + econf "${myconf[@]}" +}