Commit Graph

3777 Commits

Author SHA1 Message Date
rpointel
0703bff907 Permit to build with Python 2.7.2.
Spotted by nigel@, diff from upstream by me and ok nigel@ (thanks!).
2012-02-28 23:01:23 +00:00
ajacoutot
598fbe4282 Update to shotwell-0.11.92.20120226, git snapshot to cope with recent
vala update. This now uses gtk+3.

ok landry@ (maintainer)
2012-02-27 19:41:55 +00:00
giovanni
3b478c2b48 Add missing patch
No build, no bump
spotted by ajacouto@, thanks
2012-02-27 14:55:31 +00:00
ajacoutot
1d1d40afb3 Includes netinet/in along with arpa/inet.h to prevent warnings vomit
during build.

ok espie@ (maintainer)
2012-02-27 13:46:10 +00:00
pascal
6f33cbf65b Update freeimage to 3.15.2, including many SECURITY fixes to the included image
libraries.  Also respect CC, CXX, CFLAGS and CXXFLAGS, get rid of ^M line
endings in the patch and fix "make regress".

ok eric@ (maintainer)
2012-02-27 10:16:26 +00:00
giovanni
c2249380a9 Update to 2.6.12
This is the last release of the 2.6.x branch
2012-02-27 10:11:38 +00:00
bentley
84644f2a4e +sxiv 2012-02-27 08:46:22 +00:00
bentley
ff26e255c7 Import sxiv-1.0.
sxiv is an alternative to feh and qiv. Its only dependencies besides
xlib are imlib2 and giflib. The primary goal for writing sxiv is to
create an image viewer, which only has the most basic features required
for fast image viewing (the ones I want). It has vi key bindings and
works nicely with tiling window managers. Its code base should be kept
small and clean to make it easy for you to dig into it and customize it
for your needs.

From Matthew Via, with tweaks by me/Antoine. ok ajacoutot@
2012-02-27 08:45:50 +00:00
pascal
5c4031120f Update blender to 2.62.
tested by armani@

minor tweaks and ok ajacoutot@
2012-02-26 20:37:25 +00:00
ajacoutot
024a5d51c9 Update to libgexiv2-0.3.91. 2012-02-26 15:08:36 +00:00
ajacoutot
b10316931f Update to libraw-0.14.5. 2012-02-26 15:07:39 +00:00
naddy
23bbd366c1 update the private png to 1.2.47 which has a security fix (CVE-2011-3026) 2012-02-26 14:59:04 +00:00
naddy
c697fa7638 update to 1.5.9 2012-02-26 14:57:54 +00:00
dcoppa
6f0736bbd5 Remove unnecessary include path added to CPPFLAGS for png.
Tidy up the Makefile a bit.

From Brad.

No bump needed.
2012-02-22 08:32:25 +00:00
sthen
22edabdcb4 Remove patches casting NULL when used as a sentinel to a pointer.
These are no longer needed since unistd.h r1.63 et al.  ok ajacoutot@
2012-02-21 22:19:31 +00:00
dcoppa
2d88b27044 Update to feh-2.3 2012-02-21 12:27:25 +00:00
benoit
2076e05ba4 - update pngcrush to 1.7.25 2012-02-19 07:23:42 +00:00
sthen
bf0e713792 png SECURITY fix: CVE-2011-3026, heap-buffer-overflow in png_decompress_chunk 2012-02-17 15:44:13 +00:00
ajacoutot
627a211c76 Extend DESCR and tweak hotplugd(8) scripts accordingly. 2012-02-16 22:29:15 +00:00
gsoares
b38fd19cea Fix for CVE-2011-3464
(libpng "png_formatted_warning()" Off-by-One Vulnerability)

patch came from upstream git:
(http://libpng.git.sourceforge.net/git/gitweb.cgi?p=libpng/libpng;a=commit;h=
00c6a9a62c1825617c35c03ceb408114fffeca32)

OK sthen@
2012-02-03 18:23:14 +00:00
ajacoutot
47f56b9a41 Fix conflicts.
reported by naddy@
ok sthen@
2012-01-31 09:24:23 +00:00
espie
ff2116c60e there's no sense trying to even fetch the wrong distfile, take molden
totally out of the loop for mirroring until it gets fixed.
2012-01-29 13:18:30 +00:00
william
a01f7159ed Drop MAINTAINER and bump; ok sthen 2012-01-27 04:12:19 +00:00
sthen
b4ec42cb45 dmtx-utils requires ImageMagick-*-!no_x11; mark in LIB_DEPENDS, but this
conflicts in bulk, so disable in graphics/Makefile for now (nothing depends
on it).  ok sebastia@
2012-01-26 17:19:23 +00:00
ajacoutot
8f5a676fee Update to gthumb-2.14.2. 2012-01-24 08:42:48 +00:00
sthen
f97677f94b +p5-Image-Scale 2012-01-20 19:28:17 +00:00
sthen
63a41d4557 import p5-Image-Scale, suggestion/ok okan@
This module implements several resizing algorithms with a focus on low
overhead, speed and minimal features. Algorithms available are:

- GD's copyResampled (floating-point)
- GD's copyResampled fixed-point (useful on embedded devices/NAS devices)
- GraphicsMagick's assortment of resize filters (floating-point)
- GraphicsMagick's Triangle filter in fixed-point

Supported image formats include JPEG, GIF, PNG, and BMP for input, and
JPEG and PNG for output.
2012-01-20 19:27:55 +00:00
nigel
d0f67cb41e Add dependency on libdmtx
Ok landry@ sebastia@
2012-01-15 12:16:17 +00:00
benoit
cd8b746f75 - update pngcrush to 1.7.24 2012-01-15 10:22:43 +00:00
sebastia
fa24f5dce7 enable libdmtx and dmtx-utils 2012-01-14 09:16:52 +00:00
sebastia
33114efd7a The dmtx utility programs, dmtxread and dmtxwrite, provide the
official command line interface for libdmtx, and serve as a code
reference for programmers wishing to use the libdmtx C API.

tested on i386/macppc by me.

Feedback and OK sthen@
2012-01-14 08:56:53 +00:00
sebastia
fae6433078 import libdmtx:
libdmtx is open source software for reading and writing Data Matrix
barcodes. At its core libdmtx is a native shared library, allowing C/C++
programs to use its capabilities without extra restrictions or overhead.

Tested on i386,macppc by me, amd64 by Kyrill Bychkov

Feedback and OK sthen@
2012-01-14 08:55:17 +00:00
nigel
9389920dc6 Update to version 2011.12.09
Ok ajc@
2012-01-13 11:25:39 +00:00
ajacoutot
ca7f268938 Forgot to cvs rm, spotted by fgsch@ 2012-01-09 18:23:09 +00:00
ajacoutot
2884040ae1 Bugfix update to colord-0.1.15. 2012-01-09 16:28:25 +00:00
benoit
c4c5076171 - update pngcrush to 1.7.23 2012-01-08 08:03:10 +00:00
dcoppa
70c01a503f update to feh-2.2 2012-01-03 10:52:54 +00:00
fgsch
2a78f6f07d install docs under py-XXX.
benoit@ ok as part of a bigger diff.
2011-12-30 22:43:54 +00:00
edd
3d6d3fe128 update ffmpeg to a stable snapshot, from brad, OK aja@ 2011-12-30 17:34:39 +00:00
ajacoutot
f732c935fe Move exr-save to -plugins where it belongs. 2011-12-28 09:31:58 +00:00
dcoppa
62b85425d1 Bugfix: "feh --montage" failed to create images, claiming "Low on
RAM" or segfaulting (git commit 412316900b62656d7e25ce07cb4a7af3f2bce26e)
2011-12-27 12:23:43 +00:00
jasper
10df325a1a sync 2011-12-23 15:08:26 +00:00
jasper
fe8b4a58f7 import zint 2.4.3
Zint is a C library for encoding data in several barcode variants. The
bundled command-line utility provides a simple interface to the library.
Features of the library:
- Over 50 symbologies including all ISO/IEC standards, like QR codes.
- Unicode translation for symbologies which support Latin-1 and
  Kanji character sets.
[...]

from Kirill Bychkov (MAINTAINER)
with tweaks by me and sthen@
ok sthen@
2011-12-23 15:08:07 +00:00
sthen
5322fa248c requires SSE; mark ONLY_FOR_ARCHS=amd64 i386 2011-12-22 15:20:10 +00:00
ajacoutot
02eb0dfc29 Update to tesseract-3.01. 2011-12-22 09:47:50 +00:00
ajacoutot
e291c58858 +leptonica 2011-12-22 09:47:19 +00:00
ajacoutot
75f899d2a9 Import leptonica-1.68.
Leptonica is a pedagogically-oriented open source site containing
software that is broadly useful for image processing and image analysis
applications.

"looks good and tested on macppc" sebastia@
ok benoit@
2011-12-22 09:46:46 +00:00
ajacoutot
b750e854d5 +libwebp 2011-12-22 08:37:05 +00:00
ajacoutot
5a7624f096 Import libwebp-0.1.3.
WebP is an image format that does lossy compression of digital
photographic images. WebP consists of a codec based on VP8, that Google
open-sourced in May 2010 and a container based on RIFF. Webmasters, web
developers and browser developers can use WebP to compress, archive and
distribute digital images more efficiently.

ok benoit@ rpointel@
2011-12-22 08:36:33 +00:00
jasper
9c62d3985b - bump REVISION after several python modules had their flavor dropped. 2011-12-20 18:55:08 +00:00