mgorny      14/06/07 21:32:25

  Modified:             ChangeLog
  Added:                ffmpeg-9-r1.ebuild
  Log:
  Enable multilib support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.54                 virtual/ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.54&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.54&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   23 Feb 2014 19:45:47 -0000      1.53
+++ ChangeLog   7 Jun 2014 21:32:25 -0000       1.54
@@ -1,6 +1,11 @@
 # ChangeLog for virtual/ffmpeg
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.53 2014/02/23 
19:45:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.54 2014/06/07 
21:32:25 mgorny Exp $
+
+*ffmpeg-9-r1 (07 Jun 2014)
+
+  07 Jun 2014; Michał Górny <mgo...@gentoo.org> +ffmpeg-9-r1.ebuild:
+  Enable multilib support.
 
   23 Feb 2014; Markus Meier <mae...@gentoo.org> ffmpeg-9.ebuild:
   arm stable, bug #499368



1.1                  virtual/ffmpeg/ffmpeg-9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r1.ebuild?rev=1.1&content-type=text/plain

Index: ffmpeg-9-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r1.ebuild,v 1.1 
2014/06/07 21:32:25 mgorny Exp $

EAPI=5

inherit multilib-build

DESCRIPTION="Virtual package for FFmpeg implementation"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
IUSE="X +encode gsm jpeg2k mp3 opus sdl speex theora threads truetype vaapi 
vdpau x264"

RDEPEND="
        || (
                
>=media-video/libav-9[${MULTILIB_USEDEP},X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
                
>=media-video/ffmpeg-1.0:0[${MULTILIB_USEDEP},X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
        )
"
DEPEND=""




Reply via email to