From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F328138350 for ; Wed, 12 Feb 2020 09:20:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52C48E0885; Wed, 12 Feb 2020 09:20:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3349BE0885 for ; Wed, 12 Feb 2020 09:20:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B35F034EC2F for ; Wed, 12 Feb 2020 09:20:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D13710B for ; Wed, 12 Feb 2020 09:20:37 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1581499228.fd5ea45c61304e9fb672811770f045a57a92b8fc.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtgvoip/files/, media-libs/libtgvoip/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libtgvoip/files/musl.patch media-libs/libtgvoip/libtgvoip-2.4.4_p20200123.ebuild X-VCS-Directories: media-libs/libtgvoip/files/ media-libs/libtgvoip/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: fd5ea45c61304e9fb672811770f045a57a92b8fc X-VCS-Branch: master Date: Wed, 12 Feb 2020 09:20:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 191fc8de-651a-4d65-be27-c434b3f1ac4d X-Archives-Hash: a7e172167fb5fe5c0a97136003bb272e commit: fd5ea45c61304e9fb672811770f045a57a92b8fc Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Feb 12 09:19:24 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Feb 12 09:20:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5ea45c media-libs/libtgvoip: fix build on musl Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev gentoo.org> media-libs/libtgvoip/files/musl.patch | 10 ++++++++++ media-libs/libtgvoip/libtgvoip-2.4.4_p20200123.ebuild | 5 ++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/media-libs/libtgvoip/files/musl.patch b/media-libs/libtgvoip/files/musl.patch new file mode 100644 index 00000000000..ba6bb048a64 --- /dev/null +++ b/media-libs/libtgvoip/files/musl.patch @@ -0,0 +1,10 @@ +--- libtgvoip/os/linux/AudioPulse.cpp 2020-01-21 12:16:27.000000000 +0000 ++++ libtgvoip/os/linux/AudioPulse.cpp 2020-01-22 17:44:42.185530350 +0000 +@@ -6,6 +6,7 @@ + + #include "AudioPulse.h" + #include ++#include + #include "../../logging.h" + + #define DECLARE_DL_FUNCTION(name) typeof(name)* AudioPulse::_import_##name=NULL diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200123.ebuild b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200123.ebuild index 4556d115fcc..7962785e6db 100644 --- a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200123.ebuild +++ b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200123.ebuild @@ -30,7 +30,10 @@ REQUIRED_USE="|| ( alsa pulseaudio )" S="${WORKDIR}/${PN}-${EGIT_COMMIT}" -PATCHES=( "${FILESDIR}/2.4.4-pulseaudio.patch" ) +PATCHES=( + "${FILESDIR}/2.4.4-pulseaudio.patch" + "${FILESDIR}/musl.patch" +) src_prepare() { default