From 5eee86af562d016904ae48811dfa4de454307325 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Tue, 3 Feb 2004 19:34:02 +0000 Subject: [PATCH] Allow generated files with versions. 2004-02-03 Manish Singh * configure.in: Allow generated files with versions. * gimp-2.0.pc.in * gimpthumb-2.0.pc.in * gimpui-2.0.pc.in * docs/gimp-1.3.1.in * docs/gimp-remote-1.3.1.in * docs/gimprc-1.3.5.in * docs/gimptool-2.0.1.in: renamed to unversioned files. I left gimptool-2.0.in alone since I didn't want to screw with other branches history. It'll be obsolete post-2.0 anyway. --- ChangeLog | 15 + configure.in | 20 +- docs/gimp-1.3.1.in | 274 --------------- docs/gimp-remote-1.3.1.in | 67 ---- docs/gimprc-1.3.5.in | 702 -------------------------------------- docs/gimptool-2.0.1.in | 225 ------------ gimp-2.0.pc.in | 15 - gimpthumb-2.0.pc.in | 11 - gimpui-2.0.pc.in | 11 - 9 files changed, 27 insertions(+), 1313 deletions(-) delete mode 100644 docs/gimp-1.3.1.in delete mode 100644 docs/gimp-remote-1.3.1.in delete mode 100644 docs/gimprc-1.3.5.in delete mode 100644 docs/gimptool-2.0.1.in delete mode 100644 gimp-2.0.pc.in delete mode 100644 gimpthumb-2.0.pc.in delete mode 100644 gimpui-2.0.pc.in diff --git a/ChangeLog b/ChangeLog index 05ec6a0e74..5bc446e0ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2004-02-03 Manish Singh + + * configure.in: Allow generated files with versions. + + * gimp-2.0.pc.in + * gimpthumb-2.0.pc.in + * gimpui-2.0.pc.in + * docs/gimp-1.3.1.in + * docs/gimp-remote-1.3.1.in + * docs/gimprc-1.3.5.in + * docs/gimptool-2.0.1.in: renamed to unversioned files. + + I left gimptool-2.0.in alone since I didn't want to screw with + other branches history. It'll be obsolete post-2.0 anyway. + 2004-02-03 Manish Singh * plug-ins/maze/maze_face.c (maze_dialog): remove unused variable diff --git a/configure.in b/configure.in index 24252d3ea2..d705a9cc0c 100644 --- a/configure.in +++ b/configure.in @@ -1526,10 +1526,6 @@ devel-docs/libgimpthumb/version devel-docs/libgimpwidgets/Makefile devel-docs/libgimpwidgets/version docs/Makefile -docs/gimp-1.3.1 -docs/gimprc-1.3.5 -docs/gimptool-2.0.1 -docs/gimp-remote-1.3.1 tips/Makefile cursors/Makefile themes/Makefile @@ -1554,15 +1550,23 @@ po/Makefile.in po-libgimp/Makefile.in po-plug-ins/Makefile.in po-script-fu/Makefile.in -gimptool-2.0 -gimp-2.0.pc -gimpthumb-2.0.pc -gimpui-2.0.pc gimp.spec gimp-zip Makefile ]) +dnl Files with versions in their names +AC_CONFIG_FILES( +docs/gimp-gimp_app_version.1:docs/gimp.1.in +docs/gimprc-gimp_app_version.5:docs/gimprc.5.in +docs/gimptool-gimp_tool_version.1:docs/gimptool.1.in +docs/gimp-remote-gimp_app_version.1:docs/gimp-remote.1.in +gimptool-gimp_tool_version:gimptool-2.0.in +gimp-gimp_pkgconfig_version.pc:gimp.pc.in +gimpthumb-gimp_pkgconfig_version.pc:gimpthumb.pc.in +gimpui-gimp_pkgconfig_version.pc:gimpui.pc.in +) + AC_CONFIG_COMMANDS([chmod-scripts], [chmod +x gimptool-gimp_tool_version]) diff --git a/docs/gimp-1.3.1.in b/docs/gimp-1.3.1.in deleted file mode 100644 index 1c2c982d68..0000000000 --- a/docs/gimp-1.3.1.in +++ /dev/null @@ -1,274 +0,0 @@ -.TH GIMP 1 "December 2003" "Version @GIMP_VERSION@" "GIMP Manual Pages" -.SH NAME -gimp - an image manipulation and paint program. -.SH SYNOPSIS -.B gimp -[\-h] [\-\-help] [-v] [\-\-version] [\-\-verbose] [\-\-no\-shm] -[\-\-no\-cpu\-accel] [\-\-display \fIdisplay\fP] [\-d] [\-\-no\-data] -[\-f] [\-\-no\-fonts] [\-i] [\-\-no\-interface] [\-s] [\-\-no\-splash] -[\-S] [\-\-no\-splash\-image] [\-\-session \fI\fP] -[\-g] [\-\-gimprc \fI\fP] [\-\-system\-gimprc \fI\fP] -[\-\-dump\-gimprc\fP] [\-\-console\-messages] [\-\-debug\-handlers] -[\-b] [\-\-batch \fI\fP] -[\fIfilename\fP] ... - -.SH DESCRIPTION -.PP -The \fIGIMP\fP is the GNU Image Manipulation Program. It is used to -edit and manipulate images. It can load and save a variety of image -formats and can be used to convert between formats. -.PP -GIMP can also be used as a paint program. It features a set of drawing -and painting tools such as airbrush, clone, pencil, and paint -brush. Painting and drawing tools can be applied to an image with a -variety of paint modes. It also offers an extensive array of -selection tools like rectangle, ellipse, fuzzy select, bezier select, -intelligent scissors, and select by color. -.PP -GIMP offers a variety of plugins that perform a variety of image -manipulations. Examples include bumpmap, edge detect, gaussian blur, -and many others. -.PP -In addition, GIMP has several scripting extension which allow for -advanced non-interactive processing and creation of images. - -.SH OPTIONS -.l -The \fIgimp\fP accepts the following options: -.TP 8 -.B \-h, \-\-help -Display a list of all commandline options. -.TP 8 -.B \-v, \-\-version -Output the version info. -.TP 8 -.B \-\-verbose -Show startup messages. -.TP 8 -.B \-\-no\-shm -Do not use shared memory between GIMP and its plugins. -Instead of using shared memory, GIMP will send the data via pipe. This -will result in slower performance than using shared memory. -.TP 8 -.B \-\-no\-cpu\-accel -Do not use CPU accelerations such as MMX or SSE even if GIMP detects -that your CPU provides this functionality. -.TP 8 -.B \-d, \-\-no\-data -Do not load patterns, gradients, palettes, or brushes. Often useful -in non-interactive situations where startup time is to be minimized. -.TP 8 -.B \-f, \-\-no\-fonts -Do not load any fonts. No text functionality will be available if this -option is used. -.TP 8 -.B \-i, \-\-no-interface -Run without a user interface. -.TP 8 -.B \-\-display \fIdisplay\fP -Use the designated X display. -.TP 8 -.B \-s, \-\-no\-splash -Do not show the splash screen. -.TP 8 -.B \-S, \-\-no\-splash\-image -Do not show the splash screen image as part of the splash screen. -.TP 8 -.B \-\-session \fI\fP -Use a different sessionrc for this GIMP session. The given session -name is appended to the default sessionrc filename. -.TP 8 -.B \-g, \-\-gimprc \fI\fP -Use an alternative gimprc instead of the default one. Useful in -cases where plugins paths or machine specs may be different. -.TP 8 -.B \-\-system\-gimprc \fI\fP -Use an alternate system gimprc file. -.TP 8 -.B \-\-dump\-gimprc -Output a gimprc file with default settings. -.TP 8 -.B \-\-debug\-handlers -Enable debugging signal handlers. -.TP 8 -.B \-c, \-\-console\-messages -Do not popup dialog boxes on errors or warnings. Print the messages on -the console instead. -.B \-\-dump\-gimprc -.TP 8 -.B \-\-stack\-trace\-mode \fI{never|query|always}\fP -If a stack-trace should be generated in case of fatal signals. -.TP 8 -.B \-\-pdb\-compat\-mode \fI{off|on|warn}\fP -If the PDB should provide aliases for deprecated functions. -.TP 8 -.B \-b, \-\-batch \fI\fP -Execute the set of \fI\fP non-interactively. The set -of \fI\fP is typically in the form of a script that -can be executed by one of the GIMP scripting extensions. -.TP 8 - -Output a gimprc file with default settings. - -.SH ENVIRONMENT -.PP -.TP 8 -.B DISPLAY -to get the default host and display number. -.TP 8 -.B XENVIRONMENT -to get the name of a resource file that overrides the global resources -stored in the RESOURCE_MANAGER property. -.SH FILES - -GIMP's data files are stored in @gimpdatadir@, where ${prefix} -is set on install, but is typically /usr/local. GIMP's system-wide -configuration files are stored in @gimpsysconfdir@. -Most GIMP configuration is read in from the user's init file, -\fB$HOME\fP/@gimpdir@/gimprc. The system wide equivalent is in -@sysconfdir@/gimprc. The system wide file is parsed -first and the user gimprc can override the system settings. -@sysconfdir@/gimprc_user is the default gimprc -placed in users' home directories the first time GIMP is run. - -\fB$HOME\fP/@gimpdir@/devicerc - holds settings for input devices -together with the tool, colors, brush, pattern and gradient -associated to that device. - -\fB$HOME\fP/@gimpdir@/documents - lists all images that have been -opened or saved using GIMP. - -\fB$HOME\fP/@gimpdir@/gtkrc - users set of gimp-specific GTK config -settings. Options such as widget color and fonts sizes can be set -here. - -@gimpsysconfdir@/gtkrc - sytem wide default set of gimp-specific GTK+ -config settings. - -\fB$HOME\fP/@gimpdir@/menurc - user's set of keybindings. - -@gimpsysconfdir@/menurc - system wide set of keybindings. - -\fB$HOME\fP/@gimpdir@/parasiterc - Description of all available GIMP -parasites. This is file is recreated everytime GIMP starts up. - -\fB$HOME\fP/@gimpdir@/sessionrc - This file takes session-specific -info (that is info, you want to keep between two gimp-sessions). You -are not supposed to edit it manually, but of course you can do. This -file will be entirely rewritten every time you quit the GIMP. If this -file isn't found, defaults are used. - -\fB$HOME\fP/@gimpdir@/templaterc - Image templates are kept in this -file. New images can conveniently created from these templates. If -this file isn't found, defaults are used. - -@gimpsysconfdir@/unitrc - default user unit database. It contains the -unit definitions for centimeters, meters, feet, yards, typographic -points and typographic picas and is placed in users home directories -the first time the GIMP is ran. If this file isn't found, defaults are -used. - -\fB$HOME\fP/@gimpdir@/unitrc - This file contains your user unit -database. You can modify this list with the unit editor. You are not -supposed to edit it manually, but of course you can do. This file -will be entirely rewritten every time you quit the GIMP. - -\fB$HOME\fP/@gimpdir@/plug-ins - location of user installed plugins. - -\fB$HOME\fP/@gimpdir@/pluginrc - plugin initialization values are -stored here. This file is parsed on startup and regenerated if need -be. - -\fB$HOME\fP/@gimpdir@/modules - location of user installed modules. - -\fB$HOME\fP/@gimpdir@/tmp - default location that GIMP uses as -temporary space. - -@gimpdatadir@/brushes - system wide brush files. - -\fB$HOME\fP/@gimpdir@/brushes - user created and installed brush -files. These files are in the .gbr, .gih or .vbr file formats. - -\fB$HOME\fP/@gimpdir@/curves - Curve profiles and presets as saved from -the Curves tool. - -\fB$HOME\fP/@gimpdir@/gimpressionist - Presets and user created brushes -and papers are stored here. - -\fB$HOME\fP/@gimpdir@/levels - Level profiles and presets as saved from -the Levels tool. - -@gimpdatadir@/palettes - the system wide palette files. - -\fB$HOME\fP/@gimpdir@/palettes - user created and modified palette -files. This files are in the .gpl format. - -@gimpdatadir@/patterns - basic set of patterns for use in GIMP. - -\fB$HOME\fP/@gimpdir@/patterns - user created and installed gimp -pattern files. This files are in the .pat format. - -@gimpdatadir@/gradients - standard system wide set of gradient files. - -\fB$HOME\fP/@gimpdir@/gradients - user created and installed gradient -files. - -@gimpdatadir@/scripts - system wide directory of scripts -used in Script-Fu and other scripting extensions. - -\fB$HOME\fP/@gimpdir@/scripts - user created and installed scripts. - -@gimpdatadir@/gflares - system wide directory used by the gflare -plug-in. - -\fB$HOME\fP/@gimpdir@/gflares - user created and installed gflare -files. - -@gimpdatadir@/gfig - system wide directory used by the gfig plug-in. - -\fB$HOME\fP/@gimpdir@/gfig - user created and installed gfig files. - -@gimpdatadir@/images/gimp_splash.png - image used for the GIMP splash -screen. - -@gimpdatadir@/images/gimp_logo.png - image used in the GIMP about -dialog. - -@gimpdatadir@/tips/gimp-tips.xml - tips as displayed in the "Tip of -the Day" dialog box. - -.SH SUGGESTIONS AND BUG REPORTS -Any bugs found should be reported to the online bug-tracking system -available on the web at http://bugzilla.gnome.org/. Before reporting -bugs, please check to see if the bug has already been reported. - -When reporting GIMP bugs, it is important to include a reliable way to -reproduce the bug, version number of GIMP (and probably GTK), OS name -and version, and any relevant hardware specs. If a bug is causing a -crash, it is very useful if a stack trace can be provided. And of -course, patches to rectify the bug are even better. - -.SH OTHER INFO - -The canonical place to find GIMP info is at http://www.gimp.org/. -Here you can find links to just about many other GIMP sites, -tutorials, data sets, mailing list archives, and more. - -There is also a GIMP User Manual available at -http://manual.gimp.org/ that goes into much more detail -about the interactive use of GIMP. - -The latest version of GIMP and the GTK+ libs is always available at -ftp://ftp.gimp.org/. - -.SH AUTHORS -Spencer Kimball and Peter Mattis. - -With patches, fixes, plugins, extensions, scripts, -translations, documentation, and more from lots -and lots of people all over the world. - -.SH "SEE ALSO" -.BR gimprc (5), -.BR gimptool (1), -.BR gimp-remote (1) diff --git a/docs/gimp-remote-1.3.1.in b/docs/gimp-remote-1.3.1.in deleted file mode 100644 index 4e5c05488b..0000000000 --- a/docs/gimp-remote-1.3.1.in +++ /dev/null @@ -1,67 +0,0 @@ -.TH GIMP-REMOTE 1 "20 January 2004" "Version @GIMP_VERSION@" "GIMP Manual Pages" -.SH NAME -gimp-remote - tells a running GIMP to open a (local or remote) image file. -.SH SYNOPSIS -.B gimp-remote -[\-h] [\-\-help] [-v] [\-\-version] [\-\-display \fIdisplay\fP] -[\-e] [\-\-existing] [-q] [\-\-query] \fIfilename\fP ... - -.SH DESCRIPTION -.PP -\fIgimp-remote\fP is a small utility that tells a running GIMP to open -one or more (local or remote) image files. It does so by searching -for a GIMP toolbox on the active display. If it can find a GIMP -toolbox, a synthetic drop event is created which makes GIMP think the -files would have been dropped onto the toolbox. More than one filename -or URL can be specified on the commandline. - -.PP -If no GIMP window is found, \fIgimp-remote\fP will start a new GIMP -instance and ask it to load the specified images. If no filename or -URL is given, \fIgimp-remote\fP will start a new GIMP. This behaviour -can be altered using the command-line options described below. - - -.SH OPTIONS -.l -\fIgimp-remote\fP accepts the following options: -.TP 8 -.B \-h, \-\-help -Display a list of all commandline options. -.TP 8 -.B \-v, \-\-version -Output the version info. -.TP 8 -.B \-\-display \fIdisplay\fP -Use the designated X display. -.TP 8 -.B \-e, \-\-existing -If no running GIMP instance is found, don't start a new one but exit. -.TP 8 -.B \-q, \-\-query -Check if GIMP is running and exit. A status code of 0 indicates that -a GIMP toolbox window has been found on this display. - -.SH EXAMPLES -.TP -.BI gimp-remote\ http://www.gimp.org/icons/frontpage-small.gif -Loads the image from the GIMP website into a running GIMP or starts -a new one. -.TP -.BI gimp-remote\ wilber.xcf\ wilma.xcf -Loads the local files wilber.xcf and wilma.xcf into a running GIMP -or starts a new one. - -.SH ENVIRONMENT -.PP -.TP 8 -.B DISPLAY -to get the default host and display number. - -.SH AUTHORS -Sven Neumann and Simon Budig. - -.SH "SEE ALSO" -.BR gimp (1), -.BR gimprc (5), -.BR gimptool (1) diff --git a/docs/gimprc-1.3.5.in b/docs/gimprc-1.3.5.in deleted file mode 100644 index c7757fd10a..0000000000 --- a/docs/gimprc-1.3.5.in +++ /dev/null @@ -1,702 +0,0 @@ -.\" This man-page is auto-generated by gimp --dump-gimprc-manpage. - -.TH GIMPRC 5 "Version @GIMP_VERSION@" "GIMP Manual Pages" -.SH NAME -gimprc \- gimp configuration file -.SH DESCRIPTION -The -.B gimprc -file is a configuation file read by the GIMP when it starts up. There -are two of these: one system-wide one stored in -@gimpsysconfdir@/gimprc and a per-user \fB$HOME\fP/@gimpdir@/gimprc -which may override system settings. - -Comments are introduced by a hash sign (#), and continue until the end -of the line. Blank lines are ignored. - -The -.B gimprc -file associates values with properties. These properties may be set -by lisp-like assignments of the form: -.IP -\f3(\f2property-name\ value\f3)\f1 -.TP -where: -.TP 10 -.I property-name -is one of the property names described below. -.TP -.I value -is the value the property is to be set to. -.PP - -Either spaces or tabs may be used to separate the name from the value. -.PP -.SH PROPERTIES -Valid properties and their default values are: - -.TP -(temp-path "${gimp_dir}/tmp") - -Sets the temporary storage directory. Files will appear here during the course -of running the GIMP. Most files will disappear when the GIMP exits, but some -files are likely to remain, so it is best if this directory not be one that is -shared by other users. This is a single folder. - -.TP -(swap-path "${gimp_dir}") - -Sets the swap file location. The gimp uses a tile based memory allocation -scheme. The swap file is used to quickly and easily swap tiles out to disk and -back in. Be aware that the swap file can easily get very large if the GIMP is -used with large images. Also, things can get horribly slow if the swap file is -created on a directory that is mounted over NFS. For these reasons, it may be -desirable to put your swap file in "/tmp". This is a single folder. - -.TP -(stingy-memory-use no) - -There is always a tradeoff between memory usage and speed. In most cases, the -GIMP opts for speed over memory. However, if memory is a big issue, try to -enable this setting. Possible values are yes and no. - -.TP -(num-processors 1) - -On multiprocessor machines, if GIMP has been compiled with --enable-mp this -sets how many processors GIMP should use simultaneously. This is an integer -value. - -.TP -(tile-cache-size 64M) - -The tile cache is used to make sure the GIMP doesn't thrash tiles between -memory and disk. Setting this value higher will cause the GIMP to use less -swap space, but will also cause the GIMP to use more memory. Conversely, a -smaller cache size causes the GIMP to use more swap space and less memory. -The integer size can contain a suffix of 'B', 'K', 'M' or 'G' which makes GIMP -interpret the size as being specified in bytes, kilobytes, megabytes or -gigabytes. If no suffix is specified the size defaults to being specified in -kilobytes. - -.TP -(interpolation-type linear) - -Sets the level of interpolation used for scaling and other transformations. -Possible values are none, linear and cubic. - -.TP -(plug-in-path "${gimp_dir}/plug-ins:${gimp_plug_in_dir}/plug-ins") - -Sets the plug-in search path. This is a colon-separated list of folders to -search. - -.TP -(module-path "${gimp_dir}/modules:${gimp_plug_in_dir}/modules") - -Sets the module search path. This is a colon-separated list of folders to -search. - -.TP -(environ-path "${gimp_dir}/environ:${gimp_plug_in_dir}/environ") - -Sets the environ search path. This is a colon-separated list of folders to -search. - -.TP -(brush-path "${gimp_dir}/brushes:${gimp_data_dir}/brushes") - -Sets the brush search path. This is a colon-separated list of folders to -search. - -.TP -(pattern-path "${gimp_dir}/patterns:${gimp_data_dir}/patterns") - -Sets the pattern search path. This is a colon-separated list of folders to -search. - -.TP -(palette-path "${gimp_dir}/palettes:${gimp_data_dir}/palettes") - -Sets the palette search path. This is a colon-separated list of folders to -search. - -.TP -(gradient-path "${gimp_dir}/gradients:${gimp_data_dir}/gradients") - -Sets the gradient search path. This is a colon-separated list of folders to -search. - -.TP -(font-path "${gimp_dir}/fonts:${gimp_data_dir}/fonts") - -Where to look for fonts. This is a colon-separated list of folders to search. - -.TP -(default-brush "Circle (11)") - -Specify a default brush. The brush is searched for in the specified brush -path. This is a string value. - -.TP -(default-pattern "Pine") - -Specify a default pattern. The pattern is searched for in the specified -pattern path. This is a string value. - -.TP -(default-palette "Default") - -Specify a default palette. The palette is searched for in the specified -palette path. This is a string value. - -.TP -(default-gradient "FG to BG (RGB)") - -Specify a default gradient. The gradient is searched for in the specified -gradient path. This is a string value. - -.TP -(default-font "Sans") - -Specify a default font. The font is searched for in the fontconfig font path. - This is a string value. - -.TP -(default-image - (width 256) - (height 256) - (unit inches) - (xresolution 72.000000) - (yresolution 72.000000) - (resolution-unit inches) - (image-type rgb) - (fill-type background-fill) - (comment "Created with The GIMP")) - -Sets the default image in the "File/New" dialog. This is a parameter list. - -.TP -(default-grid - (style intersections) - (fgcolor (color-rgba 0.000000 0.000000 0.000000 1.000000)) - (bgcolor (color-rgba 1.000000 1.000000 1.000000 1.000000)) - (xspacing 10.000000) - (yspacing 10.000000) - (spacing-unit inches) - (xoffset 0.000000) - (yoffset 0.000000) - (offset-unit inches)) - -Specify a default image grid. This is a parameter list. - -.TP -(undo-levels 5) - -Sets the minimal number of operations that can be undone. More undo levels are -kept available until the undo-size limit is reached. This is an integer -value. - -.TP -(undo-size 4M) - -Sets an upper limit to the memory that is used per image to keep operations on -the undo stack. Regardless of this setting, at least as many undo-levels as -configured can be undone. The integer size can contain a suffix of 'B', 'K', -'M' or 'G' which makes GIMP interpret the size as being specified in bytes, -kilobytes, megabytes or gigabytes. If no suffix is specified the size defaults -to being specified in kilobytes. - -.TP -(pluginrc-path "${gimp_dir}/pluginrc") - -Sets the pluginrc search path. This is a single filename. - -.TP -(layer-previews yes) - -Sets whether GIMP should create previews of layers and channels. Previews in -the layers and channels dialog are nice to have but they can slow things down -when working with large images. Possible values are yes and no. - -.TP -(layer-preview-size medium) - -Sets the default preview size for layers and channels. Possible values are -tiny, extra-small, small, medium, large, extra-large, huge, enormous and -gigantic. - -.TP -(thumbnail-size normal) - -Sets the size of the thumbnail saved with each image. Note that GIMP can not -save thumbnails if layer previews are disabled. Possible values are none, -normal and large. - -.TP -(install-colormap no) - -Install a private colormap; might be useful on pseudocolor visuals. Possible -values are yes and no. - -.TP -(min-colors 144) - -Generally only a concern for 8-bit displays, this sets the minimum number of -system colors allocated for the GIMP. This is an integer value. - -.TP -(marching-ants-speed 300) - -Speed of marching ants in the selection outline. This value is in -milliseconds (less time indicates faster marching). This is an integer value. - -.TP -(resize-windows-on-zoom no) - -When enabled, the image window will automatically resize itself, when zooming -into and out of images. Possible values are yes and no. - -.TP -(resize-windows-on-resize no) - -When enabled, the image window will automatically resize itself, whenever the -physical image size changes. Possible values are yes and no. - -.TP -(default-dot-for-dot yes) - -When enabled, this will ensure that each pixel of an image gets mapped to a -pixel on the screen. Possible values are yes and no. - -.TP -(initial-zoom-to-fit yes) - -When enabled, this will ensure that the full image is visible after a file is -opened, otherwise it will be displayed with a scale of 1:1. Possible values -are yes and no. - -.TP -(perfect-mouse yes) - -When enabled, the X server is queried for the mouse's current position on each -motion event, rather than relying on the position hint. This means painting -with large brushes should be more accurate, but it may be slower. Perversely, -on some X servers enabling this option results in faster painting. Possible -values are yes and no. - -.TP -(cursor-mode tool-icon) - -Sets the mode of cursor the GIMP will use. Possible values are tool-icon, -tool-crosshair and crosshair. - -.TP -(cursor-updating yes) - -Context-dependent cursors are cool. They are enabled by default. However, -they require overhead that you may want to do without. Possible values are -yes and no. - -.TP -(show-brush-outline yes) - -When enabled, all paint tools will show a preview of the current brush's -outline. Possible values are yes and no. - -.TP -(image-title-format "%D*%f-%p.%i (%t, %L) %z%%") - -Sets the text to appear in image window titles. This is a format string; -certain % character sequences are recognised and expanded as follows: -.br - -.br -%% literal percent sign -.br -%f bare filename, or "Untitled" -.br -%F full path to file, or "Untitled" -.br -%p PDB image id -.br -%i view instance number -.br -%t image type (RGB, grayscale, indexed) -.br -%z zoom factor as a percentage -.br -%s source scale factor -.br -%d destination scale factor -.br -%Dx expands to x if the image is dirty, the empty string otherwise -.br -%Cx expands to x if the image is clean, the empty string otherwise -.br -%l the number of layers -.br -%L the number of layers (long form) -.br -%m memory used by the image -.br -%n the name of the active layer/channel -.br -%w image width in pixels -.br -%W image width in real-world units -.br -%h image height in pixels -.br -%H image height in real-world units -.br -%u unit symbol -.br -%U unit abbreviation -.br - -.br - -.TP -(image-status-format "%n (%m)") - -Sets the text to appear in image window status bars. This is a format string; -certain % character sequences are recognised and expanded as follows: -.br - -.br -%% literal percent sign -.br -%f bare filename, or "Untitled" -.br -%F full path to file, or "Untitled" -.br -%p PDB image id -.br -%i view instance number -.br -%t image type (RGB, grayscale, indexed) -.br -%z zoom factor as a percentage -.br -%s source scale factor -.br -%d destination scale factor -.br -%Dx expands to x if the image is dirty, the empty string otherwise -.br -%Cx expands to x if the image is clean, the empty string otherwise -.br -%l the number of layers -.br -%L the number of layers (long form) -.br -%m memory used by the image -.br -%n the name of the active layer/channel -.br -%w image width in pixels -.br -%W image width in real-world units -.br -%h image height in pixels -.br -%H image height in real-world units -.br -%u unit symbol -.br -%U unit abbreviation -.br - -.br - -.TP -(confirm-on-close yes) - -Ask for confirmation before closing an image without saving. Possible values -are yes and no. - -.TP -(monitor-xresolution 72.000000) - -Sets the monitor's horizontal resolution, in dots per inch. If set to 0, -forces the X server to be queried for both horizontal and vertical resolution -information. This is a float value. - -.TP -(monitor-yresolution 72.000000) - -Sets the monitor's vertical resolution, in dots per inch. If set to 0, forces -the X server to be queried for both horizontal and vertical resolution -information. This is a float value. - -.TP -(monitor-resolution-from-windowing-system yes) - -When enabled, the GIMP will use the monitor resolution from the windowing -system. Possible values are yes and no. - -.TP -(navigation-preview-size medium) - -Sets the size of the navigation preview available in the lower right corner of -the image window. Possible values are tiny, extra-small, small, medium, -large, extra-large, huge, enormous and gigantic. - -.TP -(default-view - (show-menubar yes) - (show-rulers yes) - (show-scrollbars yes) - (show-statusbar yes) - (show-selection yes) - (show-layer-boundary yes) - (show-guides yes) - (show-grid no) - (padding-mode default) - (padding-color (color-rgba 1.000000 1.000000 1.000000 1.000000))) - -Sets the default settings for the image view. This is a parameter list. - -.TP -(default-fullscreen-view - (show-menubar no) - (show-rulers no) - (show-scrollbars no) - (show-statusbar no) - (show-selection no) - (show-layer-boundary no) - (show-guides no) - (show-grid no) - (padding-mode custom) - (padding-color (color-rgba 0.000000 0.000000 0.000000 1.000000))) - -Sets the default settings used when an image is viewed in fullscreen mode. -This is a parameter list. - -.TP -(activate-on-focus yes) - -When enabled, an image will become the active image when its image window -receives the focus. This is useful for window managers using "click to focus". - Possible values are yes and no. - -.TP -(transparency-size medium-checks) - -Sets the size of the checkerboard used to display transparency. Possible -values are small-checks, medium-checks and large-checks. - -.TP -(transparency-type gray-checks) - -Sets the manner in which transparency is displayed in images. Possible values -are light-checks, gray-checks, dark-checks, white-only, gray-only and -black-only. - -.TP -(default-threshold 15) - -Tools such as fuzzy-select and bucket fill find regions based on a seed-fill -algorithm. The seed fill starts at the intially selected pixel and progresses -in all directions until the difference of pixel intensity from the original is -greater than a specified threshold. This value represents the default -threshold. This is an integer value. - -.TP -(info-window-per-display no) - -When enabled, the GIMP will use a different info window per image view. -Possible values are yes and no. - -.TP -(trust-dirty-flag no) - -When enabled, the GIMP will not save if the image is unchanged since opening -it. Possible values are yes and no. - -.TP -(save-device-status no) - -Remember the current tool, pattern, color, and brush across GIMP sessions. -Possible values are yes and no. - -.TP -(save-session-info yes) - -Save the positions and sizes of the main dialogs when the GIMP exits. -Possible values are yes and no. - -.TP -(restore-session yes) - -Let GIMP try to restore your last saved session on each startup. Possible -values are yes and no. - -.TP -(show-tips yes) - -Enable to display a handy GIMP tip on startup. Possible values are yes and -no. - -.TP -(show-tool-tips yes) - -Enable to display tooltips. Possible values are yes and no. - -.TP -(tearoff-menus yes) - -When enabled, menus can be torn off. Possible values are yes and no. - -.TP -(can-change-accels no) - -When enabled, you can change keyboard shortcuts for menu items by hitting a -key combination while the menu item is highlighted. Possible values are yes -and no. - -.TP -(save-accels yes) - -Save changed keyboard shortcuts when the GIMP exits. Possible values are yes -and no. - -.TP -(restore-accels yes) - -Restore saved keyboard shortcuts on each GIMP startup. Possible values are -yes and no. - -.TP -(last-opened-size 10) - -How many recently opened image filenames to keep on the File menu. This is an -integer value. - -.TP -(max-new-image-size 64M) - -GIMP will warn the user if an attempt is made to create an image that would -take more memory than the size specified here. The integer size can contain a -suffix of 'B', 'K', 'M' or 'G' which makes GIMP interpret the size as being -specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is -specified the size defaults to being specified in kilobytes. - -.TP -(theme-path "${gimp_dir}/themes:${gimp_data_dir}/themes") - -Sets the theme search path. This is a colon-separated list of folders to -search. - -.TP -(theme "Default") - -The name of the theme to use. This is a string value. - -.TP -(use-help yes) - -When enabled, pressing F1 will open the help browser. Possible values are yes -and no. - -.TP -(help-browser gimp) - -Sets the browser used by the help system. Possible values are gimp and -web-browser. - -.TP -(web-browser "mozilla %s") - -Sets the external web browser to be used. This can be an absolute path or the -name of an executable to search for in the user's PATH. If the command -contains '%s' it will be replaced with the URL, else the URL will be appended -to the command with a space separating the two. This is a single filename. - -.TP -(toolbox-window-hint normal) - -The window type hint that is set on the toolbox. This may affect how your -window manager decorates and handles the toolbox window. Possible values are -normal and utility. - -.TP -(dock-window-hint normal) - -The window type hint that is set on dock windows. This may affect the way your -window manager decorates and handles dock windows. Possible values are normal -and utility. - -.TP -(fractalexplorer-path "${gimp_dir}/fractalexplorer:${gimp_data_dir}/fractalexplorer") - -Where to search for fractals used by the Fractal Explorer plug-in. This is a -colon-separated list of folders to search. - -.TP -(gfig-path "${gimp_dir}/gfig:${gimp_data_dir}/gfig") - -Where to search for Gfig figures used by the Gfig plug-in. This is a -colon-separated list of folders to search. - -.TP -(gflare-path "${gimp_dir}/gflare:${gimp_data_dir}/gflare") - -Where to search for gflares used by the GFlare plug-in. This is a -colon-separated list of folders to search. - -.TP -(gimpressionist-path "${gimp_dir}/gimpressionist:${gimp_data_dir}/gimpressionist") - -Where to search for data used by the Gimpressionist plug-in. This is a -colon-separated list of folders to search. - -.TP -(script-fu-path "${gimp_dir}/scripts:${gimp_data_dir}/scripts") - -This path will be searched for scripts when the Script-Fu plug-in is run. -This is a colon-separated list of folders to search. - -.PP -.SH PATH EXPANSION -Strings of type PATH are expanded in a manner similar to -.BR bash (1). -Specifically: tilde (~) is expanded to the user's home directory. Note that -the bash feature of being able to refer to other user's home directories -by writing ~userid/ is not valid in this file. - -${variable} is expanded to the current value of an environment variable. -There are a few variables that are pre-defined: -.TP -.I gimp_dir -The personal gimp directory which is set to the value of the environment -variable GIMP2_DIRECTORY or to ~/@gimpdir@. -.TP -.I gimp_data_dir -Nase for paths to shareable data, which is set to the value of the -environment variable GIMP2_DATADIR or to the compiled-in default value -@gimpdatadir@. -.TP -.I gimp_plug_in_dir -Base to paths for architecture-specific plugins and modules, which is set -to the value of the environment variable GIMP2_PLUGINDIR or to the -compiled-in default value @gimpplugindir@. -.TP -.I gimp_sysconf_dir -Path to configuration files, which is set to the value of the environment -variable GIMP2_SYSCONFDIR or to the compiled-in default value -@gimpsysconfdir@. - -.SH FILES -.TP -.I @gimpsysconfdir@/gimprc -System-wide configuration file -.TP -.I \fB$HOME\fP/@gimpdir@/gimprc -Per-user configuration file - -.SH "SEE ALSO" -.BR gimp (1), -.BR gimptool (1), -.BR gimp-remote (1) diff --git a/docs/gimptool-2.0.1.in b/docs/gimptool-2.0.1.in deleted file mode 100644 index 0dcce4b627..0000000000 --- a/docs/gimptool-2.0.1.in +++ /dev/null @@ -1,225 +0,0 @@ -.TH GIMPTOOL-2.0 1 "8 January 2004" "Version @GIMP_VERSION@" "GIMP Manual Pages" -.SH NAME -gimptool-2.0 - script to perform various GIMPy functions -.SH SYNOPSIS -.B gimptool-2.0 -[\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] -[\-\-help] [\-\-quiet] [\-\-silent] [\-n] [\-\-just-print] [\-\-dry-run] -[\-\-recon] [\-\-bindir] [\-\-sbindir] [\-\-libexecdir] [\-\-datadir] -[\-\-sysconfdir] [\-\-sharedstatedir] [\-\-localstatedir] [-\-libdir] -[\-\-infodir] [\-\-mandir] [\-\-includedir] [\-\-gimpplugindir] -[\-\-gimpdatadir] [\-\-libs] [\-\-libs-noui] [\-\-cflags] [\-\-cflags-noi] -[\-\-build \fIplug\-in.c\fP] -[\-\-build\-strip \fIplug\-in.c\fP] [\-\-install \fIplug\-in.c\fP] -[\-\-install-strip \fIplug\-in.c\fP] [\-\-install-admin \fIplug-in.c\fP] -[\-\-install\-bin \fIplug\-in\fP] -[\-\-install\-admin\-strip \fIplug-in.c\fP] -[\-\-install\-bin\-strip \fIplug\-in\fP] -[\-\-\install\-admin\-bin \fIplug\-in\fP] -[\-\-install\-script \fIscript.scm\fP] -[\-\-\install\-admin\-script \fIscript.scm\fP] -[\-\-uninstall\-bin \fIplug\-in\fP] [\-\-uninstall\-admin\-bin \fIplug\-in\fP] -[\-\-uninstall\-script \fIscript.scm\fP] -[\-\-uninstall\-admin\-script \fIscript.scm\fP] - - -.SH DESCRIPTION -.PP -\fIgimptool-2.0\fP is a tool that can, among other things, build -plug-ins or scripts and install them if they are distributed in one -source file. -.PP -\fIgimptool-2.0\fP can also be used by programs that need to know what -libraries and include-paths \fIGIMP\fP was compiled with. This is -especially useful in Makefiles. - -.SH OPTIONS -.l -\fIgimptool-2.0\fP accepts the following options: -.TP 8 -.B \-\-version -Print the currently installed version of \fIGIMP\fP on the standard output. -.TP 8 -.B \-\-help -Print out the help blurb, showing commonly used commandline options. -.TP 8 -.B \-\-quiet -Run quietly without echoing any of the build commands. -.TP 8 -.B \-\-silent -Run silently without echoing any of the build commands. Same as \-\-quiet. -.TP 8 -.B \-n -Test mode. Print the commands but dont actually execute them. Useful for -making dry runs for testing. -.TP 8 -.B \-\-just-print -Test mode. Print the commands but dont actually execute them. Same as \-n. -.TP 8 -.B \-\-dry-run -Test mode. Print the commands but dont actually execute them. Same as \-n. -.TP 8 -.B \-\-recon -Test mode. Print the commands but dont actually execute them. Same as \-n. -.TP 8 -.B \-\-bindir -Outputs the bindir used to install the \fIGIMP\fP. -.TP 8 -.B \-\-sbindir -Outputs the sbindir used to install the \fIGIMP\fP. -.TP 8 -.B \-\-libexecdir -Outputs the libexecdir used to install the \fIGIMP\fP. -.TP 8 -.B \-\-datadir -Outputs the datadir used to install the \fIGIMP\fP. -.TP 8 -.B \-\-sysconfdir -Outputs the sysconfdir used to install the \fIGIMP\fP. -.TP 8 -.B \-\-sharedstatedir -Outputs the sharedstatedir used to install the \fIGIMP\fP. -.TP 8 -.B \-\-localstatedir -Outputs the localstatedir used to install the \fIGIMP\fP. -.TP 8 -.B \-\-libdir -Outputs the libdir used to install the \fIGIMP\fP. -.TP 8 -.B \-\-infodir -Outputs the infodir used to install the \fIGIMP\fP. -.TP 8 -.B \-\-mandir -Outputs the mandir used to install the \fIGIMP\fP. -.TP 8 -.B \-\-includedir -Outputs the includedir used to install the \fIGIMP\fP. -.TP 8 -.B \-\-gimpdatadir -Outputs the actual directory where the \fIGIMP\fP data files were installed. -.TP 8 -.B \-\-gimpplugindir -Outputs the actual directory where the \fIGIMP\fP plugins were installed. -.TP 8 -.B \-\-build \fIplug-in.c\fP -Compile and link \fIplug-in.c\fP into a \fIGIMP\fP plug-in. -.TP 8 -.B \-\-build\-strip \fIplug-in.c\fP -Compile,link, and strip \fIplug-in.c\fP into a \fIGIMP\fP plug-in. -.TP 8 -.B \-\-install \fIplug-in.c\fP -Compile, link, and install \fIplug-in.c\fP into the user's personal -\fIGIMP\fP plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins) -.TP 8 -.B \-\-install\-strip \fIplug-in.c\fP -Compile, link,strip, and install \fIplug-in.c\fP into the user's -personal \fIGIMP\fP -plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins) -.TP 8 -.B \-\-install\-admin \fIplug-in.c\fP -Compile, link, and install \fIplug-in.c\fP into the system-wide \fIGIMP\fP -plug-in directory (@gimpplugindir@/plug-ins) -.TP 8 -.B \-\-install\-bin \fIplug-in\fP -Install \fIplug-in\fP into the user's personal \fIGIMP\fP -plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins) -.TP 8 -.B \-\-install\-admin\-bin \fIplug-in\fP -Install \fIplug-in\fP into the system-wide \fIGIMP\fP -plug-in directory (@gimpplugindir@/plug-ins) -.TP 8 -.B \-\-install\-bin\-strip \fIplug-in\fP -Install stripped \fIplug-in\fP into the user's personal \fIGIMP\fP -plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins) -.TP 8 -.B \-\-install\-admin\-bin\-strip \fIplug-in\fP -Install stripped \fIplug-in\fP into the system-wide \fIGIMP\fP -plug-in directory (@gimpplugindir@/plug-ins) -.TP 8 -.B \-\-install\-script \fIscript.scm\fP -Install \fIscript.scm\fP into the user's personal \fIGIMP\fP -script directory (\fB$HOME\fP/@gimpdir@/scripts) -.TP 8 -.B \-\-install\-admin\-script \fIscript.scm\fP -Install \fIscript.scm\fP into the system-wide \fIGIMP\fP -script directory (@gimpdatadir@/scripts) -.TP 8 -.B \-\-uninstall\-bin \fIplug-in\fP -Uninstall \fIplug-in\fP from the user's personal \fIGIMP\fP -plug-in directory (\fB$HOME\fP/@gimpdir@/plug-ins) -.TP 8 -.B \-\-uninstall\-admin\-bin \fIplug-in\fP -Uninstall \fIplug-in\fP from the system-wide \fIGIMP\fP -plug-in directory (@gimpplugindir@/plug-ins) -.TP 8 -.B \-\-uninstall\-script \fIscript.scm\fP -Uninstall \fIscript.scm\fP from the user's personal \fIGIMP\fP -script directory (\fB$HOME\fP/@gimpdir@/scripts) -.TP 8 -.B \-\-uninstall\-admin\-script \fIscript.scm\fP -Uninstall \fIscript.scm\fP from the system-wide \fIGIMP\fP -script directory (@gimpdatadir@/scripts) -.TP 8 -.B \-\-libs -Print the linker flags that are necessary to link a \fIGIMP\fP plug-in. -.TP 8 -.B \-\-libs-noui -Print the linker flags that are necessary to link a \fIGIMP\fP plug-in, for -plugins that do not require the GTK libs. -.TP 8 -.B \-\-cflags -Print the compiler flags that are necessary to compile a \fIGIMP\fP plug-in. -.TP 8 -.B \-\-clags-noui -Print the compiler flags that are necessary to compile a \fIGIMP\fP plug-in -for plugins that do not require the GTK libs. -.TP 8 -.B \-\-prefix=PREFIX -If specified, use PREFIX instead of the installation prefix that \fIGIMP\fP -was built with when computing the output for the \-\-cflags and -\-\-libs options. This option is also used for the exec prefix -if \-\-exec\-prefix was not specified. This option must be specified -before any \-\-libs or \-\-cflags options. -.TP 8 -.B \-\-exec\-prefix=PREFIX -If specified, use PREFIX instead of the installation exec prefix that -\fIGIMP\fP was built with when computing the output for the \-\-cflags -and \-\-libs options. This option must be specified before any -\-\-libs or \-\-cflags options. - -.SH ENVIRONMENT -.PP -.TP 8 -.B CC -to get the name of the desired C compiler. -.TP 8 -.B CFLAGS -to get the preferred flags to pass to the C compiler for plug-in building. -.TP 8 -.B DESTDIR -to add a prefix to the install/uninstall path. -.TP 8 -.B LDFLAGS -to get the prefered flags for passing to the linker. -.TP 8 -.B LIBS -for passing extra libs that may be needed in the build process. For example, -LIBS=-lintl . -.TP 8 -.B PKG_CONFIG -to get the location of the pkg-config program used to determine details -about your glib, pango and gtk+ installation. - -.SH SEE ALSO -.BR gimp (1), -.BR gimprc (5), -.BR pkg-config (1) - -.SH AUTHORS -gimptool was written by Manish Singh (yosh@gimp.org) and is based on -gtk-config by Owen Taylor (owen@gtk.org). - -This man page was written by Ben Gertzfield (che@debian.org), and tweaked -by Manish Singh (yosh@gimp.org), Adrian Likins (adrian@gimp.org) and Marc -Lehmann (pcg@goof.com>). - diff --git a/gimp-2.0.pc.in b/gimp-2.0.pc.in deleted file mode 100644 index 2ee52d4267..0000000000 --- a/gimp-2.0.pc.in +++ /dev/null @@ -1,15 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -gimpdatadir=@gimpdatadir@ -gimplibdir=@gimpplugindir@ -gimpsysconfdir=@gimpsysconfdir@ - -Name: GIMP -Description: GIMP Library -Version: @GIMP_REAL_VERSION@ -Requires: glib-2.0 -Libs: -L${libdir} -lgimp-@GIMP_API_VERSION@ -lgimpmath-@GIMP_API_VERSION@ -lgimpcolor-@GIMP_API_VERSION@ -lgimpbase-@GIMP_API_VERSION@ @RT_LIBS@ -Cflags: -I${includedir}/gimp-@GIMP_API_VERSION@ diff --git a/gimpthumb-2.0.pc.in b/gimpthumb-2.0.pc.in deleted file mode 100644 index d386dc9ee5..0000000000 --- a/gimpthumb-2.0.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: GIMP Thumb -Description: GIMP Thumbnail Library -Version: @GIMP_REAL_VERSION@ -Requires: gdk-pixbuf-2.0 -Libs: -L${libdir} -lgimpthumb-@GIMP_API_VERSION@ -lgimpmath-@GIMP_API_VERSION@ -Cflags: -I${includedir}/gimp-@GIMP_API_VERSION@ diff --git a/gimpui-2.0.pc.in b/gimpui-2.0.pc.in deleted file mode 100644 index 29ee9eb4c1..0000000000 --- a/gimpui-2.0.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: GIMP UI -Description: GIMP User Interface Library -Version: @GIMP_REAL_VERSION@ -Requires: gimp-@GIMP_PKGCONFIG_VERSION@ gtk+-2.0 >= 2.2.0 -Libs: -L${libdir} -lgimpui-@GIMP_API_VERSION@ -lgimpwidgets-@GIMP_API_VERSION@ -Cflags: -I${includedir}/gimp-@GIMP_API_VERSION@