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 D8674138351 for ; Thu, 6 Feb 2020 16:45:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E8EFE08B0; Thu, 6 Feb 2020 16:45:15 +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 40CBFE08B0 for ; Thu, 6 Feb 2020 16:45:15 +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 237C634E7FE for ; Thu, 6 Feb 2020 16:45:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A41AB11D for ; Thu, 6 Feb 2020 16:45:12 +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: <1581007508.58837e94aedc274fd3a21bfa5f480a17a6fb227f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/grip/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/grip/Manifest media-sound/grip/grip-4.1.0.ebuild X-VCS-Directories: media-sound/grip/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 58837e94aedc274fd3a21bfa5f480a17a6fb227f X-VCS-Branch: master Date: Thu, 6 Feb 2020 16:45:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 26dbc7dc-21bc-455e-a740-c5e0ca54e7bf X-Archives-Hash: 18e04fb77eb96c417db94bd3ab84f903 commit: 58837e94aedc274fd3a21bfa5f480a17a6fb227f Author: Lars Wendler gentoo org> AuthorDate: Thu Feb 6 16:44:40 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Feb 6 16:45:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58837e94 media-sound/grip: Bump to version 4.1.0 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> media-sound/grip/Manifest | 1 + media-sound/grip/grip-4.1.0.ebuild | 46 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/media-sound/grip/Manifest b/media-sound/grip/Manifest index d3a1153d888..934f72ac558 100644 --- a/media-sound/grip/Manifest +++ b/media-sound/grip/Manifest @@ -1,2 +1,3 @@ DIST grip-3.9.0.tar.gz 968706 BLAKE2B 9d530b1e7c93239d4298a57a784eec38d98fe57e2c964018a04a8646ce5f1f4734b21103f31612bac4cc45c8c03eeca2080ba88d60a2cfe51d161ef61758639b SHA512 748821f59c90d7239bb711a4a7e1df4e9f2b67ff7bd5c635a2c49389efc7836cca6672cdd93e727f8b97c4e2221f895cc7b4110aa0d3419a5fbe56530ca1b1d0 DIST grip-4.0.1.tar.gz 1004917 BLAKE2B 0102d21570c5716283354cda65c694b3be708e7718535f2f3c806187edcd5ebceb834fec9f73908780d23e33f973b60e223a8d7d60e0f61f2bbe0e5340792f16 SHA512 3c5d13e83ae5b0ac03f887fd96b254700f25850ec8794daf4ff454efea0bd59e6a201e0104ffb72c5cc07fee67efe13d0891354faf09452a667131e04d9e1ac3 +DIST grip-4.1.0.tar.gz 1208833 BLAKE2B 2ec7913abaef2fc91227e47aee3f729cc8d2d5db63392e271ea8fc8176117ce12bbe0c0644527c6d701906b865da3aba09f4b2ee8c804263789072eae638eef7 SHA512 c3a0010a96e5edfe7bf41f69938a4e0d5fbe08c477d01ac85eccd9a56c0a9b9f3c4b5fdcb661b0257721e941e061b6f2df3685f81926d1c54838deb86f015cb5 diff --git a/media-sound/grip/grip-4.1.0.ebuild b/media-sound/grip/grip-4.1.0.ebuild new file mode 100644 index 00000000000..41737016470 --- /dev/null +++ b/media-sound/grip/grip-4.1.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit flag-o-matic toolchain-funcs libtool + +DESCRIPTION="GTK+ based Audio CD Player/Ripper" +HOMEPAGE="https://sourceforge.net/projects/grip/" +SRC_URI="mirror://sourceforge/grip/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="vorbis" + +# lame and vorbis-tools are no real RDEPENDs. But without them +# grip cannot convert ripped files to any format. So use them as +# a sane default. +RDEPEND=" + dev-libs/glib:2 + >=media-libs/id3lib-3.8.3 + media-sound/cdparanoia + media-sound/lame + net-misc/curl + >=x11-libs/gtk+-2.2:2 + x11-libs/libX11 + x11-libs/pango + vorbis? ( media-sound/vorbis-tools ) +" +# gnome-extra/yelp, see bug 416843 +DEPEND=" + ${RDEPEND} + sys-devel/gettext +" +BDEPEND=" + virtual/pkgconfig +" + +src_configure() { + # Bug #69536 + [[ $(tc-arch) == "x86" ]] && append-flags "-mno-sse" + + strip-linguas be bg ca de en en_CA en_GB en_US es fi fr hu it ja nb nl pl_PL pt_BR ru sr vi zh_CN zh_HK zh_TW + + econf +}