From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
Date: Mon, 24 Sep 2018 15:51:35 +0000 (UTC) [thread overview]
Message-ID: <1537804287.83d8ef2b04f45dc825d2ede5fce8a6f1e4dd62f7.polynomial-c@gentoo> (raw)
commit: 83d8ef2b04f45dc825d2ede5fce8a6f1e4dd62f7
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 24 15:38:20 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Sep 24 15:51:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d8ef2b
media-libs/libopusenc: Initial commit
Package-Manager: Portage-2.3.49, Repoman-2.3.11
media-libs/libopusenc/Manifest | 1 +
media-libs/libopusenc/libopusenc-0.2.ebuild | 36 +++++++++++++++++++++++++++++
media-libs/libopusenc/metadata.xml | 8 +++++++
3 files changed, 45 insertions(+)
diff --git a/media-libs/libopusenc/Manifest b/media-libs/libopusenc/Manifest
new file mode 100644
index 00000000000..292742288e5
--- /dev/null
+++ b/media-libs/libopusenc/Manifest
@@ -0,0 +1 @@
+DIST libopusenc-0.2.tar.gz 388027 BLAKE2B 5822d09ec56ce9dc0182241e7182b71c9c21def5645a2ef3472af380b25af1b1f8a08311c2cfb8bacdfde845dff81ee426401f1ab098b6598e41e664ccaf9c34 SHA512 82b9a60bf6fa0c8bc485b221bc633456245f8909875fb9e86876076bc37857d53a366bbc66f2e1e331adddcf12c4d5a29f0047e21d0fae2f8bd8a3199bd6f78f
diff --git a/media-libs/libopusenc/libopusenc-0.2.ebuild b/media-libs/libopusenc/libopusenc-0.2.ebuild
new file mode 100644
index 00000000000..473b64aa39d
--- /dev/null
+++ b/media-libs/libopusenc/libopusenc-0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="High-level API for encoding .opus files"
+HOMEPAGE="https://www.opus-codec.org/"
+SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+BDEPEND="
+ virtual/pkgconfig
+"
+DEPEND="
+ doc? ( app-doc/doxygen[dot] )
+"
+RDEPEND="
+ >=media-libs/opus-1.1
+"
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable doc)
+ )
+
+ econf "${myeconfsargs[@]}"
+}
+
+src_install() {
+ default
+ find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
+}
diff --git a/media-libs/libopusenc/metadata.xml b/media-libs/libopusenc/metadata.xml
new file mode 100644
index 00000000000..39626a990be
--- /dev/null
+++ b/media-libs/libopusenc/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sound@gentoo.org</email>
+ <name>Gentoo Sound project</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2018-09-24 15:51 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-24 15:51 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-10-15 19:01 [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/ Sergei Trofimovich
2019-01-25 10:12 David Seifert
2019-04-06 16:14 Mikle Kolyada
2019-04-06 20:34 Andreas Sturmlechner
2019-04-07 21:34 Sergei Trofimovich
2019-04-28 22:06 Thomas Deutschmann
2020-12-17 9:02 Sam James
2021-09-26 22:16 Marek Szuba
2022-12-22 11:04 Arthur Zamarin
2022-12-22 11:04 Arthur Zamarin
2022-12-22 11:04 Arthur Zamarin
2022-12-22 11:04 Arthur Zamarin
2022-12-23 9:05 Miroslav Šulc
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=1537804287.83d8ef2b04f45dc825d2ede5fce8a6f1e4dd62f7.polynomial-c@gentoo \
--to=polynomial-c@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