5044 Commits

Author SHA1 Message Date
benoit
701ad7a987 Update to grap-1.45.
maintainer timeout, ok ajacoutot@
2014-11-14 08:20:26 +00:00
bcallah
e266bcc07b +maim 2014-11-13 20:43:16 +00:00
bcallah
0adf74d26d Import graphics/maim
ok landry@

maim (Make Image) is a utility that takes screenshots of your desktop using
imlib2. It's meant to overcome shortcomings of scrot and performs better
in several ways.

Features:
* Allows you to take a screenshot of your desktop and save it in any format.
* Allows you to take a screenshot of a predetermined region or window of
  your desktop.
* If slop is installed, it can be used for selecting a region to screenshot.
* Allows you to blend the system cursor into screenshots.
* Allows you to mask off-screen pixels to be black and transparent in
  screenshots. (Great for people who use an uneven multi-monitor setup!)
2014-11-13 20:42:59 +00:00
ajacoutot
932cd7a757 Update to colord-1.2.5. 2014-11-13 09:34:38 +00:00
sthen
3782443b9f patch needs to go back too 2014-11-12 12:37:06 +00:00
sthen
07dff93125 reinstate compiler flags to unbreak i386 2014-11-12 12:34:07 +00:00
sebastia
c62c850337 Minor update to 1.4.2 of tkimg, changes:
- Will build correctly on more platforms (TEA upgraded
to latest version 3.9)
- upgrade to zlib 1.2.8, libjpeg-8d
- Added format option "-alpha" to PNG reader to be compatible with Tk 8.6.
- Bug fixes in various parsers to avoid core dumps when specifying a
wrong format option.
- upgrade to zlib 1.2.7, libpng-1.4.12, libtiff-3.9.4, libjpeg-8c

OK stu@
2014-11-10 17:39:00 +00:00
bcallah
a018d3bef6 Update to 1.9.3 2014-11-08 15:52:03 +00:00
jturner
7209700d6e Tweak libqrencode after recent commit by sthen@
ok ajacoutot@
2014-11-08 00:43:35 +00:00
ajacoutot
621fd1475b Unbreak light FLAVOR by adding an explicit dependency on x11/gnome/libsecret.
breakage reported by naddy@
2014-11-07 12:52:21 +00:00
ajacoutot
703fb644d7 No need for default CMAKE_BUILD_TYPE. 2014-11-07 10:40:05 +00:00
landry
cff0252ba6 Use MODCMAKE_BUILD_SUFFIX where appropriate, bump REVISION when the PLIST
actually changes.
2014-11-07 10:05:28 +00:00
ratchov
429bc7d910 Remove port of 13 year old fxtv release.
suggested by landry, ok dcoppa and benoit
2014-11-07 08:52:25 +00:00
sthen
29f437dcfb update to qrencode 3.4.4 2014-11-07 01:31:02 +00:00
sthen
6ca194a590 typo in WANTLIB, thanks nigel@ 2014-11-06 19:10:07 +00:00
sthen
174f98ce56 bump REVISION for php version switch 2014-11-06 17:13:39 +00:00
benoit
f72b26cd8c Update pngcrush to 1.7.80. 2014-11-06 08:58:02 +00:00
sthen
87bb49c072 sync WANTLIB 2014-11-05 11:43:59 +00:00
dcoppa
b63495266b Drop gratuitous optimizations 2014-11-05 09:26:50 +00:00
ajacoutot
bb662c8fbf Drop graphics/evince from @pkgpath to fix updating.
spotted by nigel@ and fix from sthen@
2014-11-05 08:04:28 +00:00
landry
0576a9a1c3 Only enable x265 support on architectures where it actually builds (ie
so far alpha/amd64/i386/sparc64) to unbreak half of the tree (mplayer,
etc..) on other archs like ppc/mips64*.
Tested on amd64 & ppc.
ok brad@
2014-11-04 09:31:01 +00:00
brad
ad030aa9c3 Sprinkle some comments.
ok pascal@
2014-11-04 06:02:40 +00:00
naddy
bca46ab5d2 update to 10.35.94 for minor bug fixes 2014-11-02 15:42:14 +00:00
zhuk
b58aaa479e Update Digikam to 4.4.0. 2014-11-02 08:01:32 +00:00
brad
999de3ec3b Update to png 1.6.14.
ok naddy@
2014-11-02 03:12:42 +00:00
ratchov
d816f61cb0 remove synaesthesia, suggested by landry, ok ajacoutot 2014-11-01 08:13:31 +00:00
ajacoutot
0731597425 Update to shotwell-0.20.2.
ok benoit@
2014-10-31 23:54:39 +00:00
ajacoutot
b928a86b1e +evince,light 2014-10-31 23:07:25 +00:00
ajacoutot
d910ae2ff2 Add a "light" FLAVOR to evince so that !GNOME kids can read+print+...
requested by and OK mpi@
2014-10-31 23:05:36 +00:00
jasper
ab09827be2 remove bunch of pure ruby ports that have gone without updates for 4+ years,
of which there's no maintainer and which are unused.

ok jeremy@
2014-10-31 12:05:32 +00:00
espie
3ad7a9bc0f +jpegdump 2014-10-30 13:54:36 +00:00
espie
7fb35b27a6 jpegdump just dumps the raw info in a jpeg file, for debugging purposes
okay sthen@
2014-10-30 13:45:31 +00:00
sthen
a5ffe3cf8b update to gif2png-2.5.9, from Jason Tubnor
minor tweaks while there (groff not needed, use separate build,
use standard wantlib format)
2014-10-30 10:15:59 +00:00
brad
644fd86483 Don't use malloc.h header on OpenBSD.
ok pascal@
2014-10-29 22:55:06 +00:00
landry
43e990e8cd Update to py-Pillow 2.6.1.
Check https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst
for changes.
Tested in a bulk by sthen@, thanks!
2014-10-29 22:12:38 +00:00
espie
45f2b0c70a fix problems with Nikon D7100 pictures, they don't create correct exif
information (multiple APP1 chunks). xv reads them all, but libjpeg frowns
about writing multiple APP1.

So,
- ignore subsequent chunks (like exiv2 does)
- add a small framework to report error messages from libjpeg
(might be adaptable to other gfx formats).

okay sthen@
2014-10-29 16:45:09 +00:00
ratchov
701f17f276 Remove graphics/flash as we dont endorse flash players, especially the
ones dead upstream since 13+ years

ok ajacoutot, sthen, a lot of help from landry ;)
2014-10-29 07:27:21 +00:00
naddy
9b4985df0a revert the removal of anonymous unions, like sys/videoio.h 2014-10-26 01:24:15 +00:00
nigel
cd43f26761 Update to version 2014.Jan.01
Ok sthen@
2014-10-23 13:43:04 +00:00
brad
730cbbc611 Fix the configure script to be able to detect the presence of the
V4L2 VIDIOC_ENUM_FRAMESIZES ioctl and make use of it on OpenBSD.

Pushed upstream and commited.

From armani@
2014-10-23 07:41:45 +00:00
benoit
4bc02f8835 Update pngcrush to 1.7.78. 2014-10-23 06:35:59 +00:00
jasper
94d669b0a8 unify maintainer addresses
ok giovanni@
2014-10-22 13:39:38 +00:00
brad
2d915932ff Update to FFmpeg 20141010 snapshot. From 2.4 branch.
ok ajacoutot@
2014-10-19 23:14:23 +00:00
giovanni
ffaf9c22f2 Bugfix update to 2.8.14 2014-10-18 14:27:11 +00:00
brad
4cfe917ce3 Update to png 1.6.13.
ok naddy@
2014-10-16 17:18:42 +00:00
ajacoutot
528be912e3 evince-nautilus -> nautilus-evince 2014-10-15 13:54:57 +00:00
ajacoutot
4f3d0b0c45 Stop trying to pretend we can still make a small package out of this:
- merge -nautilus into -main
- add XPS support
- add missing dependency on gnome-desktop
- fixup DEPS/WANTLIB

There are many alternatives in-tree for those of want a small PDF viewer.
discussed with and ok jasper@
2014-10-15 13:48:21 +00:00
ajacoutot
5712126f5a +libgxps 2014-10-15 13:29:04 +00:00
ajacoutot
2600e723b7 Import libgxps-0.2.2
libgxps is a GObject based library for handling and rendering XPS
documents.

ok jasper@
2014-10-15 13:28:33 +00:00
ajacoutot
5bdd7bf37f Ident before upcoming big changes. 2014-10-15 13:12:46 +00:00