[Libpgf-devel] Repackaging
libPGF is an implementation of the Progressive Graphics File (PGF)
Brought to you by:
c_stamm
From: Thomas S. <ts_...@so...> - 2006-05-29 11:53:26
|
Hello, I've reorganized PGFCodec to be more in thread with common autotooled library packages. The changes I've made: == Done == Changed PGFCodec to libpgf for consistency *.cpp moved to src/ *.h moved to include/PGFCodec Added SUBDIRS src/ and include/ to Makefile.am Added EXTRA_DIST and package/version stuff to Makefile.am Added src/Makefile.am Added include/Makefile.am Added include/PGFCodec/Makefile.am Changed #include "something" to #include <libpgf/something> in all .h and .cpp Moved configure.in to configure.ac Changed configure.ac to create makefiles and define INTERFACE_VERSION Added libpgf.pc.in (pkg-config support) Moved Doxyfile to doc/Doxyfile.in Added doc/Makefile.am Changed Doxyfile.in to get project name, version and have_dot from configure Removed ChangeLog Added ChangeLog target to build ChangeLog from subversion history == TODO == * Generate pdf from latex in doc/ * Add libpgf.spec.in and rules to Makefile.am to build libpgf and libpgf-devel rpms * Bring PGFCodec.{sln,vcproj} and .project/.cdtproject up to speed with the new source code organization * Bring PGFConsole up to date with new header file location I think the reorg makes a lot of sense and I am hoping you will commit it to subversion. Best regards, Thomas Sondergaard |