<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot-novena/package/pango, branch 2009.08_rc2</title>
<subtitle>build system for the novena open hardware laptop board</subtitle>
<id>https://git.bnewbold.net/buildroot-novena/atom?h=2009.08_rc2</id>
<link rel='self' href='https://git.bnewbold.net/buildroot-novena/atom?h=2009.08_rc2'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/'/>
<updated>2009-07-24T21:26:48+00:00</updated>
<entry>
<title>xorg: remove the XSERVER variable</title>
<updated>2009-07-24T21:26:48+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-07-17T14:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=74ecbaa23da486182a1bb20b43361aaf2a478877'/>
<id>urn:sha1:74ecbaa23da486182a1bb20b43361aaf2a478877</id>
<content type='text'>
The XSERVER variable used to be defined by package/Makefile.in because
the X server package name was different depending on the type of X
server that was choosen. Nowadays, the name of the package is always
xserver_xorg-server, so there's no point in having this XSERVER
intermediate variable.

This patch makes all packages use xserver_xorg-server directly as a
dependency, and removes the XSERVER variable from package/Makefile.in.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>xorg: use BR2_PACKAGE_XORG instead of BR2_PACKAGE_XSERVER_none</title>
<updated>2009-07-24T21:26:47+00:00</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2009-07-17T13:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=6beeb755fa41a24ef54c189b8ae723534fa15c92'/>
<id>urn:sha1:6beeb755fa41a24ef54c189b8ae723534fa15c92</id>
<content type='text'>
The BR2_PACKAGE_XSERVER_none option has gone, so use BR2_PACKAGE_XORG7
instead. It is more logical to test if BR2_PACKAGE_XORG7 is set to
know if an X.org server is available, than testing if
BR2_PACKAGE_XSERVER_none is set to know if an X.org server is *not*
available.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>pango: host build needs automake/autoconf</title>
<updated>2009-03-24T16:58:49+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-24T16:58:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=a91177bf43295df5229c091f937c1d6798ab6a86'/>
<id>urn:sha1:a91177bf43295df5229c091f937c1d6798ab6a86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>package: provide download target for host packages</title>
<updated>2009-03-24T10:58:04+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-24T10:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=91149af9f31a4ae41045516bee745d217677e03f'/>
<id>urn:sha1:91149af9f31a4ae41045516bee745d217677e03f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pango: fix host build</title>
<updated>2009-03-19T11:07:10+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-19T11:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=1d269dea1d25c8e0fc8cc16862dbe2e2fbd7f529'/>
<id>urn:sha1:1d269dea1d25c8e0fc8cc16862dbe2e2fbd7f529</id>
<content type='text'>
pango likes to rerun it's configure script at make time, and it then
fails to find the correct pkg-config files (it finds the ones ins
STAGING_DIR) causing problems if they are not compatible.

Fix it by setting PKG_CONFIG_PATH in it's make environment.
</content>
</entry>
<entry>
<title>package: add STAMP_DIR and use for host builds</title>
<updated>2009-03-19T11:06:47+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-19T11:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=e7b38c71ce55720f7709f0049f5bfc71ca0615ec'/>
<id>urn:sha1:e7b38c71ce55720f7709f0049f5bfc71ca0615ec</id>
<content type='text'>
Move stamp (dependency) files outside the (version specific) source
directories, so other packages can hardcode dependencies on them instead
of having to use &lt;PACKAGE&gt;_VERSION variables.

This is important as the variables in the make rules are evaluated when
the rules is seen, which might be before the dependent makefile is parsed
(and hence &lt;PACKAGE&gt;_VERSION variable is known, screwing up stuff.

The downside of this is that the package isn't automatically rebuilt
when the version changes (E.G. by a svn update) and you now also have to
remove the stamp files next to $(BUILD_DIR)/&lt;PACKAGE&gt;-* to force a rebuild.
</content>
</entry>
<entry>
<title>pkg-config: rename pkgconfig to pkg-config</title>
<updated>2009-03-19T08:30:20+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-19T08:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=849c45648d2c84a2c98a6e22bd504a92e6751b96'/>
<id>urn:sha1:849c45648d2c84a2c98a6e22bd504a92e6751b96</id>
<content type='text'>
This matches upstream tarball, doesn't screw up existing .config's with
BR2_PACKAGE_PKGCONFIG and makes sure the patch gets applied for target
compilation.
</content>
</entry>
<entry>
<title>pango: use same with/without-x setting for host build as for target</title>
<updated>2009-03-18T22:39:15+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-18T22:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=beacda6e73fee8db2ace7e41eebb1edef5e0005a'/>
<id>urn:sha1:beacda6e73fee8db2ace7e41eebb1edef5e0005a</id>
<content type='text'>
Ensures identical pango.modules contents
</content>
</entry>
<entry>
<title>pango: generate pango.modules at build time rather than run time</title>
<updated>2009-03-18T22:39:09+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-18T22:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=dc69684e5855a30c5e49f65ed095376107c26243'/>
<id>urn:sha1:dc69684e5855a30c5e49f65ed095376107c26243</id>
<content type='text'>
Generate pango.modules using the host tools instead of setting up an init
script to do it at run time. Also apply patches to host build to get
identical pango.modules file.
</content>
</entry>
<entry>
<title>pango: add host version</title>
<updated>2009-03-18T21:22:13+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-18T21:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/buildroot-novena/commit/?id=689c10faea3d8a9f1784043e9a1109ca073c6a86'/>
<id>urn:sha1:689c10faea3d8a9f1784043e9a1109ca073c6a86</id>
<content type='text'>
</content>
</entry>
</feed>
