Skip to content

Commit

Permalink
media-video/handbrake: Bump Libav dep
Browse files Browse the repository at this point in the history
It doesnt build with less than v12, which is masked, so mask the flag too.

Gentoo-Bug: 578690

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
whyman committed Dec 31, 2016
1 parent 3deb5ed commit 195d9aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RDEPEND="
media-libs/x264:=
media-sound/lame
sys-libs/zlib
libav? ( >=media-video/libav-10.1:0=[fdk?] )
libav? ( >=media-video/libav-12:0=[fdk?] )
!libav? ( >=media-video/ffmpeg-2.3:0=[fdk?] )
gstreamer? (
media-libs/gstreamer:1.0
Expand Down
4 changes: 4 additions & 0 deletions profiles/default/linux/package.use.mask
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

# Ian Whyman <[email protected]> (31/12/2016)
# Handbrake needs libav-12 which is masked.
media-video/handbrake libav

# Jason Zaman <[email protected]> (06 Sep 2015)
# This is masked in base/package.use.mask as Linux only.
sys-auth/consolekit -cgroups
Expand Down

0 comments on commit 195d9aa

Please sign in to comment.