public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lsp-plugins/
Date: Wed, 20 Mar 2019 23:35:49 +0000 (UTC)	[thread overview]
Message-ID: <1553124935.aace9367076c4aca4d19559bb48b02742f119f9a.prometheanfire@gentoo> (raw)

commit:     aace9367076c4aca4d19559bb48b02742f119f9a
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 23:33:49 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 23:35:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aace9367

media-libs/lsp-plugins: 1.1.7 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 media-libs/lsp-plugins/Manifest                 |  1 +
 media-libs/lsp-plugins/lsp-plugins-1.1.7.ebuild | 52 +++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/media-libs/lsp-plugins/Manifest b/media-libs/lsp-plugins/Manifest
index 74f90e7c158..1fe4e34aaba 100644
--- a/media-libs/lsp-plugins/Manifest
+++ b/media-libs/lsp-plugins/Manifest
@@ -1 +1,2 @@
 DIST lsp-plugins-1.1.5.tar.gz 51911033 BLAKE2B ec9b6f3715f1043537ebe35d14abda85b8dfe23d52d335c54c02eb2867753c9b256a5acd71537c95d6da273d054f0e0c9439fe2f81f6d6ced3087de93bfaef60 SHA512 42b9cd102247a0165a32f82a5a7ce05928a9703c80f215783ad67020d1f975d1c334af1f86c9f17e76bea3fd90bcf5c47fff5618875038b3655621880b60a699
+DIST lsp-plugins-1.1.7.tar.gz 52408312 BLAKE2B 1763d7aaff60c4bf3185325789925dc7e5ea1052907f0d1ee3af7c09d39d1f49dfdda537c29d1d2e1ed2bd041345fb3f32a444aa403521f6d4fbd7a952f9f7cb SHA512 e98000c98464abc1db75e044bc1b7adb535b94fbe1025a52baf0a2c92bcd21039c9b330e790f0607b4747356aff3f7d4ae20e666a9135108e875057c5459c8ae

diff --git a/media-libs/lsp-plugins/lsp-plugins-1.1.7.ebuild b/media-libs/lsp-plugins/lsp-plugins-1.1.7.ebuild
new file mode 100644
index 00000000000..f681f70629d
--- /dev/null
+++ b/media-libs/lsp-plugins/lsp-plugins-1.1.7.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Linux Studio Plugins"
+HOMEPAGE="https://lsp-plug.in"
+
+if [[ ${PV} == *9999 ]];then
+	inherit git-r3
+	SRC_URI=""
+	EGIT_REPO_URI="https://github.com/sadko4u/lsp-plugins"
+	EGIT_BRANCH="devel"
+else
+	SRC_URI="https://github.com/sadko4u/lsp-plugins/archive/${P}.tar.gz"
+	S="${WORKDIR}/${PN}-${P}"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="doc jack ladspa +lv2"
+REQUIRED_USE="|| ( jack ladspa lv2 )"
+
+DEPEND="
+	dev-libs/expat
+	media-libs/libsndfile
+	doc? ( dev-lang/php:* )
+	jack? (
+		virtual/jack
+		x11-libs/cairo[X]
+	)
+	ladspa? ( media-libs/ladspa-sdk )
+	lv2? (
+		media-libs/lv2
+		x11-libs/cairo[X]
+	)
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_compile(){
+	use doc && MODULES+="doc"
+	use jack && MODULES+=" jack"
+	use ladspa && MODULES+=" ladspa"
+	use lv2 && MODULES+=" lv2"
+	emake BUILD_MODULES="${MODULES}"
+}
+
+src_install(){
+	emake PREFIX="/usr" DESTDIR="${D}" LIB_PATH="/usr/$(get_libdir)" install
+}


             reply	other threads:[~2019-03-20 23:35 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-20 23:35 Matthew Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-02  5:55 [gentoo-commits] repo/gentoo:master commit in: media-libs/lsp-plugins/ Arthur Zamarin
2024-04-02  5:55 Arthur Zamarin
2024-04-02  1:53 Sam James
2024-03-15  2:53 Sam James
2024-03-15  2:53 Sam James
2024-03-05  4:48 Sam James
2023-12-27 17:21 Marek Szuba
2023-05-05  9:50 Arthur Zamarin
2023-05-04 15:11 Arthur Zamarin
2023-05-04 11:21 Sam James
2022-10-19  3:47 Sam James
2022-10-03  1:57 Sam James
2022-10-03  1:57 Sam James
2022-10-03  0:49 Sam James
2021-12-06 14:59 Marek Szuba
2021-07-13  0:05 Sam James
2021-07-13  0:05 Sam James
2021-03-11  2:42 Sam James
2021-02-22  7:18 Sam James
2021-02-22  7:14 Sam James
2021-02-21  0:54 Sam James
2021-02-06 10:39 Miroslav Šulc
2021-02-06 10:35 Miroslav Šulc
2021-02-04 20:22 Miroslav Šulc
2021-01-06  6:34 Sam James
2020-12-31  5:20 Sam James
2020-08-16 19:20 Matthew Thode
2020-08-15 19:50 Matthew Thode
2020-06-16 18:56 Matthew Thode
2019-12-16  6:48 Matthew Thode
2019-04-14  0:59 Matthew Thode
2019-03-25 17:27 Matthew Thode
2019-02-24 23:51 Matthew Thode
2019-02-24 22:03 Matthew Thode
2019-02-24  1:55 Matthew Thode
2019-02-23 22:25 Matthew Thode

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=1553124935.aace9367076c4aca4d19559bb48b02742f119f9a.prometheanfire@gentoo \
    --to=prometheanfire@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