Removes patch-src_getopt.c since the changes have been integrated to upstream.
Changes since 1.1.1:
Sun Aug 19 08:35:00 -03:00 2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.2
[ Daniel T. Borelli ]
* Changed the cursor to indicate the selection mode.
* Fixed GCC >=8.0 warning: -Wstringop-truncation.
* Evaluate return of strftime.
[ Jade Auer ]
* Added a gitignore to prevent accidentally including any files generated by
autotools.
[ Santhosh Raju ]
* Fixes ambiguous else warning by providing proper braces for if in
src/getopt.c.
* Fixed missing <string.h> warnings.
[ Joao Eriberto Mota Filho ]
* Added rights for Santhosh Raju.
* Prepare for new release.
Removes patch-aa and patch-ab since they are no longer applicable to 1.1.1
Thanks to ng0 for coming up with the update patch.
Changes since 0.8:
Tue Jul 11 23:45:00 -03:00 2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.1.1
[ Daniel T. Borelli ]
* Update manpage and help.
[ Joao Eriberto Mota Filho ]
* New release.
Tue Jul 09 18:51:00 -03:00 2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.1
[ Daniel T. Borelli ]
* Added (-n, --note) to draw a text.
* Added (-l, --line) to define the line to use to select an area to capture.
[ Jade Auer ]
* Added a specifier ($a) to embed hostname in output file.
[ Joao Eriberto Mota Filho ]
* Added a check for autoconf-archive presence in configure.ac.
* Added rights for Jade.
* Adjusted Makefile.am to remove src/scrot_config.h when distclean.
* Updated manpage.
* Final adjustments for a new release.
* Several tests in Debian.
Sun Jun 11 11:01:00 -03:00 2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 1.0
[ Daniel Lublin ]
* Added EXIT_FAILURE when are no arguments required by some options. Fix
Debian bug #685173.
* Improved the manpage to show undocumented options.
[ Daniel T. Borelli ]
* Added option: --overwrite or -o. Now, by default do not overwrite the file.
Fix Debian bug #807139.
* Added support to grab mouse pointer (-p option). Fix Ubuntu bug #1698375.
* Added support to freeze the screen when selection is activated (-f option).
* Do not use gib_eprintf in calls to X11 functions. Fix Ubuntu bug #1523212.
* Fix: scrot can't save files without extension. Fix Ubuntu bug #148659.
* Fix: scrot don't complain about invalid numeric argument. Fix Ubuntu
bug #371784.
* Fixed some compiling warnings.
[ Joao Eriberto Mota Filho ]
* Final adjustments for a new release.
* Several tests in Debian.
* Updated AUTHORS file.
Tue Feb 12 19:06:11 -03:00 2019 Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Version 0.9
* Added --autoselect rectangle option. Thanks to Stoney Sauce
<stoneysauce@gmail.com>.
* Added --focused option. Thanks to James Cameron <quozl@us.netrek.org>.
* Added an autogen.sh file.
* Added some explanation about how to help the project.
* Character cleanup for UTF-8 compatibility. Thanks to William Vera
<billy@billy.com.mx>.
* Fixed a missing option for beep prevention. Thanks to Ibragimov Rinat
<ibragimovrinat@mail.ru>.
* Fixed spelling errors in final binary. Thanks to William Vera
<billy@billy.com.mx>.
* Improved the autotools (acinclude.m4, configure.ac, Makefile.am and
src/Makefile.am).
* Improved the GCC hardening.
* Prevent arbitrary long file names. Thanks to George Danchev
<danchev@spnet.net>.
* Several fixes in manpage.
Problems found with existing digests:
Package fotoxx distfile fotoxx-14.03.1.tar.gz
ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
Package pgraf: missing distfile pgraf-20010131.tar.gz
Package qvplay: missing distfile qvplay-0.95.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
* Patch from Claes Nasten <pekdon@gmx.net>
* Enhances thumbnail related options:
First, specifying -t would break the $f param to -exec.
Second, the thumbnail and the screenshot got different timestamps.
Third, one weren't able to specify geometry with -t.
* Update for latest giblib. Requires latest release now.