public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
Date: Wed,  7 Feb 2018 21:14:05 +0000 (UTC)	[thread overview]
Message-ID: <1518038038.fda5981944688fa7d423374508d28fb1a2490cb9.jer@gentoo> (raw)

commit:     fda5981944688fa7d423374508d28fb1a2490cb9
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  7 20:03:39 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Feb  7 21:13:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda59819

media-libs/bcg729: Initial commit.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/bcg729/Manifest            |  1 +
 media-libs/bcg729/bcg729-1.0.4.ebuild | 31 +++++++++++++++++++++++++++++++
 media-libs/bcg729/metadata.xml        |  7 +++++++
 3 files changed, 39 insertions(+)

diff --git a/media-libs/bcg729/Manifest b/media-libs/bcg729/Manifest
new file mode 100644
index 00000000000..1beae9d37e7
--- /dev/null
+++ b/media-libs/bcg729/Manifest
@@ -0,0 +1 @@
+DIST bcg729-1.0.4.tar.gz 115641 BLAKE2B 5240fc10f8c4c32d9c9a6fc527a198fc896a8ff5ea12aa8a692808877582ac25b3fee122799cb7f6cea58db2f07cc07348da36d9f526e62f0bf62d61ef33bcfa SHA512 fdbbd2c9a807ed832ac3976301843bae854368ab281d16f792550bbda921d226fc6003c0a499561529f22eae08bc0d78b8826c2d06c859ab706d999a96967ffb

diff --git a/media-libs/bcg729/bcg729-1.0.4.ebuild b/media-libs/bcg729/bcg729-1.0.4.ebuild
new file mode 100644
index 00000000000..d5909b37447
--- /dev/null
+++ b/media-libs/bcg729/bcg729-1.0.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools ltprune
+
+DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
+HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+RDEPEND="
+	!media-plugins/mediastreamer-bcg729
+"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_enable static-libs static)
+}
+
+src_install() {
+	default
+	prune_libtool_files
+}

diff --git a/media-libs/bcg729/metadata.xml b/media-libs/bcg729/metadata.xml
new file mode 100644
index 00000000000..e971bf9d9b7
--- /dev/null
+++ b/media-libs/bcg729/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>netmon@gentoo.org</email>
+</maintainer>
+</pkgmetadata>


             reply	other threads:[~2018-02-07 21:14 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-07 21:14 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-27 13:35 [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/ WANG Xuerui
2024-01-12  8:30 Arthur Zamarin
2021-12-31  3:42 Yixun Lan
2021-03-17  1:44 Sam James
2021-01-05 21:09 Sam James
2021-01-02  0:09 Sam James
2021-01-02  0:09 Sam James
2021-01-01 22:22 Sam James
2021-01-01 22:22 Sam James
2020-12-27 12:28 Sergei Trofimovich
2020-12-27  4:47 Sam James
2020-12-27  4:31 Sam James
2020-12-27  0:54 Sam James
2020-11-24  2:08 Sam James
2020-11-24  1:41 Sam James
2020-11-24  1:40 Sam James
2020-11-08 10:22 Sam James
2020-11-06 21:43 Sam James
2020-11-06 20:24 Sam James
2020-11-04  9:23 Sam James
2020-11-04  1:48 Sam James
2020-11-04  0:44 Sam James
2020-11-04  0:44 Sam James
2020-07-20 12:24 Sam James
2020-07-16 17:45 Sam James
2020-05-06  6:41 Sergei Trofimovich
2020-01-15  8:56 Jeroen Roovers
2020-01-15  8:56 Jeroen Roovers
2019-12-11  6:04 Jeroen Roovers
2019-12-11  1:45 Aaron Bauman
2019-11-30 14:59 Jeroen Roovers
2019-11-30 14:59 Jeroen Roovers
2019-10-10  8:17 Jeroen Roovers
2019-08-12 19:58 Michał Górny
2018-06-19 17:29 Tobias Klausmann
2018-06-06 23:23 Thomas Deutschmann
2018-05-31 10:01 Sergei Trofimovich
2018-05-30  7:46 Jeroen Roovers
2018-03-18 19:48 Sergei Trofimovich
2018-02-08 21:33 Sergei Trofimovich
2018-02-07 21:14 Jeroen Roovers

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=1518038038.fda5981944688fa7d423374508d28fb1a2490cb9.jer@gentoo \
    --to=jer@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