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 82E44138334 for ; Thu, 18 Oct 2018 19:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36171E0A6A; Thu, 18 Oct 2018 19:20:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E5239E0A6A for ; Thu, 18 Oct 2018 19:20:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1FB9B335CCB for ; Thu, 18 Oct 2018 19:20:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 354A8391 for ; Thu, 18 Oct 2018 19:20:03 +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: <1539890396.45a9596463640306f54aeaa47ab547be5773c383.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ahoviewer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/ahoviewer/Manifest media-gfx/ahoviewer/ahoviewer-1.6.4.ebuild media-gfx/ahoviewer/metadata.xml X-VCS-Directories: media-gfx/ahoviewer/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 45a9596463640306f54aeaa47ab547be5773c383 X-VCS-Branch: master Date: Thu, 18 Oct 2018 19:20: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: a68135d0-bf55-423f-a064-63bee55fa145 X-Archives-Hash: d85165ba97d84ac6b83c1db51b1e2814 commit: 45a9596463640306f54aeaa47ab547be5773c383 Author: Joonas Niilola gmail com> AuthorDate: Sat Oct 6 14:41:13 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 18 19:19:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a95964 media-gfx/ahoviewer: new package Signed-off-by: Joonas Niilola gmail.com> Package-Manager: Portage[mgorny]-2.3.49.1 Closes: https://github.com/gentoo/gentoo/pull/10089 Signed-off-by: Michał Górny gentoo.org> media-gfx/ahoviewer/Manifest | 1 + media-gfx/ahoviewer/ahoviewer-1.6.4.ebuild | 84 ++++++++++++++++++++++++++++++ media-gfx/ahoviewer/metadata.xml | 16 ++++++ 3 files changed, 101 insertions(+) diff --git a/media-gfx/ahoviewer/Manifest b/media-gfx/ahoviewer/Manifest new file mode 100644 index 00000000000..986a94ef7b1 --- /dev/null +++ b/media-gfx/ahoviewer/Manifest @@ -0,0 +1 @@ +DIST ahoviewer-1.6.4.tar.gz 227225 BLAKE2B c00c89bf80865ddf60a478a8ad030aa136fbc2735598de2b237ea97bc247337d9a12a1423e402c2e95c77df4e70ad68242ed31d5f8d896c1ae835acd860e7a5f SHA512 5e00f086685b7fd6601758e5ae0e6e7d1d24b56c1bd7c81de0be5c3613404fcfc585b8bf035a72a51171a40c8a25c7ad084fc3a9f7ba038e121fb2b7874b4ebd diff --git a/media-gfx/ahoviewer/ahoviewer-1.6.4.ebuild b/media-gfx/ahoviewer/ahoviewer-1.6.4.ebuild new file mode 100644 index 00000000000..605a1a3cbc4 --- /dev/null +++ b/media-gfx/ahoviewer/ahoviewer-1.6.4.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools gnome2-utils xdg-utils + +DESCRIPTION="A GTK2 image viewer, manga reader, and booru browser" +HOMEPAGE="https://github.com/ahodesuka/ahoviewer" +SRC_URI="https://github.com/ahodesuka/ahoviewer/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gnutls +gstreamer libsecret +rar +ssl +zip" + +DEPEND=" + dev-cpp/glibmm:2 + dev-cpp/gtkmm:2.4 + dev-libs/libconfig[cxx] + dev-libs/libxml2:2 + dev-libs/libsigc++:2 + net-misc/curl + gstreamer? ( + media-libs/gst-plugins-bad:1.0 + media-libs/gstreamer:1.0 + ) + libsecret? ( app-crypt/libsecret ) + rar? ( app-arch/unrar ) + ssl? ( + gnutls? ( + net-libs/gnutls:= + net-misc/curl[curl_ssl_gnutls] + ) + !gnutls? ( + >=dev-libs/openssl-1.0.0:0= + net-misc/curl[curl_ssl_openssl] + ) + ) + zip? ( dev-libs/libzip ) +" +RDEPEND=" + ${DEPEND} + gstreamer? ( + media-libs/gst-plugins-base:1.0[X] + media-libs/gst-plugins-good:1.0 + || ( + media-plugins/gst-plugins-vpx + media-plugins/gst-plugins-libav + ) + ) +" + +src_prepare() { + default + xdg_environment_reset + + eautoreconf +} + +src_configure() { + local myconf=( + $(use_enable gnutls) + $(use_enable gstreamer gst) + $(use_enable libsecret) + $(use_enable rar) + $(use_enable ssl) + $(use_enable zip) + ) + + econf "${myconf[@]}" +} + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update + xdg_mimeinfo_database_update +} diff --git a/media-gfx/ahoviewer/metadata.xml b/media-gfx/ahoviewer/metadata.xml new file mode 100644 index 00000000000..9f11884bf0e --- /dev/null +++ b/media-gfx/ahoviewer/metadata.xml @@ -0,0 +1,16 @@ + + + + + juippis@gmail.com + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Support password storing using libsecret + Rar archive support + Zip archive support + +