pacho       15/05/23 20:29:56

  Modified:             openshot-1.4.3.ebuild ChangeLog
  Log:
  Drop unneeded sox dep (#547114 by SN (Enlik), use new libav/ffmpeg handling
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.3                  media-video/openshot/openshot-1.4.3.ebuild

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

Index: openshot-1.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/openshot/openshot-1.4.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openshot-1.4.3.ebuild       8 Apr 2015 18:16:25 -0000       1.2
+++ openshot-1.4.3.ebuild       23 May 2015 20:29:56 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-video/openshot/openshot-1.4.3.ebuild,v 1.2 
2015/04/08 18:16:25 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/openshot/openshot-1.4.3.ebuild,v 1.3 
2015/05/23 20:29:56 pacho Exp $
 
 EAPI="5"
 
@@ -17,7 +17,7 @@
 SLOT="0"
 KEYWORDS="~amd64"
 
-IUSE="+python +ffmpeg"
+IUSE="+python +ffmpeg libav"
 REQUIRED_USE="|| ( python ffmpeg )"
 
 RDEPEND="
@@ -27,8 +27,8 @@
        virtual/python-imaging[${PYTHON_USEDEP}]
        >=media-libs/mlt-0.8.2[ffmpeg,frei0r,gtk,melt,python,sdl,xml]
        ffmpeg? (
-               >=virtual/ffmpeg-0.6[encode,sdl,x264,mp3,theora]
-               media-sound/sox[encode,ffmpeg]
+               libav? ( media-video/libav:=[encode,sdl,x264,mp3,theora] )
+               !libav? ( media-video/ffmpeg:0=[encode,sdl,x264,mp3,theora] )
        )
        python? (
                dev-python/httplib2[${PYTHON_USEDEP}]



1.5                  media-video/openshot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/openshot/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   8 Apr 2015 18:16:25 -0000       1.4
+++ ChangeLog   23 May 2015 20:29:56 -0000      1.5
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/openshot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/openshot/ChangeLog,v 1.4 
2015/04/08 18:16:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/openshot/ChangeLog,v 1.5 
2015/05/23 20:29:56 pacho Exp $
+
+  23 May 2015; Pacho Ramos <[email protected]> openshot-1.4.3.ebuild:
+  Drop unneeded sox dep (#547114 by SN (Enlik), use new libav/ffmpeg handling
 
   08 Apr 2015; Michał Górny <[email protected]> openshot-1.4.3.ebuild:
   Drop old Python implementations




Reply via email to