pacho 15/04/11 09:41:55 Modified: ChangeLog Added: gst-plugins-vp8-0.10.23-r3.ebuild Removed: gst-plugins-vp8-0.10.23-r1.ebuild Log: Drop old compat code that makes this break with libvpx-1.4, bug #545958 (from Fedora) (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.29 media-plugins/gst-plugins-vp8/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vp8/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vp8/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vp8/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vp8/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 7 Aug 2014 20:04:10 -0000 1.28 +++ ChangeLog 11 Apr 2015 09:41:55 -0000 1.29 @@ -1,6 +1,14 @@ # ChangeLog for media-plugins/gst-plugins-vp8 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vp8/ChangeLog,v 1.28 2014/08/07 20:04:10 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vp8/ChangeLog,v 1.29 2015/04/11 09:41:55 pacho Exp $ + +*gst-plugins-vp8-0.10.23-r3 (11 Apr 2015) + + 11 Apr 2015; Pacho Ramos <[email protected]> + +files/gst-plugins-vp8-0.10.23-drop-vpx-compat-defines.patch, + +gst-plugins-vp8-0.10.23-r3.ebuild, -gst-plugins-vp8-0.10.23-r1.ebuild: + Drop old compat code that makes this break with libvpx-1.4, bug #545958 (from + Fedora) 07 Aug 2014; Jeroen Roovers <[email protected]> gst-plugins-vp8-0.10.23-r2.ebuild: 1.1 media-plugins/gst-plugins-vp8/gst-plugins-vp8-0.10.23-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vp8/gst-plugins-vp8-0.10.23-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vp8/gst-plugins-vp8-0.10.23-r3.ebuild?rev=1.1&content-type=text/plain Index: gst-plugins-vp8-0.10.23-r3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vp8/gst-plugins-vp8-0.10.23-r3.ebuild,v 1.1 2015/04/11 09:41:55 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad inherit eutils gstreamer DESCRIPTION="GStreamer decoder for vpx video format" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND=">=media-libs/libvpx-1.2.0_pre20130625[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" src_prepare() { # Fix zero-bitrate vp8 encoding with libvpx-1.1, bug #435282 epatch "${FILESDIR}/${PN}-0.10.23-libvpx-1.1.patch" # Drop old compat code that makes this break with libvpx-1.4, bug #545958 (from Fedora) epatch "${FILESDIR}/${PN}-0.10.23-drop-vpx-compat-defines.patch" local pdir=$(gstreamer_get_plugin_dir) # gstbasevideo has no .pc sed -e "s:\$(top_builddir)/gst-libs/gst/video/.*\.la:-lgstbasevideo-${SLOT}:" \ -i "${pdir}"/Makefile.{am,in} || die }
