diff options
author | Kevin Cozens <kcozens@cvs.gnome.org> | 2007-02-10 05:35:58 +0000 |
---|---|---|
committer | Kevin Cozens <kcozens@src.gnome.org> | 2007-02-10 05:35:58 +0000 |
commit | 15c098eaad78bd48ff2d5189378039d6a9d34d6f (patch) | |
tree | 831da7c94e8269895fcc9fa3e6b20774c56761b0 /HACKING | |
parent | 8f4bc48db7f382738f4cc6c30544955e38ae1842 (diff) |
HACKING Changed CVS reference to SVN.
2007-02-09 Kevin Cozens <kcozens@cvs.gnome.org>
* HACKING
* autogen.sh: Changed CVS reference to SVN.
* NEWS: Changed CVS reference to SVN. Fixed spelling of a
contributor name.
* configure.in: Set GEGL_UNSTABLE to 1 for odd micro numbers
when major and minor are both 0 or base it on odd value of
minor number.
* gegl.pc.in: Changed some hard-coded values to use
values from run of configure. Added version number
to library name. Added some extra checks when building
on Windows machines.
* gegl/Makefile.am: Included version number in name of library.
Define -no-undefined when building under Windows.
* gegl/gegl.h: Fixed grammatical errors in comment blocks.
* operations/blur/Makefile.am
* operations/color/Makefile.am
* operations/core/Makefile.am
* operations/display/Makefile.am
* operations/file-io/Makefile.am
* operations/generated/Makefile.am
* operations/meta/Makefile.am
* operations/render/Makefile.am
* operations/svg/Makefile.am
* operations/transform/Makefile.am
* operations/transparency/Makefile.am
* operations/workshop/Makefile.am
* operations/workshop/generated/Makefile.am: Included version
number in name of directory for operations files.
svn path=/trunk/; revision=1312
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ The cvs version of gegl is known to work with the following autotools: Other versions of these tools probably work. Probably the tools that work for current versions of glib will work for gegl as well. -To compile a CVS version of gegl on your system, you will need to take several +To compile a SVN version of gegl on your system, you will need to take several steps to setup the tree for compilation. You can do all these steps at once by running: |