You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/mediastreamer-x264/mediastreamer-x264-1.3.3.eb...

41 lines
1.0 KiB

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-x264/mediastreamer-x264-1.3.3.ebuild,v 1.3 2011/01/01 20:37:25 hwoarang Exp $
EAPI="2"
inherit multilib
MY_P="msx264-${PV}"
DESCRIPTION="mediastreamer plugin: add H264 support"
HOMEPAGE="http://www.linphone.org/"
SRC_URI="http://download.savannah.nongnu.org/releases-noredirect/linphone/plugins/sources/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE=""
DEPEND=">=media-libs/mediastreamer-2.1.0
>=media-libs/x264-0.0.20100118
media-video/ffmpeg"
RDEPEND="${DEPEND}
media-libs/mediastreamer[video]"
S=${WORKDIR}/${MY_P}
src_configure() {
# strict: don't want -Werror
# hacked-x264: x264 is not patched with multislicing
econf \
--libdir=/usr/$(get_libdir) \
--disable-strict \
--disable-dependency-tracking
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
}