<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/mpv, branch 2019.02-op-build</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2019.02-op-build'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2018-12-09T16:38:50+00:00</updated>
<entry>
<title>package/lua: remove 5.2.x version</title>
<updated>2018-12-09T16:38:50+00:00</updated>
<author>
<name>Francois Perrad</name>
<email>fperrad@gmail.com</email>
</author>
<published>2018-12-02T10:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=297613f1c7e28efc389665bfb70d147f2cdcffa1'/>
<id>urn:sha1:297613f1c7e28efc389665bfb70d147f2cdcffa1</id>
<content type='text'>
At this time :
- Lua 5.3.5 will be the last one of its serie.
- Lua 5.4 is up coming (lua-5.4.0-work2 is already available).
- Lua 5.2.4 was released on 2015.
For various reasons in the Lua ecosystem, the Lua 5.1 will stay.
On BR, Lua 5.3 is the default version since 2016.02.

So, the serie which could be removed is the 5.2.x.
We could wait some days for other user feedback.

Note: see discussion when 5.3.x was introduced :
http://lists.busybox.net/pipermail/buildroot/2015-January/117638.html

Signed-off-by: Francois Perrad &lt;francois.perrad@gadz.org&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>mpv: enable for ARC external toolchain</title>
<updated>2018-06-28T20:00:53+00:00</updated>
<author>
<name>Evgeniy Didin</name>
<email>Evgeniy.Didin@synopsys.com</email>
</author>
<published>2018-06-28T10:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d2b5b6b59bd4136cda66eb4e3ae6ea1df3ea6ced'/>
<id>urn:sha1:d2b5b6b59bd4136cda66eb4e3ae6ea1df3ea6ced</id>
<content type='text'>
With the latest prebuilt ARC toolchain this package is building
without any errors.

Signed-off-by: Evgeniy Didin &lt;didin@synopsys.com&gt;
Cc: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
Cc: arc-buildroot@synopsys.com
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>mpv: enable cdda support through libcdio-paranoia</title>
<updated>2018-04-01T22:44:24+00:00</updated>
<author>
<name>Fabrice Fontaine</name>
<email>fontaine.fabrice@gmail.com</email>
</author>
<published>2018-04-01T19:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=cc22fb65c3942b40c165ad7a2e1ec4796fa08a8d'/>
<id>urn:sha1:cc22fb65c3942b40c165ad7a2e1ec4796fa08a8d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@bootlin.com&gt;
</content>
</entry>
<entry>
<title>mpv: security bump to 0.27.2</title>
<updated>2018-02-27T20:05:00+00:00</updated>
<author>
<name>Mahyar Koshkouei</name>
<email>mahyar.koshkouei@gmail.com</email>
</author>
<published>2018-02-26T15:41:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=2ec6b8b31e1930df4f10c65ec11cce0cca018e96'/>
<id>urn:sha1:2ec6b8b31e1930df4f10c65ec11cce0cca018e96</id>
<content type='text'>
Fixes CVE-2018-6360: mpv through 0.28.0 allows remote attackers to execute
arbitrary code via a crafted web site, because it reads HTML documents
containing VIDEO elements, and accepts arbitrary URLs in a src attribute
without a protocol whitelist.

[Peter: Add CVE description]
Signed-off-by: Mahyar Koshkouei &lt;mahyar.koshkouei@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>mpv: disable mali-fbdev support</title>
<updated>2018-02-27T20:01:56+00:00</updated>
<author>
<name>Mahyar Koshkouei</name>
<email>mahyar.koshkouei@gmail.com</email>
</author>
<published>2018-02-26T15:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=52cec04a6cf7a9bc1e5d9d0479580cd4b086ce31'/>
<id>urn:sha1:52cec04a6cf7a9bc1e5d9d0479580cd4b086ce31</id>
<content type='text'>
Fixes:
http://autobuild.buildroot.net/results/2ce/2ce2d9be9e0699114e3bc3c0434ba05f64741f89/

A compile error occurs when attempting to compile mpv with mali support
(eg. when odroid-mali package is selected).

Signed-off-by: Mahyar Koshkouei &lt;mahyar.koshkouei@gmail.com&gt;
Signed-off-by: Mahyar Koshkouei &amp;lt;mahyar.koshkouei@gmail.com&amp;gt;&lt;br/&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/mpv: fix build with libva 2.0</title>
<updated>2018-01-15T22:44:26+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2017-12-18T20:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=55052287d37ce97ba6df7426b4475e90eeba7985'/>
<id>urn:sha1:55052287d37ce97ba6df7426b4475e90eeba7985</id>
<content type='text'>
[Peter: rename to 0004-libva20.patch]
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>mpv: fix typo in variable name</title>
<updated>2018-01-01T21:44:46+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2018-01-01T21:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=eea60d14360a3f40be1ac0da181f9ba183cf2c73'/>
<id>urn:sha1:eea60d14360a3f40be1ac0da181f9ba183cf2c73</id>
<content type='text'>
FFMPEG_DEPENDENCIES shouldn't be used in mpv.mk. This typo was
introduced in commit 8e741412d444f9fd2a9af75bf33066a083f7f81b ("mpv:
add support for Raspberry Pi "rpi" output").

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>mpv: add support for Raspberry Pi "rpi" output</title>
<updated>2018-01-01T12:45:07+00:00</updated>
<author>
<name>Mahyar Koshkouei</name>
<email>mahyar.koshkouei@gmail.com</email>
</author>
<published>2017-10-24T09:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=8e741412d444f9fd2a9af75bf33066a083f7f81b'/>
<id>urn:sha1:8e741412d444f9fd2a9af75bf33066a083f7f81b</id>
<content type='text'>
mpv now compiles with the "rpi" video driver that provides hardware
acceleration on the Raspberry Pi.

Tested working on a Raspberry Pi 1 Model B+ and Zero.

Signed-off-by: Mahyar Koshkouei &lt;mahyar.koshkouei@gmail.com&gt;
[Thomas: drop unneeded dependency on rpi-firmware.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>mpv: bump version to 0.27.0</title>
<updated>2017-09-24T12:50:42+00:00</updated>
<author>
<name>Mahyar Koshkouei</name>
<email>mahyar.koshkouei@gmail.com</email>
</author>
<published>2017-09-14T15:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=24a617f1b159abc6edd6771c7cc3ec8c9fea2de2'/>
<id>urn:sha1:24a617f1b159abc6edd6771c7cc3ec8c9fea2de2</id>
<content type='text'>
Includes some fixes for the Raspberry Pi, amongst many others.

Signed-off-by: Mahyar Koshkouei &lt;mahyar.koshkouei@gmail.com&gt;
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
</content>
</entry>
<entry>
<title>mpv: fix X11 logic after bump to 0.25.0</title>
<updated>2017-05-08T19:11:15+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2017-05-08T13:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4b72b54fd3b0074864e5ad36ec2fdcd30f4d58eb'/>
<id>urn:sha1:4b72b54fd3b0074864e5ad36ec2fdcd30f4d58eb</id>
<content type='text'>
Between 0.24.0 and 0.25.0, mpv has changed its logic around the
detection/usage of X11 (in upstream commit
https://github.com/mpv-player/mpv/commit/927afa311d4a89b022305508acbf4e7325fe3928). Instead
of having fine grained option for x11, xext, xinerama, xscreensaver and
xrandr, mpv now requires all five libraries to be available in order to
enable X.org support.

Therefore, this commit adjusts the mpv packaging so that:

 1. All necessary X11 libraries are selected if BR2_PACKAGE_XORG7 is
    enabled. It would indeed be too cumbersome for the user to know that
    all of x11, xext, xinerama, xscreensaver and xrandr are necessary in
    order to have X.org support.

 2. mpv.mk is simplified by enabling X.org support when
    BR2_PACKAGE_XORG7 is enabled.

Fixes:

  http://autobuild.buildroot.net/results/b470cfba451ce9ba648e3a2f3ae08429db8bdee9/
  (--disable-xss was used to disable xscreensaver support, and this
  option no longer exists)

[Peter: reword X11 comment in .mk]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
</feed>
