/[gentoo-x86]/media-plugins/mediastreamer-amr/mediastreamer-amr-0.0.1.ebuild
Gentoo

Contents of /media-plugins/mediastreamer-amr/mediastreamer-amr-0.0.1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (hide annotations) (download)
Tue Apr 2 20:56:37 2013 UTC (6 weeks, 4 days ago) by ago
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +3 -3 lines
Stable for ppc64, wrt bug #462890

(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

1 ago 1.8 # Copyright 1999-2013 Gentoo Foundation
2 pva 1.1 # Distributed under the terms of the GNU General Public License v2
3 ago 1.8 # $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-amr/mediastreamer-amr-0.0.1.ebuild,v 1.7 2012/11/19 20:54:52 mgorny Exp $
4 pva 1.1
5     EAPI="4"
6    
7 mgorny 1.7 inherit eutils multilib
8 pva 1.1
9     MY_P="msamr-${PV}"
10    
11     DESCRIPTION="mediastreamer plugin: add AMR Narrow Band support"
12     HOMEPAGE="http://www.linphone.org/"
13 mgorny 1.6 SRC_URI="mirror://nongnu/linphone/plugins/sources/${MY_P}.tar.gz"
14 pva 1.1
15     LICENSE="GPL-2"
16     SLOT="0"
17 ago 1.8 KEYWORDS="amd64 ppc ppc64 x86"
18 pva 1.1 IUSE=""
19    
20 mgorny 1.7 RDEPEND=">=media-libs/mediastreamer-2.0.0
21 pva 1.1 >=media-libs/opencore-amr-0.1.2"
22 mgorny 1.7 DEPEND="${RDEPEND}
23     virtual/pkgconfig"
24 pva 1.1
25     S=${WORKDIR}/${MY_P}
26    
27 mgorny 1.7 src_prepare() {
28     epatch "${FILESDIR}/${P}-include.patch"
29     }
30    
31 pva 1.1 src_configure() {
32     # strict: don't want -Werror
33     econf \
34     --disable-strict
35     }

  ViewVC Help
Powered by ViewVC 1.1.13