[gentoo-commits] proj/musl:master commit in: x11-libs/libva-vdpau-driver/, x11-libs/libva-vdpau-driver/files/

2023-05-30 Thread Sam James
commit: 6804f904e16b8e82126fefb35dc35ae7434035dc
Author: Sam James  gentoo  org>
AuthorDate: Wed May 31 00:40:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 31 00:40:46 2023 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=6804f904

x11-libs/libva-vdpau-driver: treeclean

Gone from ::gentoo even.

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libva-vdpau-driver/Manifest   |  1 -
 ...vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch | 29 -
 ...pau-driver-0.7.4-glext-missing-definition.patch | 16 ---
 ...au-driver-0.7.4-include-linux-videodev2.h.patch | 25 ---
 .../libva-vdpau-driver-0.7.4-libvdpau-0.8.patch| 13 --
 ...bva-vdpau-driver-0.7.4-missing-sys_time_h.patch | 10 -
 .../libva-vdpau-driver-0.7.4-sigfpe-crash.patch| 21 -
 .../libva-vdpau-driver-0.7.4-r5.ebuild | 50 --
 x11-libs/libva-vdpau-driver/metadata.xml   | 12 --
 9 files changed, 177 deletions(-)

diff --git a/x11-libs/libva-vdpau-driver/Manifest 
b/x11-libs/libva-vdpau-driver/Manifest
deleted file mode 100644
index 3c4075e1..
--- a/x11-libs/libva-vdpau-driver/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libva-vdpau-driver-0.7.4.tar.bz2 316729 BLAKE2B 
b9cd0bbbe1e638ad29363cd0d8c6452de222023017283ce81f138730c7ba3396f3ffca40478746cab4b93a8855e73de405aa783e44e6c1179c5e347bd7eff657
 SHA512 
89f98dc1d7d590fb68f440dd1e37e025d64a621324e013e85dd1367681c07b09132fd2089539fc5b48934624648887a8a97539b4f07ddf9f56a8a456ad030094

diff --git 
a/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
 
b/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
deleted file mode 100644
index 74caee34..
--- 
a/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
+++ /dev/null
@@ -1,29 +0,0 @@
->From fda3706eb74ba5ad874853969f3df3e372739c8d Mon Sep 17 00:00:00 2001
-From: "Xiang, Haihao" 
-Date: Fri, 21 Jun 2013 12:55:30 +0800
-Subject: [PATCH] VAEncH264VUIBufferType and VAEncH264SEIBufferType are
- dropped from VA API
-
-The driver doesn't use them indeed
-
-Signed-off-by: Xiang, Haihao 

- src/vdpau_dump.c |2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/vdpau_dump.c b/src/vdpau_dump.c
-index 899888b..610e7cd 100644
 a/src/vdpau_dump.c
-+++ b/src/vdpau_dump.c
-@@ -59,8 +59,6 @@ const char *string_of_VABufferType(VABufferType type)
- _(VAEncSequenceParameterBufferType);
- _(VAEncPictureParameterBufferType);
- _(VAEncSliceParameterBufferType);
--_(VAEncH264VUIBufferType);
--_(VAEncH264SEIBufferType);
- #endif
- #if VA_CHECK_VERSION(0,31,1)
- _(VAQMatrixBufferType);
--- 
-1.7.9.5
-

diff --git 
a/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-glext-missing-definition.patch
 
b/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-glext-missing-definition.patch
deleted file mode 100644
index 221b9608..
--- 
a/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-glext-missing-definition.patch
+++ /dev/null
@@ -1,16 +0,0 @@
 ./src/utils_glx.h~ 2012-10-05 16:02:58.0 +0100
-+++ ./src/utils_glx.h  2012-10-19 08:44:12.469642440 +0100
-@@ -48,6 +48,13 @@
- typedef void (*PFNGLXRELEASETEXIMAGEEXTPROC)(Display *, GLXDrawable, int);
- #endif
- 
-+#if GL_GLEXT_VERSION >= 85
-+/* XXX: PFNGLMULTITEXCOORD2FPROC got out of the GL_VERSION_1_3_DEPRECATED
-+   block and is not defined if GL_VERSION_1_3 is defined in 
-+   Redefine the type here as an interim solution */
-+typedef void (*PFNGLMULTITEXCOORD2FPROC) (GLenum target, GLfloat s, GLfloat 
t);
-+#endif
-+
- #ifndef GL_FRAMEBUFFER_BINDING
- #define GL_FRAMEBUFFER_BINDING GL_FRAMEBUFFER_BINDING_EXT
- #endif

diff --git 
a/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-include-linux-videodev2.h.patch
 
b/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-include-linux-videodev2.h.patch
deleted file mode 100644
index 0d92074c..
--- 
a/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-include-linux-videodev2.h.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-https://bugs.gentoo.org/689530
-
-libva commit 93c52a17b8d2 ("va_backend: remove unneeded
-linux/videodev2.h include") removed an include that provided the
-prototype of v4l2_format among other v4l2_* structs.
-
-Without this or a forward declaration of 'struct v4l2_format', the prototype
-and definition of vdpau_CreateSurfaceFromV4L2Buf() (which has a 'struct
-v4l2_format *' parameter) are seen as conflicting.
-
-Just include the removed header where we need it.
-
-diff --git a/src/vdpau_driver.h b/src/vdpau_driver.h
-index 6286d16..54d37fb 100644
 a/src/vdpau_driver.h
-+++ b/src/vdpau_driver.h
-@@ -21,6 +21,8 @@
- #ifndef VDPAU_DRIVER_H
- #define VDPAU_DRIVER_H
- 
-+#include 
-+
- #include 
- #include "vaapi_compat.h"
- #include "vdpau_gate.h"

diff 

[gentoo-commits] proj/musl:master commit in: x11-libs/libva-vdpau-driver/, x11-libs/libva-vdpau-driver/files/

2016-11-20 Thread Aric Belsito
commit: 6f8610c3faa383bb1c4dd47f0b0155d11eaad16e
Author: Aric Belsito  gmail  com>
AuthorDate: Sun Nov 20 19:43:28 2016 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sun Nov 20 19:43:28 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=6f8610c3

x11-libs/libva-vdpau-driver: Fix nouveau bug, sync

Remove r99 postfix

 x11-libs/libva-vdpau-driver/Manifest  | 3 +--
 .../files/libva-vdpau-driver-0.7.4-nouveau.patch  | 8 
 ...driver-0.7.4-r99.ebuild => libva-vdpau-driver-0.7.4-r4.ebuild} | 3 +--
 3 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/x11-libs/libva-vdpau-driver/Manifest 
b/x11-libs/libva-vdpau-driver/Manifest
index cc7a6d8..8a90740 100644
--- a/x11-libs/libva-vdpau-driver/Manifest
+++ b/x11-libs/libva-vdpau-driver/Manifest
@@ -2,7 +2,6 @@ AUX libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch 892 
SHA256 1ae32b8e5cc
 AUX libva-vdpau-driver-0.7.4-glext-missing-definition.patch 659 SHA256 
031f1a6b43c20fc3ac2f9da841eff02f6950569cb34f0b4be9fc93642d2dd927 SHA512 
bb86ef063eb695c77bbe0fd0c273f1c2a479d1803b8381ffaeac5917de8a7d6e11cef33569d75fbbc1d16e9b64913e8f4a60fbb1b80afc5e381033bf34a192de
 WHIRLPOOL 
2a28f72863c6fa0b36f99d398dead39051d895dfdbf3929809d3f5185a121569da96148c2c49a7ccd17cd3ded058f71de0be18fd9ade6844d0989c0d02be6ca5
 AUX libva-vdpau-driver-0.7.4-libvdpau-0.8.patch 442 SHA256 
74b9ccd36e7fb90655e0855cf62111fd555390d1a396983af5687b9e8af64cd8 SHA512 
969fb8011408acb2bc78a52672cb5a227ae876a2beb5cf209ae558031d71cf255849d5aeb301479f420de97a69b0055990d4ecdd3e0c684f678845b08e6b6632
 WHIRLPOOL 
22ee9c6a5dbc9f62f28d6602ceaf9729753d45eb1b097005df1ab9cf4d4c06ea497dde8a6abeead13707a2c0412dc510a927bc44240771ff08adc82de74f96c1
 AUX libva-vdpau-driver-0.7.4-missing-sys_time_h.patch 390 SHA256 
a25fc8d233a0b41116e28410ab134d6acc0974de736a1dbda18e050409871e5b SHA512 
efaa0f849005b95ecd9afed34954167e8e02e1255946d5b0696731388287a6afa91c9399e949a41485faeffa4587512264525935cbed53ef564e26c980672fed
 WHIRLPOOL 
6d5b4e5e3217cbe41c3bc8d608f61370ec346fac2c3367ffeb2203ca837371c22f24ba82c7dbf294aef887961eee500831c0831edd5f0d20f898954e6a826feb
-AUX libva-vdpau-driver-0.7.4-nouveau.patch 189 SHA256 
75897391fdcec4cc28f176ed62184fe0042c4abb8f3c80d19d975050ffaa6072 SHA512 
0eb5b3a1e6b077ad0ba350309cd64ab54fa8499c1c27d2789ee3bb433c59adbed3497e79e7870af38d82b91525376bf8116242570b9fdf4f1836ab8c76122330
 WHIRLPOOL 
e028f2f2e5d1023fd1884776a08d67fcabe3d79cfcd3fccfa1182a2012b6f29a81a7b1328707199734443c01cbf9c800bcf38e21affa3ba83a3a1c2dc531b111
 DIST libva-vdpau-driver-0.7.4.tar.bz2 316729 SHA256 
155c1982f0ac3f5435ba20b221bcaa11be212c37db548cd1f2a030ffa17e9bb9 SHA512 
89f98dc1d7d590fb68f440dd1e37e025d64a621324e013e85dd1367681c07b09132fd2089539fc5b48934624648887a8a97539b4f07ddf9f56a8a456ad030094
 WHIRLPOOL 
b6ba281a482dc944acff67d83d26d5a5ac7f15ea1de05c921383bdf0f6dae769d0389e6d15b607e01a8d4e18d3254f66391bbd497aa4e0eed2adbab54a13bce1
-EBUILD libva-vdpau-driver-0.7.4-r99.ebuild 1220 SHA256 
d30c3e9e27dcd1d4fd2adfb8fe15a1a849b7fb9be6ed9ad9e94dca46201c7cbf SHA512 
a071af42ab251293b6a9b3e10d416e7c77ef7b5e90d1c27b662e2b92c03cf0c234635c1f5b80139fb73e48d3d4a5be209891b2fd3f88d11265e4e48600eee5d6
 WHIRLPOOL 
0c6e613707c5309f7a721e9a264310667a86ccb36bbae7acb12c1cb48c1bdb73026a3873f7f3bb3ee95a0a24e5fd2fafe1df98c853e5f650fd519e4bbffd29a2
+EBUILD libva-vdpau-driver-0.7.4-r4.ebuild 1183 SHA256 
fa9df2a50030801b932c73d0dc839b3d31de2434416223d415acd9402a85673d SHA512 
186d41f65ce04a09013ce137980d5c89ab05e507598b9168905b9962d4521b2b3828ee20727480b370c21d9c586ebc9088e37563ce45fe430f0d24d5d4b6b81f
 WHIRLPOOL 
72967ba9183a81e3738500b7cd1f24294f400ab171b74b34d585bf773835f6d4f67b219014c7da113f4e4c9117bab022ca053cdb7759018d3a4cc7b252da55ba
 MISC metadata.xml 354 SHA256 
47431000bf27b89ea7fc385614736723629ffb54d9e4ab6936eaf3ccc943cd93 SHA512 
99a9dd9651a16776c22ce528709e588a956d4b20d305392054b3c65e59bbd1ef855c2e916f2458cfda9797efa2570ac0ed706ca20d1df2f878435c6f4f6ca2cd
 WHIRLPOOL 
83a91d522f07e16330fe3a42bc058cbf7981ab54038b033a9ebe3d97b6157ac800b0b32c8da2419b548107dcc80179b59691436074ce9c0be499802032d65484

diff --git 
a/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-nouveau.patch 
b/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-nouveau.patch
deleted file mode 100644
index b697698..000
--- a/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-nouveau.patch
+++ /dev/null
@@ -1,8 +0,0 @@
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,4 +1,5 @@
- DRIVERS  = nvidia
-+DRIVERS += nouveau
- DRIVERS += s3g# native VA-API driver is too old, so use VDPAU based 
one
- 
- INCLUDES = \

diff --git a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r99.ebuild 
b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r4.ebuild
similarity index 93%
rename from x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r99.ebuild
rename to x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r4.ebuild
index 

[gentoo-commits] proj/musl:master commit in: x11-libs/libva-vdpau-driver/, x11-libs/libva-vdpau-driver/files/

2016-05-27 Thread Anthony G. Basile
commit: 075847e763f1a97c3c90fa264acadcb0822cd1d5
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri May 27 19:13:52 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri May 27 19:13:52 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=075847e7

x11-libs/libva-vdpau-driver: fix bug #584352

Package-Manager: portage-2.2.28
RepoMan-Options: --force

 x11-libs/libva-vdpau-driver/Manifest   |  8 
 ...vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch | 29 ++
 ...pau-driver-0.7.4-glext-missing-definition.patch | 16 
 .../libva-vdpau-driver-0.7.4-libvdpau-0.8.patch| 13 ++
 ...bva-vdpau-driver-0.7.4-missing-sys_time_h.patch | 11 ++
 .../files/libva-vdpau-driver-0.7.4-nouveau.patch   |  8 
 .../libva-vdpau-driver-0.7.4-r99.ebuild| 46 ++
 x11-libs/libva-vdpau-driver/metadata.xml   | 12 ++
 8 files changed, 143 insertions(+)

diff --git a/x11-libs/libva-vdpau-driver/Manifest 
b/x11-libs/libva-vdpau-driver/Manifest
new file mode 100644
index 000..cc7a6d8
--- /dev/null
+++ b/x11-libs/libva-vdpau-driver/Manifest
@@ -0,0 +1,8 @@
+AUX libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch 892 SHA256 
1ae32b8e5cca1717be4a63f09e8c6bd84a3e9b712b933816cdb32bb315dbda98 SHA512 
f60e84f88eca17e762e3d5a53404d0215bca27051c02ff3e4441ad2c2897c0c04297b8e7b4693c37404bde95d7b5d7a6392b4c17ab1ece5f1bd78e6af376b301
 WHIRLPOOL 
801511b1d4d91ffc50f03c1ed53b5469db495fe62b88ea987857e2c109b53eb441aeabbd1043c0f265ff0bf020da090ff978239d3b8d4d2e89e5e2fff37ca591
+AUX libva-vdpau-driver-0.7.4-glext-missing-definition.patch 659 SHA256 
031f1a6b43c20fc3ac2f9da841eff02f6950569cb34f0b4be9fc93642d2dd927 SHA512 
bb86ef063eb695c77bbe0fd0c273f1c2a479d1803b8381ffaeac5917de8a7d6e11cef33569d75fbbc1d16e9b64913e8f4a60fbb1b80afc5e381033bf34a192de
 WHIRLPOOL 
2a28f72863c6fa0b36f99d398dead39051d895dfdbf3929809d3f5185a121569da96148c2c49a7ccd17cd3ded058f71de0be18fd9ade6844d0989c0d02be6ca5
+AUX libva-vdpau-driver-0.7.4-libvdpau-0.8.patch 442 SHA256 
74b9ccd36e7fb90655e0855cf62111fd555390d1a396983af5687b9e8af64cd8 SHA512 
969fb8011408acb2bc78a52672cb5a227ae876a2beb5cf209ae558031d71cf255849d5aeb301479f420de97a69b0055990d4ecdd3e0c684f678845b08e6b6632
 WHIRLPOOL 
22ee9c6a5dbc9f62f28d6602ceaf9729753d45eb1b097005df1ab9cf4d4c06ea497dde8a6abeead13707a2c0412dc510a927bc44240771ff08adc82de74f96c1
+AUX libva-vdpau-driver-0.7.4-missing-sys_time_h.patch 390 SHA256 
a25fc8d233a0b41116e28410ab134d6acc0974de736a1dbda18e050409871e5b SHA512 
efaa0f849005b95ecd9afed34954167e8e02e1255946d5b0696731388287a6afa91c9399e949a41485faeffa4587512264525935cbed53ef564e26c980672fed
 WHIRLPOOL 
6d5b4e5e3217cbe41c3bc8d608f61370ec346fac2c3367ffeb2203ca837371c22f24ba82c7dbf294aef887961eee500831c0831edd5f0d20f898954e6a826feb
+AUX libva-vdpau-driver-0.7.4-nouveau.patch 189 SHA256 
75897391fdcec4cc28f176ed62184fe0042c4abb8f3c80d19d975050ffaa6072 SHA512 
0eb5b3a1e6b077ad0ba350309cd64ab54fa8499c1c27d2789ee3bb433c59adbed3497e79e7870af38d82b91525376bf8116242570b9fdf4f1836ab8c76122330
 WHIRLPOOL 
e028f2f2e5d1023fd1884776a08d67fcabe3d79cfcd3fccfa1182a2012b6f29a81a7b1328707199734443c01cbf9c800bcf38e21affa3ba83a3a1c2dc531b111
+DIST libva-vdpau-driver-0.7.4.tar.bz2 316729 SHA256 
155c1982f0ac3f5435ba20b221bcaa11be212c37db548cd1f2a030ffa17e9bb9 SHA512 
89f98dc1d7d590fb68f440dd1e37e025d64a621324e013e85dd1367681c07b09132fd2089539fc5b48934624648887a8a97539b4f07ddf9f56a8a456ad030094
 WHIRLPOOL 
b6ba281a482dc944acff67d83d26d5a5ac7f15ea1de05c921383bdf0f6dae769d0389e6d15b607e01a8d4e18d3254f66391bbd497aa4e0eed2adbab54a13bce1
+EBUILD libva-vdpau-driver-0.7.4-r99.ebuild 1220 SHA256 
d30c3e9e27dcd1d4fd2adfb8fe15a1a849b7fb9be6ed9ad9e94dca46201c7cbf SHA512 
a071af42ab251293b6a9b3e10d416e7c77ef7b5e90d1c27b662e2b92c03cf0c234635c1f5b80139fb73e48d3d4a5be209891b2fd3f88d11265e4e48600eee5d6
 WHIRLPOOL 
0c6e613707c5309f7a721e9a264310667a86ccb36bbae7acb12c1cb48c1bdb73026a3873f7f3bb3ee95a0a24e5fd2fafe1df98c853e5f650fd519e4bbffd29a2
+MISC metadata.xml 354 SHA256 
47431000bf27b89ea7fc385614736723629ffb54d9e4ab6936eaf3ccc943cd93 SHA512 
99a9dd9651a16776c22ce528709e588a956d4b20d305392054b3c65e59bbd1ef855c2e916f2458cfda9797efa2570ac0ed706ca20d1df2f878435c6f4f6ca2cd
 WHIRLPOOL 
83a91d522f07e16330fe3a42bc058cbf7981ab54038b033a9ebe3d97b6157ac800b0b32c8da2419b548107dcc80179b59691436074ce9c0be499802032d65484

diff --git 
a/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
 
b/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
new file mode 100644
index 000..74caee3
--- /dev/null
+++ 
b/x11-libs/libva-vdpau-driver/files/libva-vdpau-driver-0.7.4-VAEncH264VUIBufferType.patch
@@ -0,0 +1,29 @@
+>From fda3706eb74ba5ad874853969f3df3e372739c8d Mon Sep 17 00:00:00 2001
+From: "Xiang, Haihao" 
+Date: Fri, 21 Jun 2013 12:55:30 +0800
+Subject: [PATCH] VAEncH264VUIBufferType and VAEncH264SEIBufferType are
+