<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/modules/FindXine.cmake, branch v5.14.0</title>
<subtitle>hurd extra-cmake-modules.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/'/>
<entry>
<title>Move the modules, modules-test and systeminfo subdirs into 'attic'</title>
<updated>2011-06-30T21:36:45+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2011-06-30T21:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=d2b2c90a06bf1f4a21df196430d1f95856900410'/>
<id>d2b2c90a06bf1f4a21df196430d1f95856900410</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress 'not found' messages from pkgconfig when the module subsequently</title>
<updated>2009-03-11T22:39:22+00:00</updated>
<author>
<name>David Jarvie</name>
<email>djarvie@kde.org</email>
</author>
<published>2009-03-11T22:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ac954219018fac1c1cae99b6e69be9438e452233'/>
<id>ac954219018fac1c1cae99b6e69be9438e452233</id>
<content type='text'>
attempts to locate the package by other means.

svn path=/trunk/KDE/kdelibs/; revision=938476
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
attempts to locate the package by other means.

svn path=/trunk/KDE/kdelibs/; revision=938476
</pre>
</div>
</content>
</entry>
<entry>
<title>-rework all uses of find_package(PkgConfig)/pkg_check_modules():</title>
<updated>2008-12-02T21:49:01+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-12-02T21:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c379d4c4e0655fac2dadd4be57e2e5cd23d40572'/>
<id>c379d4c4e0655fac2dadd4be57e2e5cd23d40572</id>
<content type='text'>
the prefix used for pkgconfig config (e.g. SQLITE) now *always* gets an additional "PC_" prefix, so the prefix used
for pkgconfig is now "PC_SQLITE_". This avoids name clashes between variables defined by the pkgconfig macro and the find module
and unwanted effects.

*Never* use the _CFLAGS coming from pkgconfig, but always CFLAGS_OTHER, since these shouldn't contain the include directories.
If the include directories would be in the DEFINITIONS variable this could clash with the results of find_path() for finding include dirs.

*Always* use both foo_INCLUDEDIR, foo_INCLUDE_DIRS for searching the include dir, and also both foo_LIBDIR and foo_LIBRARY_DIRS for
searching the libraries.

These directories coming from pkgconfig are *never* used exclusively, but *always* additionally to the standard search dirs,
either before them (then using the "HINTS" keyword) or after them (then using the "PATHS" keyword)

I hope I didn't break (too much) stuff. At least on my system it all seems to work the same way as it did before, with and without pkgconfig.

Alex





svn path=/trunk/KDE/kdelibs/; revision=891805
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the prefix used for pkgconfig config (e.g. SQLITE) now *always* gets an additional "PC_" prefix, so the prefix used
for pkgconfig is now "PC_SQLITE_". This avoids name clashes between variables defined by the pkgconfig macro and the find module
and unwanted effects.

*Never* use the _CFLAGS coming from pkgconfig, but always CFLAGS_OTHER, since these shouldn't contain the include directories.
If the include directories would be in the DEFINITIONS variable this could clash with the results of find_path() for finding include dirs.

*Always* use both foo_INCLUDEDIR, foo_INCLUDE_DIRS for searching the include dir, and also both foo_LIBDIR and foo_LIBRARY_DIRS for
searching the libraries.

These directories coming from pkgconfig are *never* used exclusively, but *always* additionally to the standard search dirs,
either before them (then using the "HINTS" keyword) or after them (then using the "PATHS" keyword)

I hope I didn't break (too much) stuff. At least on my system it all seems to work the same way as it did before, with and without pkgconfig.

Alex





svn path=/trunk/KDE/kdelibs/; revision=891805
</pre>
</div>
</content>
</entry>
<entry>
<title>If version is OK, set XINE_FOUND to true also.</title>
<updated>2008-11-29T18:01:08+00:00</updated>
<author>
<name>Gökcen Eraslan</name>
<email>gokcen@pardus.org.tr</email>
</author>
<published>2008-11-29T18:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=4c7425e626141ef3d0d3e9f147e660160abe34c6'/>
<id>4c7425e626141ef3d0d3e9f147e660160abe34c6</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=890642
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=890642
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the variable name to be checked to make this module really work</title>
<updated>2008-11-28T16:54:09+00:00</updated>
<author>
<name>Gökcen Eraslan</name>
<email>gokcen@pardus.org.tr</email>
</author>
<published>2008-11-28T16:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=449870cbb3fd765121cb9f75ab338beb184b8a11'/>
<id>449870cbb3fd765121cb9f75ab338beb184b8a11</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=890246
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=890246
</pre>
</div>
</content>
</entry>
<entry>
<title>-_PREFIX is also already set by pkg_check_modules()</title>
<updated>2008-11-14T19:54:22+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-11-14T19:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=202abd1adc09efd99d510bafebb71de6baf2117a'/>
<id>202abd1adc09efd99d510bafebb71de6baf2117a</id>
<content type='text'>
Alex



svn path=/trunk/KDE/kdelibs/; revision=884375
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alex



svn path=/trunk/KDE/kdelibs/; revision=884375
</pre>
</div>
</content>
</entry>
<entry>
<title>-replace UsePkgConfig with FindPkgConfig</title>
<updated>2008-11-14T18:50:47+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-11-14T18:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=d52280765fad034f67a8d8078951f8770528a03f'/>
<id>d52280765fad034f67a8d8078951f8770528a03f</id>
<content type='text'>
-FindPkgConfig can also be used under Windows, usually it will do just nothing then
-also work if pkg-config fails
-use FIND_PACKAGE_HANDLE_STANDARD_ARGS() 
-use the new HINTS argument for the FIND_XXX() commands, these directories are then preferred over the default ones
-use the new if(... VERSION_GREATER) instead of macro_ensure_version() (new since 2.6.2)

Alex



svn path=/trunk/KDE/kdelibs/; revision=884360
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-FindPkgConfig can also be used under Windows, usually it will do just nothing then
-also work if pkg-config fails
-use FIND_PACKAGE_HANDLE_STANDARD_ARGS() 
-use the new HINTS argument for the FIND_XXX() commands, these directories are then preferred over the default ones
-use the new if(... VERSION_GREATER) instead of macro_ensure_version() (new since 2.6.2)

Alex



svn path=/trunk/KDE/kdelibs/; revision=884360
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert those files back to rev 882880 to get them into a known working state again,</title>
<updated>2008-11-14T18:17:03+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-11-14T18:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=9b429eb292024c8c5eafb5d052606f0661af7662'/>
<id>9b429eb292024c8c5eafb5d052606f0661af7662</id>
<content type='text'>
except FindStrigi.cmake, which seems to be working.
Let's start now cleaning them up step by step.

Alex

CCMAIL: helio@kde.org


svn path=/trunk/KDE/kdelibs/; revision=884355
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
except FindStrigi.cmake, which seems to be working.
Let's start now cleaning them up step by step.

Alex

CCMAIL: helio@kde.org


svn path=/trunk/KDE/kdelibs/; revision=884355
</pre>
</div>
</content>
</entry>
<entry>
<title>- Show real libraries</title>
<updated>2008-11-11T15:33:02+00:00</updated>
<author>
<name>Helio Castro</name>
<email>helio@kde.org</email>
</author>
<published>2008-11-11T15:33:02+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=5b5a7c74a42a459215e4d82314d23af22d308634'/>
<id>5b5a7c74a42a459215e4d82314d23af22d308634</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=882896
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=882896
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fix includedirs and add requires for pkgconfig</title>
<updated>2008-11-11T15:30:12+00:00</updated>
<author>
<name>Helio Castro</name>
<email>helio@kde.org</email>
</author>
<published>2008-11-11T15:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=3c3016a1dff7df3966a1a627e11e9a41a8fadb51'/>
<id>3c3016a1dff7df3966a1a627e11e9a41a8fadb51</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=882894
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=882894
</pre>
</div>
</content>
</entry>
</feed>
