そろそろあちこちから紅葉の便りが届くようになり,
自分の方向オンチの原因を考えるに,
さて,
GIMP 2.4のパッケージ化
GIMPはGNU Image Manipulation Programの略で,
たとえば,
他のディストリビューション同様,
ソースコードの展開とドキュメントの確認
ソースコードをダウンロードして展開すると,
AUTHORS Makefile.in authors.dtd cursors/ gimpthumb.pc.in libgimpbase/ menus/ po-tips/
COPYING NEWS authors.xml data/ gimptool-2.0.in libgimpcolor/ missing* py-compile*
ChangeLog NEWS.pre-2-0 authors.xsl depcomp* gimptool-win32.c.in libgimpconfig/ mkinstalldirs* regexrepl/
ChangeLog.pre-1-0 NEWS.pre-2-2 compile* desktop/ gimpui.pc.in libgimpmath/ modules/ themes/
ChangeLog.pre-1-2 README config.guess* devel-docs/ gtk-doc.make libgimpmodule/ plug-ins/ tools/
ChangeLog.pre-2-0 README.i18n config.h.in docs/ install-sh* libgimpthumb/ po/
HACKING README.win32 config.h.win32 etc/ intltool-extract.in libgimpwidgets/ po-libgimp/
INSTALL acinclude.m4 config.sub* gimp-zip.in* intltool-merge.in ltmain.sh po-plug-ins/
LICENSE aclocal.m4 configure* gimp.pc.in intltool-update.in m4macros/ po-python/
Makefile.am app/ configure.in gimpdefs.msc libgimp/ makefile.msc po-script-fu/
ざっと展開されたファイル類を眺めると,
多くのソフトウェアではバージョン番号を x.
READMEファイル
最近のソフトウェアでは,
The GNU Image Manipulation Program Version 2.4
----------------------------------------------
GIMP 2.4 replaces earlier GIMP 2.x versions. It is advised that you
uninstall them before installing GIMP 2.4. If you want to keep your
older GIMP 2.x installation in parallel to GIMP 2.4, you have to
choose a separate prefix which is not in your default library search
...
文書の位置付けや著者のスタイルなどを把握するために最初の数パラグラフはじっくりと読んだ方がいいので,
NEWSファイル
次は,
configureスクリプトを構成するGNU Autoconf/