<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-multimedia/recipes-mkv, branch krogoth</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=krogoth</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=krogoth'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2016-08-16T17:29:41+00:00</updated>
<entry>
<title>libebml: don't rely on make -e, obey LDFLAGS</title>
<updated>2016-08-16T17:29:41+00:00</updated>
<author>
<name>Christopher Larson</name>
<email>chris_larson@mentor.com</email>
</author>
<published>2016-06-17T20:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9ecd1e0e1395d1af605260c3617e700563205eef'/>
<id>urn:sha1:9ecd1e0e1395d1af605260c3617e700563205eef</id>
<content type='text'>
We need to obey LDFLAGS to get the correct hash style for external toolchains,
and passing vars explicitly is better than relying on implicitly overriding
everything blindly from the environment.

Signed-off-by: Christopher Larson &lt;chris_larson@mentor.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
(cherry picked from commit 64d874f768207a8a1e27a5c6edd3abe90607af03)
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: Replace "cp -a" with "cp -R --no-dereference --preserve=mode,links"</title>
<updated>2016-03-04T08:06:22+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2016-02-25T16:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=df7242fddb9048738c0cdfaf0c3c227bf78f3da7'/>
<id>urn:sha1:df7242fddb9048738c0cdfaf0c3c227bf78f3da7</id>
<content type='text'>
* Using "cp -a" leaks UID of user running the builds, causing
  many QA warnings.
* See this thread for details:
  http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112904.html

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libmatroska: Explicitly set EXTRA_OEMAKE as required</title>
<updated>2016-02-25T16:45:42+00:00</updated>
<author>
<name>Mike Crowe</name>
<email>mac@mcrowe.com</email>
</author>
<published>2016-02-09T15:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1f2e773f22fb2f4d47ac9e3c4faba6132bbd61fd'/>
<id>urn:sha1:1f2e773f22fb2f4d47ac9e3c4faba6132bbd61fd</id>
<content type='text'>
This recipe currently relies on EXTRA_OEMAKE having been to set to
"-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make
this explicit so that the default in bitbake.conf can be changed.

Signed-off-by: Mike Crowe &lt;mac@mcrowe.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libebml: Explicitly set EXTRA_OEMAKE as required</title>
<updated>2016-02-15T09:16:38+00:00</updated>
<author>
<name>Mike Crowe</name>
<email>mac@mcrowe.com</email>
</author>
<published>2016-02-08T10:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c8932ee60d29b4541ca5ff4e6621007e23ca0bcc'/>
<id>urn:sha1:c8932ee60d29b4541ca5ff4e6621007e23ca0bcc</id>
<content type='text'>
This recipe currently relies on EXTRA_OEMAKE having been to set to
"-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make
this explicit so that the default in bitbake.conf can be changed.

Signed-off-by: Mike Crowe &lt;mac@mcrowe.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>mkvtoolnix: fix Boost build, update to 8.4.0, allow Qt5 GUI</title>
<updated>2015-10-23T10:53:22+00:00</updated>
<author>
<name>Manuel Bachmann</name>
<email>manuel.bachmann@iot.bzh</email>
</author>
<published>2015-10-12T10:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=251106ac7999d2bd671718da545d80ea649f8d67'/>
<id>urn:sha1:251106ac7999d2bd671718da545d80ea649f8d67</id>
<content type='text'>
mkvtoolnix does not compile with newest Boost 1.58, mostly
due to the following bugs :
https://github.com/mbunkus/mkvtoolnix/issues/1172
https://github.com/mbunkus/mkvtoolnix/issues/1176

Update to the latest version, allow to use Qt5 if present,
and adapt configure steps accordingly.

Signed-off-by: Manuel Bachmann &lt;manuel.bachmann@iot.bzh&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>mkvtoolnix: Blacklist, fails to build with gcc-5</title>
<updated>2015-10-13T10:27:50+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2015-10-01T15:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ec85b9b73a68b8d6e46db5423b4c9d150a6dc468'/>
<id>urn:sha1:ec85b9b73a68b8d6e46db5423b4c9d150a6dc468</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>mkvtoolnix: enable parallel make</title>
<updated>2014-08-28T17:55:38+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2014-08-27T07:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=de607f8781f6e76bf3eb060800bb7eea76dedde0'/>
<id>urn:sha1:de607f8781f6e76bf3eb060800bb7eea76dedde0</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>mkvtoolnix: update to 7.1.0+git</title>
<updated>2014-08-28T17:55:38+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2014-08-27T07:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bda4fdf91217a0cd35053053146b649ed62afb2f'/>
<id>urn:sha1:bda4fdf91217a0cd35053053146b649ed62afb2f</id>
<content type='text'>
This fixes compilation with boot 1.56+

Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>mkvtoolnix: upgrade to 7.0.0</title>
<updated>2014-07-24T13:31:51+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-07-20T17:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=d382c1e9ba07d4bb19bd5668fb18fd2c2785d3a2'/>
<id>urn:sha1:d382c1e9ba07d4bb19bd5668fb18fd2c2785d3a2</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libmatroska: upgrade to 1.4.1 required by mkvtoolnix-7.0.0</title>
<updated>2014-07-24T13:31:51+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-07-24T13:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b65dc43a71cd5d3edc391753ce95becd71b068d9'/>
<id>urn:sha1:b65dc43a71cd5d3edc391753ce95becd71b068d9</id>
<content type='text'>
* LIC_FILES_CHKSUM change only because of formating
  (unix line feeds and some alignment in header)

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
