<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xine-lib/misc, branch vdr-xine-version-712</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>Deprecate xine-config and re-implement it in terms of "pkg-config libxine".</title>
<updated>2007-10-10T14:40:44+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-10-10T14:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=14f890ace90e06b92985d23b310caf1864f920ec'/>
<id>14f890ace90e06b92985d23b310caf1864f920ec</id>
<content type='text'>
xine-config is no longer a build-time generated file.

--HG--
rename : misc/xine-config.in =&gt; misc/xine-config
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
xine-config is no longer a build-time generated file.

--HG--
rename : misc/xine-config.in =&gt; misc/xine-config
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the $(XINE_LIB) build rule to build from top_builddir</title>
<updated>2007-05-10T19:46:32+00:00</updated>
<author>
<name>Matt Messier</name>
<email>mmessier@grapetv.org</email>
</author>
<published>2007-05-10T19:46:32+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=8f4ef350573f8e01a1f1c4081809b6ee1c3403d1'/>
<id>8f4ef350573f8e01a1f1c4081809b6ee1c3403d1</id>
<content type='text'>
instead of building from top_srcdir.  Also, use make -C instead of cd &amp;&amp; make
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of building from top_srcdir.  Also, use make -C instead of cd &amp;&amp; make
</pre>
</div>
</content>
</entry>
<entry>
<title>Begin cleaning up compiler command-line flags</title>
<updated>2007-05-05T00:51:33+00:00</updated>
<author>
<name>Matt Messier</name>
<email>mmessier@grapetv.org</email>
</author>
<published>2007-05-05T00:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=b5de3be503bc9fac73ffbcaf6ce92970195c122f'/>
<id>b5de3be503bc9fac73ffbcaf6ce92970195c122f</id>
<content type='text'>
- Removed debug related targets from all Makefiles.  Debug builds are now fully
  controlled by --enable-debug passed to configure
- Disable optimizations by default when configuring with --enable-debug
- Added --enable-profiling for building profile builds.  This has problems with
  optimizations currently, but that'll get taken care of over time.
- Initialize ASFLAGS/CFLAGS/CPPFLAGS/OBJCFLAGS/LDFLAGS early so that autoconf
  defaults don't come into play.
- Added some additional commentary to configure.ac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Removed debug related targets from all Makefiles.  Debug builds are now fully
  controlled by --enable-debug passed to configure
- Disable optimizations by default when configuring with --enable-debug
- Added --enable-profiling for building profile builds.  This has problems with
  optimizations currently, but that'll get taken care of over time.
- Initialize ASFLAGS/CFLAGS/CPPFLAGS/OBJCFLAGS/LDFLAGS early so that autoconf
  defaults don't come into play.
- Added some additional commentary to configure.ac
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up configure-time version handling</title>
<updated>2007-05-04T22:57:55+00:00</updated>
<author>
<name>Matt Messier</name>
<email>mmessier@grapetv.org</email>
</author>
<published>2007-05-04T22:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=38c69c107eecc5fbdf9a10d8fbf1577ba998126b'/>
<id>38c69c107eecc5fbdf9a10d8fbf1577ba998126b</id>
<content type='text'>
-- Execute version.sh from configure.ac to get version information.  Update the
   release version in this file now instead of configure.ac.
-- Clean up a bunch of cruft hanging around and consolidate version information
   as much as possible.
-- Move autoconf/autoheader/automake initialization together.
-- Use AM_MAINTAINER_MODE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Execute version.sh from configure.ac to get version information.  Update the
   release version in this file now instead of configure.ac.
-- Clean up a bunch of cruft hanging around and consolidate version information
   as much as possible.
-- Move autoconf/autoheader/automake initialization together.
-- Use AM_MAINTAINER_MODE
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust packaging files for libxine2.</title>
<updated>2007-04-14T16:06:28+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-04-14T16:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=d41d1b5388cd7e3658bd6a22daea81e228175463'/>
<id>d41d1b5388cd7e3658bd6a22daea81e228175463</id>
<content type='text'>
--HG--
rename : debian/libxine1.install =&gt; debian/libxine2.install
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : debian/libxine1.install =&gt; debian/libxine2.install
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify handling of internal/external libxdg-basedir, as it's going to be used in a few more cases.</title>
<updated>2007-04-13T20:59:01+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-13T20:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=e13967be39c08ed76ddc6f6d15b2b81d5243e1b0'/>
<id>e13967be39c08ed76ddc6f6d15b2b81d5243e1b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Install the fonts in the proper directory to be found by XDG_DATA_DIRS lookup (if the chosen prefix is suitable for it).</title>
<updated>2007-04-13T20:04:05+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-13T20:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=743d7c6c187de958ae10552d291b2397bfd68c39'/>
<id>743d7c6c187de958ae10552d291b2397bfd68c39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from 1.1 branch.</title>
<updated>2007-04-09T18:36:36+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-09T18:36:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=a89f36b0b3e9008cd7f8378e4fa40a3c37d7a23e'/>
<id>a89f36b0b3e9008cd7f8378e4fa40a3c37d7a23e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split Libs and Cflags between public and private in the pkg-config file.</title>
<updated>2007-04-09T17:57:25+00:00</updated>
<author>
<name>Diego 'Flameeyes' Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2007-04-09T17:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=c552e457732c3c7b84b66ed8548713be52561487'/>
<id>c552e457732c3c7b84b66ed8548713be52561487</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove executable status from all files which shouldn't have it.</title>
<updated>2007-04-06T15:28:01+00:00</updated>
<author>
<name>Darren Salt</name>
<email>linux@youmustbejoking.demon.co.uk</email>
</author>
<published>2007-04-06T15:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/xine-lib/commit/?id=433a362b6dcff0d02f8181bf75fbeedff09b775f'/>
<id>433a362b6dcff0d02f8181bf75fbeedff09b775f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
