<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/proj.pc.in, branch 8.1.0</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>proj.pc.in: add @TIFF_LIBS@ @CURL_LIBS@ in Libs.private</title>
<updated>2020-06-11T12:44:26+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-06-11T12:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0e20ccabce820f6a2f0f20a5911daa5102ddbed3'/>
<id>0e20ccabce820f6a2f0f20a5911daa5102ddbed3</id>
<content type='text'>
Attempt at fixes #2084
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Attempt at fixes #2084
</pre>
</div>
</content>
</entry>
<entry>
<title>Autotools/pkg-conf: Define datarootdir</title>
<updated>2020-03-12T22:46:34+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2020-03-12T21:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=d8835f1288207ba9a7e78082050ef61af3ded1e3'/>
<id>d8835f1288207ba9a7e78082050ef61af3ded1e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add/update description for pkg-config and CMake</title>
<updated>2020-02-20T08:57:08+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2020-02-19T22:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=deb3ccf5bb2f304d20f3ce09be8fd07be4817510'/>
<id>deb3ccf5bb2f304d20f3ce09be8fd07be4817510</id>
<content type='text'>
Ignore WARNING:  'proj.pc.in' seems to ignore the --datarootdir setting
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ignore WARNING:  'proj.pc.in' seems to ignore the --datarootdir setting
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix static linking (due to typo in pc)</title>
<updated>2020-02-18T15:22:08+00:00</updated>
<author>
<name>Jeroen Ooms</name>
<email>jeroenooms@gmail.com</email>
</author>
<published>2020-02-18T13:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=409f8b0e5d1f7abcaab6e6c9be07b1ff0dd98dd1'/>
<id>409f8b0e5d1f7abcaab6e6c9be07b1ff0dd98dd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>proj.pc.in: add SQLITE3_LIBS to Libs.Private</title>
<updated>2019-10-20T09:17:13+00:00</updated>
<author>
<name>Fabrice Fontaine</name>
<email>fontaine.fabrice@gmail.com</email>
</author>
<published>2019-10-20T09:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=0181fd5fa0d75c5a6339dee9a8eaea95ff4bf0b0'/>
<id>0181fd5fa0d75c5a6339dee9a8eaea95ff4bf0b0</id>
<content type='text'>
Add @SQLITE3_LIBS@ to Libs.Private so applications linking statically
with proj (such as libgeotiff) will know that they have to link with
-lsqlite3

Fixes:
 - http://autobuild.buildroot.org/results/737db533c16f285a02118ab048e8427d3e35803d

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add @SQLITE3_LIBS@ to Libs.Private so applications linking statically
with proj (such as libgeotiff) will know that they have to link with
-lsqlite3

Fixes:
 - http://autobuild.buildroot.org/results/737db533c16f285a02118ab048e8427d3e35803d

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>proj.pc.in: add Libs.Private</title>
<updated>2019-10-09T16:49:09+00:00</updated>
<author>
<name>Fabrice Fontaine</name>
<email>fontaine.fabrice@gmail.com</email>
</author>
<published>2019-10-09T13:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=bdee73f3e0d8b4b6f2b6e0edb945dbd9abfd3255'/>
<id>bdee73f3e0d8b4b6f2b6e0edb945dbd9abfd3255</id>
<content type='text'>
Add -lstdc++ to Libs.Private to allow packages such as libgeotiff to
retrieve this dependency when linking statically with proj

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add -lstdc++ to Libs.Private to allow packages such as libgeotiff to
retrieve this dependency when linking statically with proj

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pkg-config: add datadir to proj.pc</title>
<updated>2019-03-22T20:06:32+00:00</updated>
<author>
<name>Chris Mayo</name>
<email>aklhfex@gmail.com</email>
</author>
<published>2019-03-22T20:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=279b77bcbbf55eadca71c119e4e07bf98f937653'/>
<id>279b77bcbbf55eadca71c119e4e07bf98f937653</id>
<content type='text'>
Convenience variable pkgdatadir not available at the time this is
configured, datadir/PACKAGE is its value.

Query with:
pkg-config --variable=datadir proj
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convenience variable pkgdatadir not available at the time this is
configured, datadir/PACKAGE is its value.

Query with:
pkg-config --variable=datadir proj
</pre>
</div>
</content>
</entry>
<entry>
<title>added pkg-config support (#3)</title>
<updated>2011-07-23T17:22:37+00:00</updated>
<author>
<name>Frank Warmerdam</name>
<email>warmerdam@pobox.com</email>
</author>
<published>2011-07-23T17:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=2f0f94de078115890d86fe1794cb159f54700fbf'/>
<id>2f0f94de078115890d86fe1794cb159f54700fbf</id>
<content type='text'>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2072 4e78687f-474d-0410-85f9-8d5e500ac6b2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2072 4e78687f-474d-0410-85f9-8d5e500ac6b2
</pre>
</div>
</content>
</entry>
</feed>
