maekke      14/07/27 19:06:39

  Modified:             ffmpeg-2.2.5.ebuild ffmpeg-2.3.ebuild ChangeLog
  Log:
  add ~arm, bug #510340
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
072AD062)

Revision  Changes    Path
1.2                  media-video/ffmpeg/ffmpeg-2.2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.5.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.5.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.5.ebuild?r1=1.1&r2=1.2

Index: ffmpeg-2.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ffmpeg-2.2.5.ebuild 27 Jul 2014 07:53:08 -0000      1.1
+++ ffmpeg-2.2.5.ebuild 27 Jul 2014 19:06:39 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.5.ebuild,v 
1.1 2014/07/27 07:53:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.5.ebuild,v 
1.2 2014/07/27 19:06:39 maekke Exp $
 
 EAPI="5"
 
@@ -37,7 +37,7 @@
 LICENSE="GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) )"
 SLOT="0/${FFMPEG_SUBSLOT}"
 if [ "${PV#9999}" = "${PV}" ] ; then
-       KEYWORDS="~amd64 ~hppa ~mips ~x86 ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
+       KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux"
 fi
 IUSE="
        aac aacplus alsa amr amrenc bindist bluray +bzip2 cdio celt



1.3                  media-video/ffmpeg/ffmpeg-2.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.3.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.3.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.3.ebuild?r1=1.2&r2=1.3

Index: ffmpeg-2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ffmpeg-2.3.ebuild   27 Jul 2014 13:10:10 -0000      1.2
+++ ffmpeg-2.3.ebuild   27 Jul 2014 19:06:39 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.3.ebuild,v 1.2 
2014/07/27 13:10:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.3.ebuild,v 1.3 
2014/07/27 19:06:39 maekke Exp $
 
 EAPI="5"
 
@@ -37,7 +37,7 @@
 LICENSE="GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) ) samba? ( GPL-3 )"
 SLOT="0/${FFMPEG_SUBSLOT}"
 if [ "${PV#9999}" = "${PV}" ] ; then
-       KEYWORDS="~amd64 ~hppa ~mips ~x86 ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux"
+       KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux"
 fi
 IUSE="
        aac aacplus alsa amr amrenc bindist bluray bs2b +bzip2 cdio celt



1.773                media-video/ffmpeg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.772
retrieving revision 1.773
diff -u -r1.772 -r1.773
--- ChangeLog   27 Jul 2014 13:10:10 -0000      1.772
+++ ChangeLog   27 Jul 2014 19:06:39 -0000      1.773
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.772 
2014/07/27 13:10:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.773 
2014/07/27 19:06:39 maekke Exp $
+
+  27 Jul 2014; Markus Meier <[email protected]> ffmpeg-2.2.5.ebuild,
+  ffmpeg-2.3.ebuild:
+  add ~arm, bug #510340
 
   27 Jul 2014; Samuli Suominen <[email protected]> ffmpeg-2.3.ebuild,
   ffmpeg-9999.ebuild:




Reply via email to