summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-03-21 10:35:31 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-03-21 11:12:11 +0100
commit9f59849195d154668f1d0992094d02fabb6be04c (patch)
treeadce8708729637dff19ebd0d344a131ea7417f15 /media-libs/opencore-amr/opencore-amr-0.1.5.ebuild
parentdev-ml/fmt: Bump to 0.8.2 (diff)
downloadgentoo-9f59849195d154668f1d0992094d02fabb6be04c.tar.gz
gentoo-9f59849195d154668f1d0992094d02fabb6be04c.tar.bz2
gentoo-9f59849195d154668f1d0992094d02fabb6be04c.zip
media-libs/opencore-amr: Bump to 0.1.5
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-libs/opencore-amr/opencore-amr-0.1.5.ebuild')
-rw-r--r--media-libs/opencore-amr/opencore-amr-0.1.5.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/media-libs/opencore-amr/opencore-amr-0.1.5.ebuild b/media-libs/opencore-amr/opencore-amr-0.1.5.ebuild
new file mode 100644
index 000000000000..7b52e1e9fb6e
--- /dev/null
+++ b/media-libs/opencore-amr/opencore-amr-0.1.5.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
+inherit autotools-multilib
+
+DESCRIPTION="Implementation of Adaptive Multi Rate Narrowband and Wideband speech codec"
+HOMEPAGE="http://opencore-amr.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="static-libs"
+DOCS=( ChangeLog README )