media-libs/libbluray: add udf useflag, part of bug #539946 by Petri Hintukainen
authorAlexis Ballier <aballier@gentoo.org>
Thu, 3 Dec 2015 09:29:02 +0000 (10:29 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Thu, 3 Dec 2015 09:29:09 +0000 (10:29 +0100)
Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
media-libs/libbluray/libbluray-0.9.1.ebuild
media-libs/libbluray/libbluray-9999.ebuild
media-libs/libbluray/metadata.xml

index 7c96b472df2b76131b9aa931cee8acbeb62fb497..9d88120f4c965bb62a0c78a485e6b33d9ff1386a 100644 (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}
 }
index 7c96b472df2b76131b9aa931cee8acbeb62fb497..9d88120f4c965bb62a0c78a485e6b33d9ff1386a 100644 (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}
 }
index f9c1f5a88cdc5e58c3fae085e9744a745965f8c7..6f34503d189daf05d9e2996afd85fb0e2028c1f4 100644 (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>