From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/nvidia-vaapi-driver/files/
Date: Sat, 22 Jun 2024 18:54:36 +0000 (UTC) [thread overview]
Message-ID: <1719082239.0a438b7168bc179f1328174c91d07fb78e860ee0.conikost@gentoo> (raw)
commit: 0a438b7168bc179f1328174c91d07fb78e860ee0
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jun 18 17:24:23 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 18:50:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a438b71
media-libs/nvidia-vaapi-driver: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../nvidia-vaapi-driver-0.0.11_musl-support.patch | 27 ----------------------
1 file changed, 27 deletions(-)
diff --git a/media-libs/nvidia-vaapi-driver/files/nvidia-vaapi-driver-0.0.11_musl-support.patch b/media-libs/nvidia-vaapi-driver/files/nvidia-vaapi-driver-0.0.11_musl-support.patch
deleted file mode 100644
index aa03fa825539..000000000000
--- a/media-libs/nvidia-vaapi-driver/files/nvidia-vaapi-driver-0.0.11_musl-support.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From https://github.com/elFarto/nvidia-vaapi-driver/pull/273
-From: "Azamat H. Hackimov" <azamat.hackimov@gmail.com>
-Date: Fri, 9 Feb 2024 20:54:17 +0300
-Subject: [PATCH] Fix building with musl
-
-qsort_r invocations uses `__compar_d_fn_t` typedef that defined only in
-glibc. Added missing typedef to fix compilation on musl systems.
-
-See: https://bugs.gentoo.org/924146
-
-Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
---- a/src/hevc.c
-+++ b/src/hevc.c
-@@ -3,6 +3,10 @@
- #include "vabackend.h"
- #include <stdlib.h>
-
-+#if !defined(__GLIBC__)
-+typedef int (*__compar_d_fn_t) (const void *, const void *, void *);
-+#endif
-+
- static const uint8_t ff_hevc_diag_scan4x4_x[16] = {
- 0, 0, 1, 0,
- 1, 2, 0, 1,
---
-2.43.0
-
reply other threads:[~2024-06-22 18:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1719082239.0a438b7168bc179f1328174c91d07fb78e860ee0.conikost@gentoo \
--to=conikost@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