From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 999491382FE for ; Sat, 9 Jul 2016 10:12:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3392AE0C0F; Sat, 9 Jul 2016 10:12:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D5F1E0C06 for ; Sat, 9 Jul 2016 10:12:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91935340FD4 for ; Sat, 9 Jul 2016 10:12:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2E342450 for ; Sat, 9 Jul 2016 10:12:29 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1468059103.5cbfab44ac2c9f1d860b67082f6905426037626c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-vaapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-vaapi/Manifest media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.6.1.ebuild X-VCS-Directories: media-plugins/gst-plugins-vaapi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 5cbfab44ac2c9f1d860b67082f6905426037626c X-VCS-Branch: master Date: Sat, 9 Jul 2016 10:12:29 +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: 446442e1-e722-4d9d-87ad-ce4bf0ebac3d X-Archives-Hash: 909b081c12862ffaa6dcbdb0983ab4c6 commit: 5cbfab44ac2c9f1d860b67082f6905426037626c Author: Pacho Ramos gentoo org> AuthorDate: Sat Jul 9 09:50:02 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jul 9 10:11:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbfab44 media-plugins/gst-plugins-vaapi: Drop old Package-Manager: portage-2.3.0 media-plugins/gst-plugins-vaapi/Manifest | 1 - .../gst-plugins-vaapi-0.6.1.ebuild | 60 ---------------------- 2 files changed, 61 deletions(-) diff --git a/media-plugins/gst-plugins-vaapi/Manifest b/media-plugins/gst-plugins-vaapi/Manifest index 7891d83..d1ea579 100644 --- a/media-plugins/gst-plugins-vaapi/Manifest +++ b/media-plugins/gst-plugins-vaapi/Manifest @@ -1,2 +1 @@ -DIST gstreamer-vaapi-0.6.1.tar.bz2 1403160 SHA256 36fc8afeb7ec679ea8df34671a34dba57dcc0b66255fb0991acb485e3efd67b3 SHA512 94dab46414da2b43b9f0fc119c8d901848ad637b1161644888072a733423c60c2b858a37467fc26a4341133c88940304fc70fd328dde9ac0bfba129722771ea8 WHIRLPOOL 49efe4f708810bc786c78f0950ed8249bcbb44113f8a3ce3518ef26eb5168397053314030d324b45346cf50c539d92c0aca5993e949b572a74772da025c4a7af DIST gstreamer-vaapi-0.7.0.tar.bz2 2362818 SHA256 abe8ea4dfb3177d038b38610537c651b943707ed110882782a19b95a9ea04a92 SHA512 8594b97320b34c586fde0ab76f44cd6b8ee2404101259a65d2a457a89d75f158368c35471d85d82cd47beb5163fb075142fc2aeb0364566e1da7971a98a92357 WHIRLPOOL 4624d59a88482896da43da940c203181dcf66cd1ede82faa45efe200d30e1efda6872f08b758df2deadbce1fee476815ef0653f45234da81c1590c953ca613d5 diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.6.1.ebuild b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.6.1.ebuild deleted file mode 100644 index 0877016..0000000 --- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.6.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit eutils multilib-minimal - -MY_PN="gstreamer-vaapi" -DESCRIPTION="Hardware accelerated video decoding through VA-API plugin" -HOMEPAGE="https://github.com/01org/gstreamer-vaapi" -SRC_URI="https://www.freedesktop.org/software/vaapi/releases/${MY_PN}/${MY_PN}-${PV}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="1.0" -KEYWORDS="~amd64 ~x86" -IUSE="+drm opengl wayland +X" -REQUIRED_USE="|| ( drm opengl wayland X )" - -RDEPEND=" - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - >=media-libs/gstreamer-1.6:1.0[${MULTILIB_USEDEP}] - >=media-libs/gst-plugins-base-1.6:1.0[${MULTILIB_USEDEP}] - >=media-libs/gst-plugins-bad-1.6:1.0[opengl?,${MULTILIB_USEDEP}] - >=x11-libs/libva-1.4.0[drm?,X?,opengl?,wayland?,${MULTILIB_USEDEP}] - drm? ( - >=virtual/libudev-208:=[${MULTILIB_USEDEP}] - >=x11-libs/libdrm-2.4.46[${MULTILIB_USEDEP}] ) - X? ( - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}] ) - opengl? ( - >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}] ) - wayland? ( >=dev-libs/wayland-1.0.6[${MULTILIB_USEDEP}] ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.12 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] -" - -S="${WORKDIR}/${MY_PN}-${PV}" - -multilib_src_configure() { - ECONF_SOURCE=${S} \ - econf \ - --enable-builtin-libvpx=no \ - --disable-static \ - --enable-egl \ - $(use_enable drm) \ - $(use_enable opengl glx) \ - $(use_enable wayland) \ - $(use_enable X x11) -} - -multilib_src_install_all() { - einstalldocs - prune_libtool_files --modules -}