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 7159A138334 for ; Tue, 10 Dec 2019 09:35:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF22FE0982; Tue, 10 Dec 2019 09:35:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B4D5E0982 for ; Tue, 10 Dec 2019 09:35:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F4AF34D8E5 for ; Tue, 10 Dec 2019 09:35:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF3498D4 for ; Tue, 10 Dec 2019 09:35:22 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1575970519.663b648973efc1c1788dcbbb96479dbaa22eef64.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/vdpauinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/vdpauinfo/Manifest x11-misc/vdpauinfo/vdpauinfo-1.3.ebuild X-VCS-Directories: x11-misc/vdpauinfo/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 663b648973efc1c1788dcbbb96479dbaa22eef64 X-VCS-Branch: master Date: Tue, 10 Dec 2019 09:35:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b1004240-92f7-497c-8f26-14c4890cd7a5 X-Archives-Hash: c554f3b0f4aeb1696f3a5b3f96c189e3 commit: 663b648973efc1c1788dcbbb96479dbaa22eef64 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Dec 10 09:34:50 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Dec 10 09:35:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663b6489 x11-misc/vdpauinfo: Version 1.3 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Closes: https://bugs.gentoo.org/702400 Signed-off-by: Jeroen Roovers gentoo.org> x11-misc/vdpauinfo/Manifest | 1 + x11-misc/vdpauinfo/vdpauinfo-1.3.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/x11-misc/vdpauinfo/Manifest b/x11-misc/vdpauinfo/Manifest index a8374881f7f..d4d000f32cd 100644 --- a/x11-misc/vdpauinfo/Manifest +++ b/x11-misc/vdpauinfo/Manifest @@ -1 +1,2 @@ DIST vdpauinfo-1.0.tar.gz 88567 BLAKE2B 6f0834bf6a8fb83204b70858ac529010ab69c55de4b2c6b8b8864ea33aed385bb9125ad12a82a28086dac43f39f06c2b757718142d800b5de2263513e9c5f02e SHA512 54c177424bdae65374a13c0546ecda0e25e7357f9e779fb48dc018a9c11593039f87715ea18b320684dca22455df9b41a4eea6b0f977956efb6ab85b8b99297e +DIST vdpauinfo-1.3.tar.gz 12159 BLAKE2B 41dc31ef2f45272221e2eea969d7801cc9c8bfd693e64f7d157b17645da654b7f50d780df698736b3e2ea9c55c7d3b6e7ce75f96aacd50bbaa4032dfc753a43f SHA512 2271053c17d389ea600742ffe14e863921f18e504e07cb5db33c98745d2f71aece908408bca0161b3c2fa9cd67de8c741c132a774a4fd9443c7124168a4da79f diff --git a/x11-misc/vdpauinfo/vdpauinfo-1.3.ebuild b/x11-misc/vdpauinfo/vdpauinfo-1.3.ebuild new file mode 100644 index 00000000000..a862c8c7155 --- /dev/null +++ b/x11-misc/vdpauinfo/vdpauinfo-1.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit autotools + +DESCRIPTION="Displays info about your card's VDPAU support" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU" +SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${P}/${PN}-${P}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + x11-libs/libX11 + >=x11-libs/libvdpau-1.3 +" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig + x11-base/xorg-proto +" +S=${WORKDIR}/${PN}-${P} + +src_prepare() { + default + eautoreconf +}