mirror of https://github.com/GNOME/gimp.git
Made 2.4.0-rc1 release, a release candidate for GIMP 2.4.0.
2007-08-16 Sven Neumann <sven@gimp.org> * Made 2.4.0-rc1 release, a release candidate for GIMP 2.4.0. svn path=/trunk/; revision=23286
This commit is contained in:
parent
aed31d09f9
commit
c4e6bd87b5
|
@ -1,3 +1,7 @@
|
|||
2007-08-16 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* Made 2.4.0-rc1 release, a release candidate for GIMP 2.4.0.
|
||||
|
||||
2007-08-15 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* configure.in: bumped the version to 2.4.0-rc1.
|
||||
|
|
|
@ -54,7 +54,7 @@ on a folder 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
|
||||
(num-processors 2)
|
||||
(num-processors 1)
|
||||
|
||||
Sets how many processors GIMP should try to use simultaneously. This is an
|
||||
integer value.
|
||||
|
@ -208,8 +208,8 @@ are yes and no.
|
|||
|
||||
.TP
|
||||
(default-image
|
||||
(width 377)
|
||||
(height 233)
|
||||
(width 420)
|
||||
(height 300)
|
||||
(unit pixels)
|
||||
(xresolution 72.000000)
|
||||
(yresolution 72.000000)
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
# Sets how many processors GIMP should try to use simultaneously. This is an
|
||||
# integer value.
|
||||
#
|
||||
# (num-processors 2)
|
||||
# (num-processors 1)
|
||||
|
||||
# When the amount of pixel data exceeds this limit, GIMP will start to swap
|
||||
# tiles to disk. This is a lot slower but it makes it possible to work on
|
||||
|
@ -159,8 +159,8 @@
|
|||
# Sets the default image in the "File/New" dialog. This is a parameter list.
|
||||
#
|
||||
# (default-image
|
||||
# (width 377)
|
||||
# (height 233)
|
||||
# (width 420)
|
||||
# (height 300)
|
||||
# (unit pixels)
|
||||
# (xresolution 72.000000)
|
||||
# (yresolution 72.000000)
|
||||
|
|
|
@ -25,7 +25,7 @@ SHELL = /bin/sh
|
|||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = ..
|
||||
top_builddir = @top_builddir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
prefix = @prefix@
|
||||
|
@ -56,15 +56,19 @@ ALL_LINGUAS = @ALL_LINGUAS@
|
|||
|
||||
PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; fi)
|
||||
|
||||
POFILES=$(shell if test -n "$(PO_LINGUAS)"; then LINGUAS="$(PO_LINGUAS)"; else LINGUAS="$(ALL_LINGUAS)"; fi; for lang in $$LINGUAS; do printf "$$lang.po "; done)
|
||||
USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS`" -o -n "`echo $$ALINGUAS|grep ' ?$$lang ?'`"; then printf "$$lang "; fi; done; fi)
|
||||
|
||||
USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
|
||||
|
||||
POFILES=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
|
||||
|
||||
DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(POFILES)
|
||||
EXTRA_DISTFILES = POTFILES.skip Makevars LINGUAS
|
||||
|
||||
POTFILES = \
|
||||
#This Gets Replace for some reason
|
||||
# This comment gets stripped out
|
||||
|
||||
CATALOGS=$(shell if test -n "$(PO_LINGUAS)"; then LINGUAS="$(PO_LINGUAS)"; else LINGUAS="$(ALL_LINGUAS)"; fi; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)
|
||||
CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .po .pox .gmo .mo .msg .cat
|
||||
|
@ -98,11 +102,7 @@ install-data: install-data-@USE_NLS@
|
|||
install-data-no: all
|
||||
install-data-yes: all
|
||||
$(mkdir_p) $(DESTDIR)$(itlocaledir)
|
||||
if test -n "$(PO_LINGUAS)"; then \
|
||||
linguas="$(PO_LINGUAS)"; \
|
||||
else \
|
||||
linguas="$(ALL_LINGUAS)"; \
|
||||
fi; \
|
||||
linguas="$(USE_LINGUAS)"; \
|
||||
for lang in $$linguas; do \
|
||||
dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
|
||||
$(mkdir_p) $$dir; \
|
||||
|
@ -133,25 +133,25 @@ install-data-yes: all
|
|||
dvi info tags TAGS ID:
|
||||
|
||||
# Define this as empty until I found a useful application.
|
||||
installcheck:
|
||||
install-exec installcheck:
|
||||
|
||||
uninstall:
|
||||
if test -n "$(PO_LINGUAS)"; then \
|
||||
linguas="$(PO_LINGUAS)"; \
|
||||
else \
|
||||
linguas="$(ALL_LINGUAS)"; \
|
||||
fi; \
|
||||
linguas="$(USE_LINGUAS)"; \
|
||||
for lang in $$linguas; do \
|
||||
rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
|
||||
rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
|
||||
done
|
||||
|
||||
check: all $(GETTEXT_PACKAGE).pot
|
||||
rm -f missing notexist
|
||||
srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
|
||||
if [ -r missing -o -r notexist ]; then \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
mostlyclean:
|
||||
rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
|
||||
rm -f .intltool-merge-cache
|
||||
rm -f .intltool-merge-cachemake
|
||||
|
||||
clean: mostlyclean
|
||||
|
||||
|
@ -180,11 +180,7 @@ dist distdir: $(DISTFILES)
|
|||
update-po: Makefile
|
||||
$(MAKE) $(GETTEXT_PACKAGE).pot
|
||||
tmpdir=`pwd`; \
|
||||
if test -n "$(PO_LINGUAS)"; then \
|
||||
linguas="$(PO_LINGUAS)"; \
|
||||
else \
|
||||
linguas="$(ALL_LINGUAS)"; \
|
||||
fi; \
|
||||
linguas="$(USE_LINGUAS)"; \
|
||||
for lang in $$linguas; do \
|
||||
echo "$$lang:"; \
|
||||
result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
|
||||
|
@ -212,8 +208,8 @@ Makefile POTFILES: stamp-it
|
|||
$(MAKE) stamp-it; \
|
||||
fi
|
||||
|
||||
stamp-it: Makefile.in.in ../config.status POTFILES.in
|
||||
cd .. \
|
||||
stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
|
||||
$(SHELL) ./config.status
|
||||
|
||||
|
|
Loading…
Reference in New Issue