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 A1ECC158094 for ; Mon, 18 Jul 2022 03:06:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D30DAE0CE2; Mon, 18 Jul 2022 03:06:16 +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 6DE29E0CE2 for ; Mon, 18 Jul 2022 03:06:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 388F3340C5B for ; Mon, 18 Jul 2022 03:06:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F2AC502 for ; Mon, 18 Jul 2022 03:06:13 +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: <1658113568.53016b4df8a283ffedb11ba8367a06c838ebd2e4.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-20220714.ebuild X-VCS-Directories: media-plugins/x42-plugins/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 53016b4df8a283ffedb11ba8367a06c838ebd2e4 X-VCS-Branch: master Date: Mon, 18 Jul 2022 03:06:13 +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: 1eae9baa-d745-44cb-96e0-3ff8f01e8f3a X-Archives-Hash: 97b8731a8b3bf540f0b714209fdfb33e commit: 53016b4df8a283ffedb11ba8367a06c838ebd2e4 Author: Miroslav Šulc gentoo org> AuthorDate: Mon Jul 18 03:06:08 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Jul 18 03:06:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53016b4d media-plugins/x42-plugins: bump to 20220714 Signed-off-by: Miroslav Šulc gentoo.org> media-plugins/x42-plugins/Manifest | 1 + .../x42-plugins/x42-plugins-20220714.ebuild | 48 ++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/media-plugins/x42-plugins/Manifest b/media-plugins/x42-plugins/Manifest index 3f051cb0f8a2..5d1603bc789a 100644 --- a/media-plugins/x42-plugins/Manifest +++ b/media-plugins/x42-plugins/Manifest @@ -1 +1,2 @@ DIST x42-plugins-20220605.tar.xz 3587472 BLAKE2B 2df2f539e32ba9a5fb08495ff7f94c4555a3be6163681bf081e15e3a5a74592e981ec43d491980c5721756d77776ffcafbd5bc58f5ce7c19b055ceb4bda8247c SHA512 69b0d351b9137b4cf9374a36c7a8d0a1ae22eb39bd2b15640db96bc9036bafa59823e61ea6bfda09351dbc575fe4c189bb70c6676614ceddd9356c30811bc903 +DIST x42-plugins-20220714.tar.xz 3587148 BLAKE2B 10459537d470f3177578b5d0328d634e469a0f00f8390e5dc2fc6f91c197ab9299572fef6787fd61cfc0fd579657e0372af22a3539f84a1d8ba76277e413c5ff SHA512 502994109d68ae8df39b0258caa414529711fea92254922945eb3c7cf28bb5dd67586f362c8a392ec9cfda3f62cbe050063e86fb2c0bb3cc5e860912264472d3 diff --git a/media-plugins/x42-plugins/x42-plugins-20220714.ebuild b/media-plugins/x42-plugins/x42-plugins-20220714.ebuild new file mode 100644 index 000000000000..f57cf56abcb2 --- /dev/null +++ b/media-plugins/x42-plugins/x42-plugins-20220714.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit 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="http://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() { + 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 +}