Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 375184 Details for
Bug 507940
media-video/mpv-9999 - waf: error: no such option: --disable-radio
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for live ebuild
mpv-9999.ebuild.patch (text/plain), 2.60 KB, created by
Nikoli
on 2014-04-18 09:51:20 UTC
(
hide
)
Description:
patch for live ebuild
Filename:
MIME Type:
Creator:
Nikoli
Created:
2014-04-18 09:51:20 UTC
Size:
2.60 KB
patch
obsolete
>--- /var/package-manager/portage/media-video/mpv/mpv-9999.ebuild 2014-04-11 21:31:26.000000000 +0400 >+++ mpv-9999.ebuild 2014-04-18 13:50:24.000000000 +0400 >@@ -1,6 +1,6 @@ > # Copyright 1999-2014 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.44 2014/04/11 17:07:41 swift Exp $ >+# $Header: $ > > EAPI=5 > >@@ -23,7 +23,7 @@ > KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" > IUSE="+alsa bluray bs2b +cdio -doc-pdf dvb +dvd dvdnav +enca encode +iconv jack -joystick > jpeg ladspa lcms +libass libcaca libguess lirc lua luajit +mpg123 -openal +opengl >-oss portaudio +postproc pulseaudio pvr +quvi -radio samba selinux +shm v4l vaapi vcd vdpau >+oss portaudio +postproc pulseaudio pvr +quvi samba selinux +shm v4l vaapi vcd vdpau > vf-dlopen wayland +X xinerama +xscreensaver +xv" > > REQUIRED_USE=" >@@ -34,7 +34,6 @@ > luajit? ( lua ) > opengl? ( || ( wayland X ) ) > pvr? ( v4l ) >- radio? ( v4l || ( alsa oss ) ) > vaapi? ( X ) > vdpau? ( X ) > wayland? ( opengl ) >@@ -45,8 +44,8 @@ > > RDEPEND+=" > || ( >- >=media-video/libav-9:=[encode?,threads,vaapi?,vdpau?] >- >=media-video/ffmpeg-1.2:0=[encode?,threads,vaapi?,vdpau?] >+ >=media-video/libav-10:=[encode?,threads,vaapi?,vdpau?] >+ >=media-video/ffmpeg-2.1.4:0=[encode?,threads,vaapi?,vdpau?] > ) > sys-libs/ncurses > sys-libs/zlib >@@ -63,7 +62,7 @@ > xv? ( x11-libs/libXv ) > ) > alsa? ( media-libs/alsa-lib ) >- bluray? ( >=media-libs/libbluray-0.2.1 ) >+ bluray? ( >=media-libs/libbluray-0.3.0 ) > bs2b? ( media-libs/libbs2b ) > cdio? ( > dev-libs/libcdio >@@ -103,8 +102,8 @@ > quvi? ( > >=media-libs/libquvi-0.4.1:= > || ( >- >=media-video/libav-9[network] >- >=media-video/ffmpeg-1.2:0[network] >+ >=media-video/libav-10[network] >+ >=media-video/ffmpeg-2.1.4:0[network] > ) > ) > samba? ( net-fs/samba ) >@@ -165,12 +164,14 @@ > # do not add -g to CFLAGS > # SDL output is fallback for platforms where nothing better is available > # media-sound/rsound is in pro-audio overlay only >+ # vapoursynth is not packaged > waf-utils_src_configure \ > --disable-build-date \ > --disable-debug-build \ > --disable-sdl1 \ > --disable-sdl2 \ > --disable-rsound \ >+ --disable-vapoursynth \ > $(use_enable encode encoding) \ > $(use_enable joystick) \ > $(use_enable bluray libbluray) \ >@@ -194,9 +195,6 @@ > $(use_enable v4l libv4l2) \ > $(use_enable v4l tv) \ > $(use_enable v4l tv-v4l2) \ >- $(use_enable radio) \ >- $(use_enable radio radio-capture) \ >- $(use_enable radio radio-v4l2) \ > $(use_enable mpg123) \ > $(use_enable jpeg) \ > $(use_enable libcaca caca) \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 507940
:
375182
| 375184