pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/libbpg



Module name:	wip
Committed by:	thomasklausner
Date:		Sat Jan 10 09:41:23 UTC 2015

Added Files:
	wip/libbpg: DESCR Makefile PLIST TODO distinfo
	wip/libbpg/patches: patch-Makefile patch-bpgenc.c

Log Message:
Import libbpg-0.9.4 as wip/libbpg.

TODO:
* rpath for bpgenc/bpgdec missing
* library not installed
* library not libtoolized

Problems reported upstream, hoping for upstream fix.
-- wiz 20150110

BPG (Better Portable Graphics) is a new image format. Its purpose
is to replace the JPEG image format when quality or file size is
an issue. Its main advantages are:

  * High compression ratio. Files are much smaller than JPEG for
  similar quality.
  * Supported by most Web browsers with a small Javascript decoder
  * Based on a subset of the HEVC open video compression standard.
  * Supports the same chroma formats as JPEG (grayscale, YCbCr
  4:2:0, 4:2:2, 4:4:4) to reduce the losses during the conversion.
  An alpha channel is supported. The RGB, YCgCo and CMYK color
  spaces are also supported.
  * Native support of 8 to 14 bits per channel for a higher dynamic
  range.
  * Lossless compression is supported.
  * Various metadata (such as EXIF, ICC profile, XMP) can be
  included.

To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/libbpg/DESCR wip/libbpg/Makefile \
    wip/libbpg/PLIST wip/libbpg/TODO wip/libbpg/distinfo \
    wip/libbpg/patches/patch-Makefile wip/libbpg/patches/patch-bpgenc.c

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libbpg/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libbpg/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libbpg/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libbpg/TODO?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libbpg/distinfo?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libbpg/patches/patch-Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/libbpg/patches/patch-bpgenc.c?r1=0&r2=1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index