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 05307138A1F for ; Sat, 12 Apr 2014 12:47:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 910C2E0B01; Sat, 12 Apr 2014 12:47:47 +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 20769E0B01 for ; Sat, 12 Apr 2014 12:47:47 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEE643401BC for ; Sat, 12 Apr 2014 12:47:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2248) id AC8122004B; Sat, 12 Apr 2014 12:47:44 +0000 (UTC) From: "Daniel Pielmeier (billie)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, billie@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-xine: vdr-xine-0.9.4-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: vdr-xine-0.9.4-r1.ebuild ChangeLog X-VCS-Directories: media-plugins/vdr-xine X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140412124744.AC8122004B@flycatcher.gentoo.org> Date: Sat, 12 Apr 2014 12:47:44 +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: b3a2ce63-9cd1-464f-b73d-7a5b0b3967d5 X-Archives-Hash: b8abc02ab5f632ece710e8fc2af63d19 billie 14/04/12 12:47:44 Modified: vdr-xine-0.9.4-r1.ebuild ChangeLog Log: Remove dependency on media-video/y4mscaler which is scheduled for removal as it is now part of media-video/mjpegtools (#492886). (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 215AD14D) Revision Changes Path 1.2 media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild?r1=1.1&r2=1.2 Index: vdr-xine-0.9.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vdr-xine-0.9.4-r1.ebuild 27 Jan 2013 16:57:24 -0000 1.1 +++ vdr-xine-0.9.4-r1.ebuild 12 Apr 2014 12:47:44 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild,v 1.1 2013/01/27 16:57:24 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4-r1.ebuild,v 1.2 2014/04/12 12:47:44 billie Exp $ EAPI="5" @@ -19,9 +19,8 @@ >=media-libs/xine-lib-1.1.8[vdr]" DEPEND="${COMMON_DEP}" RDEPEND="${COMMON_DEP} - media-video/mjpegtools - media-libs/netpbm - media-video/y4mscaler" + >=media-video/mjpegtools-2.1.0 + media-libs/netpbm" src_prepare() { epatch "${FILESDIR}/${P}-gentoo.diff" 1.7 media-plugins/vdr-xine/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-xine/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 23 Feb 2014 21:10:57 -0000 1.6 +++ ChangeLog 12 Apr 2014 12:47:44 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/vdr-xine # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/ChangeLog,v 1.6 2014/02/23 21:10:57 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/ChangeLog,v 1.7 2014/04/12 12:47:44 billie Exp $ + + 12 Apr 2014; Daniel Pielmeier vdr-xine-0.9.4-r1.ebuild: + Remove dependency on media-video/y4mscaler which is scheduled for removal as + it is now part of media-video/mjpegtools (#492886). 23 Feb 2014; Joerg Bornkessel -vdr-xine-0.9.4.ebuild: cleanup old, depended on vdr-plugin.eclass