lu_zero     14/09/17 00:29:29

  Modified:             ChangeLog handbrake-9999.ebuild
  Log:
  Update the live ebuild
  
  (Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.24                 media-video/handbrake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   1 Sep 2014 16:47:50 -0000       1.23
+++ ChangeLog   17 Sep 2014 00:29:29 -0000      1.24
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/handbrake
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.23 
2014/09/01 16:47:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/ChangeLog,v 1.24 
2014/09/17 00:29:29 lu_zero Exp $
+
+  17 Sep 2014; Luca Barbato <[email protected]> handbrake-9999.ebuild:
+  Update the live ebuild, it requires at least Libav11, x265 direct support
+  disabled for now.
 
   01 Sep 2014; Michał Górny <[email protected]> handbrake-0.9.9-r1.ebuild,
   handbrake-0.9.9.ebuild, handbrake-9999.ebuild:



1.21                 media-video/handbrake/handbrake-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild?r1=1.20&r2=1.21

Index: handbrake-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- handbrake-9999.ebuild       1 Sep 2014 16:47:50 -0000       1.20
+++ handbrake-9999.ebuild       17 Sep 2014 00:29:29 -0000      1.21
@@ -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/handbrake/handbrake-9999.ebuild,v 1.20 
2014/09/01 16:47:50 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-9999.ebuild,v 1.21 
2014/09/17 00:29:29 lu_zero Exp $
 
 EAPI="5"
 
@@ -49,7 +49,7 @@
        media-libs/libvorbis
        media-libs/x264:=
        media-sound/lame
-       ffmpeg? ( || ( >=media-video/libav-9 >=media-video/ffmpeg-1.2.1:0 ) )
+       ffmpeg? ( || ( >=media-video/libav-11 >=media-video/ffmpeg-2.3:0 ) )
        sys-libs/zlib
        gstreamer? (
                media-libs/gstreamer:1.0
@@ -63,7 +63,7 @@
                !ffmpeg? ( media-plugins/gst-plugins-mpeg2dec:1.0 )
        )
        gtk? (
-               x11-libs/gtk+:3
+               >=x11-libs/gtk+-3.10
                dev-libs/dbus-glib
                dev-libs/glib:2
                x11-libs/cairo
@@ -94,12 +94,6 @@
                "${S}"/make/include/main.defs \
                || die "Contrib removal failed."
 
-       # Instead of adding a #define to libmkv, we expand it in place. 
-       epatch "${FILESDIR}"/${PN}-9999-expand-MK_SUBTITLE_PGS.patch
-
-       # Fix compilation against the released 1.9.1 version of mp4v2.
-       epatch "${FILESDIR}"/${PN}-9999-fix-compilation-with-mp4v2-v1.9.1.patch
-
        # Remove libdvdnav duplication and call it on the original instead.
        # It may work this way; if not, we should try to mimic the duplication.
        epatch "${FILESDIR}"/${PN}-9999-remove-dvdnav-dup.patch
@@ -107,9 +101,6 @@
        # Remove faac dependency; TODO: figure out if we need to do this at all.
        epatch "${FILESDIR}"/${PN}-9999-remove-faac-dependency.patch
 
-       # Make use of an older version of libmkv.
-       epatch "${FILESDIR}"/${PN}-9999-use-older-libmkv.patch
-
        # Fixup configure.ac with newer automake.
        # TODO: Would like to see this shorten towards the future;
        #       see which are still needed, put those in a patch instead of 6 
lines here.
@@ -138,10 +129,8 @@
                --force \
                --prefix="${EPREFIX}/usr" \
                --disable-gtk-update-checks \
-               --enable-avformat \
                --disable-libav-aac \
-               --enable-libmkv \
-               --enable-mp4v2 \
+               --disable-x265 \
                $(use_enable fdk fdk-aac) \
                $(use_enable gtk) \
                $(usex !gstreamer --disable-gst) || die "Configure failed."




Reply via email to