mgorny      15/01/29 19:16:42

  Modified:             recmpeg-1.0.5.ebuild ChangeLog
  Log:
  Switch to CPU_FLAGS_X86.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.12                 media-video/recmpeg/recmpeg-1.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/recmpeg/recmpeg-1.0.5.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/recmpeg/recmpeg-1.0.5.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/recmpeg/recmpeg-1.0.5.ebuild?r1=1.11&r2=1.12

Index: recmpeg-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/recmpeg/recmpeg-1.0.5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- recmpeg-1.0.5.ebuild        6 Nov 2013 04:07:39 -0000       1.11
+++ recmpeg-1.0.5.ebuild        29 Jan 2015 19:16:42 -0000      1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/recmpeg/recmpeg-1.0.5.ebuild,v 
1.11 2013/11/06 04:07:39 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/recmpeg/recmpeg-1.0.5.ebuild,v 
1.12 2015/01/29 19:16:42 mgorny Exp $
 
 DESCRIPTION="Simple libfame-based video encoder which compresses raw video 
sequences to MPEG video"
 HOMEPAGE="http://fame.sourceforge.net/";
@@ -9,15 +9,15 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~ppc x86"
-IUSE="mmx sse"
+IUSE="cpu_flags_x86_mmx cpu_flags_x86_sse"
 
 DEPEND=">=media-libs/libfame-0.9.0"
 
 src_compile() {
        local myconf
 
-       use mmx && myconf="${myconf} --enable-mmx"
-       use sse && myconf="${myconf} --enable-sse"
+       use cpu_flags_x86_mmx && myconf="${myconf} --enable-mmx"
+       use cpu_flags_x86_sse && myconf="${myconf} --enable-sse"
 
        econf ${myconf} || die "econf failed"
        emake || die "emake failed"



1.13                 media-video/recmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/recmpeg/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/recmpeg/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/recmpeg/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/recmpeg/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   6 Nov 2013 04:07:39 -0000       1.12
+++ ChangeLog   29 Jan 2015 19:16:42 -0000      1.13
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/recmpeg
-# Copyright 2002-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/recmpeg/ChangeLog,v 1.12 
2013/11/06 04:07:39 patrick Exp $
+# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/recmpeg/ChangeLog,v 1.13 
2015/01/29 19:16:42 mgorny Exp $
+
+  29 Jan 2015; Michał Górny <[email protected]> recmpeg-1.0.5.ebuild:
+  Switch to CPU_FLAGS_X86.
 
   06 Nov 2013; Patrick Lauer <[email protected]> recmpeg-1.0.5.ebuild:
   Shorten description, make repoman happier




Reply via email to