summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Winston <amynka@gentoo.org>2015-08-18 19:21:40 +0200
committerAmy Winston <amynka@gentoo.org>2015-08-18 19:21:40 +0200
commit03e805571fd8c619e904bf0211fd78b21fa84495 (patch)
tree4c9bff0aeef860a351106b02e2669d595c99db4e /media-libs/libebur128
parentdev-python/pypy3: Backport for fix gcc-4.9 (diff)
downloadgentoo-03e805571fd8c619e904bf0211fd78b21fa84495.tar.gz
gentoo-03e805571fd8c619e904bf0211fd78b21fa84495.tar.bz2
gentoo-03e805571fd8c619e904bf0211fd78b21fa84495.zip
media-libs/libebur128: Initial commit.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-libs/libebur128')
-rw-r--r--media-libs/libebur128/Manifest1
-rw-r--r--media-libs/libebur128/libebur128-1.0.2.ebuild24
-rw-r--r--media-libs/libebur128/metadata.xml9
3 files changed, 34 insertions, 0 deletions
diff --git a/media-libs/libebur128/Manifest b/media-libs/libebur128/Manifest
new file mode 100644
index 000000000000..2a8529dd79ac
--- /dev/null
+++ b/media-libs/libebur128/Manifest
@@ -0,0 +1 @@
+DIST libebur128-1.0.2.tar.gz 29794 SHA256 9b334d31a26b47ba6740bb7bbee7a24461d535f426b1ed42368c187e27c08323 SHA512 10f0248db9ebae48c0b3a62f5bab668d77bf10cd004267593b0cec1c5fcd5b1223fff2ae82d6753db7329210a0d7feb5a65a1c030e92607805d05c1b9885416a WHIRLPOOL 4656d8e05d98d2a1b8d286602b2671d2016ec0b8e35f66689d97ad700c61fcb1234e85308ab00f01a6ac51d741232054b251da04594f646138eb5d0103564585
diff --git a/media-libs/libebur128/libebur128-1.0.2.ebuild b/media-libs/libebur128/libebur128-1.0.2.ebuild
new file mode 100644
index 000000000000..e62978e8e2bb
--- /dev/null
+++ b/media-libs/libebur128/libebur128-1.0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="A library implementing the EBU R128 loudness standard."
+HOMEPAGE="https://github.com/jiixyj/libebur128"
+SRC_URI="https://github.com/jiixyj/libebur128/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+speex"
+
+DEPEND="speex? ( media-libs/speex )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=( $(cmake-utils_use_disable speex SPEEXDSP) )
+ cmake-utils_src_configure
+}
diff --git a/media-libs/libebur128/metadata.xml b/media-libs/libebur128/metadata.xml
new file mode 100644
index 000000000000..22387e5f3ee1
--- /dev/null
+++ b/media-libs/libebur128/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>amynka@gentoo.org</email>
+</maintainer>
+<longdescription>
+</longdescription>
+</pkgmetadata>