* [gentoo-commits] repo/gentoo:master commit in: media-sound/gnac/
@ 2016-02-12 18:21 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2016-02-12 18:21 UTC (permalink / raw
To: gentoo-commits
commit: 2979d56b93349818905e2a04a7aad7d7acb1a46c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 18:20:37 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 18:21:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2979d56b
media-sound/gnac: add -std=gnu89 to CFLAGS to restore pre-GCC5 semantics
Gentoo-Bug: 574568
* Added PATCHES array, such that switching to EAPI=6
is facilitated once gnome2.eclass is ready
Package-Manager: portage-2.2.27
media-sound/gnac/gnac-0.2.4.1.ebuild | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/media-sound/gnac/gnac-0.2.4.1.ebuild b/media-sound/gnac/gnac-0.2.4.1.ebuild
index 6ee40a0..0b74c86 100644
--- a/media-sound/gnac/gnac-0.2.4.1.ebuild
+++ b/media-sound/gnac/gnac-0.2.4.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-inherit eutils autotools gnome2
+inherit autotools eutils flag-o-matic gnome2
DESCRIPTION="Audio converter for GNOME"
HOMEPAGE="http://gnac.sourceforge.net/"
@@ -34,10 +34,17 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )
"
+PATCHES=(
+ "${FILESDIR}/${P}-cflags.patch"
+ "${FILESDIR}/${P}-nls.patch"
+)
src_prepare() {
- epatch "${FILESDIR}"/${P}-cflags.patch
- epatch "${FILESDIR}"/${P}-nls.patch
+ default
+ epatch -p1 "${PATCHES[@]}"
+
+ # fix bug 574568 by restoring pre-GCC5 inline semantics
+ append-cflags -std=gnu89
eautoreconf
gnome2_src_prepare
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gnac/
@ 2018-01-05 22:02 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2018-01-05 22:02 UTC (permalink / raw
To: gentoo-commits
commit: 987080b991be43c746b46a89c3d3cd81fa8beff7
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 20:49:57 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 22:00:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987080b9
media-sound/gnac: Remove linguas_* from IUSE.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-sound/gnac/gnac-0.2.4.1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/media-sound/gnac/gnac-0.2.4.1.ebuild b/media-sound/gnac/gnac-0.2.4.1.ebuild
index e35ac1e872a..641dcf40ff3 100644
--- a/media-sound/gnac/gnac-0.2.4.1.ebuild
+++ b/media-sound/gnac/gnac-0.2.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,8 +12,7 @@ SRC_URI="mirror://sourceforge/gnac/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-LANGS=" cs da de en_GB es gl fr he hu it lt nb pt_BR pl ro ru sl sv te tr zh_CN"
-IUSE="aac flac libnotify mp3 nls wavpack ${LANGS// / linguas_}"
+IUSE="aac flac libnotify mp3 nls wavpack"
RDEPEND="
x11-libs/gtk+:3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-05 22:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05 22:02 [gentoo-commits] repo/gentoo:master commit in: media-sound/gnac/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2016-02-12 18:21 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox