diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-07-09 02:22:32 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-07-09 02:22:32 +0300 |
commit | 2d34316116bffa5c9fe7b48a498b2612b16762c6 (patch) | |
tree | be64dff3fe5c51a48cebed83306378a500551dd8 /dev-libs | |
parent | 2797db46c510a093128ecb3fa796a405a7a3f01e (diff) |
modified: dev-libs/ptlib/ptlib-2.6.3.ebuild
new file: media-video/ffmpeg/ffmpeg-20099999-r2.ebuild
deleted: media-video/ffmpeg/ffmpeg-20099999.ebuild
modified: x11-libs/pixman/pixman-9999.ebuild
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/ptlib/ptlib-2.6.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/ptlib/ptlib-2.6.3.ebuild b/dev-libs/ptlib/ptlib-2.6.3.ebuild index 91230ea..50fd325 100644 --- a/dev-libs/ptlib/ptlib-2.6.3.ebuild +++ b/dev-libs/ptlib/ptlib-2.6.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/opalvoip/${P}.tar.bz2" LICENSE="MPL-1.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="alsa bsdvideo debug doc esd ieee1394 ipv6 ldap minimal noaudio novideo oss +IUSE="alsa bsdvideo debug doc esd ffmpeg ieee1394 ipv6 ldap minimal noaudio novideo oss sasl sdl ssl sunaudio v4l v4l2 xml" RDEPEND="alsa? ( media-libs/alsa-lib ) @@ -25,7 +25,8 @@ RDEPEND="alsa? ( media-libs/alsa-lib ) sasl? ( dev-libs/cyrus-sasl:2 ) sdl? ( media-libs/libsdl ) ssl? ( dev-libs/openssl ) - xml? ( dev-libs/expat )" + xml? ( dev-libs/expat ) + ffmpeg? ( media-video/ffmpeg )" DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex @@ -68,6 +69,7 @@ src_compile() { $(use_enable v4l) \ $(use_enable v4l2) \ $(use_enable xml expat) \ + $(use_enable ffmpeg ffvdev) \ --enable-plugins \ || die "econf failed" |