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 BD955158020 for ; Tue, 6 Dec 2022 00:17:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC7E5E0809; Tue, 6 Dec 2022 00:17:11 +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 BE835E0809 for ; Tue, 6 Dec 2022 00:17:11 +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 6E48733FEFB for ; Tue, 6 Dec 2022 00:17:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 801B2757 for ; Tue, 6 Dec 2022 00:17:08 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1670285744.577e8bde7cef90e98d5fcdca120abd09318fc9da.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisual/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvisual/Manifest media-libs/libvisual/libvisual-0.4.1.ebuild X-VCS-Directories: media-libs/libvisual/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 577e8bde7cef90e98d5fcdca120abd09318fc9da X-VCS-Branch: master Date: Tue, 6 Dec 2022 00:17:08 +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: b5b6ac39-c2e3-405c-843b-833b66a48136 X-Archives-Hash: fcc9020d919630a242ca41a65f27c8c0 commit: 577e8bde7cef90e98d5fcdca120abd09318fc9da Author: Sebastian Pipping gentoo org> AuthorDate: Mon Dec 5 23:57:42 2022 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Dec 6 00:15:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577e8bde media-libs/libvisual: 0.4.1 + EAPI 8 Closes: https://bugs.gentoo.org/859922 Closes: https://bugs.gentoo.org/871015 Closes: https://bugs.gentoo.org/882811 Signed-off-by: Sebastian Pipping gentoo.org> media-libs/libvisual/Manifest | 1 + media-libs/libvisual/libvisual-0.4.1.ebuild | 50 +++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/media-libs/libvisual/Manifest b/media-libs/libvisual/Manifest index d58a2c0f129b..a4726a135150 100644 --- a/media-libs/libvisual/Manifest +++ b/media-libs/libvisual/Manifest @@ -1 +1,2 @@ DIST libvisual-0.4.0.tar.bz2 430496 BLAKE2B 068b06ca90dc6b80f5f4bb748962906314341639b26792aa370e834ba1053f3eacdf330c2f59cc6d809b689e50349079b5c6e2331fc1b4594e75decae4b90d3a SHA512 9157f4bcb8b3ba88dea3620ca6dfefdb06322fd46dd16ba893336513e0f27caad22a93639ceb42349faa9b168f0e5f2b202c9b2b5abcfa2f58554a7515941bf4 +DIST libvisual-0.4.1.tar.bz2 560877 BLAKE2B 5429493424cbf7d5d6e17ef6a5219ffb5491a6e0f7ea9d9563021beabfdc22aead0d80924c17904b96cc645ef0dc737fa61680abf152b421ca5f4ac834fc6a19 SHA512 a1417a54d4f0566121db5d08770e7f41559ef7f3704d0da74f1dc316c6b7f16197d843a96382b4122d01251764ccb6ed240fd4e99abc7b0f440c9f43afa9506a diff --git a/media-libs/libvisual/libvisual-0.4.1.ebuild b/media-libs/libvisual/libvisual-0.4.1.ebuild new file mode 100644 index 000000000000..4b7113c909ab --- /dev/null +++ b/media-libs/libvisual/libvisual-0.4.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit multilib-minimal + +DESCRIPTION="Abstraction library between applications and audio visualisation plugins" +HOMEPAGE="http://libvisual.org/" +SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0.4" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug nls threads" + +BDEPEND=" + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +PATCHES=( + "${FILESDIR}"/${PN}-0.4.0-better-altivec-detection.patch +) + +MULTILIB_WRAPPED_HEADERS=( + /usr/include/libvisual-0.4/libvisual/lvconfig.h +) + +src_prepare() { + default + + # autogenerated, causes problems for out of tree builds + rm libvisual/lvconfig.h || die +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + --disable-static \ + --disable-examples \ + $(use_enable nls) \ + $(use_enable threads) \ + $(use_enable debug) +} + +multilib_src_install_all() { + einstalldocs + + # no static archives + find "${ED}" -name '*.la' -delete || die +}