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 6245A138CD3 for ; Mon, 25 May 2015 22:34:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB521E0828; Mon, 25 May 2015 22:34:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31A96E0828 for ; Mon, 25 May 2015 22:34:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A14B34078E for ; Mon, 25 May 2015 22:34:17 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2262) id 6CFE69F9; Mon, 25 May 2015 22:34:14 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-vpx: gst-plugins-vpx-1.4.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gst-plugins-vpx-1.4.5.ebuild ChangeLog X-VCS-Directories: media-plugins/gst-plugins-vpx X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150525223414.6CFE69F9@oystercatcher.gentoo.org> Date: Mon, 25 May 2015 22:34:14 +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: ad01273c-eb7d-470a-bc9d-82a83f7d1352 X-Archives-Hash: 5c617a90b9638f8e80dc136c2e2f8949 pacho 15/05/25 22:34:14 Modified: gst-plugins-vpx-1.4.5.ebuild ChangeLog Log: Needs to be rebuilt when libvpx soname version changes (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.7 media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild?r1=1.6&r2=1.7 Index: gst-plugins-vpx-1.4.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gst-plugins-vpx-1.4.5.ebuild 29 Mar 2015 11:10:26 -0000 1.6 +++ gst-plugins-vpx-1.4.5.ebuild 25 May 2015 22:34:14 -0000 1.7 @@ -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-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild,v 1.6 2015/03/29 11:10:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild,v 1.7 2015/05/25 22:34:14 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-good @@ -12,5 +12,5 @@ IUSE="" # VP9 is under experimental, do not enable it now -RDEPEND=">=media-libs/libvpx-1.3.0[${MULTILIB_USEDEP}]" +RDEPEND=">=media-libs/libvpx-1.3.0:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" 1.47 media-plugins/gst-plugins-vpx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.47&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?r1=1.46&r2=1.47 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- ChangeLog 29 Mar 2015 11:10:26 -0000 1.46 +++ ChangeLog 25 May 2015 22:34:14 -0000 1.47 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-vpx # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.46 2015/03/29 11:10:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.47 2015/05/25 22:34:14 pacho Exp $ + + 25 May 2015; Pacho Ramos gst-plugins-vpx-1.4.5.ebuild: + Needs to be rebuilt when libvpx soname version changes 29 Mar 2015; Jeroen Roovers gst-plugins-vpx-1.4.5.ebuild: Stable for HPPA (bug #534012).