Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/portaudio/files/
Date: Wed, 01 Sep 2021 20:28:07
Message-Id: 1630528076.519a10a9662a45de5fbb9090c26a38bb78b4481f.conikost@gentoo
1 commit: 519a10a9662a45de5fbb9090c26a38bb78b4481f
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Sep 1 13:44:50 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 1 20:27:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=519a10a9
7
8 media-libs/portaudio: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/22179
11 Package-Manager: Portage-3.0.22, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../files/portaudio-19.06.00-slibtool.patch | 60 ----------------------
16 1 file changed, 60 deletions(-)
17
18 diff --git a/media-libs/portaudio/files/portaudio-19.06.00-slibtool.patch b/media-libs/portaudio/files/portaudio-19.06.00-slibtool.patch
19 deleted file mode 100644
20 index d7b67cf101f..00000000000
21 --- a/media-libs/portaudio/files/portaudio-19.06.00-slibtool.patch
22 +++ /dev/null
23 @@ -1,60 +0,0 @@
24 -https://bugs.gentoo.org/777072
25 -https://github.com/PortAudio/portaudio/pull/451
26 -https://github.com/PortAudio/portaudio/pull/452
27 -
28 -From ef36b577c844d28e90ac276c59c0b4d0fbf853c7 Mon Sep 17 00:00:00 2001
29 -From: orbea <orbea@××××××.net>
30 -Date: Wed, 20 Jan 2021 18:23:43 -0800
31 -Subject: [PATCH] autoconf build: add src dir src/hostapi/skeleton to fix out
32 - of tree builds."
33 -
34 ----
35 - Makefile.in | 1 +
36 - 1 file changed, 1 insertion(+)
37 -
38 -diff --git a/Makefile.in b/Makefile.in
39 -index 5e1a7648..967bba38 100644
40 ---- a/Makefile.in
41 -+++ b/Makefile.in
42 -@@ -146,6 +146,7 @@ SRC_DIRS = \
43 - src/hostapi/dsound \
44 - src/hostapi/jack \
45 - src/hostapi/oss \
46 -+ src/hostapi/skeleton \
47 - src/hostapi/wasapi \
48 - src/hostapi/wdmks \
49 - src/hostapi/wmme \
50 -From c2dd992caa33b0927fb45228f0de0a2d51401f65 Mon Sep 17 00:00:00 2001
51 -From: orbea <orbea@××××××.net>
52 -Date: Wed, 20 Jan 2021 21:46:12 -0800
53 -Subject: [PATCH] build: Fix builds with parallel make.
54 -
55 ----
56 - Makefile.in | 8 ++++----
57 - 1 file changed, 4 insertions(+), 4 deletions(-)
58 -
59 -diff --git a/Makefile.in b/Makefile.in
60 -index 5e1a7648..10f8e8ed 100644
61 ---- a/Makefile.in
62 -+++ b/Makefile.in
63 -@@ -220,16 +220,16 @@ clean:
64 - distclean: clean
65 - $(RM) config.log config.status Makefile libtool portaudio-2.0.pc
66 -
67 --%.o: %.c $(MAKEFILE) $(PAINC)
68 -+%.o: %.c $(MAKEFILE) $(PAINC) lib-stamp
69 - $(CC) -c $(CFLAGS) $< -o $@
70 -
71 --%.lo: %.c $(MAKEFILE) $(PAINC)
72 -+%.lo: %.c $(MAKEFILE) $(PAINC) lib-stamp
73 - $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $< -o $@
74 -
75 --%.lo: %.cpp $(MAKEFILE) $(PAINC)
76 -+%.lo: %.cpp $(MAKEFILE) $(PAINC) lib-stamp
77 - $(LIBTOOL) --mode=compile --tag=CXX $(CXX) -c $(CXXFLAGS) $< -o $@
78 -
79 --%.o: %.cpp $(MAKEFILE) $(PAINC)
80 -+%.o: %.cpp $(MAKEFILE) $(PAINC) lib-stamp
81 - $(CXX) -c $(CXXFLAGS) $< -o $@
82 -
83 - %.o: %.asm