public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/x42-plugins/
Date: Mon, 18 Jul 2022 03:06:13 +0000 (UTC)	[thread overview]
Message-ID: <1658113568.53016b4df8a283ffedb11ba8367a06c838ebd2e4.fordfrog@gentoo> (raw)

commit:     53016b4df8a283ffedb11ba8367a06c838ebd2e4
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 03:06:08 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> 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 <fordfrog <AT> 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
+}


             reply	other threads:[~2022-07-18  3:06 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-18  3:06 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-06  7:54 [gentoo-commits] repo/gentoo:master commit in: media-plugins/x42-plugins/ Miroslav Šulc
2024-10-30 12:28 Miroslav Šulc
2024-10-30 12:23 Miroslav Šulc
2024-05-05 11:49 Sam James
2024-05-05 11:49 Sam James
2022-07-10  3:12 Miroslav Šulc
2022-07-09  4:31 Sam James
2022-06-08  7:12 Miroslav Šulc
2022-05-05 10:12 Miroslav Šulc
2022-04-05  5:16 Miroslav Šulc
2022-02-19 14:22 Miroslav Šulc
2022-02-19 13:15 Jakov Smolić
2022-02-19  7:39 Miroslav Šulc
2022-01-16  9:13 Miroslav Šulc
2021-11-18 14:11 Miroslav Šulc
2021-11-18 14:00 Jakov Smolić
2021-10-23 20:55 Conrad Kostecki
2021-10-18  7:24 Miroslav Šulc
2021-10-14  6:40 Miroslav Šulc
2021-08-19  5:45 Miroslav Šulc
2021-08-19  1:25 Agostino Sarubbo
2021-07-16  7:10 Miroslav Šulc
2021-05-18 17:24 Sam James
2021-04-18 11:22 Miroslav Šulc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1658113568.53016b4df8a283ffedb11ba8367a06c838ebd2e4.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox