From 0587031d7b3c542db38804f6a39c105badb7e9b4 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Mon, 9 Mar 2020 14:24:48 +0100 Subject: media-sound/grip: Bump to version 4.1.1. Removed old Bug: https://bugs.gentoo.org/708934 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Lars Wendler --- media-sound/grip/Manifest | 2 +- media-sound/grip/grip-4.1.0.ebuild | 46 -------------------------------------- media-sound/grip/grip-4.1.1.ebuild | 46 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 media-sound/grip/grip-4.1.0.ebuild create mode 100644 media-sound/grip/grip-4.1.1.ebuild (limited to 'media-sound') diff --git a/media-sound/grip/Manifest b/media-sound/grip/Manifest index 42a4f298bea4..ac32710f63aa 100644 --- a/media-sound/grip/Manifest +++ b/media-sound/grip/Manifest @@ -1,2 +1,2 @@ DIST grip-4.0.1.tar.gz 1004917 BLAKE2B 0102d21570c5716283354cda65c694b3be708e7718535f2f3c806187edcd5ebceb834fec9f73908780d23e33f973b60e223a8d7d60e0f61f2bbe0e5340792f16 SHA512 3c5d13e83ae5b0ac03f887fd96b254700f25850ec8794daf4ff454efea0bd59e6a201e0104ffb72c5cc07fee67efe13d0891354faf09452a667131e04d9e1ac3 -DIST grip-4.1.0.tar.gz 1208833 BLAKE2B 2ec7913abaef2fc91227e47aee3f729cc8d2d5db63392e271ea8fc8176117ce12bbe0c0644527c6d701906b865da3aba09f4b2ee8c804263789072eae638eef7 SHA512 c3a0010a96e5edfe7bf41f69938a4e0d5fbe08c477d01ac85eccd9a56c0a9b9f3c4b5fdcb661b0257721e941e061b6f2df3685f81926d1c54838deb86f015cb5 +DIST grip-4.1.1.tar.gz 1211196 BLAKE2B 677ace9ef740db150a2cfc9b597b148b50015dda79cb41b53cd656451b038ff71d6efdf3e17bea65accc071ec0116c6025a7c9619cb09a3782eeb94904e431a9 SHA512 c6af48b0fa89fb342c73614c6193973811ccf72837a46eb1a3971ffcfa9a20bb4fb8705ba674b093e2c4f6f78f9ded323cf5453cdecf53c467238430f98ba267 diff --git a/media-sound/grip/grip-4.1.0.ebuild b/media-sound/grip/grip-4.1.0.ebuild deleted file mode 100644 index ea1d05e4b634..000000000000 --- a/media-sound/grip/grip-4.1.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit eutils 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 -} diff --git a/media-sound/grip/grip-4.1.1.ebuild b/media-sound/grip/grip-4.1.1.ebuild new file mode 100644 index 000000000000..ea1d05e4b634 --- /dev/null +++ b/media-sound/grip/grip-4.1.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit eutils 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 +} -- cgit v1.2.3-65-gdbad