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 614FE13832E for ; Sun, 31 Jul 2016 11:11:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AF1521C03E; Sun, 31 Jul 2016 11:11:07 +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 E36A821C03E for ; Sun, 31 Jul 2016 11:11:06 +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 83ECD340BDD for ; Sun, 31 Jul 2016 11:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B32788DD for ; Sun, 31 Jul 2016 11:11:03 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1469963461.7d64d2b5443d774b5a205f2c96476bbad426850e.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fbida/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fbida/fbida-9999.ebuild X-VCS-Directories: media-gfx/fbida/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 7d64d2b5443d774b5a205f2c96476bbad426850e X-VCS-Branch: master Date: Sun, 31 Jul 2016 11:11:03 +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: 7207adbc-a26c-462a-a551-933c8379b191 X-Archives-Hash: 764864713ea30222afc0ca652b9f1b1a commit: 7d64d2b5443d774b5a205f2c96476bbad426850e Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jul 31 11:07:47 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jul 31 11:11:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d64d2b5 media-gfx/fbida: Add live ebuild. Package-Manager: portage-2.3.0 media-gfx/fbida/fbida-9999.ebuild | 126 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) diff --git a/media-gfx/fbida/fbida-9999.ebuild b/media-gfx/fbida/fbida-9999.ebuild new file mode 100644 index 0000000..abb2322 --- /dev/null +++ b/media-gfx/fbida/fbida-9999.ebuild @@ -0,0 +1,126 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit eutils git-r3 toolchain-funcs + +DESCRIPTION="Image viewers for the framebuffer console (fbi) and X11 (ida)" +HOMEPAGE="http://www.kraxel.org/blog/linux/fbida/" +EGIT_REPO_URI=" + git://git.kraxel.org/fbida +" +SRC_URI=" + mirror://gentoo/ida.png.bz2 +" +LICENSE="GPL-2 IJG" +SLOT="0" +KEYWORDS="" +IUSE="curl fbcon +gif lirc pdf +png scanner +tiff X +webp" +REQUIRED_USE=" + pdf? ( tiff ) +" + +RDEPEND=" + !media-gfx/fbi + >=media-libs/fontconfig-2.2 + >=media-libs/freetype-2.0 + media-libs/libexif + curl? ( net-misc/curl ) + gif? ( media-libs/giflib:= ) + lirc? ( app-misc/lirc ) + pdf? ( + media-libs/libepoxy + media-libs/mesa + x11-libs/cairo[opengl] + x11-libs/libdrm + ) + png? ( media-libs/libpng:* ) + scanner? ( media-gfx/sane-backends ) + tiff? ( media-libs/tiff:* ) + virtual/jpeg:* + virtual/ttf-fonts + webp? ( media-libs/libwebp ) + X? ( + >=x11-libs/motif-2.3:0 + x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXt + ) +" + +DEPEND=" + ${RDEPEND} + X? ( x11-proto/xextproto x11-proto/xproto ) +" + +src_unpack() { + unpack ${A} + git-r3_src_unpack +} + +src_prepare() { + eapply \ + "${FILESDIR}"/ida-desktop.patch \ + "${FILESDIR}"/${PN}-2.10-giflib-4.2.patch \ + "${FILESDIR}"/${PN}-2.10-fprintf-format.patch + + eapply_user + + tc-export CC CPP + + # upstream omission? + echo ${PV} > VERSION +} + +src_configure() { + # Let autoconf do its job and then fix things to build fbida + # according to our specifications + emake Make.config + + gentoo_fbida() { + local useflag=${1} + local config=${2} + + local option="no" + use ${useflag} && option="yes" + + sed -i \ + -e "s|HAVE_${config}.*|HAVE_${config} := ${option}|" \ + "${S}/Make.config" || die + } + + gentoo_fbida X MOTIF + gentoo_fbida curl LIBCURL + gentoo_fbida fbcon LINUX_FB_H + gentoo_fbida gif LIBUNGIF + gentoo_fbida lirc LIBLIRC + gentoo_fbida pdf LIBTIFF + gentoo_fbida png LIBPNG + gentoo_fbida scanner LIBSANE + gentoo_fbida tiff LIBTIFF + gentoo_fbida webp LIBWEBP +} + +src_compile() { + emake verbose=yes +} + +src_install() { + emake \ + DESTDIR="${D}" \ + STRIP="" \ + prefix=/usr \ + install + + dodoc README + + if use fbcon && ! use pdf; then + rm "${D}"/usr/bin/fbgs "${D}"/usr/share/man/man1/fbgs.1 || die + fi + + if use X ; then + doicon "${WORKDIR}"/ida.png + domenu desktop/ida.desktop + fi +}