Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507940 - media-video/mpv-9999 - waf: error: no such option: --disable-radio
Summary: media-video/mpv-9999 - waf: error: no such option: --disable-radio
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nikoli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-17 20:41 UTC by Vasco Gervasi
Modified: 2014-04-18 10:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for ebuild (mpv-9999.ebuild.patch,2.83 KB, patch)
2014-04-18 09:43 UTC, Nikoli
Details | Diff
patch for live ebuild (mpv-9999.ebuild.patch,2.60 KB, patch)
2014-04-18 09:51 UTC, Nikoli
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vasco Gervasi 2014-04-17 20:41:10 UTC
Hi all,
I am trying to update mpv live version.
I think that 9999 ebuild need an update.
This is the error that I get:

>>> Source unpacked in /tmp/portage/media-video/mpv-9999/work
>>> Preparing source in /tmp/portage/media-video/mpv-9999/work/mpv-9999 ...
>>> Source prepared.
>>> Configuring source in /tmp/portage/media-video/mpv-9999/work/mpv-9999 ...
CCFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" LINKFLAGS="-march=native -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" "/tmp/portage/media-video/mpv-9999/work/mpv-9999/waf" --prefix=/usr --libdir=/usr/lib --disable-build-date --disable-debug-build --disable-sdl1 --disable-sdl2 --disable-rsound --enable-encoding --disable-joystick --disable-libbluray --disable-vcd --enable-libquvi --disable-libsmbclient --disable-lirc --disable-lua --disable-pdf-build --disable-vf-dlopen-filters --enable-cdda --enable-dvdread --disable-dvdnav --enable-enca --enable-iconv --enable-libass --disable-libguess --disable-dvb --disable-pvr --disable-libv4l2 --disable-tv --disable-tv-v4l2 --disable-radio --disable-radio-capture --disable-radio-v4l2 --enable-mpg123 --enable-jpeg --disable-caca --enable-libpostproc --enable-alsa --disable-jack --disable-ladspa --disable-portaudio --disable-libbs2b --disable-openal --disable-oss-audio --enable-pulse --enable-shm --enable-x11 --disable-vaapi --enable-vdpau --disable-wayland --enable-xinerama --enable-xv --enable-gl --disable-lcms2 --disable-xss --confdir=/etc/mpv --mandir=/usr/share/man --docdir=/usr/share/doc/mpv-9999 configure
waf [commands] [options]

Main commands (example: ./waf build -j4)
  build    : executes the build
  clean    : cleans the project
  configure: configures the project
  dist     : makes a tarball for redistributing the sources
  distcheck: checks if the project compiles (tarball from 'dist')
  distclean: removes the build directory
  install  : installs the targets on the system
  list     : lists the targets to execute
  step     : executes tasks in a step-by-step fashion, for debugging
  uninstall: removes the targets installed
  update   : updates the plugins from the *waflib/extras* directory

waf: error: no such option: --disable-radio

Thanks
Comment 1 Nikoli 2014-04-18 09:43:04 UTC
Created attachment 375182 [details, diff]
patch for ebuild
Comment 2 Nikoli 2014-04-18 09:45:14 UTC
Upstream removed support for radio. Attached patch for live ebuild, but did not test it, because i did not migrate to masked libav-10.
Comment 3 Nikoli 2014-04-18 09:51:20 UTC
Created attachment 375184 [details, diff]
patch for live ebuild
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2014-04-18 09:56:12 UTC
(In reply to Nikoli from comment #3)
> Created attachment 375184 [details, diff] [details, diff]
> patch for live ebuild

Thanks. Committed.
Comment 5 Vasco Gervasi 2014-04-18 10:46:55 UTC
Thanks now works!!!! :)