public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/ir_lv2/
Date: Mon,  9 Nov 2015 12:37:15 +0000 (UTC)	[thread overview]
Message-ID: <1447072620.71b6f1374e7b7c63e0fab90072d48bc427f06a1f.aballier@gentoo> (raw)

commit:     71b6f1374e7b7c63e0fab90072d48bc427f06a1f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  9 12:37:00 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Nov  9 12:37:00 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b6f137

media-plugins/ir_lv2: bump to 1.3.2

Package-Manager: portage-2.2.24
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 media-plugins/ir_lv2/Manifest            |  1 +
 media-plugins/ir_lv2/ir_lv2-1.3.2.ebuild | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/media-plugins/ir_lv2/Manifest b/media-plugins/ir_lv2/Manifest
index 153bc08..1865a85 100644
--- a/media-plugins/ir_lv2/Manifest
+++ b/media-plugins/ir_lv2/Manifest
@@ -1 +1,2 @@
+DIST ir.lv2-1.3.2.tar.gz 48698 SHA256 ef9053e7b6002ed9f0b9a95046ec61cfb7035c0b2159f0fdc98ad44403f802ca SHA512 06443aeab05eaa0b1ff5c12fd479c3f1c874976a6d1f5874f6d150aa97c96a8a0b2c3abbc7d6db4882f5674aad8e53ab32bbe7da3873746d5a1e581d010bbae2 WHIRLPOOL 7eb9db984b3716b45c456714eaa327aba9d9a214adcd68c33a153a3736b69f736d256c00e8bb49e8dd98a9125a8392e0d67e0d087390d40445d6f96f6cab46e7
 DIST ir.lv2-1.3.tar.gz 47503 SHA256 1b728e74bc206f459a0fd9138c3122c6d418bebad68661d2d54ebcf33291ef7e SHA512 457e04b3080d9b497b90c737aa40584099222ff8c04aebb8be3d166758f513688cfd272e6fc91a0cdbee12f61b75effe99e63d03f46fea631ff3b24b43c9b667 WHIRLPOOL 5883cf1a2b61ad30ee5618f6636c6016615590428ebca17f546f32e368c63c6541887ef79c95dfdcb9a5268ce7d65e297187470f69ec0c0577cc84d3532ef63e

diff --git a/media-plugins/ir_lv2/ir_lv2-1.3.2.ebuild b/media-plugins/ir_lv2/ir_lv2-1.3.2.ebuild
new file mode 100644
index 0000000..be5e84e
--- /dev/null
+++ b/media-plugins/ir_lv2/ir_lv2-1.3.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit toolchain-funcs flag-o-matic multilib
+
+MY_P="${P/_/.}"
+DESCRIPTION="LV2 convolver plugin especially for creating reverb effects"
+HOMEPAGE="http://factorial.hu/plugins/lv2/ir"
+SRC_URI="http://factorial.hu/system/files/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=media-libs/zita-convolver-3
+	>=x11-libs/gtk+-2.16:2
+	media-libs/lv2
+	media-libs/libsndfile
+	media-libs/libsamplerate"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+S=${WORKDIR}/${PN/_/.}-${PV}
+
+src_prepare() {
+	sed -i -e 's/g++/$(CXX)/' -e 's/gcc/$(CC)/' Makefile || die #respect CC/CXX
+	sed -i -e 's/\(^C4CFLAGS =.*\) -O2.*/\1 $(CFLAGS)/' Makefile || die #respect CFLAGS
+	sed -i -e 's/\(^CPPFLAGS +=.*\) -O2.*/\1 $(CXXFLAGS)/' Makefile || die #respect CXXFLAGS
+}
+
+src_compile() {
+	tc-export CC CXX
+	emake || die
+}
+
+src_install() {
+	emake INSTDIR="${D}/usr/$(get_libdir)/lv2/ir.lv2" install || die
+	dodoc README ChangeLog || die
+}


             reply	other threads:[~2015-11-09 13:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-09 12:37 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-24 10:08 [gentoo-commits] repo/gentoo:master commit in: media-plugins/ir_lv2/ Manuel Rüger
2019-12-25 12:33 Miroslav Šulc
2019-12-25 12:33 Miroslav Šulc
2020-02-09  8:45 Mikle Kolyada
2021-03-15 19:37 Andreas Sturmlechner
2025-02-16  7:22 Ulrich Müller

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=1447072620.71b6f1374e7b7c63e0fab90072d48bc427f06a1f.aballier@gentoo \
    --to=aballier@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