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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F450158649 for ; Tue, 9 May 2023 22:11:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BFE5E07BA; Tue, 9 May 2023 22:11:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3029DE07BA for ; Tue, 9 May 2023 22:11:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B76C2335DB8 for ; Tue, 9 May 2023 22:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9712990 for ; Tue, 9 May 2023 22:11:54 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1683670293.8c1a72b13abf46c2f9f5074bb86d98afe4c2d61c.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/miniaudio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/miniaudio/Manifest dev-libs/miniaudio/miniaudio-0.11.15.ebuild X-VCS-Directories: dev-libs/miniaudio/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 8c1a72b13abf46c2f9f5074bb86d98afe4c2d61c X-VCS-Branch: master Date: Tue, 9 May 2023 22:11:54 +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: 4b0ce4c7-9a23-4164-b59f-5115e222c343 X-Archives-Hash: 4188acd40fe6cc36b952d7a56ce85604 commit: 8c1a72b13abf46c2f9f5074bb86d98afe4c2d61c Author: Richard Fröhning gmx de> AuthorDate: Tue May 9 08:14:59 2023 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue May 9 22:11:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1a72b1 dev-libs/miniaudio: version bump to 0.11.15 and using tags instead of commits. Signed-off-by: Richard Fröhning gmx.de> Closes: https://github.com/gentoo/gentoo/pull/30950 Signed-off-by: James Le Cuirot gentoo.org> dev-libs/miniaudio/Manifest | 1 + dev-libs/miniaudio/miniaudio-0.11.15.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-libs/miniaudio/Manifest b/dev-libs/miniaudio/Manifest index 21b03258751b..4c800af084e5 100644 --- a/dev-libs/miniaudio/Manifest +++ b/dev-libs/miniaudio/Manifest @@ -1 +1,2 @@ DIST miniaudio-0.11.11.tar.gz 1419564 BLAKE2B 63f23637b2a53e5438695b71d60b76ca16fdb63e08fbf17df7701e4c20aaffa7f635368e6bc21e2564da52b3f51127e76145ed8b7492b6f3f8f0b493dd459f05 SHA512 396608d8326777adfffb50216322198b9f86d73c6a83c5886dc9eaef93b82a4e8f44f446192990b7b9fabac53fad073546214692a000415307e70812a50fb0c2 +DIST miniaudio-0.11.15.tar.gz 1465008 BLAKE2B 3c2ddcb765f44b0367462dd5ca466ade3a91e69f2132790fc2a9753ef11bfd2238f221d063d3e76cc0ac18567acb11af537887bac9aaa33adbca65f3882d8587 SHA512 1866c14396e9ceefe7e1aa6650a505fb1d4f087a77f71eec933c871dce34fda172da7b31621d88ee1e83410d1089f2d7dd0990a70ce8aab101f796b048fd8dcb diff --git a/dev-libs/miniaudio/miniaudio-0.11.15.ebuild b/dev-libs/miniaudio/miniaudio-0.11.15.ebuild new file mode 100644 index 000000000000..1e2ae697a697 --- /dev/null +++ b/dev-libs/miniaudio/miniaudio-0.11.15.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A single file library for audio playback and capture" +HOMEPAGE="https://miniaudio.io" +SRC_URI="https://github.com/mackron/miniaudio/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( public-domain MIT-0 )" +SLOT="0" +KEYWORDS="~amd64" + +src_install() { + insinto /usr/include/${PN}/ + doins -r * +}