<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/doc/CMakeLists.txt, branch master</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=master</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2022-08-07T14:42:01Z</updated>
<entry>
<title>CMake: switch to GNUInstallDirs  (#1424)</title>
<updated>2022-08-07T14:42:01Z</updated>
<author>
<name>Thomas Bracht Laumann Jespersen</name>
<email>t@laumann.xyz</email>
</author>
<published>2022-08-07T14:42:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c7bccf0515892617af984328e96cff5b4a6cd6d3'/>
<id>urn:sha1:c7bccf0515892617af984328e96cff5b4a6cd6d3</id>
<content type='text'>
* Add GNUInstallDirs for standard installation directories

Distributions are given standard variables for already existing hooks.
Multiarch libdirs is taken care of automagically.
Raises minimum cmake version by a little.

* Handle CMAKE_INSTALL_xxx being absolute paths for .pc file generation

In some cases the CMAKE_INSTAL_{BIN,MAN,DOC,LIB,INCLUDE}DIR variables
may turn out to be absolute paths in which case prepending ${prefix} in
the pkg-config .pc files will result in incorrect values.

For .pc file generation, figure out if these variables are absolute and
omit the prefix in the configured file when so.

See: https://github.com/OSGeo/PROJ/commit/ab25e4b7ed9544e668282dcd293cfaaa2e56dbdf</content>
</entry>
<entry>
<title>Set ${OPENJPEG_INSTALL_DOC_DIR} to DESTINATION of HTMLs</title>
<updated>2020-12-14T14:00:04Z</updated>
<author>
<name>Lemures Lemniscati</name>
<email>lemures.lemniscati@gmail.com</email>
</author>
<published>2020-12-14T14:00:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=aaddbc7c07f00f0704da4db7616e6dc7448e5f07'/>
<id>urn:sha1:aaddbc7c07f00f0704da4db7616e6dc7448e5f07</id>
<content type='text'>
Use ${OPENJPEG_INSTALL_DOC_DIR} as DESTINATION of HTML documents,
instead of share/doc.
</content>
</entry>
<entry>
<title>[trunk] Fix remainings issues with doxygen doc</title>
<updated>2012-10-29T14:35:11Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-29T14:35:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=759be64115508e4589c098c5e777d03a1a04bb25'/>
<id>urn:sha1:759be64115508e4589c098c5e777d03a1a04bb25</id>
<content type='text'>
Convert DOS files to UNIX eol

</content>
</entry>
<entry>
<title>[trunk] FolderReorgProposal task. Do not rebuild doxygen always</title>
<updated>2012-10-01T09:37:19Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-01T09:37:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=aa6b4b49706c83bf376c6bfaab64dca49f140179'/>
<id>urn:sha1:aa6b4b49706c83bf376c6bfaab64dca49f140179</id>
<content type='text'>
Update issue 177

</content>
</entry>
<entry>
<title>[trunk] FolderReorgProposal task: Fix doxygen</title>
<updated>2012-10-01T08:30:04Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-01T08:30:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=5db7b01fa2c27dee88836271ed711a7dc37b48d3'/>
<id>urn:sha1:5db7b01fa2c27dee88836271ed711a7dc37b48d3</id>
<content type='text'>
Update issue 177

</content>
</entry>
<entry>
<title>[trunk] Remove CMake-language block-end command arguments</title>
<updated>2012-08-30T17:20:03Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-30T17:20:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3135642ff5c747d674b1a5347f4a3dd6352b6c75'/>
<id>urn:sha1:3135642ff5c747d674b1a5347f4a3dd6352b6c75</id>
<content type='text'>
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block.  This is no longer the preferred style.
Thanks to Hans Johnson
</content>
</entry>
<entry>
<title>[trunk] Convert CMake-language commands to lower case</title>
<updated>2012-08-30T17:14:39Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-30T17:14:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d5bb3b0039159a61c7e9b2ae157a7b6ec2c0aef5'/>
<id>urn:sha1:d5bb3b0039159a61c7e9b2ae157a7b6ec2c0aef5</id>
<content type='text'>
Ancient CMake versions required upper-case commands.  Later command names became case-insensitive.  Now the preferred style is lower-case.
This also changes all the key words to lower case. The primary reason for changing key words is that all documentation for CMakeLists.txt now shows the key words as lower case. Even the printed “Mastering CMake v5” uses lower case.
Thanks to Hans Johnson
</content>
</entry>
<entry>
<title>[trunk] minor style to sync with branch 1.5</title>
<updated>2012-03-02T15:21:51Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-03-02T15:21:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e78e2885fe3f63cb806c959573f38e01be3c1ca2'/>
<id>urn:sha1:e78e2885fe3f63cb806c959573f38e01be3c1ca2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrate some more diffs from the 1.5 branch</title>
<updated>2012-02-13T09:42:26Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-02-13T09:42:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ee957a428509da8f8896395262cae9a153b9316f'/>
<id>urn:sha1:ee957a428509da8f8896395262cae9a153b9316f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] WIP: Enhance html documentation generation with cmake, add a mainpage to this documentation and bump version to 1.99.0 into the main CMakeLists (as rev951)</title>
<updated>2011-10-06T08:41:49Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2011-10-06T08:41:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=68967aef7263802c7cb26ac8293581acf1c8e881'/>
<id>urn:sha1:68967aef7263802c7cb26ac8293581acf1c8e881</id>
<content type='text'>
</content>
</entry>
</feed>
