diff options
Diffstat (limited to 'media-video/cinelerra/cinelerra-20120707.ebuild')
-rw-r--r-- | media-video/cinelerra/cinelerra-20120707.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-video/cinelerra/cinelerra-20120707.ebuild b/media-video/cinelerra/cinelerra-20120707.ebuild index 8a1a8818bed8..83d88aea4972 100644 --- a/media-video/cinelerra/cinelerra-20120707.ebuild +++ b/media-video/cinelerra/cinelerra-20120707.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20120707.ebuild,v 1.10 2014/02/10 16:56:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20120707.ebuild,v 1.11 2015/01/29 19:14:51 mgorny Exp $ EAPI=5 inherit autotools eutils multilib flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="3dnow alsa altivec css ieee1394 mmx opengl oss" +IUSE="cpu_flags_x86_3dnow alsa altivec css ieee1394 cpu_flags_x86_mmx opengl oss" RDEPEND="media-libs/a52dec:= media-libs/faac:= @@ -52,7 +52,7 @@ RDEPEND="media-libs/a52dec:= DEPEND="${RDEPEND} app-arch/xz-utils virtual/pkgconfig - mmx? ( dev-lang/nasm )" + cpu_flags_x86_mmx? ( dev-lang/nasm )" src_prepare() { epatch \ @@ -80,8 +80,8 @@ src_configure() { --disable-esd \ $(use_enable ieee1394 firewire) \ $(use_enable css) \ - $(use_enable mmx) \ - $(use_enable 3dnow) \ + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_3dnow 3dnow) \ $(use_enable altivec) \ $(use_enable opengl) \ --with-plugindir=/usr/$(get_libdir)/${PN} \ |