Commit graph

11 commits

Author SHA1 Message Date
jperkin
6b5c08dcbb libbpg: Darwin linker does not support --gc-sections. 2023-07-21 12:34:21 +00:00
jperkin
6789d44009 *: Re-apply SunOS linker argument removals.
These are currently duplicated in mk/platform/SunOS.mk but the generic
removals will be removed soon in favour of per-package removals, due to
flags getting leaked into installed files.
2022-11-21 18:20:40 +00:00
nia
f8331b5844 graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 10:45:53 +00:00
nia
84d3786e88 graphics: Remove SHA1 hashes for distfiles 2021-10-07 14:11:55 +00:00
rillig
102c17a1e8 graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 22:37:52 +00:00
rillig
c7ff05f63e all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
2019-05-23 19:22:54 +00:00
rillig
b381c6e2f3 Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01 22:29:15 +00:00
wiz
a1e4174a9c Follow some http redirects. 2017-08-16 20:21:03 +00:00
agc
7f810a359f Add SHA512 digests for distfiles for graphics category
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.
2015-11-03 21:33:50 +00:00
agc
38cc50a888 Also patch the libpath and rpath for bpgdec as well as bpgenc - bug report
from joerg.
2014-12-15 20:54:16 +00:00
agc
0cd0f77798 add libbpg-0.9.2, an image formatting library designed to replace JPEG
when quality or file size is an issue, to the packages collection.

	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
	(gzipped size:  71 KB).

	+ 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.
2014-12-12 22:05:04 +00:00