Hello community, here is the log from the commit of package vips for openSUSE:Factory checked in at 2014-06-30 21:45:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vips (Old) and /work/SRC/openSUSE:Factory/.vips.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "vips" Changes: -------- --- /work/SRC/openSUSE:Factory/vips/vips.changes 2014-06-25 11:47:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.vips.new/vips.changes 2014-06-30 21:45:58.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Jun 27 21:42:22 UTC 2014 - dmitry_r@opensuse.org + +- Update to version 7.40.1 + * revise man.1 pages + * fix vips_guess_prefix() + +------------------------------------------------------------------- Old: ---- vips-7.40.0.tar.gz New: ---- vips-7.40.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vips.spec ++++++ --- /var/tmp/diff_new_pack.SuoHW7/_old 2014-06-30 21:46:00.000000000 +0200 +++ /var/tmp/diff_new_pack.SuoHW7/_new 2014-06-30 21:46:00.000000000 +0200 @@ -20,7 +20,7 @@ Name: vips %define libname lib%{name} -Version: 7.40.0 +Version: 7.40.1 Release: 0 %define short_version 7.40 %define somajor 37 ++++++ vips-7.40.0.tar.gz -> vips-7.40.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/ChangeLog new/vips-7.40.1/ChangeLog --- old/vips-7.40.0/ChangeLog 2014-06-23 17:35:49.000000000 +0200 +++ new/vips-7.40.1/ChangeLog 2014-06-24 18:51:24.000000000 +0200 @@ -1,3 +1,7 @@ +24/6/14 started 7.40.1 +- revise man.1 pages +- fix vips_guess_prefix() + 23/6/14 started 7.40.0 - version bump - renamed "header" as "vipsheader" and "edvips" as "vipsedit" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/configure new/vips-7.40.1/configure --- old/vips-7.40.0/configure 2014-06-23 22:48:44.000000000 +0200 +++ new/vips-7.40.1/configure 2014-06-24 17:44:04.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for vips 7.40.0. +# Generated by GNU Autoconf 2.69 for vips 7.40.1. # # Report bugs to <vipsip@jiscmail.ac.uk>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='vips' PACKAGE_TARNAME='vips' -PACKAGE_VERSION='7.40.0' -PACKAGE_STRING='vips 7.40.0' +PACKAGE_VERSION='7.40.1' +PACKAGE_STRING='vips 7.40.1' PACKAGE_BUGREPORT='vipsip@jiscmail.ac.uk' PACKAGE_URL='' @@ -1543,7 +1543,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures vips 7.40.0 to adapt to many kinds of systems. +\`configure' configures vips 7.40.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1617,7 +1617,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of vips 7.40.0:";; + short | recursive ) echo "Configuration of vips 7.40.1:";; esac cat <<\_ACEOF @@ -1850,7 +1850,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -vips configure 7.40.0 +vips configure 7.40.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2394,7 +2394,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by vips $as_me 7.40.0, which was +It was created by vips $as_me 7.40.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3267,7 +3267,7 @@ # Define the identity of the package. PACKAGE='vips' - VERSION='7.40.0' + VERSION='7.40.1' cat >>confdefs.h <<_ACEOF @@ -3372,8 +3372,8 @@ VIPS_MAJOR_VERSION=7 VIPS_MINOR_VERSION=40 -VIPS_MICRO_VERSION=0 -VIPS_VERSION=7.40.0 +VIPS_MICRO_VERSION=1 +VIPS_VERSION=7.40.1 VIPS_VERSION_STRING=$VIPS_VERSION-`date` # libtool library versioning ... not user-visible (except as part of the @@ -25798,7 +25798,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by vips $as_me 7.40.0, which was +This file was extended by vips $as_me 7.40.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -25864,7 +25864,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -vips config.status 7.40.0 +vips config.status 7.40.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/configure.ac new/vips-7.40.1/configure.ac --- old/vips-7.40.0/configure.ac 2014-06-23 17:30:03.000000000 +0200 +++ new/vips-7.40.1/configure.ac 2014-06-24 17:07:27.000000000 +0200 @@ -2,7 +2,7 @@ # also update the version number in the m4 macros below -AC_INIT([vips], [7.40.0], [vipsip@jiscmail.ac.uk]) +AC_INIT([vips], [7.40.1], [vipsip@jiscmail.ac.uk]) # required for gobject-introspection AC_PREREQ(2.62) @@ -18,7 +18,7 @@ # user-visible library versioning m4_define([vips_major_version], [7]) m4_define([vips_minor_version], [40]) -m4_define([vips_micro_version], [0]) +m4_define([vips_micro_version], [1]) m4_define([vips_version], [vips_major_version.vips_minor_version.vips_micro_version]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/doc/reference/html/api-index-full.html new/vips-7.40.1/doc/reference/html/api-index-full.html --- old/vips-7.40.0/doc/reference/html/api-index-full.html 2014-06-23 22:54:06.000000000 +0200 +++ new/vips-7.40.1/doc/reference/html/api-index-full.html 2014-06-24 18:59:48.000000000 +0200 @@ -2401,11 +2401,11 @@ </dt> <dd></dd> <dt> -<a class="link" href="libvips-util.html#VIPS-MAX:CAPS" title="VIPS_MAX()">VIPS_MAX</a>, macro in <a class="link" href="libvips-util.html" title="util">util</a> +<a class="link" href="libvips-arithmetic.html#vips-max" title="vips_max ()">vips_max</a>, function in <a class="link" href="libvips-arithmetic.html" title="arithmetic">arithmetic</a> </dt> <dd></dd> <dt> -<a class="link" href="libvips-arithmetic.html#vips-max" title="vips_max ()">vips_max</a>, function in <a class="link" href="libvips-arithmetic.html" title="arithmetic">arithmetic</a> +<a class="link" href="libvips-util.html#VIPS-MAX:CAPS" title="VIPS_MAX()">VIPS_MAX</a>, macro in <a class="link" href="libvips-util.html" title="util">util</a> </dt> <dd></dd> <dt> @@ -2453,11 +2453,11 @@ </dt> <dd></dd> <dt> -<a class="link" href="libvips-arithmetic.html#vips-min" title="vips_min ()">vips_min</a>, function in <a class="link" href="libvips-arithmetic.html" title="arithmetic">arithmetic</a> +<a class="link" href="libvips-util.html#VIPS-MIN:CAPS" title="VIPS_MIN()">VIPS_MIN</a>, macro in <a class="link" href="libvips-util.html" title="util">util</a> </dt> <dd></dd> <dt> -<a class="link" href="libvips-util.html#VIPS-MIN:CAPS" title="VIPS_MIN()">VIPS_MIN</a>, macro in <a class="link" href="libvips-util.html" title="util">util</a> +<a class="link" href="libvips-arithmetic.html#vips-min" title="vips_min ()">vips_min</a>, function in <a class="link" href="libvips-arithmetic.html" title="arithmetic">arithmetic</a> </dt> <dd></dd> <dt> @@ -2934,11 +2934,11 @@ </dt> <dd></dd> <dt> -<a class="link" href="libvips-rect.html#VipsRect" title="VipsRect">VipsRect</a>, struct in <a class="link" href="libvips-rect.html" title="rect">rect</a> +<a class="link" href="libvips-arithmetic.html#vips-rect" title="vips_rect ()">vips_rect</a>, function in <a class="link" href="libvips-arithmetic.html" title="arithmetic">arithmetic</a> </dt> <dd></dd> <dt> -<a class="link" href="libvips-arithmetic.html#vips-rect" title="vips_rect ()">vips_rect</a>, function in <a class="link" href="libvips-arithmetic.html" title="arithmetic">arithmetic</a> +<a class="link" href="libvips-rect.html#VipsRect" title="VipsRect">VipsRect</a>, struct in <a class="link" href="libvips-rect.html" title="rect">rect</a> </dt> <dd></dd> <dt> @@ -3114,11 +3114,11 @@ </dt> <dd></dd> <dt> -<a class="link" href="libvips-util.html#VIPS-RINT:CAPS" title="VIPS_RINT()">VIPS_RINT</a>, macro in <a class="link" href="libvips-util.html" title="util">util</a> +<a class="link" href="libvips-arithmetic.html#vips-rint" title="vips_rint ()">vips_rint</a>, function in <a class="link" href="libvips-arithmetic.html" title="arithmetic">arithmetic</a> </dt> <dd></dd> <dt> -<a class="link" href="libvips-arithmetic.html#vips-rint" title="vips_rint ()">vips_rint</a>, function in <a class="link" href="libvips-arithmetic.html" title="arithmetic">arithmetic</a> +<a class="link" href="libvips-util.html#VIPS-RINT:CAPS" title="VIPS_RINT()">VIPS_RINT</a>, macro in <a class="link" href="libvips-util.html" title="util">util</a> </dt> <dd></dd> <dt> @@ -3678,11 +3678,11 @@ </dt> <dd></dd> <dt> -<a class="link" href="libvips-version.html#VIPS-VERSION:CAPS" title="VIPS_VERSION">VIPS_VERSION</a>, macro in <a class="link" href="libvips-version.html" title="version">version</a> +vips_version, function in vips </dt> <dd></dd> <dt> -vips_version, function in vips +<a class="link" href="libvips-version.html#VIPS-VERSION:CAPS" title="VIPS_VERSION">VIPS_VERSION</a>, macro in <a class="link" href="libvips-version.html" title="version">version</a> </dt> <dd></dd> <dt> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/doc/reference/html/index.html new/vips-7.40.1/doc/reference/html/index.html --- old/vips-7.40.0/doc/reference/html/index.html 2014-06-23 22:54:06.000000000 +0200 +++ new/vips-7.40.1/doc/reference/html/index.html 2014-06-24 18:59:48.000000000 +0200 @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">VIPS Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - For VIPS 7.40.0. + For VIPS 7.40.1. The latest version of this documentation can be found on the <a class="ulink" href="http://http://www.vips.ecs.soton.ac.uk/index.php?title=Documentation" target="_top">VIPS website</a>. </p></div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/doc/reference/html/libvips-version.html new/vips-7.40.1/doc/reference/html/libvips-version.html --- old/vips-7.40.0/doc/reference/html/libvips-version.html 2014-06-23 22:54:06.000000000 +0200 +++ new/vips-7.40.1/doc/reference/html/libvips-version.html 2014-06-24 18:59:48.000000000 +0200 @@ -82,13 +82,13 @@ <a name="libvips-version.other_details"></a><h2>Types and Values</h2> <div class="refsect2"> <a name="VIPS-VERSION:CAPS"></a><h3>VIPS_VERSION</h3> -<pre class="programlisting">#define VIPS_VERSION "7.40.0" +<pre class="programlisting">#define VIPS_VERSION "7.40.1" </pre> </div> <hr> <div class="refsect2"> <a name="VIPS-VERSION-STRING:CAPS"></a><h3>VIPS_VERSION_STRING</h3> -<pre class="programlisting">#define VIPS_VERSION_STRING "7.40.0-Mon Jun 23 21:48:47 BST 2014" +<pre class="programlisting">#define VIPS_VERSION_STRING "7.40.1-Tue Jun 24 17:51:53 BST 2014" </pre> </div> <hr> @@ -106,7 +106,7 @@ <hr> <div class="refsect2"> <a name="VIPS-MICRO-VERSION:CAPS"></a><h3>VIPS_MICRO_VERSION</h3> -<pre class="programlisting">#define VIPS_MICRO_VERSION (0) +<pre class="programlisting">#define VIPS_MICRO_VERSION (1) </pre> </div> <hr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/doc/reference/libvips-docs.sgml new/vips-7.40.1/doc/reference/libvips-docs.sgml --- old/vips-7.40.0/doc/reference/libvips-docs.sgml 2014-06-23 22:48:57.000000000 +0200 +++ new/vips-7.40.1/doc/reference/libvips-docs.sgml 2014-06-24 18:52:05.000000000 +0200 @@ -8,7 +8,7 @@ <bookinfo> <title>VIPS Reference Manual</title> <releaseinfo> - For VIPS 7.40.0. + For VIPS 7.40.1. The latest version of this documentation can be found on the <ulink role="online-location" url="http://http://www.vips.ecs.soton.ac.uk/index.php?title=Documentation">VIPS website</ulink>. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/libvips/include/vips/version.h new/vips-7.40.1/libvips/include/vips/version.h --- old/vips-7.40.0/libvips/include/vips/version.h 2014-06-23 22:48:56.000000000 +0200 +++ new/vips-7.40.1/libvips/include/vips/version.h 2014-06-24 18:52:04.000000000 +0200 @@ -4,11 +4,11 @@ #ifndef VIPS_VERSION_H #define VIPS_VERSION_H -#define VIPS_VERSION "7.40.0" -#define VIPS_VERSION_STRING "7.40.0-Mon Jun 23 21:48:47 BST 2014" +#define VIPS_VERSION "7.40.1" +#define VIPS_VERSION_STRING "7.40.1-Tue Jun 24 17:51:53 BST 2014" #define VIPS_MAJOR_VERSION (7) #define VIPS_MINOR_VERSION (40) -#define VIPS_MICRO_VERSION (0) +#define VIPS_MICRO_VERSION (1) /* Not really anything to do with versions, but this is a handy place to put * it. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/libvips/iofuncs/init.c new/vips-7.40.1/libvips/iofuncs/init.c --- old/vips-7.40.0/libvips/iofuncs/init.c 2014-06-21 11:03:31.000000000 +0200 +++ new/vips-7.40.1/libvips/iofuncs/init.c 2014-06-24 18:44:15.000000000 +0200 @@ -819,7 +819,7 @@ vips_guess_prefix( const char *argv0, const char *env_name ) { const char *prefix; - char *dirname; + char *basename; char name[VIPS_PATH_MAX]; /* Already set? @@ -834,20 +834,20 @@ /* Get the program name from argv0. */ - dirname = g_path_get_dirname( argv0 ); + basename = g_path_get_basename( argv0 ); /* Add the exe suffix, if it's missing. */ if( strlen( VIPS_EXEEXT ) > 0 ) { const char *olds[] = { VIPS_EXEEXT }; - vips__change_suffix( dirname, name, + vips__change_suffix( basename, name, VIPS_PATH_MAX, VIPS_EXEEXT, olds, 1 ); } else - vips_strncpy( name, dirname, VIPS_PATH_MAX ); + vips_strncpy( name, basename, VIPS_PATH_MAX ); - g_free( dirname ); + g_free( basename ); #ifdef DEBUG printf( "vips_guess_prefix: argv0 = %s\n", argv0 ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/man/Makefile.am new/vips-7.40.1/man/Makefile.am --- old/vips-7.40.0/man/Makefile.am 2014-06-11 17:58:22.000000000 +0200 +++ new/vips-7.40.1/man/Makefile.am 2014-06-24 17:07:27.000000000 +0200 @@ -2,8 +2,8 @@ batch_crop.1 \ batch_image_convert.1 \ batch_rubber_sheet.1 \ - edvips.1 \ - header.1 \ + vipsedit.1 \ + vipsheader.1 \ light_correct.1 \ vips.1 \ vipsprofile.1 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/man/Makefile.in new/vips-7.40.1/man/Makefile.in --- old/vips-7.40.0/man/Makefile.in 2014-06-23 22:48:47.000000000 +0200 +++ new/vips-7.40.1/man/Makefile.in 2014-06-24 17:44:07.000000000 +0200 @@ -380,8 +380,8 @@ batch_crop.1 \ batch_image_convert.1 \ batch_rubber_sheet.1 \ - edvips.1 \ - header.1 \ + vipsedit.1 \ + vipsheader.1 \ light_correct.1 \ vips.1 \ vipsprofile.1 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/man/batch_crop.1 new/vips-7.40.1/man/batch_crop.1 --- old/vips-7.40.0/man/batch_crop.1 2014-06-11 17:58:22.000000000 +0200 +++ new/vips-7.40.1/man/batch_crop.1 2014-06-24 17:07:27.000000000 +0200 @@ -18,5 +18,5 @@ .SH RETURN VALUE returns 0 on success and non-zero on error. .SH SEE ALSO -header(1), im_vips2tiff(3), im_vips2jpeg(3), im_vips2png(3), im_vips2ppm(3) +vipsheader(1), im_vips2tiff(3), im_vips2jpeg(3), im_vips2png(3), im_vips2ppm(3) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/man/batch_image_convert.1 new/vips-7.40.1/man/batch_image_convert.1 --- old/vips-7.40.0/man/batch_image_convert.1 2014-06-11 17:58:22.000000000 +0200 +++ new/vips-7.40.1/man/batch_image_convert.1 2014-06-24 17:07:27.000000000 +0200 @@ -25,5 +25,5 @@ .SH RETURN VALUE returns 0 on success and non-zero on error. .SH SEE ALSO -header(1), im_vips2tiff(3), im_vips2jpeg(3), im_vips2png(3), im_vips2ppm(3) +vipsheader(1), im_vips2tiff(3), im_vips2jpeg(3), im_vips2png(3), im_vips2ppm(3) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/man/edvips.1 new/vips-7.40.1/man/edvips.1 --- old/vips-7.40.0/man/edvips.1 2014-06-11 17:58:22.000000000 +0200 +++ new/vips-7.40.1/man/edvips.1 1970-01-01 01:00:00.000000000 +0100 @@ -1,50 +0,0 @@ -.TH EDVIPS 1 "30 June 1993" -.SH NAME -edvips \- edit header of a vips image file -.SH SYNOPSIS -.B edvips [OPTION...] vipsfile -.SH DESCRIPTION -.B edvips -alters a VIPS image file's header. This is useful for setting the resolution, -for example. - -The options are: - - -x, --xsize=N set Xsize to N - -y, --ysize=N set Ysize to N - -b, --bands=N set Bands to N - -f, --format=F set BandFmt to F (eg. uchar) - -i, --interpretation=I - set Interpretation to I (eg. xyz) - -c, --coding=C set Coding to C (eg. labq) - -X, --xres=R set Xres to R pixels/mm - -Y, --yres=R set Yres to R pixels/mm - -u, --xoffset=N set Xoffset to N - -v, --yoffset=N set Yoffset to N - -e, --setext replace extension block with stdin - -Be very careful when changing Xsize, Ysize, BandFmt or Bands. edvips does no -checking! - -.SH EXAMPLES -To set the Xsize to 512 and Bands to 6: - - edvips --xsize=512 --bands=6 fred.v - -or - - edvips -x 512 -b 6 fred.v - -Extract the XML metadata from an image with -.B header(1), -edit it, and reattach with -.B edvips(1). - - header -f getext fred.v | sed s/banana/pineapple/ | edvips -e fred.v - -.SH RETURN VALUE -returns 0 on success and non-zero on error. -.SH SEE ALSO -header(1) -.SH COPYRIGHT -K. Martinez 1993 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/man/header.1 new/vips-7.40.1/man/header.1 --- old/vips-7.40.0/man/header.1 2014-06-11 17:58:22.000000000 +0200 +++ new/vips-7.40.1/man/header.1 1970-01-01 01:00:00.000000000 +0100 @@ -1,39 +0,0 @@ -.TH HEADER 1 "12 July 1990" -.SH NAME -header \- prints information about an image file -.SH SYNOPSIS -header [OPTIONS ...] files ... -.SH DESCRIPTION -.B header(1) -prints image header fields to stdout. - -.SH OPTIONS -.TP -.B -f FIELD, --field=FIELD -Print value of -.B FIELD -from image header. The special field name getext prints -the VIPS extension block: the XML defining the image metadata. You can alter -this, then reattach with -.B edvips(1). - -.TP -.B -a, --all -Show all fields. Normally -.B header -just shows a one-line summary. - -.SH EXAMPLES - $ header -f Xsize ~/pics/*.v - 1024 - 1279 - 22865 - 1 - 256 - -.SH SEE ALSO -edvips(1) -.SH COPYRIGHT -N. Dessipris -.SH AUTHOR -N. Dessipris \- 12/07/1990 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/man/light_correct.1 new/vips-7.40.1/man/light_correct.1 --- old/vips-7.40.0/man/light_correct.1 2014-06-11 17:58:22.000000000 +0200 +++ new/vips-7.40.1/man/light_correct.1 2014-06-24 17:07:27.000000000 +0200 @@ -34,6 +34,6 @@ .SH RETURN VALUE returns 0 on success and non-zero on error. .SH SEE ALSO -header(1), vips(1) +vipsheader(1), vips(1) .SH COPYRIGHT The National Gallery and Birkbeck College, 1989-1996. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/man/vips.1 new/vips-7.40.1/man/vips.1 --- old/vips-7.40.0/man/vips.1 2014-06-19 18:22:27.000000000 +0200 +++ new/vips-7.40.1/man/vips.1 2014-06-24 17:07:27.000000000 +0200 @@ -71,6 +71,6 @@ .SH RETURN VALUE returns 0 on success and non-zero on error. .SH SEE ALSO -header(1) +vipsheader(1) .SH COPYRIGHT The National Gallery and Birkbeck College, 1989-1996. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/man/vipsedit.1 new/vips-7.40.1/man/vipsedit.1 --- old/vips-7.40.0/man/vipsedit.1 1970-01-01 01:00:00.000000000 +0100 +++ new/vips-7.40.1/man/vipsedit.1 2014-06-24 17:07:27.000000000 +0200 @@ -0,0 +1,50 @@ +.TH VIPSEDIT 1 "30 June 1993" +.SH NAME +vipsedit \- edit header of a vips image file +.SH SYNOPSIS +.B vipsedit [OPTION...] vipsfile +.SH DESCRIPTION +.B vipsedit +alters a VIPS image file's header. This is useful for setting the resolution, +for example. + +The options are: + + -x, --xsize=N set Xsize to N + -y, --ysize=N set Ysize to N + -b, --bands=N set Bands to N + -f, --format=F set BandFmt to F (eg. uchar) + -i, --interpretation=I + set Interpretation to I (eg. xyz) + -c, --coding=C set Coding to C (eg. labq) + -X, --xres=R set Xres to R pixels/mm + -Y, --yres=R set Yres to R pixels/mm + -u, --xoffset=N set Xoffset to N + -v, --yoffset=N set Yoffset to N + -e, --setext replace extension block with stdin + +Be very careful when changing Xsize, Ysize, BandFmt or Bands. vipsedit does no +checking! + +.SH EXAMPLES +To set the Xsize to 512 and Bands to 6: + + vipsedit --xsize=512 --bands=6 fred.v + +or + + vipsedit -x 512 -b 6 fred.v + +Extract the XML metadata from an image with +.B vipsheader(1), +edit it, and reattach with +.B vipsedit(1). + + vipsheader -f getext fred.v | sed s/banana/pineapple/ | vipsedit -e fred.v + +.SH RETURN VALUE +returns 0 on success and non-zero on error. +.SH SEE ALSO +vipsheader(1) +.SH COPYRIGHT +K. Martinez 1993 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/man/vipsheader.1 new/vips-7.40.1/man/vipsheader.1 --- old/vips-7.40.0/man/vipsheader.1 1970-01-01 01:00:00.000000000 +0100 +++ new/vips-7.40.1/man/vipsheader.1 2014-06-24 17:07:27.000000000 +0200 @@ -0,0 +1,39 @@ +.TH VIPSHEADER 1 "12 July 1990" +.SH NAME +vipsheader \- prints information about an image file +.SH SYNOPSIS +vipsheader [OPTIONS ...] files ... +.SH DESCRIPTION +.B vipsheader(1) +prints image header fields to stdout. + +.SH OPTIONS +.TP +.B -f FIELD, --field=FIELD +Print value of +.B FIELD +from image header. The special field name getext prints +the VIPS extension block: the XML defining the image metadata. You can alter +this, then reattach with +.B vipsedit(1). + +.TP +.B -a, --all +Show all fields. Normally +.B vipsheader +just shows a one-line summary. + +.SH EXAMPLES + $ vipsheader -f Xsize ~/pics/*.v + 1024 + 1279 + 22865 + 1 + 256 + +.SH SEE ALSO +vipsedit(1) +.SH COPYRIGHT +N. Dessipris +.SH AUTHOR +N. Dessipris \- 12/07/1990 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/man/vipsthumbnail.1 new/vips-7.40.1/man/vipsthumbnail.1 --- old/vips-7.40.0/man/vipsthumbnail.1 2014-06-11 17:58:22.000000000 +0200 +++ new/vips-7.40.1/man/vipsthumbnail.1 2014-06-24 17:07:27.000000000 +0200 @@ -116,4 +116,4 @@ .SH RETURN VALUE returns 0 on success and non-zero on error. .SH SEE ALSO -header(1) +vipsheader(1) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vips-7.40.0/po/vips7.40.pot new/vips-7.40.1/po/vips7.40.pot --- old/vips-7.40.0/po/vips7.40.pot 2014-06-23 22:54:06.000000000 +0200 +++ new/vips-7.40.1/po/vips7.40.pot 2014-06-24 18:59:47.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=glib&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-06-23 21:54+0100\n" +"POT-Creation-Date: 2014-06-24 17:59+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org