* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2015-08-12 4:16 Jeroen Roovers
0 siblings, 0 replies; 34+ messages in thread
From: Jeroen Roovers @ 2015-08-12 4:16 UTC (permalink / raw
To: gentoo-commits
commit: bfd221f8acc44bdee5f36dfd729d40b7a44372e1
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 04:15:34 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 04:15:34 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd221f8
Version bump (bug #547688).
Package-Manager: portage-2.2.20
x11-libs/libvdpau/Manifest | 1 +
x11-libs/libvdpau/libvdpau-1.1.ebuild | 50 +++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index dc449a0..c457aa2 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1,3 +1,4 @@
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.tar.gz 535945 SHA256 aea4e783f220bf26ba2139ccd866a0ee5005fa03af5e08c41fbc939118263919 SHA512 9ef5a643f93934b55a0e1d9d0785c96489abd64ee9ea05b3bd8f7e802ff8bb00af279ac37d3aa65b133255c520b8b32bb7356728de6131df0a2cd87c4048c43e WHIRLPOOL 568227ca8e3aec60e366b04038ddce655883c39dc28015a5f6b83552714fe5661b877da6746d150cea1ce35b1cf27e9eb4e1b4103b9eaa1794523230e0485c10
diff --git a/x11-libs/libvdpau/libvdpau-1.1.ebuild b/x11-libs/libvdpau/libvdpau-1.1.ebuild
new file mode 100644
index 0000000..b4e4e74
--- /dev/null
+++ b/x11-libs/libvdpau/libvdpau-1.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+VIRTUALX_REQUIRED="test"
+inherit autotools-multilib virtualx
+
+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
+}
+
+multilib_src_test() {
+ Xemake check
+}
+
+src_install() {
+ autotools-multilib_src_install
+ prune_libtool_files --modules
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2015-09-06 4:09 Doug Goldstein
0 siblings, 0 replies; 34+ messages in thread
From: Doug Goldstein @ 2015-09-06 4:09 UTC (permalink / raw
To: gentoo-commits
commit: eb0c17813af59f37622e63f28724a22aed02b6c3
Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 6 04:09:27 2015 +0000
Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 04:09:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0c1781
x11-libs/libvdpau: change maintainer
Jeroen has been maintaining this package for a while now.
Package-Manager: portage-2.2.20.1
Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
x11-libs/libvdpau/metadata.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/libvdpau/metadata.xml b/x11-libs/libvdpau/metadata.xml
index a445a73..52363bf 100644
--- a/x11-libs/libvdpau/metadata.xml
+++ b/x11-libs/libvdpau/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>cardoe@gentoo.org</email>
- <name>Doug Goldstein</name>
+ <email>jer@gentoo.org</email>
+ <name>Jeroen Roovers</name>
</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2015-09-08 5:21 Jeroen Roovers
0 siblings, 0 replies; 34+ messages in thread
From: Jeroen Roovers @ 2015-09-08 5:21 UTC (permalink / raw
To: gentoo-commits
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$
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2015-09-08 5:33 Jeroen Roovers
0 siblings, 0 replies; 34+ messages in thread
From: Jeroen Roovers @ 2015-09-08 5:33 UTC (permalink / raw
To: gentoo-commits
commit: 84f1f10cc0129a831fc49aa5d7b76469aa53ce24
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 8 05:33:04 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Sep 8 05:33:04 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f1f10c
x11-libs/libvdpau: Fix warning about implicit declaration of secure_getenv in mesa_dri2.c
Package-Manager: portage-2.2.20.1
x11-libs/libvdpau/libvdpau-1.1.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.1.1.ebuild b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
index b4e4e74..518bf7a 100644
--- a/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
VIRTUALX_REQUIRED="test"
-inherit autotools-multilib virtualx
+inherit autotools-multilib flag-o-matic virtualx
DESCRIPTION="VDPAU wrapper and trace libraries"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU"
@@ -31,6 +31,7 @@ DEPEND="${RDEPEND}
dri? ( >=x11-proto/dri2proto-2.2 )"
src_configure() {
+ append-cppflags -D_GNU_SOURCE
local myeconfargs=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
$(use_enable doc documentation)
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2015-09-15 12:28 Agostino Sarubbo
0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2015-09-15 12:28 UTC (permalink / raw
To: gentoo-commits
commit: 84c9634eca851e096bdfaefbe7c7460937dd7f33
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 12:28:10 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 12:28:10 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c9634e
x11-libs/libvdpau: amd64 stable wrt bug #559934
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
x11-libs/libvdpau/libvdpau-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.1.1.ebuild b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
index 518bf7a..a9dd40e 100644
--- a/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc dri"
RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2015-09-15 12:28 Agostino Sarubbo
0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2015-09-15 12:28 UTC (permalink / raw
To: gentoo-commits
commit: 3fb715a9c065e9c598984703f39a0bcc2cb61b9d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 12:28:48 2015 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 12:28:48 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb715a9
x11-libs/libvdpau: x86 stable wrt bug #559934
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
x11-libs/libvdpau/libvdpau-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.1.1.ebuild b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
index a9dd40e..c71f447 100644
--- a/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc dri"
RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2015-09-28 3:26 Jeroen Roovers
0 siblings, 0 replies; 34+ messages in thread
From: Jeroen Roovers @ 2015-09-28 3:26 UTC (permalink / raw
To: gentoo-commits
commit: 3cbf8787d9cac5615c7e126a65e867ad214b3267
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 03:26:03 2015 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 03:26:03 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbf8787
x11-libs/libvdpau: Old.
Package-Manager: portage-2.2.20.1
x11-libs/libvdpau/Manifest | 2 --
x11-libs/libvdpau/libvdpau-0.9.ebuild | 50 -----------------------------------
x11-libs/libvdpau/libvdpau-1.1.ebuild | 50 -----------------------------------
3 files changed, 102 deletions(-)
diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index ba78f71..a8665bd 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1,3 +1 @@
-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.9.ebuild b/x11-libs/libvdpau/libvdpau-0.9.ebuild
deleted file mode 100644
index e3d3000..0000000
--- a/x11-libs/libvdpau/libvdpau-0.9.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-VIRTUALX_REQUIRED="test"
-inherit autotools-multilib virtualx
-
-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
-}
-
-multilib_src_test() {
- Xemake check
-}
-
-src_install() {
- autotools-multilib_src_install
- prune_libtool_files --modules
-}
diff --git a/x11-libs/libvdpau/libvdpau-1.1.ebuild b/x11-libs/libvdpau/libvdpau-1.1.ebuild
deleted file mode 100644
index b4e4e74..0000000
--- a/x11-libs/libvdpau/libvdpau-1.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-VIRTUALX_REQUIRED="test"
-inherit autotools-multilib virtualx
-
-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
-}
-
-multilib_src_test() {
- Xemake check
-}
-
-src_install() {
- autotools-multilib_src_install
- prune_libtool_files --modules
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2017-06-28 10:55 Alexis Ballier
0 siblings, 0 replies; 34+ messages in thread
From: Alexis Ballier @ 2017-06-28 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 5f5b6e5eb05b81381306f64becfae4db4623f4ff
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 10:41:03 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 10:41:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5b6e5e
x11-libs/libvdpau: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
x11-libs/libvdpau/libvdpau-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.1.1.ebuild b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
index 4d773d8fc50..a9837898069 100644
--- a/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="https://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc dri"
RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2019-02-28 21:40 Jeroen Roovers
0 siblings, 0 replies; 34+ messages in thread
From: Jeroen Roovers @ 2019-02-28 21:40 UTC (permalink / raw
To: gentoo-commits
commit: 7a23b9bba3f0e68881bdd660553ac860cef5d005
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 21:40:16 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 21:40:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a23b9bb
x11-libs/libvdpau: Version 1.2
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-libs/libvdpau/Manifest | 1 +
x11-libs/libvdpau/libvdpau-1.2.ebuild | 50 +++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index 349ebbbc5bd..2dfe563abd9 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1 +1,2 @@
DIST libvdpau-1.1.1.tar.gz 541752 BLAKE2B 346dad1ee83193fb489a67016874b1cb9eccc88833766f1df987ed7369078cf259c168546d64ab847d81baceb4e4969d859c29a4081befbe100925d457dfb6df SHA512 e094494fc820c2395c9dbb4e69daa89334b9186e2ad1a6c06671c7f844568db191ce4d1d9df95c4536579864bcc8541eb6fd159c377bc73c228cdf2a0fea50fb
+DIST libvdpau-libvdpau-1.2.tar.bz2 140017 BLAKE2B 0420961c48fcd5c92e7e98f84f629946f6234c28781bd7d8c9eb4aa2ab11b76e89e05f50cc423a2935b3376ff3b919ad9e6ef1710ff3549369567f298b5efa50 SHA512 f76c2283a1bd2e854aa6b86a564f7f08c1ff7da34e971c7c39f36e77fbd51fe0440d1ba01bff0b80be6c0326817ee4e6bff719dbe8dbf5e1ec7a94fad5016b7e
diff --git a/x11-libs/libvdpau/libvdpau-1.2.ebuild b/x11-libs/libvdpau/libvdpau-1.2.ebuild
new file mode 100644
index 00000000000..b0205ff8244
--- /dev/null
+++ b/x11-libs/libvdpau/libvdpau-1.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VIRTUALX_REQUIRED="test"
+inherit autotools flag-o-matic virtualx multilib-minimal
+
+DESCRIPTION="VDPAU wrapper and trace libraries"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
+SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${P}/${PN}-${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~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}] )
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+ doc? (
+ app-doc/doxygen
+ media-gfx/graphviz
+ virtual/latex-base
+ )
+ dri? ( x11-base/xorg-proto )
+"
+S=${WORKDIR}/${PN}-${P}
+
+src_prepare() {
+ default
+ eautoreconf
+
+ multilib_copy_sources
+}
+
+multilib_src_configure() {
+ append-cppflags -D_GNU_SOURCE
+ econf \
+ $(use dri || echo --disable-dri2) \
+ $(use_enable doc documentation) \
+ --docdir="${EPREFIX}"/usr/share/doc/${PF}
+}
+
+multilib_src_test() {
+ virtx emake check
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2019-02-28 21:46 Jeroen Roovers
0 siblings, 0 replies; 34+ messages in thread
From: Jeroen Roovers @ 2019-02-28 21:46 UTC (permalink / raw
To: gentoo-commits
commit: dd46f78dcac8b3cf3ce3e7954f198929bcd52089
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 21:46:01 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 21:46:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd46f78d
x11-libs/libvdpau: Drop .la files
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-1.2.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/x11-libs/libvdpau/libvdpau-1.2.ebuild b/x11-libs/libvdpau/libvdpau-1.2.ebuild
index b0205ff8244..4490f4119d1 100644
--- a/x11-libs/libvdpau/libvdpau-1.2.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.2.ebuild
@@ -48,3 +48,8 @@ multilib_src_configure() {
multilib_src_test() {
virtx emake check
}
+
+multilib_src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2019-02-28 22:11 Jeroen Roovers
0 siblings, 0 replies; 34+ messages in thread
From: Jeroen Roovers @ 2019-02-28 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 6571257c67a8e9f3fd5eb8ef5e9c5a0dab9ac7f1
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 22:10:53 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 22:11:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6571257c
x11-libs/libvdpau: Add live ebuild
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-99999.ebuild | 56 +++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
diff --git a/x11-libs/libvdpau/libvdpau-99999.ebuild b/x11-libs/libvdpau/libvdpau-99999.ebuild
new file mode 100644
index 00000000000..ecc84d2648b
--- /dev/null
+++ b/x11-libs/libvdpau/libvdpau-99999.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VIRTUALX_REQUIRED="test"
+inherit flag-o-matic git-r3 meson virtualx multilib-minimal
+
+DESCRIPTION="VDPAU wrapper and trace libraries"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
+EGIT_REPO_URI="https://gitlab.freedesktop.org/vdpau/${PN}/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE="doc dri"
+
+RDEPEND="
+ >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+ doc? (
+ app-doc/doxygen
+ media-gfx/graphviz
+ virtual/latex-base
+ )
+ dri? ( x11-base/xorg-proto )
+"
+
+src_prepare() {
+ sed -i -e "/^docdir/s|${PN}|${PF}|g" doc/meson.build || die
+ default
+}
+
+multilib_src_configure() {
+ append-cppflags -D_GNU_SOURCE
+ local emesonargs=(
+ -Ddri2=$(usex dri true false)
+ -Ddocumentation=$(usex doc true false)
+ )
+ meson_src_configure
+}
+
+multilib_src_compile() {
+ meson_src_compile
+}
+multilib_src_test() {
+ virtx meson_src_test
+}
+
+multilib_src_install() {
+ meson_src_install
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2019-05-14 14:56 Jeroen Roovers
0 siblings, 0 replies; 34+ messages in thread
From: Jeroen Roovers @ 2019-05-14 14:56 UTC (permalink / raw
To: gentoo-commits
commit: 85776ad9c38edfd901bd1cab06b15085ab9aa85b
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 14:53:04 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue May 14 14:56:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85776ad9
x11-libs/libvdpau: Stable
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=684110
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.2.ebuild b/x11-libs/libvdpau/libvdpau-1.2.ebuild
index 4490f4119d1..b10667a207d 100644
--- a/x11-libs/libvdpau/libvdpau-1.2.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${P}/${PN}-${P}.ta
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc dri"
RDEPEND="
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2019-05-15 19:40 Aaron Bauman
0 siblings, 0 replies; 34+ messages in thread
From: Aaron Bauman @ 2019-05-15 19:40 UTC (permalink / raw
To: gentoo-commits
commit: 56dbe2f7c8b044e0430581252fb576c6c16a6452
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 19:39:59 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 15 19:39:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56dbe2f7
x11-libs/libvdpau: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
x11-libs/libvdpau/libvdpau-1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.2.ebuild b/x11-libs/libvdpau/libvdpau-1.2.ebuild
index b10667a207d..6c0d86d35a7 100644
--- a/x11-libs/libvdpau/libvdpau-1.2.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${P}/${PN}-${P}.ta
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc dri"
RDEPEND="
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2019-07-10 5:15 Jeroen Roovers
0 siblings, 0 replies; 34+ messages in thread
From: Jeroen Roovers @ 2019-07-10 5:15 UTC (permalink / raw
To: gentoo-commits
commit: cdde23bccf7d86d39d69e593a40cfeff2519d24e
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 05:14:50 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 05:15:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdde23bc
x11-libs/libvdpau: Old
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-libs/libvdpau/Manifest | 1 -
x11-libs/libvdpau/libvdpau-1.1.1.ebuild | 49 ---------------------------------
2 files changed, 50 deletions(-)
diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index 2dfe563abd9..1e330c7a150 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1,2 +1 @@
-DIST libvdpau-1.1.1.tar.gz 541752 BLAKE2B 346dad1ee83193fb489a67016874b1cb9eccc88833766f1df987ed7369078cf259c168546d64ab847d81baceb4e4969d859c29a4081befbe100925d457dfb6df SHA512 e094494fc820c2395c9dbb4e69daa89334b9186e2ad1a6c06671c7f844568db191ce4d1d9df95c4536579864bcc8541eb6fd159c377bc73c228cdf2a0fea50fb
DIST libvdpau-libvdpau-1.2.tar.bz2 140017 BLAKE2B 0420961c48fcd5c92e7e98f84f629946f6234c28781bd7d8c9eb4aa2ab11b76e89e05f50cc423a2935b3376ff3b919ad9e6ef1710ff3549369567f298b5efa50 SHA512 f76c2283a1bd2e854aa6b86a564f7f08c1ff7da34e971c7c39f36e77fbd51fe0440d1ba01bff0b80be6c0326817ee4e6bff719dbe8dbf5e1ec7a94fad5016b7e
diff --git a/x11-libs/libvdpau/libvdpau-1.1.1.ebuild b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
deleted file mode 100644
index a9de7350064..00000000000
--- a/x11-libs/libvdpau/libvdpau-1.1.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-VIRTUALX_REQUIRED="test"
-inherit autotools-multilib flag-o-matic virtualx
-
-DESCRIPTION="VDPAU wrapper and trace libraries"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
-SRC_URI="https://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 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*"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? (
- app-doc/doxygen
- media-gfx/graphviz
- virtual/latex-base
- )
- dri? ( x11-base/xorg-proto )"
-
-src_configure() {
- append-cppflags -D_GNU_SOURCE
- local myeconfargs=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable doc documentation)
- $(use dri || echo --disable-dri2)
- )
-
- autotools-multilib_src_configure
-}
-
-multilib_src_test() {
- Xemake check
-}
-
-src_install() {
- autotools-multilib_src_install
- prune_libtool_files --modules
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2019-08-29 5:26 Jeroen Roovers
0 siblings, 0 replies; 34+ messages in thread
From: Jeroen Roovers @ 2019-08-29 5:26 UTC (permalink / raw
To: gentoo-commits
commit: d6b13dd81f28c88e23fad47930c5c591718aba4b
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 05:25:15 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 05:26:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b13dd8
x11-libs/libvdpau: Version 1.3
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-libs/libvdpau/Manifest | 1 +
x11-libs/libvdpau/libvdpau-1.3.ebuild | 56 +++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index 1e330c7a150..efdd5694ada 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1 +1,2 @@
+DIST libvdpau-1.3.tar.bz2 139009 BLAKE2B d535c7723638339d4e67002721e9d0d8aae89a6001fccc41d9c3b21d52f0fae9237705bca448fbf1c244dd7eeb71f5fc74ed81f05c975bed798fce503a571c90 SHA512 c06c23062816e8b207d38d9d53df43a1b193bb9836b48bd6d79a63d76522e87d383c446285b9877fe9c99faa0d290da8a49ccbb58eefa138cc38d0929a8e1330
DIST libvdpau-libvdpau-1.2.tar.bz2 140017 BLAKE2B 0420961c48fcd5c92e7e98f84f629946f6234c28781bd7d8c9eb4aa2ab11b76e89e05f50cc423a2935b3376ff3b919ad9e6ef1710ff3549369567f298b5efa50 SHA512 f76c2283a1bd2e854aa6b86a564f7f08c1ff7da34e971c7c39f36e77fbd51fe0440d1ba01bff0b80be6c0326817ee4e6bff719dbe8dbf5e1ec7a94fad5016b7e
diff --git a/x11-libs/libvdpau/libvdpau-1.3.ebuild b/x11-libs/libvdpau/libvdpau-1.3.ebuild
new file mode 100644
index 00000000000..2dc4d12a5fa
--- /dev/null
+++ b/x11-libs/libvdpau/libvdpau-1.3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VIRTUALX_REQUIRED="test"
+inherit flag-o-matic meson virtualx multilib-minimal
+
+DESCRIPTION="VDPAU wrapper and trace libraries"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
+SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~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}] )
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+ doc? (
+ app-doc/doxygen
+ media-gfx/graphviz
+ virtual/latex-base
+ )
+ dri? ( x11-base/xorg-proto )
+"
+
+src_prepare() {
+ sed -i -e "/^docdir/s|${PN}|${PF}|g" doc/meson.build || die
+ default
+}
+
+multilib_src_configure() {
+ append-cppflags -D_GNU_SOURCE
+ local emesonargs=(
+ -Ddri2=$(usex dri true false)
+ -Ddocumentation=$(usex doc true false)
+ )
+ meson_src_configure
+}
+
+multilib_src_compile() {
+ meson_src_compile
+}
+multilib_src_test() {
+ virtx meson_src_test
+}
+
+multilib_src_install() {
+ meson_src_install
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2020-01-02 10:52 Jeroen Roovers
0 siblings, 0 replies; 34+ messages in thread
From: Jeroen Roovers @ 2020-01-02 10:52 UTC (permalink / raw
To: gentoo-commits
commit: 4d57b0e55e0e7a741ecdd16ddf118a486cf52a09
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 2 10:50:58 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Jan 2 10:52:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d57b0e5
x11-libs/libvdpau: Stable for amd64 x86 too
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-1.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.3.ebuild b/x11-libs/libvdpau/libvdpau-1.3.ebuild
index 260b116d827..09b8c0dd0f0 100644
--- a/x11-libs/libvdpau/libvdpau-1.3.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${PV}/${P}.tar.bz2
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~x86"
+KEYWORDS="~alpha amd64 ~arm64 x86"
IUSE="doc dri"
RDEPEND="
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2020-04-10 6:55 Jeroen Roovers
0 siblings, 0 replies; 34+ messages in thread
From: Jeroen Roovers @ 2020-04-10 6:55 UTC (permalink / raw
To: gentoo-commits
commit: fa62ad31de9b01c8fe38e02acca23b06cd6a6004
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 10 06:54:29 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Apr 10 06:55:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa62ad31
x11-libs/libvdpau: Version 1.4
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-libs/libvdpau/Manifest | 1 +
x11-libs/libvdpau/libvdpau-1.4.ebuild | 57 +++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index efdd5694ada..dfb193c70bd 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1,2 +1,3 @@
DIST libvdpau-1.3.tar.bz2 139009 BLAKE2B d535c7723638339d4e67002721e9d0d8aae89a6001fccc41d9c3b21d52f0fae9237705bca448fbf1c244dd7eeb71f5fc74ed81f05c975bed798fce503a571c90 SHA512 c06c23062816e8b207d38d9d53df43a1b193bb9836b48bd6d79a63d76522e87d383c446285b9877fe9c99faa0d290da8a49ccbb58eefa138cc38d0929a8e1330
+DIST libvdpau-1.4.tar.bz2 139525 BLAKE2B 74c56d8d26b0dc3eb0658ef4c61cb18a6b2008c65dd0ef63e7d244d90366c64842708e07b9b1ef28f8a2b67d1ebc331bd83ee1968d80489531d3e90c6197ebf2 SHA512 2eeb4cddf7ea58cb59a6ac6cc49094d47910f60035ceea752756d9d817a189c95b268ef6819bb5fd7af5addc4f6eb6482f1bf8ca7f25840ef522a79ddab96805
DIST libvdpau-libvdpau-1.2.tar.bz2 140017 BLAKE2B 0420961c48fcd5c92e7e98f84f629946f6234c28781bd7d8c9eb4aa2ab11b76e89e05f50cc423a2935b3376ff3b919ad9e6ef1710ff3549369567f298b5efa50 SHA512 f76c2283a1bd2e854aa6b86a564f7f08c1ff7da34e971c7c39f36e77fbd51fe0440d1ba01bff0b80be6c0326817ee4e6bff719dbe8dbf5e1ec7a94fad5016b7e
diff --git a/x11-libs/libvdpau/libvdpau-1.4.ebuild b/x11-libs/libvdpau/libvdpau-1.4.ebuild
new file mode 100644
index 00000000000..d971e801f49
--- /dev/null
+++ b/x11-libs/libvdpau/libvdpau-1.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VIRTUALX_REQUIRED="test"
+inherit flag-o-matic meson virtualx multilib-minimal
+
+DESCRIPTION="VDPAU wrapper and trace libraries"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
+SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${P}/${PN}-${P}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~x86"
+IUSE="doc dri"
+
+RDEPEND="
+ >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+ doc? (
+ app-doc/doxygen
+ media-gfx/graphviz
+ virtual/latex-base
+ )
+ dri? ( x11-base/xorg-proto )
+"
+S=${WORKDIR}/${PN}-${P}
+
+src_prepare() {
+ sed -i -e "/^docdir/s|${PN}|${PF}|g" doc/meson.build || die
+ default
+}
+
+multilib_src_configure() {
+ append-cppflags -D_GNU_SOURCE
+ local emesonargs=(
+ -Ddri2=$(usex dri true false)
+ -Ddocumentation=$(usex doc true false)
+ )
+ meson_src_configure
+}
+
+multilib_src_compile() {
+ meson_src_compile
+}
+multilib_src_test() {
+ virtx meson_src_test
+}
+
+multilib_src_install() {
+ meson_src_install
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2020-04-13 19:46 Jeroen Roovers
0 siblings, 0 replies; 34+ messages in thread
From: Jeroen Roovers @ 2020-04-13 19:46 UTC (permalink / raw
To: gentoo-commits
commit: 6935a556b3d6e6c4fefe7258c0098f3c5c50d5ae
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 19:45:37 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 19:46:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6935a556
x11-libs/libvdpau: Update SRC_URI/A
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Closes: https://bugs.gentoo.org/717130
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-libs/libvdpau/Manifest | 2 +-
x11-libs/libvdpau/libvdpau-1.4.ebuild | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index dfb193c70bd..baf3ca4d8d8 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1,3 +1,3 @@
DIST libvdpau-1.3.tar.bz2 139009 BLAKE2B d535c7723638339d4e67002721e9d0d8aae89a6001fccc41d9c3b21d52f0fae9237705bca448fbf1c244dd7eeb71f5fc74ed81f05c975bed798fce503a571c90 SHA512 c06c23062816e8b207d38d9d53df43a1b193bb9836b48bd6d79a63d76522e87d383c446285b9877fe9c99faa0d290da8a49ccbb58eefa138cc38d0929a8e1330
-DIST libvdpau-1.4.tar.bz2 139525 BLAKE2B 74c56d8d26b0dc3eb0658ef4c61cb18a6b2008c65dd0ef63e7d244d90366c64842708e07b9b1ef28f8a2b67d1ebc331bd83ee1968d80489531d3e90c6197ebf2 SHA512 2eeb4cddf7ea58cb59a6ac6cc49094d47910f60035ceea752756d9d817a189c95b268ef6819bb5fd7af5addc4f6eb6482f1bf8ca7f25840ef522a79ddab96805
+DIST libvdpau-1.4.tar.bz2 139504 BLAKE2B de2b9251060f10e3126b59f44595c3b9cc65c3f5bc719133809414ed51362fb1f90fa67d0351007a178455329493f929d0983a2a7e67c29022ff351ea1f5adfc SHA512 68f502f53f4a95c9af571bd5a3f5048dd1afe30d7576f7e80751c7f29450ef8cb226c1281562b616079d6c177830ec67391d0fae33348a4627ca8c113990cd01
DIST libvdpau-libvdpau-1.2.tar.bz2 140017 BLAKE2B 0420961c48fcd5c92e7e98f84f629946f6234c28781bd7d8c9eb4aa2ab11b76e89e05f50cc423a2935b3376ff3b919ad9e6ef1710ff3549369567f298b5efa50 SHA512 f76c2283a1bd2e854aa6b86a564f7f08c1ff7da34e971c7c39f36e77fbd51fe0440d1ba01bff0b80be6c0326817ee4e6bff719dbe8dbf5e1ec7a94fad5016b7e
diff --git a/x11-libs/libvdpau/libvdpau-1.4.ebuild b/x11-libs/libvdpau/libvdpau-1.4.ebuild
index d971e801f49..e44442af142 100644
--- a/x11-libs/libvdpau/libvdpau-1.4.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.4.ebuild
@@ -7,7 +7,7 @@ inherit flag-o-matic meson virtualx multilib-minimal
DESCRIPTION="VDPAU wrapper and trace libraries"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
-SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${P}/${PN}-${P}.tar.bz2 -> ${P}.tar.bz2"
+SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${PV}/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
@@ -28,7 +28,6 @@ DEPEND="
)
dri? ( x11-base/xorg-proto )
"
-S=${WORKDIR}/${PN}-${P}
src_prepare() {
sed -i -e "/^docdir/s|${PN}|${PF}|g" doc/meson.build || die
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2020-12-04 14:24 Mikle Kolyada
0 siblings, 0 replies; 34+ messages in thread
From: Mikle Kolyada @ 2020-12-04 14:24 UTC (permalink / raw
To: gentoo-commits
commit: 3f784e4a99cfa125d640e6a40ed66530db9979d9
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 4 13:25:23 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Dec 4 14:24:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f784e4a
x11-libs/libvdpau: Keyword 1.4 riscv, #756115
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.4.ebuild b/x11-libs/libvdpau/libvdpau-1.4.ebuild
index e44442af142..7f8cea1f28c 100644
--- a/x11-libs/libvdpau/libvdpau-1.4.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${PV}/${P}.tar.bz2
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~riscv ~x86"
IUSE="doc dri"
RDEPEND="
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2021-01-08 10:34 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-01-08 10:34 UTC (permalink / raw
To: gentoo-commits
commit: 56bd521f19d95a439ce8d72daa51644bcfe21f52
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 8 10:33:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 8 10:33:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56bd521f
x11-libs/libvdpau: Stabilize 1.4 amd64, #764413
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-1.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.4.ebuild b/x11-libs/libvdpau/libvdpau-1.4.ebuild
index 7f8cea1f28c..9bb90e28e40 100644
--- a/x11-libs/libvdpau/libvdpau-1.4.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${PV}/${P}.tar.bz2
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~riscv ~x86"
IUSE="doc dri"
RDEPEND="
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2021-01-08 10:34 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-01-08 10:34 UTC (permalink / raw
To: gentoo-commits
commit: 17bd62cfaa2b047b9a67e206ec0eded6d7b46ee2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 8 10:34:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 8 10:34:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17bd62cf
x11-libs/libvdpau: Stabilize 1.4 arm64, #764413
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.4.ebuild b/x11-libs/libvdpau/libvdpau-1.4.ebuild
index 9bb90e28e40..f7c53efbb4a 100644
--- a/x11-libs/libvdpau/libvdpau-1.4.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${PV}/${P}.tar.bz2
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~alpha amd64 arm64 ~riscv ~x86"
IUSE="doc dri"
RDEPEND="
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2021-01-10 13:08 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-01-10 13:08 UTC (permalink / raw
To: gentoo-commits
commit: 80fb171eb9e7a448fb49e543436aa8f6b5b81e55
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 13:08:25 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 13:08:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fb171e
x11-libs/libvdpau: Stabilize 1.4 x86, #764413
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.4.ebuild b/x11-libs/libvdpau/libvdpau-1.4.ebuild
index f7c53efbb4a..aa4fe3e4877 100644
--- a/x11-libs/libvdpau/libvdpau-1.4.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${PV}/${P}.tar.bz2
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~riscv ~x86"
+KEYWORDS="~alpha amd64 arm64 ~riscv x86"
IUSE="doc dri"
RDEPEND="
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2021-01-26 1:22 Matt Turner
0 siblings, 0 replies; 34+ messages in thread
From: Matt Turner @ 2021-01-26 1:22 UTC (permalink / raw
To: gentoo-commits
commit: 8db7185748dd139ddaac507e72b907da4a78acec
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 01:21:16 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 01:21:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db71857
x11-libs/libvdpau: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-libs/libvdpau/Manifest | 2 --
x11-libs/libvdpau/libvdpau-1.2.ebuild | 54 ---------------------------------
x11-libs/libvdpau/libvdpau-1.3.ebuild | 56 -----------------------------------
3 files changed, 112 deletions(-)
diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index baf3ca4d8d8..0207705af25 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1,3 +1 @@
-DIST libvdpau-1.3.tar.bz2 139009 BLAKE2B d535c7723638339d4e67002721e9d0d8aae89a6001fccc41d9c3b21d52f0fae9237705bca448fbf1c244dd7eeb71f5fc74ed81f05c975bed798fce503a571c90 SHA512 c06c23062816e8b207d38d9d53df43a1b193bb9836b48bd6d79a63d76522e87d383c446285b9877fe9c99faa0d290da8a49ccbb58eefa138cc38d0929a8e1330
DIST libvdpau-1.4.tar.bz2 139504 BLAKE2B de2b9251060f10e3126b59f44595c3b9cc65c3f5bc719133809414ed51362fb1f90fa67d0351007a178455329493f929d0983a2a7e67c29022ff351ea1f5adfc SHA512 68f502f53f4a95c9af571bd5a3f5048dd1afe30d7576f7e80751c7f29450ef8cb226c1281562b616079d6c177830ec67391d0fae33348a4627ca8c113990cd01
-DIST libvdpau-libvdpau-1.2.tar.bz2 140017 BLAKE2B 0420961c48fcd5c92e7e98f84f629946f6234c28781bd7d8c9eb4aa2ab11b76e89e05f50cc423a2935b3376ff3b919ad9e6ef1710ff3549369567f298b5efa50 SHA512 f76c2283a1bd2e854aa6b86a564f7f08c1ff7da34e971c7c39f36e77fbd51fe0440d1ba01bff0b80be6c0326817ee4e6bff719dbe8dbf5e1ec7a94fad5016b7e
diff --git a/x11-libs/libvdpau/libvdpau-1.2.ebuild b/x11-libs/libvdpau/libvdpau-1.2.ebuild
deleted file mode 100644
index ae3a69df818..00000000000
--- a/x11-libs/libvdpau/libvdpau-1.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VIRTUALX_REQUIRED="test"
-inherit autotools flag-o-matic virtualx multilib-minimal
-
-DESCRIPTION="VDPAU wrapper and trace libraries"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
-SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${P}/${PN}-${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm64 x86"
-IUSE="doc dri"
-
-RDEPEND="
- >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
- dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
-"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
- doc? (
- app-doc/doxygen
- media-gfx/graphviz
- virtual/latex-base
- )
- dri? ( x11-base/xorg-proto )
-"
-S=${WORKDIR}/${PN}-${P}
-
-src_prepare() {
- default
- eautoreconf
-
- multilib_copy_sources
-}
-
-multilib_src_configure() {
- append-cppflags -D_GNU_SOURCE
- econf \
- $(use dri || echo --disable-dri2) \
- $(use_enable doc documentation)
-}
-
-multilib_src_test() {
- virtx emake check
-}
-
-multilib_src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/x11-libs/libvdpau/libvdpau-1.3.ebuild b/x11-libs/libvdpau/libvdpau-1.3.ebuild
deleted file mode 100644
index 09b8c0dd0f0..00000000000
--- a/x11-libs/libvdpau/libvdpau-1.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VIRTUALX_REQUIRED="test"
-inherit flag-o-matic meson virtualx multilib-minimal
-
-DESCRIPTION="VDPAU wrapper and trace libraries"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
-SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 x86"
-IUSE="doc dri"
-
-RDEPEND="
- >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
- dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
-"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
- doc? (
- app-doc/doxygen
- media-gfx/graphviz
- virtual/latex-base
- )
- dri? ( x11-base/xorg-proto )
-"
-
-src_prepare() {
- sed -i -e "/^docdir/s|${PN}|${PF}|g" doc/meson.build || die
- default
-}
-
-multilib_src_configure() {
- append-cppflags -D_GNU_SOURCE
- local emesonargs=(
- -Ddri2=$(usex dri true false)
- -Ddocumentation=$(usex doc true false)
- )
- meson_src_configure
-}
-
-multilib_src_compile() {
- meson_src_compile
-}
-multilib_src_test() {
- virtx meson_src_test
-}
-
-multilib_src_install() {
- meson_src_install
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2021-03-26 15:18 Sam James
0 siblings, 0 replies; 34+ messages in thread
From: Sam James @ 2021-03-26 15:18 UTC (permalink / raw
To: gentoo-commits
commit: 2340eccd04727aab274ab458263fc7d63ddbf221
Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Fri Mar 26 14:16:27 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 26 15:17:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2340eccd
x11-libs/libvdpau: use BDEPEND with EAPI 7
Closes: https://bugs.gentoo.org/778437
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-1.4.ebuild | 9 +++++----
x11-libs/libvdpau/libvdpau-99999.ebuild | 11 ++++++-----
2 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.4.ebuild b/x11-libs/libvdpau/libvdpau-1.4.ebuild
index aa4fe3e4877..a531acdf58b 100644
--- a/x11-libs/libvdpau/libvdpau-1.4.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.4.ebuild
@@ -18,15 +18,16 @@ RDEPEND="
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
"
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}
+ dri? ( x11-base/xorg-proto )
+"
+BDEPEND="
virtual/pkgconfig
doc? (
app-doc/doxygen
media-gfx/graphviz
virtual/latex-base
- )
- dri? ( x11-base/xorg-proto )
+ )
"
src_prepare() {
diff --git a/x11-libs/libvdpau/libvdpau-99999.ebuild b/x11-libs/libvdpau/libvdpau-99999.ebuild
index ecc84d2648b..c5bd93bb1cb 100644
--- a/x11-libs/libvdpau/libvdpau-99999.ebuild
+++ b/x11-libs/libvdpau/libvdpau-99999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,15 +18,16 @@ RDEPEND="
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
"
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}
+ dri? ( x11-base/xorg-proto )
+"
+BDEPEND="
virtual/pkgconfig
doc? (
app-doc/doxygen
media-gfx/graphviz
virtual/latex-base
- )
- dri? ( x11-base/xorg-proto )
+ )
"
src_prepare() {
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2021-06-04 1:14 Matt Turner
0 siblings, 0 replies; 34+ messages in thread
From: Matt Turner @ 2021-06-04 1:14 UTC (permalink / raw
To: gentoo-commits
commit: 314ab3c52435ecd859b551e730eecec3af16d92b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 01:38:06 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 4 01:14:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314ab3c5
x11-libs/libvdpau: Switch to meson-multilib
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-1.4.ebuild | 14 +++-----------
x11-libs/libvdpau/libvdpau-99999.ebuild | 14 +++-----------
2 files changed, 6 insertions(+), 22 deletions(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.4.ebuild b/x11-libs/libvdpau/libvdpau-1.4.ebuild
index a531acdf58b..ab328e5779f 100644
--- a/x11-libs/libvdpau/libvdpau-1.4.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
VIRTUALX_REQUIRED="test"
-inherit flag-o-matic meson virtualx multilib-minimal
+inherit flag-o-matic meson-multilib virtualx
DESCRIPTION="VDPAU wrapper and trace libraries"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
@@ -38,20 +38,12 @@ src_prepare() {
multilib_src_configure() {
append-cppflags -D_GNU_SOURCE
local emesonargs=(
- -Ddri2=$(usex dri true false)
- -Ddocumentation=$(usex doc true false)
+ $(meson_use dri dri2)
+ $(meson_native_use_bool doc documentation)
)
meson_src_configure
}
-multilib_src_compile() {
- meson_src_compile
-}
multilib_src_test() {
virtx meson_src_test
}
-
-multilib_src_install() {
- meson_src_install
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/x11-libs/libvdpau/libvdpau-99999.ebuild b/x11-libs/libvdpau/libvdpau-99999.ebuild
index c5bd93bb1cb..2817d03b963 100644
--- a/x11-libs/libvdpau/libvdpau-99999.ebuild
+++ b/x11-libs/libvdpau/libvdpau-99999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
VIRTUALX_REQUIRED="test"
-inherit flag-o-matic git-r3 meson virtualx multilib-minimal
+inherit flag-o-matic git-r3 meson-multilib virtualx
DESCRIPTION="VDPAU wrapper and trace libraries"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
@@ -38,20 +38,12 @@ src_prepare() {
multilib_src_configure() {
append-cppflags -D_GNU_SOURCE
local emesonargs=(
- -Ddri2=$(usex dri true false)
- -Ddocumentation=$(usex doc true false)
+ $(meson_use dri dri2)
+ $(meson_native_use_bool doc documentation)
)
meson_src_configure
}
-multilib_src_compile() {
- meson_src_compile
-}
multilib_src_test() {
virtx meson_src_test
}
-
-multilib_src_install() {
- meson_src_install
- find "${ED}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2022-03-11 0:04 Ionen Wolkens
0 siblings, 0 replies; 34+ messages in thread
From: Ionen Wolkens @ 2022-03-11 0:04 UTC (permalink / raw
To: gentoo-commits
commit: fc58730d43096b8fa52d970dc559b420099489f7
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 20:10:28 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 00:03:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc58730d
x11-libs/libvdpau: drop live 99999
This project sees very little activity and I see no
reason to keep a live ebuild for it.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-99999.ebuild | 49 ---------------------------------
1 file changed, 49 deletions(-)
diff --git a/x11-libs/libvdpau/libvdpau-99999.ebuild b/x11-libs/libvdpau/libvdpau-99999.ebuild
deleted file mode 100644
index 2817d03b9638..000000000000
--- a/x11-libs/libvdpau/libvdpau-99999.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VIRTUALX_REQUIRED="test"
-inherit flag-o-matic git-r3 meson-multilib virtualx
-
-DESCRIPTION="VDPAU wrapper and trace libraries"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
-EGIT_REPO_URI="https://gitlab.freedesktop.org/vdpau/${PN}/"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc dri"
-
-RDEPEND="
- >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
- dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- dri? ( x11-base/xorg-proto )
-"
-BDEPEND="
- virtual/pkgconfig
- doc? (
- app-doc/doxygen
- media-gfx/graphviz
- virtual/latex-base
- )
-"
-
-src_prepare() {
- sed -i -e "/^docdir/s|${PN}|${PF}|g" doc/meson.build || die
- default
-}
-
-multilib_src_configure() {
- append-cppflags -D_GNU_SOURCE
- local emesonargs=(
- $(meson_use dri dri2)
- $(meson_native_use_bool doc documentation)
- )
- meson_src_configure
-}
-
-multilib_src_test() {
- virtx meson_src_test
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2022-03-11 0:04 Ionen Wolkens
0 siblings, 0 replies; 34+ messages in thread
From: Ionen Wolkens @ 2022-03-11 0:04 UTC (permalink / raw
To: gentoo-commits
commit: 83b9ee07fa89adf356ad9ecf7c6ba065b2410c80
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 20:09:10 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 00:03:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b9ee07
x11-libs/libvdpau: add myself as a maintainer
Have no real interest in vdpau, but will handle for nvidia-drivers
being the only consumer where it still make some sense to use (or
at least until the nvdec-based vaapi driver gets more easily usable).
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-libs/libvdpau/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-libs/libvdpau/metadata.xml b/x11-libs/libvdpau/metadata.xml
index 115e9d64a669..06d84e396dc3 100644
--- a/x11-libs/libvdpau/metadata.xml
+++ b/x11-libs/libvdpau/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>ionen@gentoo.org</email>
+ <name>Ionen Wolkens</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2022-03-11 0:04 Ionen Wolkens
0 siblings, 0 replies; 34+ messages in thread
From: Ionen Wolkens @ 2022-03-11 0:04 UTC (permalink / raw
To: gentoo-commits
commit: 014102ebce0ebc49bde8a5c27a4d0f954a2115be
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 20:46:40 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 00:03:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014102eb
x11-libs/libvdpau: add 1.5
wrt removed -D_GNU_SOURCE, been unneeded since it started using
meson given it's set as-needed by testing for secure_getenv
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-libs/libvdpau/Manifest | 1 +
x11-libs/libvdpau/libvdpau-1.5.ebuild | 48 +++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index 0207705af252..47e3451d26c7 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1 +1,2 @@
DIST libvdpau-1.4.tar.bz2 139504 BLAKE2B de2b9251060f10e3126b59f44595c3b9cc65c3f5bc719133809414ed51362fb1f90fa67d0351007a178455329493f929d0983a2a7e67c29022ff351ea1f5adfc SHA512 68f502f53f4a95c9af571bd5a3f5048dd1afe30d7576f7e80751c7f29450ef8cb226c1281562b616079d6c177830ec67391d0fae33348a4627ca8c113990cd01
+DIST libvdpau-1.5.tar.gz 152838 BLAKE2B c3d76c1e46b718d71daff74232f2de9efb989c496cef7fa1016ec76d751530be39b5b6ad6354819579043f23744a647492d5d52b5ab93cae89dd82fb17d08289 SHA512 cebe0e0d9411b87238fa2adec40516881c61a67f33f80c22372f514e672e2dff839687291ab0b01d47af811c254fa65da579f360fcded3f65e382720548d3ea5
diff --git a/x11-libs/libvdpau/libvdpau-1.5.ebuild b/x11-libs/libvdpau/libvdpau-1.5.ebuild
new file mode 100644
index 000000000000..6e035344ce97
--- /dev/null
+++ b/x11-libs/libvdpau/libvdpau-1.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib virtualx
+
+DESCRIPTION="VDPAU wrapper and trace libraries"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
+SRC_URI="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~riscv ~x86"
+IUSE="doc dri"
+
+RDEPEND="
+ x11-libs/libX11[${MULTILIB_USEDEP}]
+ dri? ( x11-libs/libXext[${MULTILIB_USEDEP}] )"
+DEPEND="
+ ${RDEPEND}
+ x11-base/xorg-proto"
+BDEPEND="
+ virtual/pkgconfig
+ doc? (
+ app-doc/doxygen
+ media-gfx/graphviz
+ virtual/latex-base
+ )"
+
+src_prepare() {
+ default
+
+ sed -i "/^docdir/s|${PN}|${PF}|" doc/meson.build || die
+}
+
+multilib_src_configure() {
+ local emesonargs=(
+ $(meson_native_use_bool doc documentation)
+ $(meson_use dri dri2)
+ )
+
+ meson_src_configure
+}
+
+multilib_src_test() {
+ virtx meson_src_test
+}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2022-03-25 7:49 Agostino Sarubbo
0 siblings, 0 replies; 34+ messages in thread
From: Agostino Sarubbo @ 2022-03-25 7:49 UTC (permalink / raw
To: gentoo-commits
commit: c03747111e70b2a24c7bdaa77354c55f9b53a8d6
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 07:49:28 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 07:49:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0374711
x11-libs/libvdpau: x86 stable wrt bug #835978
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.5.ebuild b/x11-libs/libvdpau/libvdpau-1.5.ebuild
index 6e035344ce97..d0fa306c373d 100644
--- a/x11-libs/libvdpau/libvdpau-1.5.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/${PV}/${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~riscv x86"
IUSE="doc dri"
RDEPEND="
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2022-03-25 8:30 Jakov Smolić
0 siblings, 0 replies; 34+ messages in thread
From: Jakov Smolić @ 2022-03-25 8:30 UTC (permalink / raw
To: gentoo-commits
commit: 7053ca0de0a97158cfdf14cacdea55d0387808d0
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 08:30:15 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 08:30:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7053ca0d
x11-libs/libvdpau: Stabilize 1.5 amd64, #835978
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.5.ebuild b/x11-libs/libvdpau/libvdpau-1.5.ebuild
index d0fa306c373d..bb994d11b59a 100644
--- a/x11-libs/libvdpau/libvdpau-1.5.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/${PV}/${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~riscv x86"
+KEYWORDS="~alpha amd64 ~arm64 ~riscv x86"
IUSE="doc dri"
RDEPEND="
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2022-03-26 17:07 Arthur Zamarin
0 siblings, 0 replies; 34+ messages in thread
From: Arthur Zamarin @ 2022-03-26 17:07 UTC (permalink / raw
To: gentoo-commits
commit: 51fedfde5b933002406b80b030bc20ed06b82714
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 17:07:30 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 17:07:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51fedfde
x11-libs/libvdpau: Stabilize 1.5 arm64, #835978
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.5.ebuild b/x11-libs/libvdpau/libvdpau-1.5.ebuild
index bb994d11b59a..0ec6c6eb88e1 100644
--- a/x11-libs/libvdpau/libvdpau-1.5.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/${PV}/${P}.tar.
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~riscv x86"
+KEYWORDS="~alpha amd64 arm64 ~riscv x86"
IUSE="doc dri"
RDEPEND="
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2022-03-30 7:16 Ionen Wolkens
0 siblings, 0 replies; 34+ messages in thread
From: Ionen Wolkens @ 2022-03-30 7:16 UTC (permalink / raw
To: gentoo-commits
commit: e86cebb0e0ce6c2da18d3539fd8483e78f251d5d
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 06:51:28 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 06:55:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86cebb0
x11-libs/libvdpau: drop 1.4
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-libs/libvdpau/Manifest | 1 -
x11-libs/libvdpau/libvdpau-1.4.ebuild | 49 -----------------------------------
2 files changed, 50 deletions(-)
diff --git a/x11-libs/libvdpau/Manifest b/x11-libs/libvdpau/Manifest
index 47e3451d26c7..f28ef4789b45 100644
--- a/x11-libs/libvdpau/Manifest
+++ b/x11-libs/libvdpau/Manifest
@@ -1,2 +1 @@
-DIST libvdpau-1.4.tar.bz2 139504 BLAKE2B de2b9251060f10e3126b59f44595c3b9cc65c3f5bc719133809414ed51362fb1f90fa67d0351007a178455329493f929d0983a2a7e67c29022ff351ea1f5adfc SHA512 68f502f53f4a95c9af571bd5a3f5048dd1afe30d7576f7e80751c7f29450ef8cb226c1281562b616079d6c177830ec67391d0fae33348a4627ca8c113990cd01
DIST libvdpau-1.5.tar.gz 152838 BLAKE2B c3d76c1e46b718d71daff74232f2de9efb989c496cef7fa1016ec76d751530be39b5b6ad6354819579043f23744a647492d5d52b5ab93cae89dd82fb17d08289 SHA512 cebe0e0d9411b87238fa2adec40516881c61a67f33f80c22372f514e672e2dff839687291ab0b01d47af811c254fa65da579f360fcded3f65e382720548d3ea5
diff --git a/x11-libs/libvdpau/libvdpau-1.4.ebuild b/x11-libs/libvdpau/libvdpau-1.4.ebuild
deleted file mode 100644
index ab328e5779fd..000000000000
--- a/x11-libs/libvdpau/libvdpau-1.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VIRTUALX_REQUIRED="test"
-inherit flag-o-matic meson-multilib virtualx
-
-DESCRIPTION="VDPAU wrapper and trace libraries"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
-SRC_URI="https://gitlab.freedesktop.org/vdpau/${PN}/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~riscv x86"
-IUSE="doc dri"
-
-RDEPEND="
- >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
- dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- dri? ( x11-base/xorg-proto )
-"
-BDEPEND="
- virtual/pkgconfig
- doc? (
- app-doc/doxygen
- media-gfx/graphviz
- virtual/latex-base
- )
-"
-
-src_prepare() {
- sed -i -e "/^docdir/s|${PN}|${PF}|g" doc/meson.build || die
- default
-}
-
-multilib_src_configure() {
- append-cppflags -D_GNU_SOURCE
- local emesonargs=(
- $(meson_use dri dri2)
- $(meson_native_use_bool doc documentation)
- )
- meson_src_configure
-}
-
-multilib_src_test() {
- virtx meson_src_test
-}
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2022-08-11 11:35 Ionen Wolkens
0 siblings, 0 replies; 34+ messages in thread
From: Ionen Wolkens @ 2022-08-11 11:35 UTC (permalink / raw
To: gentoo-commits
commit: 8f43bd60a9cbbbc3826f800f24afc9d694c6cce4
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:35:20 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 11:33:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f43bd60
x11-libs/libvdpau: fix RedirectedUrl
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-libs/libvdpau/libvdpau-1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libvdpau/libvdpau-1.5.ebuild b/x11-libs/libvdpau/libvdpau-1.5.ebuild
index 0ec6c6eb88e1..b9492cf8a92c 100644
--- a/x11-libs/libvdpau/libvdpau-1.5.ebuild
+++ b/x11-libs/libvdpau/libvdpau-1.5.ebuild
@@ -6,7 +6,7 @@ EAPI=8
inherit meson-multilib virtualx
DESCRIPTION="VDPAU wrapper and trace libraries"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU/"
SRC_URI="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/${PV}/${P}.tar.gz"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 34+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/
@ 2022-11-11 17:36 Ionen Wolkens
0 siblings, 0 replies; 34+ messages in thread
From: Ionen Wolkens @ 2022-11-11 17:36 UTC (permalink / raw
To: gentoo-commits
commit: 395f1ac1e935b2573a85aa0e096c239acdcbbc0b
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 11 12:28:44 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 17:35:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395f1ac1
x11-libs/libvdpau: add freedesktop-gitlab upstream metadata
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-libs/libvdpau/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/x11-libs/libvdpau/metadata.xml b/x11-libs/libvdpau/metadata.xml
index 06d84e396dc3..59d45dbb24bd 100644
--- a/x11-libs/libvdpau/metadata.xml
+++ b/x11-libs/libvdpau/metadata.xml
@@ -5,4 +5,7 @@
<email>ionen@gentoo.org</email>
<name>Ionen Wolkens</name>
</maintainer>
+ <upstream>
+ <remote-id type="freedesktop-gitlab">vdpau/libvdpau</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 34+ messages in thread
end of thread, other threads:[~2022-11-11 17:36 UTC | newest]
Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-28 21:40 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2022-11-11 17:36 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
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-08 5:21 Jeroen Roovers
2015-09-06 4:09 Doug Goldstein
2015-08-12 4:16 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox