diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/ptlib/ptlib-2.6.4.ebuild (renamed from dev-libs/ptlib/ptlib-2.6.3.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/ptlib/ptlib-2.6.3.ebuild b/dev-libs/ptlib/ptlib-2.6.4.ebuild index 50fd325..a71b8fb 100644 --- a/dev-libs/ptlib/ptlib-2.6.3.ebuild +++ b/dev-libs/ptlib/ptlib-2.6.4.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 ffmpeg ieee1394 ipv6 ldap minimal noaudio novideo oss +IUSE="alsa bsdvideo debug doc esd ffmpeg ieee1394 ipv6 ldap minimal noaudio novideo +opal oss +shm sasl sdl ssl sunaudio v4l v4l2 xml" RDEPEND="alsa? ( media-libs/alsa-lib ) @@ -70,7 +70,10 @@ src_compile() { $(use_enable v4l2) \ $(use_enable xml expat) \ $(use_enable ffmpeg ffvdev) \ + $(use_enable shm shmvideo) \ + $(use_enable opal) \ --enable-plugins \ + --enable-video \ || die "econf failed" if use debug; then |