summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-24 01:43:49 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-24 01:44:05 +0100
commit0273ea623d9c3ba16570a3fbd185ed8fffd3c0fd (patch)
treec33cd479bcc0ef8cff9151e26ae1dc772086a9ee
parentmedia-libs/libfame: EAPI-7 bump, autotools-multilib-- (diff)
downloadgentoo-0273ea623d9c3ba16570a3fbd185ed8fffd3c0fd.tar.gz
gentoo-0273ea623d9c3ba16570a3fbd185ed8fffd3c0fd.tar.bz2
gentoo-0273ea623d9c3ba16570a3fbd185ed8fffd3c0fd.zip
media-video/recmpeg: EAPI-7 bump, cleanup unused IUSE, DOCS
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--media-video/recmpeg/recmpeg-1.0.5.ebuild14
1 files changed, 2 insertions, 12 deletions
diff --git a/media-video/recmpeg/recmpeg-1.0.5.ebuild b/media-video/recmpeg/recmpeg-1.0.5.ebuild
index 1b02e5f6781c..a1911052f6bf 100644
--- a/media-video/recmpeg/recmpeg-1.0.5.ebuild
+++ b/media-video/recmpeg/recmpeg-1.0.5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="Simple libfame-based video encoder, compresses raw video sequences to MPEG video"
HOMEPAGE="http://fame.sourceforge.net/"
@@ -11,15 +11,5 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc x86"
-IUSE="cpu_flags_x86_mmx cpu_flags_x86_sse"
-
RDEPEND=">=media-libs/libfame-0.9.0"
DEPEND="${DEPEND}"
-
-DOCS=( CHANGES README )
-
-src_configure() {
- econf \
- $(use cpu_flags_x86_mmx && echo "--enable-mmx") \
- $(use cpu_flags_x86_sse && echo "--enable-sse")
-}