summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-13 08:56:38 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-13 08:56:48 +0100
commitdf807cd384683469bf6ec4b9463e749887de8ddc (patch)
tree7a3ad542f6b21fb6aeed4b244ea99296df9aeca9 /media-libs/opencore-amr/opencore-amr-0.1.4.ebuild
parentmedia-libs/fdk-aac: bump to 0.1.5 (diff)
downloadgentoo-df807cd384683469bf6ec4b9463e749887de8ddc.tar.gz
gentoo-df807cd384683469bf6ec4b9463e749887de8ddc.tar.bz2
gentoo-df807cd384683469bf6ec4b9463e749887de8ddc.zip
media-libs/opencore-amr: bump to 0.1.4
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/opencore-amr/opencore-amr-0.1.4.ebuild')
-rw-r--r--media-libs/opencore-amr/opencore-amr-0.1.4.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/media-libs/opencore-amr/opencore-amr-0.1.4.ebuild b/media-libs/opencore-amr/opencore-amr-0.1.4.ebuild
new file mode 100644
index 000000000000..2a3288ffc945
--- /dev/null
+++ b/media-libs/opencore-amr/opencore-amr-0.1.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 )