public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liquid-dsp/
Date: Fri,  3 Feb 2017 18:58:07 +0000 (UTC)	[thread overview]
Message-ID: <1486148254.54824513464dca7c115bd78b5f792d96d9302a1d.zerochaos@gentoo> (raw)

commit:     54824513464dca7c115bd78b5f792d96d9302a1d
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 17:08:26 2017 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 18:57:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54824513

net-libs/liquid-dsp: a new dep for inspectrum

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/liquid-dsp/Manifest                |  1 +
 net-libs/liquid-dsp/liquid-dsp-1.3.0.ebuild | 36 +++++++++++++++++++++++++++++
 net-libs/liquid-dsp/metadata.xml            | 17 ++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/net-libs/liquid-dsp/Manifest b/net-libs/liquid-dsp/Manifest
new file mode 100644
index 00000000..3a7ef07
--- /dev/null
+++ b/net-libs/liquid-dsp/Manifest
@@ -0,0 +1 @@
+DIST liquid-dsp-1.3.0.tar.gz 1036160 SHA256 b136343d644bc1441f7854f2d292bfa054e8d040c0b745879b205f6836dca0f0 SHA512 d69df2c15ea56cd84be9f77383b9914daa52e89e1136aa84fd14dff7690e98c4e29bb5c4e570cac5ef826b884b8fa382e5d806a711d22b6d5c4ddf5b93a0026b WHIRLPOOL ec0605293e5e0b8b1e276390b007ba8be871f23fdaafa6ec3e5dfb5fd54d1ca5c95b69b807ac4a91db63c673c0cf9df999db3c98bebc556fd4547b13388c8858

diff --git a/net-libs/liquid-dsp/liquid-dsp-1.3.0.ebuild b/net-libs/liquid-dsp/liquid-dsp-1.3.0.ebuild
new file mode 100644
index 00000000..98e1d99
--- /dev/null
+++ b/net-libs/liquid-dsp/liquid-dsp-1.3.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools multilib
+
+DESCRIPTION="digital signal processing library for software-defined radios"
+HOMEPAGE="http://liquidsdr.org"
+SRC_URI="https://github.com/jgaeddert/liquid-dsp/archive/v1.3.0.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+DEPEND="sci-libs/fftw:3.0="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	eapply_user
+	eautoreconf
+}
+
+src_configure() {
+	#without this rather odd looking bit, it installs libraries into /usr/usr/$(get_libdir)
+	#what is super special is that if exec-prefix is unset, libdir is lib64...
+	#but if exec-prefix is default then libdir ends up as /usr/lib64 in makefile...
+	econf --exec-prefix="" --libdir="/usr/$(get_libdir)"
+}
+
+src_install() {
+	default
+	! use static-libs && rm "${ED}"/usr/"$(get_libdir)"/libliquid.a
+}

diff --git a/net-libs/liquid-dsp/metadata.xml b/net-libs/liquid-dsp/metadata.xml
new file mode 100644
index 00000000..c2d4766
--- /dev/null
+++ b/net-libs/liquid-dsp/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>zerochaos@gentoo.org</email>
+<name>Rick Farina</name>
+</maintainer>
+<maintainer type="project">
+<email>radio@gentoo.org</email>
+<name>Radio</name>
+</maintainer>
+<longdescription lang="en">
+</longdescription>
+<upstream>
+	<remote-id type="github">jgaeddert/liquid-dsp</remote-id>
+</upstream>
+</pkgmetadata>


             reply	other threads:[~2017-02-03 18:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-03 18:58 Richard Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-23 15:52 [gentoo-commits] repo/gentoo:master commit in: net-libs/liquid-dsp/ Richard Farina
2017-10-25 18:03 Richard Farina
2019-05-29  4:14 Aaron Bauman
2021-02-25 22:43 Rick Farina
2023-08-21 14:34 Rick Farina
2025-09-12  1:40 Rick Farina
2025-09-12  1:40 Rick Farina
2025-09-12  1:40 Rick Farina

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=1486148254.54824513464dca7c115bd78b5f792d96d9302a1d.zerochaos@gentoo \
    --to=zerochaos@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