summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-11-19 21:29:17 +0000
committerMichał Górny <mgorny@gentoo.org>2012-11-19 21:29:17 +0000
commit29b6291259b5f57df186e15f51d42d673342e578 (patch)
treebac39702b1184c08cc3a44a289752d80d6f385b3 /media-plugins
parentVersion bump wrt bug #399737. Thanks to Andrew Savchenko for his effort on li... (diff)
downloadgentoo-2-29b6291259b5f57df186e15f51d42d673342e578.tar.gz
gentoo-2-29b6291259b5f57df186e15f51d42d673342e578.tar.bz2
gentoo-2-29b6291259b5f57df186e15f51d42d673342e578.zip
Add G729 plugin wrt bug #416203. Thanks to Andrew Savchenko for his effort on linphone ebuilds.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/mediastreamer-bcg729/ChangeLog10
-rw-r--r--media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild30
-rw-r--r--media-plugins/mediastreamer-bcg729/metadata.xml10
3 files changed, 50 insertions, 0 deletions
diff --git a/media-plugins/mediastreamer-bcg729/ChangeLog b/media-plugins/mediastreamer-bcg729/ChangeLog
new file mode 100644
index 000000000000..66a1714275c6
--- /dev/null
+++ b/media-plugins/mediastreamer-bcg729/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-plugins/mediastreamer-bcg729
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-bcg729/ChangeLog,v 1.1 2012/11/19 21:29:17 mgorny Exp $
+
+*mediastreamer-bcg729-1.0.0 (19 Nov 2012)
+
+ 19 Nov 2012; Michał Górny <mgorny@gentoo.org>
+ +mediastreamer-bcg729-1.0.0.ebuild, +metadata.xml:
+ Add G729 plugin wrt bug #416203. Thanks to Andrew Savchenko for his effort on
+ linphone ebuilds.
diff --git a/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild b/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild
new file mode 100644
index 000000000000..e07c6818a066
--- /dev/null
+++ b/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild,v 1.1 2012/11/19 21:29:17 mgorny Exp $
+
+EAPI=4
+
+MY_P="bcg729-${PV}"
+
+DESCRIPTION="Backported G729 implementation for Linphone"
+HOMEPAGE="http://www.linphone.org"
+SRC_URI="mirror://nongnu/linphone/plugins/sources/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-libs/mediastreamer-2.0.0
+ >=net-libs/ortp-0.16.0"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure(){
+ # strict = -Werror
+ econf \
+ --disable-static \
+ --disable-strict
+}
diff --git a/media-plugins/mediastreamer-bcg729/metadata.xml b/media-plugins/mediastreamer-bcg729/metadata.xml
new file mode 100644
index 000000000000..c30adc180ab0
--- /dev/null
+++ b/media-plugins/mediastreamer-bcg729/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>voip</herd>
+ <maintainer>
+ <email>volkmar@gentoo.org</email>
+ <name>Mounir Lamouri</name>
+ <description>Assign to herd and CC me</description>
+ </maintainer>
+</pkgmetadata>