The NetBSD Project

CVS log for pkgsrc/graphics/jbig2dec/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / graphics / jbig2dec

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17 / (download) - annotate - [select for diffs], Fri Dec 4 20:45:22 2020 UTC (2 years, 3 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, HEAD
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Revbump packages with a runtime Python dep but no version prefix.

For the Python 3.8 default switch.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Sep 13 11:12:45 2020 UTC (2 years, 6 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

jbig2dec: Update to 0.19

Changes:
0.19
----
 * API change to use full 32 bit segment numbers, in accordance
   to the JBIG2 specification.
 * Better handling of end of input data stream and and when
   encountering errors in the arithmetic decoder stream. This
   should improve many situations where jbig2dec appeared to
   run forever.
 * Fix several bugs related to signedness or over-/underflow
   checks that were not robust.
 * Bug fixes for issues reported by Coverity/OSS-fuzz.
 * Add option to limit memory usage to command line tool.
 * Update manpages, and command line tool usage.

Revision 1.15 / (download) - annotate - [select for diffs], Thu May 14 17:51:49 2020 UTC (2 years, 10 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored)

jbig2dec: Update to 0.18

pkgsrc changes:
 - Remove patches/patch-autogen.sh, applied upstream
 - Remove not needed GITHUB_TAG reinitialization, it is already initialized to
   ${PKGVERSION_NOREV} by default

Changes:
0.18
----
 * Performance enhancements related to decoding of MMR and generic
   regions as well as composing images onto pages.
 * Bug fixes for a few issues reported by Coverity and OSS-Fuzz.

Revision 1.12.4.1 / (download) - annotate - [select for diffs], Thu Dec 12 10:14:10 2019 UTC (3 years, 3 months ago) by bsiegert
Branch: pkgsrc-2019Q3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

Pullup ticket #6098 - requested by leot
graphics/jbig2dec: correct license

Revisions pulled up:
- graphics/jbig2dec/Makefile                                    1.13

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Tue Dec 10 10:31:59 UTC 2019

   Modified Files:
           pkgsrc/graphics/jbig2dec: Makefile

   Log Message:
   jbig2dec: Update LICENSE: it's under AGPLv3, not GPLv3!

Revision 1.14 / (download) - annotate - [select for diffs], Tue Dec 10 10:35:59 2019 UTC (3 years, 3 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (colored)

jbig2dec: Update to 0.17

pkgsrc changes:
 - Update HOMEPAGE

Changes:
Version 0.17 (2019 October 1)
 * Updated documentation with accurate contact information.
 * Moved version number to jbig2.h, and adapted configure
   correspondingly. Added pkg-config file to be installed
   along side library. Added run-time check of version
   number so that the correct header is used with the matching
   binary library.
 * Bug fixes.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 10 10:31:58 2019 UTC (3 years, 3 months ago) by leot
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

jbig2dec: Update LICENSE: it's under AGPLv3, not GPLv3!

Revision 1.12 / (download) - annotate - [select for diffs], Thu Apr 25 07:32:58 2019 UTC (3 years, 10 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Branch point for: pkgsrc-2019Q3
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

PKGREVISION bump for anything using python without a PYPKGPREFIX.

This is a semi-manual PKGREVISION bump.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Apr 17 08:27:20 2019 UTC (3 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

jbig2dec: updated to 0.16

Version 0.16:
* API change allowing for library users to get the custom allocator
  so it may be freed if necessary. This is useful if the allocator
  is extended with e.g. a custom pointer needed by the allocator
  callbacks.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Oct 12 10:25:51 2018 UTC (4 years, 5 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.9: +17 -5 lines
Diff to previous 1.9 (colored)

jbig2dec: Update graphics/jbig2dec to 0.15

pkgsrc changes:
 - Update MASTER_SITES according HOMEPAGE links
 - Add auto* tools to USE_TOOLS and add a pre-configure target in order to
   generate the configure script
 - Add support for the tests

Changes:
Version 0.15 (2018 September 04)
* Bug fix release, with many security related and stability fixes
  as well as better tolerance/behaviour with out of spec files

Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 23 15:24:55 2017 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.8: +2 -9 lines
Diff to previous 1.8 (colored)

jbig2dec: update to 0.14.

Version 0.14 (2017 October 04)

* Bug fix release.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 16 20:21:09 2017 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Follow some http redirects.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Aug 5 08:03:05 2017 UTC (5 years, 7 months ago) by nros
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Add patches to fix CVEs:
CVE-2017-7885
CVE-2017-7975
CVE-2017-7976
CVE-2017-9216
Bump PKGREVISION.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 13 17:59:34 2016 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update jbig2dec to 0.13.

Version 0.13 (2016 April 07)

* Bug fix release.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Sep 5 19:41:34 2015 UTC (7 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.4: +12 -7 lines
Diff to previous 1.4 (colored)

Changes 0.12:
* Bug fix release

Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 22 20:08:01 2013 UTC (9 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.3: +3 -4 lines
Diff to previous 1.3 (colored)

Switched MASTER_SITES to SourceForce, since the original distfile can't be found

Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 6 12:08:39 2013 UTC (9 years, 11 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.2: +10 -10 lines
Diff to previous 1.2 (colored)

'For consistency, please add a trailing slash to "http://example.com".'

Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 6 14:11:00 2012 UTC (10 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Sep 9 02:13:50 2010 UTC (12 years, 6 months ago) by joerg
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import jbig2dec-0.11:

jbig2dec is a decoder for the JGIB2 image compression format.  JBIG2 is
designed for lossy and lossless encoding of monochrome images at
moderately high resolutions.  For scanned paper documents, compression
ratios on the order of 100:1 are often seen.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Sep 9 02:13:50 2010 UTC (12 years, 6 months ago) by joerg
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>