* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/
@ 2021-02-19 17:55 Thomas Deutschmann
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2021-02-19 17:55 UTC (permalink / raw
To: gentoo-commits
commit: 00e2e05a08c633d12d4cd14c730f70e32a92a406
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 17:52:19 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 17:55:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e2e05a
media-libs/libfame: x86 stable (bug #766791)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
media-libs/libfame/libfame-0.9.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libfame/libfame-0.9.1-r3.ebuild b/media-libs/libfame/libfame-0.9.1-r3.ebuild
index 71650acdb21..9a00f8879a7 100644
--- a/media-libs/libfame/libfame-0.9.1-r3.ebuild
+++ b/media-libs/libfame/libfame-0.9.1-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/fame/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
IUSE="cpu_flags_x86_mmx"
PATCHES=(
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/
@ 2022-09-09 7:59 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2022-09-09 7:59 UTC (permalink / raw
To: gentoo-commits
commit: d478b67df44b28f0bf1b30d4dff239d8278966db
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 9 07:59:10 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Sep 9 07:59:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d478b67d
media-libs/libfame: drop multilib
No multilib reverse dependencies.
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...{libfame-0.9.1-r3.ebuild => libfame-0.9.1-r4.ebuild} | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/media-libs/libfame/libfame-0.9.1-r3.ebuild b/media-libs/libfame/libfame-0.9.1-r4.ebuild
similarity index 79%
rename from media-libs/libfame/libfame-0.9.1-r3.ebuild
rename to media-libs/libfame/libfame-0.9.1-r4.ebuild
index d8afa4ffd3a4..69b4bfe45f41 100644
--- a/media-libs/libfame/libfame-0.9.1-r3.ebuild
+++ b/media-libs/libfame/libfame-0.9.1-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit autotools multilib-minimal
+inherit autotools
DESCRIPTION="MPEG-1 and MPEG-4 video encoding library"
HOMEPAGE="http://fame.sourceforge.net/"
@@ -33,15 +33,16 @@ src_prepare() {
eautoreconf
}
-multilib_src_configure() {
+src_configure() {
local myeconfargs=(
- --disable-static
$(use_enable cpu_flags_x86_mmx mmx)
)
- ECONF_SOURCE=${S} econf "${myeconfargs[@]}"
+
+ econf "${myeconfargs[@]}"
}
-multilib_src_install_all() {
- einstalldocs
+src_install() {
+ default
+
find "${ED}" -type f -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/
@ 2021-02-25 8:06 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2021-02-25 8:06 UTC (permalink / raw
To: gentoo-commits
commit: 8b1be4fbd44d9d294c0bb6ae3d5b78971339f84f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 08:02:29 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 08:06:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1be4fb
media-libs/libfame: Drop 0.9.1-r2, EAPI5--
Bug: https://bugs.gentoo.org/766791
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libfame/libfame-0.9.1-r2.ebuild | 43 ------------------------------
1 file changed, 43 deletions(-)
diff --git a/media-libs/libfame/libfame-0.9.1-r2.ebuild b/media-libs/libfame/libfame-0.9.1-r2.ebuild
deleted file mode 100644
index 8a30205fd66..00000000000
--- a/media-libs/libfame/libfame-0.9.1-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-multilib
-
-PATCHLEVEL="2"
-DESCRIPTION="MPEG-1 and MPEG-4 video encoding library"
-HOMEPAGE="http://fame.sourceforge.net/"
-SRC_URI="mirror://sourceforge/fame/${P}.tar.gz
- http://digilander.libero.it/dgp85/gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE="cpu_flags_x86_mmx static-libs"
-
-PATCHES=(
- "${FILESDIR}"/${P}-gcc43.patch
- "${FILESDIR}"/${P}-mmx-configure.ac.patch )
-
-DOCS=( AUTHORS BUGS CHANGES README TODO )
-
-src_prepare() {
- EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV}
-
- # Do not add -march=i586, bug #41770.
- sed -i -e 's:-march=i[345]86 ::g' configure.in || die
-
- rm -f acinclude.m4
-
- autotools-multilib_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable cpu_flags_x86_mmx mmx)
- )
- autotools-multilib_src_configure
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/
@ 2021-02-24 23:53 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-02-24 23:53 UTC (permalink / raw
To: gentoo-commits
commit: 45336c51a96b7c597b3cdd0f45b5c66196b9a3b2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 23:53:09 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 23:53:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45336c51
media-libs/libfame: Stabilize 0.9.1-r3 ppc, #766791
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libfame/libfame-0.9.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libfame/libfame-0.9.1-r3.ebuild b/media-libs/libfame/libfame-0.9.1-r3.ebuild
index 6e08260b20a..d8afa4ffd3a 100644
--- a/media-libs/libfame/libfame-0.9.1-r3.ebuild
+++ b/media-libs/libfame/libfame-0.9.1-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/fame/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
IUSE="cpu_flags_x86_mmx"
PATCHES=(
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/
@ 2021-02-24 23:49 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-02-24 23:49 UTC (permalink / raw
To: gentoo-commits
commit: a673006fa3afa29a62ebaa291885d85a083494c8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 23:49:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 23:49:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a673006f
media-libs/libfame: Stabilize 0.9.1-r3 ppc64, #766791
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libfame/libfame-0.9.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libfame/libfame-0.9.1-r3.ebuild b/media-libs/libfame/libfame-0.9.1-r3.ebuild
index ec9ef0451d4..6e08260b20a 100644
--- a/media-libs/libfame/libfame-0.9.1-r3.ebuild
+++ b/media-libs/libfame/libfame-0.9.1-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/fame/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 sparc x86"
IUSE="cpu_flags_x86_mmx"
PATCHES=(
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/
@ 2021-02-24 23:25 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-02-24 23:25 UTC (permalink / raw
To: gentoo-commits
commit: d9315ab244a5f26cf5acd95f8584bb7425b38590
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 23:24:56 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 23:24:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9315ab2
media-libs/libfame: Stabilize 0.9.1-r3 arm, #766791
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libfame/libfame-0.9.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libfame/libfame-0.9.1-r3.ebuild b/media-libs/libfame/libfame-0.9.1-r3.ebuild
index 9a00f8879a7..ec9ef0451d4 100644
--- a/media-libs/libfame/libfame-0.9.1-r3.ebuild
+++ b/media-libs/libfame/libfame-0.9.1-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/fame/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
IUSE="cpu_flags_x86_mmx"
PATCHES=(
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/
@ 2021-02-01 15:07 Agostino Sarubbo
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2021-02-01 15:07 UTC (permalink / raw
To: gentoo-commits
commit: 87befed1743a3bc806f23f005f6b079cc6f7ce4f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 15:06:04 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 15:06:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87befed1
media-libs/libfame: amd64 stable wrt bug #766791
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-libs/libfame/libfame-0.9.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libfame/libfame-0.9.1-r3.ebuild b/media-libs/libfame/libfame-0.9.1-r3.ebuild
index 443646e1d40..71650acdb21 100644
--- a/media-libs/libfame/libfame-0.9.1-r3.ebuild
+++ b/media-libs/libfame/libfame-0.9.1-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/fame/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
IUSE="cpu_flags_x86_mmx"
PATCHES=(
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/
@ 2021-01-29 20:50 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-01-29 20:50 UTC (permalink / raw
To: gentoo-commits
commit: 9261ff173a74d5217a968bda469e8abcea46dadb
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Jan 29 15:05:36 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 20:50:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9261ff17
media-libs/libfame: stable 0.9.1-r3 for sparc, bug #766791
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libfame/libfame-0.9.1-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libfame/libfame-0.9.1-r3.ebuild b/media-libs/libfame/libfame-0.9.1-r3.ebuild
index a2ead699e72..443646e1d40 100644
--- a/media-libs/libfame/libfame-0.9.1-r3.ebuild
+++ b/media-libs/libfame/libfame-0.9.1-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/fame/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
IUSE="cpu_flags_x86_mmx"
PATCHES=(
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/
@ 2021-01-24 0:44 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2021-01-24 0:44 UTC (permalink / raw
To: gentoo-commits
commit: 716a3646c7d66aa188789bf56963d00e933aaad6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 00:34:15 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 00:44:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716a3646
media-libs/libfame: EAPI-7 bump, autotools-multilib--
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/libfame/libfame-0.9.1-r3.ebuild | 47 ++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/media-libs/libfame/libfame-0.9.1-r3.ebuild b/media-libs/libfame/libfame-0.9.1-r3.ebuild
new file mode 100644
index 00000000000..a2ead699e72
--- /dev/null
+++ b/media-libs/libfame/libfame-0.9.1-r3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="MPEG-1 and MPEG-4 video encoding library"
+HOMEPAGE="http://fame.sourceforge.net/"
+SRC_URI="mirror://sourceforge/fame/${P}.tar.gz
+ http://digilander.libero.it/dgp85/gentoo/${PN}-patches-2.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="cpu_flags_x86_mmx"
+
+PATCHES=(
+ "${WORKDIR}"/${PV}
+ "${FILESDIR}"/${P}-gcc43.patch
+ "${FILESDIR}"/${P}-mmx-configure.ac.patch
+)
+
+src_prepare() {
+ default
+
+ mv configure.in configure.ac || die
+ rm acinclude.m4 || die
+
+ # Do not add -march=i586, bug #41770.
+ sed -i -e 's:-march=i[345]86 ::g' configure.ac || die
+
+ eautoreconf
+}
+
+multilib_src_configure() {
+ local myeconfargs=(
+ --disable-static
+ $(use_enable cpu_flags_x86_mmx mmx)
+ )
+ ECONF_SOURCE=${S} econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+ einstalldocs
+ find "${ED}" -type f -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/
@ 2019-11-13 1:03 Aaron Bauman
0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2019-11-13 1:03 UTC (permalink / raw
To: gentoo-commits
commit: 03c9323f14e7afbdad04279fba053f08cdbf9993
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 23:45:20 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:02:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c9323f
media-libs/libfame: ALLARCHES EAPI bump
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-libs/libfame/libfame-0.9.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libfame/libfame-0.9.1-r2.ebuild b/media-libs/libfame/libfame-0.9.1-r2.ebuild
index dba17b21551..ba913988e1c 100644
--- a/media-libs/libfame/libfame-0.9.1-r2.ebuild
+++ b/media-libs/libfame/libfame-0.9.1-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/fame/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
IUSE="cpu_flags_x86_mmx static-libs"
PATCHES=(
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/
@ 2019-11-13 1:03 Aaron Bauman
0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2019-11-13 1:03 UTC (permalink / raw
To: gentoo-commits
commit: 888247bc40ea28526d94a741d1dfad87acd5af76
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 23:45:40 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:02:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888247bc
media-libs/libfame: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-libs/libfame/libfame-0.9.1-r1.ebuild | 36 ------------------------------
1 file changed, 36 deletions(-)
diff --git a/media-libs/libfame/libfame-0.9.1-r1.ebuild b/media-libs/libfame/libfame-0.9.1-r1.ebuild
deleted file mode 100644
index ebd85f390b6..00000000000
--- a/media-libs/libfame/libfame-0.9.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils
-
-PATCHLEVEL="2"
-DESCRIPTION="MPEG-1 and MPEG-4 video encoding library"
-HOMEPAGE="http://fame.sourceforge.net/"
-SRC_URI="mirror://sourceforge/fame/${P}.tar.gz
- http://digilander.libero.it/dgp85/gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
-IUSE="cpu_flags_x86_mmx static-libs"
-
-PATCHES=( "${FILESDIR}"/${P}-gcc43.patch )
-
-DOCS=( AUTHORS BUGS CHANGES README TODO )
-
-src_prepare() {
- EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV}
-
- # Do not add -march=i586, bug #41770.
- sed -i -e 's:-march=i[345]86 ::g' configure
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable cpu_flags_x86_mmx mmx)
- )
- autotools-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2022-09-09 7:59 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-19 17:55 [gentoo-commits] repo/gentoo:master commit in: media-libs/libfame/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2022-09-09 7:59 David Seifert
2021-02-25 8:06 Andreas Sturmlechner
2021-02-24 23:53 Sam James
2021-02-24 23:49 Sam James
2021-02-24 23:25 Sam James
2021-02-01 15:07 Agostino Sarubbo
2021-01-29 20:50 Sam James
2021-01-24 0:44 Andreas Sturmlechner
2019-11-13 1:03 Aaron Bauman
2019-11-13 1:03 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox