Skip to content

Commit

Permalink
media-tv/mythtv: fix build issue with media-libs/libvpx-1.5.0
Browse files Browse the repository at this point in the history
libvpx-1.5.0 dropped some defines from their headers that MythTV needed
to compile. To quickly avoid such issues for users, set the DEPEND to be
on for all versions less than 1.5.0. fixes #565628

Gentoo-Bug: 565628
Signed-off-by: Doug Goldstein <[email protected]>
  • Loading branch information
cardoe committed Nov 15, 2015
1 parent f557530 commit dabd984
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion media-tv/mythtv/mythtv-0.26.0_p20130922.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ COMMON="
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
<media-libs/libvpx-1.5.0:=
>=media-libs/x264-0.0.20111220:=
>=media-sound/lame-3.93.1
)
Expand Down
2 changes: 1 addition & 1 deletion media-tv/mythtv/mythtv-0.27.5_p20150627.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ COMMON="
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
<media-libs/libvpx-1.5.0:=
>=media-libs/x264-0.0.20111220:=
>=media-sound/lame-3.93.1
)
Expand Down
2 changes: 1 addition & 1 deletion media-tv/mythtv/mythtv-0.27.5_p20150904-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ COMMON="
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
<media-libs/libvpx-1.5.0:=
>=media-libs/x264-0.0.20111220:=
)
ieee1394? (
Expand Down
2 changes: 1 addition & 1 deletion media-tv/mythtv/mythtv-0.27.5_p20150904-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ COMMON="
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
<media-libs/libvpx-1.5.0:=
>=media-libs/x264-0.0.20111220:=
)
ieee1394? (
Expand Down
2 changes: 1 addition & 1 deletion media-tv/mythtv/mythtv-0.27.5_p20151025.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ COMMON="
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
<media-libs/libvpx-1.5.0:=
>=media-libs/x264-0.0.20111220:=
)
ieee1394? (
Expand Down
2 changes: 1 addition & 1 deletion media-tv/mythtv/mythtv-0.27_p20140321.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ COMMON="
fftw? ( sci-libs/fftw:3.0= )
hls? (
media-libs/faac:=
media-libs/libvpx:=
<media-libs/libvpx-1.5.0:=
>=media-libs/x264-0.0.20111220:=
>=media-sound/lame-3.93.1
)
Expand Down

0 comments on commit dabd984

Please sign in to comment.