From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D97A1138010 for ; Sun, 21 Oct 2012 08:01:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CC3DE059C; Sun, 21 Oct 2012 08:01:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 20B8DE059C for ; Sun, 21 Oct 2012 08:01:03 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 850F033C770 for ; Sun, 21 Oct 2012 08:01:02 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2306) id 3D41B21600; Sun, 21 Oct 2012 08:01:01 +0000 (UTC) From: "Alexandre Rostovtsev (tetromino)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tetromino@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-theora: gst-plugins-theora-0.10.36.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gst-plugins-theora-0.10.36.ebuild ChangeLog X-VCS-Directories: media-plugins/gst-plugins-theora X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121021080101.3D41B21600@flycatcher.gentoo.org> Date: Sun, 21 Oct 2012 08:01:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ed41b31a-7b55-4afe-80c9-5519e4602360 X-Archives-Hash: e8cb6572fdca6238bf8ef995d91c05e1 tetromino 12/10/21 08:01:01 Modified: ChangeLog Added: gst-plugins-theora-0.10.36.ebuild Log: Version bump with some encoder fixes. (Portage version: 2.2.0_alpha137/cvs/Linux x86_64) Revision Changes Path 1.176 media-plugins/gst-plugins-theora/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog?rev=1.176&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog?rev=1.176&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog?r1=1.175&r2=1.176 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v retrieving revision 1.175 retrieving revision 1.176 diff -u -r1.175 -r1.176 --- ChangeLog 17 May 2012 15:11:39 -0000 1.175 +++ ChangeLog 21 Oct 2012 08:01:01 -0000 1.176 @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-theora # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.175 2012/05/17 15:11:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.176 2012/10/21 08:01:01 tetromino Exp $ + +*gst-plugins-theora-0.10.36 (21 Oct 2012) + + 21 Oct 2012; Alexandre Rostovtsev + +gst-plugins-theora-0.10.36.ebuild: + Version bump with some encoder fixes. 17 May 2012; Alexis Ballier gst-plugins-theora-0.10.35.ebuild: 1.1 media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36.ebuild?rev=1.1&content-type=text/plain Index: gst-plugins-theora-0.10.36.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.36.ebuild,v 1.1 2012/10/21 08:01:01 tetromino Exp $ EAPI=4 inherit gst-plugins-base KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=media-libs/libtheora-1.1[encode] media-libs/libogg" DEPEND="${RDEPEND}"