mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Update to 8.00
PR: ports/92158 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Approved by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
This commit is contained in:
parent
ac4bc1c858
commit
7c0d12165f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154242
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= dcraw
|
||||
PORTVERSION= 7.94
|
||||
PORTVERSION= 8.00
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://bsd.gubkin.ru/myports/ \
|
||||
http://www.piwebs.com/distfiles/${PORTNAME}/
|
||||
@ -14,7 +14,8 @@ MASTER_SITES= http://bsd.gubkin.ru/myports/ \
|
||||
MAINTAINER= avleeuwen@piwebs.com
|
||||
COMMENT= Decoder for RAW files from digital cameras
|
||||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
lcms.1:${PORTSDIR}/graphics/lcms
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (dcraw-7.94.tar.bz2) = dc3d42a707a6efeff1d52c0b31d0537b
|
||||
SHA256 (dcraw-7.94.tar.bz2) = 1a0743d3494225df6a32aa870fd36ecd57f053b27483807bce10ccdea06c0f76
|
||||
SIZE (dcraw-7.94.tar.bz2) = 48241
|
||||
MD5 (dcraw-8.00.tar.bz2) = 098a49cfd59b46255c9f49a5558b82d2
|
||||
SHA256 (dcraw-8.00.tar.bz2) = 14ec041301fa6d11f80e1852b73c4994c7f4cd691d573ff094f3091910bd0ee6
|
||||
SIZE (dcraw-8.00.tar.bz2) = 49902
|
||||
|
13
graphics/dcraw/files/patch-dcraw.c
Normal file
13
graphics/dcraw/files/patch-dcraw.c
Normal file
@ -0,0 +1,13 @@
|
||||
--- dcraw.c.orig Sat Jan 21 11:47:53 2006
|
||||
+++ dcraw.c Mon Jan 23 16:23:23 2006
|
||||
@@ -1140,8 +1140,9 @@
|
||||
void CLASS layer_thumb (FILE *tfp)
|
||||
{
|
||||
int i, c;
|
||||
+ char *thumb;
|
||||
colors = thumb_misc >> 5;
|
||||
- char *thumb = malloc (thumb_length*colors);
|
||||
+ thumb = malloc (thumb_length*colors);
|
||||
merror (thumb, "layer_thumb()");
|
||||
fprintf (tfp, "P%d\n%d %d\n255\n",
|
||||
5 + (thumb_misc >> 6), thumb_width, thumb_height);
|
Loading…
Reference in New Issue
Block a user