Skip to content

Commit

Permalink
media-libs/libbluray: add udf useflag, part of bug #539946 by Petri H…
Browse files Browse the repository at this point in the history
…intukainen

Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Dec 3, 2015
1 parent fa61257 commit 62223b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion media-libs/libbluray/libbluray-0.9.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}] )
Expand Down Expand Up @@ -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}
}
Expand Down
3 changes: 2 additions & 1 deletion media-libs/libbluray/libbluray-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}] )
Expand Down Expand Up @@ -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}
}
Expand Down
1 change: 1 addition & 0 deletions media-libs/libbluray/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 62223b2

Please sign in to comment.