For the latest versions, use Git to retrieve these packages:
You can also use the equivalent HTTP urls:
One you have cloned the Git repo, you can use git checkout
You don't need admin privs to build them, or even to "install" them as long as it is in your own use directories. However you may have preprequisites ("*-dev" packages, typically C header files) that will require installation privileges (which usually means root) unless you "install" them from source in your user directories.
A good write-up (for a "fixed" version, but still valid for a plain version):
http://ninedegreesbelow.com/photography/...tists.html
Code:
git://git.gnome.org/babl
git://git.gnome.org/gegl
git://git.gnome.org/gimp
You can also use the equivalent HTTP urls:
Code:
https://git.gnome.org/browse/{package}
One you have cloned the Git repo, you can use git checkout
You don't need admin privs to build them, or even to "install" them as long as it is in your own use directories. However you may have preprequisites ("*-dev" packages, typically C header files) that will require installation privileges (which usually means root) unless you "install" them from source in your user directories.
A good write-up (for a "fixed" version, but still valid for a plain version):
http://ninedegreesbelow.com/photography/...tists.html