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 D953115A7D9 for ; Mon, 20 Mar 2023 03:58:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1721E0817; Mon, 20 Mar 2023 03:58:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2C01E0817 for ; Mon, 20 Mar 2023 03:58:14 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACA04341287 for ; Mon, 20 Mar 2023 03:58:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F4147F5 for ; Mon, 20 Mar 2023 03:58:12 +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: <1679284626.5908857f9311b36a24fd812d1a50d5ee6fd0ecc7.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.2.ebuild X-VCS-Directories: media-libs/libvisual/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 5908857f9311b36a24fd812d1a50d5ee6fd0ecc7 X-VCS-Branch: master Date: Mon, 20 Mar 2023 03:58:12 +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: 1d6e98ad-3d76-4236-b1d8-7b3a2edeb479 X-Archives-Hash: d9188ac406c66188590371637b4846ce commit: 5908857f9311b36a24fd812d1a50d5ee6fd0ecc7 Author: Sebastian Pipping gentoo org> AuthorDate: Mon Mar 20 02:58:08 2023 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Mar 20 03:57:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5908857f media-libs/libvisual: 0.4.2 + lv-tool Signed-off-by: Sebastian Pipping gentoo.org> media-libs/libvisual/Manifest | 1 + media-libs/libvisual/libvisual-0.4.2.ebuild | 48 +++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/media-libs/libvisual/Manifest b/media-libs/libvisual/Manifest index a9fe47948878..379810644b5f 100644 --- a/media-libs/libvisual/Manifest +++ b/media-libs/libvisual/Manifest @@ -1 +1,2 @@ DIST libvisual-0.4.1.tar.bz2 560877 BLAKE2B 5429493424cbf7d5d6e17ef6a5219ffb5491a6e0f7ea9d9563021beabfdc22aead0d80924c17904b96cc645ef0dc737fa61680abf152b421ca5f4ac834fc6a19 SHA512 a1417a54d4f0566121db5d08770e7f41559ef7f3704d0da74f1dc316c6b7f16197d843a96382b4122d01251764ccb6ed240fd4e99abc7b0f440c9f43afa9506a +DIST libvisual-0.4.2.tar.bz2 563023 BLAKE2B b9480db0f168f6e7b398f773c6bbf4d1dab75dd2b711cc9b0b5fd1fb790e57cdd1e9ed3733fb4f911586b7ebb6e1cb9f3bbe74bfe4e67b9cb95e3e7b2eee950a SHA512 88634c27cd5de149d08141fb68d86a85320513208426f412541ab6aa985069683c17437fd0f49d6dafdd811a516f1f9268a2cf2146a3b55332280d7930f59b55 diff --git a/media-libs/libvisual/libvisual-0.4.2.ebuild b/media-libs/libvisual/libvisual-0.4.2.ebuild new file mode 100644 index 000000000000..d79d98ed8917 --- /dev/null +++ b/media-libs/libvisual/libvisual-0.4.2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit multilib-minimal optfeature + +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 )" +DEPEND="media-libs/libsdl" +RDEPEND="${DEPEND}" + +MULTILIB_WRAPPED_HEADERS=( + /usr/include/libvisual-0.4/libvisual/lvconfig.h +) + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + --disable-static \ + --enable-lv-tool \ + --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 +} + +pkg_postinst() { + optfeature_header "Libvisual relies on plugins; consider also installing:" + optfeature operability media-plugins/libvisual-plugins + optfeature projectm media-plugins/libvisual-projectm +}