Skip to content

Commit

Permalink
Require older kernel headers for the ebuilds. If you dont, we get no …
Browse files Browse the repository at this point in the history
…v4l support.
  • Loading branch information
kormoc committed May 16, 2011
1 parent 23c4782 commit 93c16c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gentoo/media-tv/mythtv/Manifest
Expand Up @@ -18,4 +18,4 @@ DIST mythtv-0.25_pre20110515.tar.gz 72288942 RMD160 65171cd5ef6d6bfb5a679a6e3f2f
EBUILD mythtv-0.24_p20110430.ebuild 8145 RMD160 ade4d548577475e962f02997eca8632e72cfef70 SHA1 d71e8d573e4cb50496d8089504047d2ab3d3632d SHA256 303a0755df4e458fbe7af97484265213b67b18cfb86bbb6b840929075a948612
EBUILD mythtv-0.24_p20110515.ebuild 8145 RMD160 182bc3125d45fa680e682db9895b7c6399305327 SHA1 402fc48131d50fb094c0ba967e753360a8a3d357 SHA256 409010d86f0a9326102e9456e8fc246b5979528897d60882f96a4992f190e9f0
EBUILD mythtv-0.25_pre20110508.ebuild 7216 RMD160 8ba00799abd436841057390cc37bafbcfaefc91b SHA1 e2cb31f1779735c38a997408e6df034eb64a2ab4 SHA256 2192435b140a23353d9bcc5393593cdca1370df7de7f6e6d9f7917e2e6ad2f5a
EBUILD mythtv-0.25_pre20110515.ebuild 7216 RMD160 dd31faef295b9f08ed41b7d14831a3c7dcc963a7 SHA1 3c9bc15d87ae33bcb5ed792b5c19ccb7ff800d38 SHA256 514005bf73b78b5be6adb185b188c378e8c946a776c0e97dca0dd1f1a5e7b25f
EBUILD mythtv-0.25_pre20110515.ebuild 7260 RMD160 6d35811f750689a2d21c0b10b7580e14ad074d2e SHA1 32dd75f17c315112553da87628e810f88b418b3f SHA256 82b95db2453f105f9575313ce9586692690966e65a6d3e86e685c78e5422fa59
10 changes: 6 additions & 4 deletions Gentoo/media-tv/mythtv/mythtv-0.25_pre20110515.ebuild
Expand Up @@ -25,7 +25,8 @@ debug profile \
perl python \
vdpau \
xvid x264 \
experimental \
-experimental \
+lame \
${IUSE_VIDEO_CARDS} \
input_devices_joystick \
"
Expand Down Expand Up @@ -75,6 +76,7 @@ RDEPEND="
!media-tv/mythtv-bindings
x264? ( >=media-libs/x264-0.0.20100605 )
xvid? ( >=media-libs/xvid-1.1.0 )
<sys-kernel/linux-headers-2.6.38
"

DEPEND="${RDEPEND}
Expand Down Expand Up @@ -174,9 +176,9 @@ src_configure() {
myconf="${myconf} --enable-vdpau"
fi

myconf="${myconf} --enable-libmp3lame"
myconf="${myconf} $(use_enable xvid libxvid)"
myconf="${myconf} $(use_enable x264 libx264)"
myconf="${myconf} $(use_enable lame libmp3lame)"
myconf="${myconf} $(use_enable xvid libxvid)"
myconf="${myconf} $(use_enable x264 libx264)"

use input_devices_joystick || myconf="${myconf} --disable-joystick-menu"

Expand Down

0 comments on commit 93c16c4

Please sign in to comment.