public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Savchenko" <bircoph@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/voip:master commit in: media-plugins/mediastreamer-ilbc/
Date: Thu, 10 Oct 2013 05:54:24 +0000 (UTC)	[thread overview]
Message-ID: <1381383344.227aa84c71bfb1e8d01d0dc18fe0fd5c1ef67ff0.bircoph@gentoo> (raw)

commit:     227aa84c71bfb1e8d01d0dc18fe0fd5c1ef67ff0
Author:     Andrew Savchenko <bircoph <AT> gmail <DOT> com>
AuthorDate: Thu Oct 10 05:35:44 2013 +0000
Commit:     Andrew Savchenko <bircoph <AT> gmail <DOT> com>
CommitDate: Thu Oct 10 05:35:44 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/voip.git;a=commit;h=227aa84c

mediastreamer-ilbc: add missing ebuild

---
 .../mediastreamer-ilbc-2.0.3-r1.ebuild             | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/media-plugins/mediastreamer-ilbc/mediastreamer-ilbc-2.0.3-r1.ebuild b/media-plugins/mediastreamer-ilbc/mediastreamer-ilbc-2.0.3-r1.ebuild
new file mode 100644
index 0000000..b653a33
--- /dev/null
+++ b/media-plugins/mediastreamer-ilbc/mediastreamer-ilbc-2.0.3-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-ilbc/mediastreamer-ilbc-2.0.3.ebuild,v 1.5 2013/04/02 20:56:39 ago Exp $
+
+EAPI="5"
+
+inherit multilib
+
+MY_P="msilbc-${PV}"
+
+DESCRIPTION="mediastreamer plugin: add iLBC support"
+HOMEPAGE="http://www.linphone.org/"
+SRC_URI="http://download.savannah.nongnu.org/releases/linphone/plugins/sources/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc ppc64 x86"
+IUSE="20ms-frames"
+
+RDEPEND="dev-libs/ilbc-rfc3951
+	>=media-libs/mediastreamer-2.0.0:="
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+	# dev-libs/ilbc-rfc3951 does not ship pkgconfig .pc file,
+	# so these variables should be set here to satisfy configure
+	ILBC_CFLAGS="/usr/include" ILBC_LIBS="/usr/include -lilbc" \
+	econf \
+		$(use_enable 20ms-frames)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	dodoc AUTHORS ChangeLog NEWS README
+}


             reply	other threads:[~2013-10-10  5:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-10  5:54 Andrew Savchenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-10-13  2:40 [gentoo-commits] proj/voip:master commit in: media-plugins/mediastreamer-ilbc/ Andrew Savchenko
2013-10-10  5:54 Andrew Savchenko
2013-10-10  5:54 Andrew Savchenko

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=1381383344.227aa84c71bfb1e8d01d0dc18fe0fd5c1ef67ff0.bircoph@gentoo \
    --to=bircoph@gmail.com \
    --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