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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA1F2158042 for ; Wed, 30 Oct 2024 12:28:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C5A7E02D2; Wed, 30 Oct 2024 12:28:37 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CA1DE02D2 for ; Wed, 30 Oct 2024 12:28:37 +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 1E9E6342F65 for ; Wed, 30 Oct 2024 12:28:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A61DFB4D for ; Wed, 30 Oct 2024 12:28:34 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1730291303.170bb95000eb3042ba92de0f6b0e2f134cb9c9d1.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/x42-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/x42-plugins/Manifest media-plugins/x42-plugins/x42-plugins-20240611.ebuild X-VCS-Directories: media-plugins/x42-plugins/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 170bb95000eb3042ba92de0f6b0e2f134cb9c9d1 X-VCS-Branch: master Date: Wed, 30 Oct 2024 12:28:34 +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: fc553a34-8115-44d9-a909-972067399870 X-Archives-Hash: 12e4ae690a02f06608ef21bd7c40193a commit: 170bb95000eb3042ba92de0f6b0e2f134cb9c9d1 Author: Miroslav Šulc gentoo org> AuthorDate: Wed Oct 30 12:28:23 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Oct 30 12:28:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170bb950 media-plugins/x42-plugins: bump to 20240611 Signed-off-by: Miroslav Šulc gentoo.org> media-plugins/x42-plugins/Manifest | 1 + .../x42-plugins/x42-plugins-20240611.ebuild | 53 ++++++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/media-plugins/x42-plugins/Manifest b/media-plugins/x42-plugins/Manifest index c41f3eac9b51..a9d6ba264915 100644 --- a/media-plugins/x42-plugins/Manifest +++ b/media-plugins/x42-plugins/Manifest @@ -1 +1,2 @@ DIST x42-plugins-20220714.tar.xz 3587148 BLAKE2B 10459537d470f3177578b5d0328d634e469a0f00f8390e5dc2fc6f91c197ab9299572fef6787fd61cfc0fd579657e0372af22a3539f84a1d8ba76277e413c5ff SHA512 502994109d68ae8df39b0258caa414529711fea92254922945eb3c7cf28bb5dd67586f362c8a392ec9cfda3f62cbe050063e86fb2c0bb3cc5e860912264472d3 +DIST x42-plugins-20240611.tar.xz 3560084 BLAKE2B 1e744f90e3ee29fee9e8eb0e2791bb24e12a7aff2f200e0c68c2b7e692612340a9749041b193ea0b672a6822b1ea19247e2eddb0985f1e46a2afa230b8904298 SHA512 19c782cb5f6f9ac22da448c8d72308f93e89c76eea4efa1e68a6bb1036201bde0cff16dc8996ca34b855ad5f6dfcdf882f4cd3045160b9083ebc023a5f680fd2 diff --git a/media-plugins/x42-plugins/x42-plugins-20240611.ebuild b/media-plugins/x42-plugins/x42-plugins-20240611.ebuild new file mode 100644 index 000000000000..0f1aaafbbf0c --- /dev/null +++ b/media-plugins/x42-plugins/x42-plugins-20240611.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic toolchain-funcs + +DESCRIPTION="Collection of LV2 plugins" +HOMEPAGE="https://github.com/x42/x42-plugins" + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/x42/x42-plugins.git" +else + SRC_URI="https://gareus.org/misc/x42-plugins/${P}.tar.xz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-2" +SLOT="0" +RESTRICT="mirror" + +RDEPEND="dev-libs/glib + media-fonts/dejavu + media-libs/ftgl + media-libs/glu + media-libs/liblo + media-libs/libsamplerate + media-libs/libsndfile + media-libs/libltc + media-libs/lv2 + media-libs/zita-convolver + sci-libs/fftw:3.0 + virtual/jack + virtual/opengl + x11-libs/cairo[X] + x11-libs/pango +" +DEPEND="${RDEPEND} + sys-apps/help2man" + +src_compile() { + # -Werror=odr + # https://bugs.gentoo.org/860402 + # https://github.com/x42/meters.lv2/issues/41 + filter-lto + + emake CC="$(tc-getCC)" STRIP="#" FONTFILE="/usr/share/fonts/dejavu/DejaVuSans-Bold.ttf" +} + +src_install() { + emake DESTDIR="${D}" PREFIX="/usr" LV2DIR="/usr/$(get_libdir)/lv2" install +}