Difference between pages "Talk:Building a Kernel from Source" and "Package:Mpv"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m
 
m (console as root)
 
Line 1: Line 1:
I'm thinking we should include the option of not having a initrd, and just having a bzImage.
{{Ebuild
|Summary=Video player based on MPlayer/mplayer2.
|CatPkg=media-video/mpv
|Maintainer=
|Homepage=http://mpv.io/
}}
mpv is a fork of mplayer2, to learn more about the differences take a look at their [https://github.com/mpv-player/mpv/blob/master/DOCS/man/changes.rst docs].


I like that idea too.
Currently there is only mpv version 0.3.11 availabe in Funtoo, higher versions have been masked because they require a masked version of libav.
{{fancynote|Read the [https://github.com/mpv-player/mpv/wiki/FFmpeg-versus-Libav mpv wiki] to unstand ffmpeg vs libav especially in regard to mpv.
If you are interested you  might even read the article [http://blog.pkh.me/p/13-the-ffmpeg-libav-situation.html The FFmpeg/Libav situation] }}


This guide directly starts with using dracut. I think it's better to rewrite it with generic ideas how to build custom kernel, without initrd, and then with different initramfs creation tools.
However if you use media-video/ffmpeg you can safely unmask it for virtual/ffmpeg
{{fancyimportant|To learn more about unmasking packages, and making sure you really want to do this, take a look at the [http://wiki.gentoo.org/wiki/Knowledge_Base:Unmasking_a_package article on the Gentoo wiki]. }}


:::i propose we move this article to [[Kernel/Manual]] i propose we sign our discussion statements ala <pre>~~~~</pre> [[User:Threesixes|Threesixes]] ([[User talk:Threesixes|talk]]) 19:34, 23 September 2014 (UTC)
<console>
###i## emerge --ask --autounmask-write =media-video/mpv-0.4.2
###i## dispatch-conf
###i## emerge --ask =media-video/mpv-0.4.2
</console>
{{EbuildFooter}}

Revision as of 19:52, September 23, 2014

Mpv

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

mpv is a fork of mplayer2, to learn more about the differences take a look at their docs.

Currently there is only mpv version 0.3.11 availabe in Funtoo, higher versions have been masked because they require a masked version of libav.

   Note

Read the mpv wiki to unstand ffmpeg vs libav especially in regard to mpv. If you are interested you might even read the article The FFmpeg/Libav situation

However if you use media-video/ffmpeg you can safely unmask it for virtual/ffmpeg

   Important

To learn more about unmasking packages, and making sure you really want to do this, take a look at the article on the Gentoo wiki.

root # emerge --ask --autounmask-write =media-video/mpv-0.4.2
root # dispatch-conf
root # emerge --ask =media-video/mpv-0.4.2