media-libs/libbluray: add udf useflag, part of bug #539946 by Petri Hintukainen

Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
Alexis Ballier
2015-12-03 10:29:02 +01:00
parent fa61257408
commit 62223b28e6
3 changed files with 5 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ HOMEPAGE="http://www.videolan.org/developers/libbluray.html"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="aacs bdplus +fontconfig java static-libs +truetype utils +xml"
IUSE="aacs bdplus +fontconfig java static-libs +truetype udf utils +xml"
COMMON_DEPEND="
xml? ( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] )
@@ -75,6 +75,7 @@ multilib_src_configure() {
$(use_with fontconfig) \
$(use_with truetype freetype) \
$(use_enable static-libs static) \
$(use_enable udf) \
$(use_with xml libxml2) \
${myconf}
}

View File

@@ -22,7 +22,7 @@ HOMEPAGE="http://www.videolan.org/developers/libbluray.html"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="aacs bdplus +fontconfig java static-libs +truetype utils +xml"
IUSE="aacs bdplus +fontconfig java static-libs +truetype udf utils +xml"
COMMON_DEPEND="
xml? ( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] )
@@ -75,6 +75,7 @@ multilib_src_configure() {
$(use_with fontconfig) \
$(use_with truetype freetype) \
$(use_enable static-libs static) \
$(use_enable udf) \
$(use_with xml libxml2) \
${myconf}
}

View File

@@ -6,6 +6,7 @@
<flag name='aacs'>Add support for decryption of AACS</flag>
<flag name='bdplus'>Use <pkg>media-libs/libbdplus</pkg> for BD+ decryption</flag>
<flag name='java'>Add support for BD-J</flag>
<flag name='udf'>Add UDF (Universal Disk Format) support</flag>
<flag name='utils'>Install command-line utilities and examples</flag>
</use>
</pkgmetadata>