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 08333138CD2 for ; Thu, 14 May 2015 21:45:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2089DE08C9; Thu, 14 May 2015 21:45:24 +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 59C42E08C9 for ; Thu, 14 May 2015 21:45:23 +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 6F884340E41 for ; Thu, 14 May 2015 21:45:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F07DD9EB for ; Thu, 14 May 2015 21:45:20 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1431628787.59c1b99921a6e6c899f2fd83b50f0bfd3ef07122.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-libs/gst-plugins-bad/ X-VCS-Repository: proj/gnome X-VCS-Files: media-libs/gst-plugins-bad/gst-plugins-bad-1.4.3.ebuild X-VCS-Directories: media-libs/gst-plugins-bad/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 59c1b99921a6e6c899f2fd83b50f0bfd3ef07122 X-VCS-Branch: master Date: Thu, 14 May 2015 21:45:20 +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: 14ee4b9a-a685-4afe-b000-2bf8ac527134 X-Archives-Hash: 432e99730d9d97b4c6b4d49211b2964a commit: 59c1b99921a6e6c899f2fd83b50f0bfd3ef07122 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu May 14 18:39:47 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu May 14 18:39:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=59c1b999 media-libs/gst-plugins-bad: moved to gentoo-x86 long ago .../gst-plugins-bad/gst-plugins-bad-1.4.3.ebuild | 75 ---------------------- 1 file changed, 75 deletions(-) diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.3.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.3.ebuild deleted file mode 100644 index 9a1a993..0000000 --- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.3.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -GST_ORG_MODULE="gst-plugins-bad" -inherit eutils flag-o-matic gstreamer - -DESCRIPTION="Less plugins for GStreamer" -HOMEPAGE="http://gstreamer.freedesktop.org/" - -LICENSE="LGPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="egl gles2 +introspection +orc opengl vnc wayland" - -# FIXME: we need to depend on mesa to avoid automagic on egl -# dtmf plugin moved from bad to good in 1.2 -# X11 is automagic for now, upstream #709530 -RDEPEND=" - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - >=media-libs/gst-plugins-base-1.4.0:${SLOT}[${MULTILIB_USEDEP}] - >=media-libs/gstreamer-1.4.0:${SLOT}[${MULTILIB_USEDEP}] - egl? ( - >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] - wayland? ( media-libs/mesa[wayland,${MULTILIB_USEDEP}] ) - ) - gles2? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] ) - introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) - orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) - opengl? ( virtual/opengl[${MULTILIB_USEDEP}] ) - - !