public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
Date: Tue,  8 Sep 2015 05:21:19 +0000 (UTC)	[thread overview]
Message-ID: <1441689578.de482196e41bb1b213c24f5486e40c2aa57a18f0.jer@gentoo> (raw)

commit:     de482196e41bb1b213c24f5486e40c2aa57a18f0
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  8 05:19:38 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Sep  8 05:19:38 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de482196

x11-libs/libvdpau: Version bump.

Package-Manager: portage-2.2.20.1

 x11-libs/libvdpau/Manifest                         |  3 +-
 x11-libs/libvdpau/libvdpau-0.7.ebuild              | 45 ----------------------
 .../{libvdpau-0.8.ebuild => libvdpau-1.1.1.ebuild} |  2 +-
 3 files changed, 2 insertions(+), 48 deletions(-)

diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index c457aa2..ba78f71 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1,4 +1,3 @@
-DIST libvdpau-0.7.tar.gz 486636 SHA256 24dc08467ce8c59d6cfbf0d34d2dd1f86b4ff62e90777e0a8f513c5c9de9bce0 SHA512 c0ebb124956372a59eaa7e5c9330b6d4f32acd924aa620c4c037f3917623860887231b9b9f4c0a375a300c82a3e0b7284afbe9139d8562f6a74a85848d362286 WHIRLPOOL d88a439231267386b53b4e9be8820e225f40bf8e77895f2d28fbcbd1ced19e70d23d49a55618d0bcadd44086f5df880badff47d05871c6e6fee02a5cf075ef15
-DIST libvdpau-0.8.tar.gz 487359 SHA256 73a7d11cc1abed8bcaf1392bd361fc00fd43bd85bbeafb12a64bdd0bcb4101ed SHA512 c7e7c74f4849f83bed170f4428c381f868f34cbb59444c4e65af4ad1eac19ea9450aa422b35af6c031c2b168a73282fe7bf96d69d5581f24d3c689aa849d1c56 WHIRLPOOL f1ff7d08e326abc1750f0faca9359c366f98970f562dd56037d674d971183cf39289afe0b83192cc162fcfad92ebb3b24f1f652df59095d53b30da90e77a3347
 DIST libvdpau-0.9.tar.gz 526619 SHA256 e32957140835a545a01a3972db1143e01174db3d9c0017e51f6a3bf8b09c0e6e SHA512 8e69712a91e17c3388742f2a4c0a8887113fe06a81dbedf1faa7fc3985a289cd067a9134399f9747fd4b3b1499c46e7871a3b34f74f6e9c95b07ea877739e51f WHIRLPOOL b04824b5867636c25f029909fd9c82fe142bafcbe2544234c31cf34b4616417c362801b8ab817e59b741eb3b8232b0dedef1664dbd5a856cec6634328eb6defc
+DIST libvdpau-1.1.1.tar.gz 541752 SHA256 5fe093302432ef05086ca2ee429c789b7bf843e166d482d166e56859b08bef55 SHA512 e094494fc820c2395c9dbb4e69daa89334b9186e2ad1a6c06671c7f844568db191ce4d1d9df95c4536579864bcc8541eb6fd159c377bc73c228cdf2a0fea50fb WHIRLPOOL a17e69104ef89606592e0242af9d2397e6d1647d55e14d02f2816e997d4d84c5a68cd2f9b7388abd47025abb850a09883f83a77585e194f3bac89ac190d47d46
 DIST libvdpau-1.1.tar.gz 535945 SHA256 aea4e783f220bf26ba2139ccd866a0ee5005fa03af5e08c41fbc939118263919 SHA512 9ef5a643f93934b55a0e1d9d0785c96489abd64ee9ea05b3bd8f7e802ff8bb00af279ac37d3aa65b133255c520b8b32bb7356728de6131df0a2cd87c4048c43e WHIRLPOOL 568227ca8e3aec60e366b04038ddce655883c39dc28015a5f6b83552714fe5661b877da6746d150cea1ce35b1cf27e9eb4e1b4103b9eaa1794523230e0485c10

diff --git a/x11-libs/libvdpau/libvdpau-0.7.ebuild b/x11-libs/libvdpau/libvdpau-0.7.ebuild
deleted file mode 100644
index d3660d6..0000000
--- a/x11-libs/libvdpau/libvdpau-0.7.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools-multilib
-
-DESCRIPTION="VDPAU wrapper and trace libraries"
-HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU"
-SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc dri"
-
-RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-	dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
-	!=x11-drivers/nvidia-drivers-180*
-	!=x11-drivers/nvidia-drivers-185*
-	!=x11-drivers/nvidia-drivers-190*
-	abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	doc? (
-		app-doc/doxygen
-		media-gfx/graphviz
-		virtual/latex-base
-		)
-	dri? ( >=x11-proto/dri2proto-2.2 )"
-
-src_configure() {
-	local myeconfargs=(
-		--docdir="${EPREFIX}"/usr/share/doc/${PF}
-		$(use_enable doc documentation)
-		$(use dri || echo --disable-dri2)
-	)
-
-	autotools-multilib_src_configure
-}
-
-src_install() {
-	autotools-multilib_src_install
-	prune_libtool_files --modules
-}

diff --git a/x11-libs/libvdpau/libvdpau-0.8.ebuild b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
similarity index 96%
rename from x11-libs/libvdpau/libvdpau-0.8.ebuild
rename to x11-libs/libvdpau/libvdpau-1.1.1.ebuild
index f0efcf6..b4e4e74 100644
--- a/x11-libs/libvdpau/libvdpau-0.8.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 


             reply	other threads:[~2015-09-08  5:21 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08  5:21 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-11 17:36 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/ Ionen Wolkens
2022-08-11 11:35 Ionen Wolkens
2022-03-30  7:16 Ionen Wolkens
2022-03-26 17:07 Arthur Zamarin
2022-03-25  8:30 Jakov Smolić
2022-03-25  7:49 Agostino Sarubbo
2022-03-11  0:04 Ionen Wolkens
2022-03-11  0:04 Ionen Wolkens
2022-03-11  0:04 Ionen Wolkens
2021-06-04  1:14 Matt Turner
2021-03-26 15:18 Sam James
2021-01-26  1:22 Matt Turner
2021-01-10 13:08 Sam James
2021-01-08 10:34 Sam James
2021-01-08 10:34 Sam James
2020-12-04 14:24 Mikle Kolyada
2020-04-13 19:46 Jeroen Roovers
2020-04-10  6:55 Jeroen Roovers
2020-01-02 10:52 Jeroen Roovers
2019-08-29  5:26 Jeroen Roovers
2019-07-10  5:15 Jeroen Roovers
2019-05-15 19:40 Aaron Bauman
2019-05-14 14:56 Jeroen Roovers
2019-02-28 22:11 Jeroen Roovers
2019-02-28 21:46 Jeroen Roovers
2019-02-28 21:40 Jeroen Roovers
2017-06-28 10:55 Alexis Ballier
2015-09-28  3:26 Jeroen Roovers
2015-09-15 12:28 Agostino Sarubbo
2015-09-15 12:28 Agostino Sarubbo
2015-09-08  5:33 Jeroen Roovers
2015-09-06  4:09 Doug Goldstein
2015-08-12  4:16 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441689578.de482196e41bb1b213c24f5486e40c2aa57a18f0.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox