public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x264/files/
Date: Tue, 15 Nov 2022 22:43:30 +0000 (UTC)	[thread overview]
Message-ID: <1668552179.b6a971b130a1d04b0df6978c1b562c9cfecf8bec.conikost@gentoo> (raw)

commit:     b6a971b130a1d04b0df6978c1b562c9cfecf8bec
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Nov 14 17:47:07 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 22:42:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a971b1

media-libs/x264: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../x264/files/x264-0.0.20190903-STRINGS.patch     | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/media-libs/x264/files/x264-0.0.20190903-STRINGS.patch b/media-libs/x264/files/x264-0.0.20190903-STRINGS.patch
deleted file mode 100644
index 952fd268005b..000000000000
--- a/media-libs/x264/files/x264-0.0.20190903-STRINGS.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 235ce6130168f4deee55c88ecda5ab84d81d125b Mon Sep 17 00:00:00 2001
-From: Sergei Trofimovich <slyfox@inbox.ru>
-Date: Fri, 5 Jun 2020 19:34:02 +0200
-Subject: [PATCH] configure: allow 'strings' override via STRINGS variable
-
-This allows building x264 on systems where 'strings' or
-'${HOST}-strings' does not exist, but llvm-strings exists.
----
- configure | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
---- a/configure
-+++ b/configure
-@@ -541,6 +541,7 @@ done
- 
- CC="${CC-${cross_prefix}gcc}"
- STRIP="${STRIP-${cross_prefix}strip}"
-+STRINGS="${STRINGS-${cross_prefix}strings}"
- INSTALL="${INSTALL-install}"
- PKGCONFIG="${PKGCONFIG-${cross_prefix}pkg-config}"
- 
-@@ -1017,10 +1018,10 @@ CPU_ENDIAN="little-endian"
- if [ $compiler = GNU ]; then
-     echo "int i[2] = {0x42494745,0}; double f[2] = {0x1.0656e6469616ep+102,0};" > conftest.c
-     $CC $CFLAGS conftest.c -c -o conftest.o 2>/dev/null || die "endian test failed"
--    if (${cross_prefix}strings -a conftest.o | grep -q BIGE) && (${cross_prefix}strings -a conftest.o | grep -q FPendian) ; then
-+    if (${STRINGS} -a conftest.o | grep -q BIGE) && (${STRINGS} -a conftest.o | grep -q FPendian) ; then
-         define WORDS_BIGENDIAN
-         CPU_ENDIAN="big-endian"
--    elif !(${cross_prefix}strings -a conftest.o | grep -q EGIB && ${cross_prefix}strings -a conftest.o | grep -q naidnePF) ; then
-+    elif !(${STRINGS} -a conftest.o | grep -q EGIB && ${STRINGS} -a conftest.o | grep -q naidnePF) ; then
-         die "endian test failed"
-     fi
- fi
--- 
-2.27.0
-


                 reply	other threads:[~2022-11-15 22:43 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=1668552179.b6a971b130a1d04b0df6978c1b562c9cfecf8bec.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