<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/debian/rules, branch 1.1.17</title>
<subtitle>xine-lib git mirror
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/'/>
<entry>
<title>Trim trailing space &amp; reduce space+tab.</title>
<updated>2009-11-30T21:24:21+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2009-11-30T21:24:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=add0bcc4c9191cb8980d0b6935ca5d51a9928d82'/>
<id>add0bcc4c9191cb8980d0b6935ca5d51a9928d82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build with mpcdec (on Debian).</title>
<updated>2009-08-05T21:50:58+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2009-08-05T21:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8e334af88b6ac33adc19f6f274595b7e239684f5'/>
<id>8e334af88b6ac33adc19f6f274595b7e239684f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow "dpkg-buildpackage -j2" to work.</title>
<updated>2009-05-19T14:43:53+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2009-05-19T14:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=2f99d92fe0a888dd8f66555ad06c1d8de720d3f0'/>
<id>2f99d92fe0a888dd8f66555ad06c1d8de720d3f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dh_xine, to be used when building front end .debs.</title>
<updated>2009-03-25T20:15:08+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2009-03-25T20:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=7b0c3fd46c12613ffcc987183ffe13205bbbef82'/>
<id>7b0c3fd46c12613ffcc987183ffe13205bbbef82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FTBFS (i386 with 64bit kernel)</title>
<updated>2009-01-04T16:30:43+00:00</updated>
<author>
<name>Sven Joachim</name>
<email>svenjoac@gmx.de</email>
</author>
<published>2009-01-04T16:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c4ca0e127e4c3407df8268ec6320576f98c83567'/>
<id>c4ca0e127e4c3407df8268ec6320576f98c83567</id>
<content type='text'>
Am 04.01.2009 um 04:55 schrieb Adrian Bunk:

&gt; ....
&gt; In file included from ../../../src/xine-engine/xine_internal.h:33,
&gt;                  from noise.c:24:
&gt; .../../../include/xine.h:2230: warning: 'xine_tvsystem' is deprecated
&gt; noise.c: Assembler messages:
&gt; noise.c:155: Error: bad register name `%rax'
&gt; noise.c:161: Error: bad register name `%rax)'
&gt; &lt;--  snip  --&gt;

One problem is that the configure script thinks we're running a 64-bit
system:

,----
| checking build system type... x86_64-unknown-linux-gnu
| checking host system type... x86_64-unknown-linux-gnu
| checking build system type... (cached) x86_64-unknown-linux-gnu
`----

This is bad, build and host type should be passed explicitly in
debian/rules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Am 04.01.2009 um 04:55 schrieb Adrian Bunk:

&gt; ....
&gt; In file included from ../../../src/xine-engine/xine_internal.h:33,
&gt;                  from noise.c:24:
&gt; .../../../include/xine.h:2230: warning: 'xine_tvsystem' is deprecated
&gt; noise.c: Assembler messages:
&gt; noise.c:155: Error: bad register name `%rax'
&gt; noise.c:161: Error: bad register name `%rax)'
&gt; &lt;--  snip  --&gt;

One problem is that the configure script thinks we're running a 64-bit
system:

,----
| checking build system type... x86_64-unknown-linux-gnu
| checking host system type... x86_64-unknown-linux-gnu
| checking build system type... (cached) x86_64-unknown-linux-gnu
`----

This is bad, build and host type should be passed explicitly in
debian/rules.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pull in some packaging changes from xine-lib-deb.</title>
<updated>2008-04-09T16:42:21+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2008-04-09T16:42:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=ee56e3667e66059efeb04ce767c35ab1c67ddd41'/>
<id>ee56e3667e66059efeb04ce767c35ab1c67ddd41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require external ffmpeg (for .deb builds).</title>
<updated>2007-12-27T13:26:20+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-12-27T13:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=307d5a258fc5a93dfe4182419abc907ad8eacf0c'/>
<id>307d5a258fc5a93dfe4182419abc907ad8eacf0c</id>
<content type='text'>
Optionally depend on packages from debian-multimedia.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Optionally depend on packages from debian-multimedia.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build .debs with freetype support.</title>
<updated>2007-08-12T17:23:03+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-08-12T17:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=50b0a0157709ed4a418012883793bf7ea9ddac13'/>
<id>50b0a0157709ed4a418012883793bf7ea9ddac13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"debuild clean" should be removing include/configure.h.in, not config.h.in.</title>
<updated>2007-07-13T20:19:37+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-07-13T20:19:37+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b417806ce02dcc44352610e6898f6287677b13e1'/>
<id>b417806ce02dcc44352610e6898f6287677b13e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable the wavpack plugin.</title>
<updated>2007-06-08T22:07:10+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-06-08T22:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d99313be4ffdebbbbafb04d21c56d874f5222946'/>
<id>d99313be4ffdebbbbafb04d21c56d874f5222946</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
