mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}
|
||||
}
|
||||
|
||||
@@ -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}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user