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, 15 Jan 2020 08:56:04 +0000 (UTC) [thread overview]
Message-ID: <1579078562.c5a1e1dfad6dbc11613a2eeef78af8ea35ed8e3f.jer@gentoo> (raw)
commit: c5a1e1dfad6dbc11613a2eeef78af8ea35ed8e3f
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 15 08:53:40 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jan 15 08:56:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a1e1df
media-libs/bcg729: EAPI=7
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
new file mode 100644
index 00000000000..53c6d19ed72
--- /dev/null
+++ b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit cmake-utils
+
+DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
+HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
+SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.tar.gz \
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="
+ !media-plugins/mediastreamer-bcg729
+"
+S=${WORKDIR}/${P/_/-}
+DOCS=( AUTHORS NEWS README.md )
+
+src_configure() {
+ mycmakeargs=(
+ -DENABLE_STATIC=$(usex static-libs)
+ )
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2020-01-15 8:56 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-15 8:56 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
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
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=1579078562.c5a1e1dfad6dbc11613a2eeef78af8ea35ed8e3f.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