Commit Graph

4259 Commits

Author SHA1 Message Date
zhuk
671ec86fde Import libPGF, KDE 4 prerequisite.
PGF is an image file format based on discrete, fast wavelet transform
with progressive coding features, lossless and lossy compression.
It works best for natural and aerial images with a better compression
efficiency than JPEG.

a LOT of input and okay landry@
2013-04-01 12:02:36 +00:00
jasper
547fba1b2b - update to evince-3.8.0 2013-04-01 10:33:59 +00:00
ajacoutot
b3fb4b75ea Forgot that part in previous. 2013-03-31 19:46:48 +00:00
ajacoutot
f5c19fc8a2 Update to colord-0.1.32. 2013-03-31 19:41:23 +00:00
ajacoutot
ee3886ce92 Minor update to gphoto-2.5.1.
Take maintainer.

ok espie@ (former maintainer)
2013-03-31 13:48:44 +00:00
ajacoutot
99c8eb83f0 Minor update to libgphoto-2.5.1.
Take maintainer.

ok espie@ (former maintainer)
2013-03-31 13:47:42 +00:00
ajacoutot
5cf46ca919 Update to colord-gtk-0.1.25. 2013-03-30 15:52:45 +00:00
ajacoutot
04c837f815 Add an accessor to get the profile creator, as this lets us work out
which CMM is writing broken 'mluc' tags for certain V4 profiles.
from Richard Hughes, committed upstream

Needed for a wip colord update.
2013-03-30 15:49:43 +00:00
ajacoutot
ac9d8dd7a4 Anything that uses polkit should really RUN_DEPENDS on consolekit;
otherwise we have no way to know the active session.

discussed/agreed with jasper@
2013-03-30 13:03:45 +00:00
ajacoutot
43e316b8ad Fix gstreamer dependency.
This picks up webp if installed.
Missing dep on dcraw.
Remove unused CONFIGURE_ARGS.
2013-03-29 19:57:31 +00:00
jasper
77eac17b5b - update to gthumb-3.2.0 2013-03-29 19:29:22 +00:00
jasper
6d71df4cd6 remove this unused and unmaintained crap. 2013-03-29 08:21:01 +00:00
jasper
4f72c61c9d unhook goocanvasmm2 2013-03-29 08:20:49 +00:00
sthen
eaa11fe2d0 don't use -mfpmath=387, no pkg change (this is just used for building
the test suite) -> no bump
2013-03-28 21:20:47 +00:00
jasper
74dd8d2573 - update to clutter-gtk-1.4.4 2013-03-28 19:34:00 +00:00
jasper
4f39f1714a - update to clutter-1.14.0 2013-03-28 19:33:47 +00:00
jasper
05cf027027 bump to 1.14 2013-03-28 19:33:34 +00:00
ajacoutot
e662f5252f Update to cogl-1.14.0. 2013-03-28 19:33:13 +00:00
jasper
1ac23e39b8 unbreak with upcoming gobject-introspection.
patches have been pushed upstream.
2013-03-28 13:08:58 +00:00
naddy
344196d215 update to 10.35.88 for miscellaneous bug fixes 2013-03-27 21:53:59 +00:00
ajacoutot
d3b0384eec Update to gdk-pixbuf-2.28.0. 2013-03-27 17:50:18 +00:00
naddy
21a6eb6a66 Reinstate the interlibrary dependencies, fix .pc files.
Parts/help/input from brad@
2013-03-27 16:37:09 +00:00
ajacoutot
5daee4cd3d Remove NoDiplay from the desktop file so that evince is properly
registered as a PDF viewer; upstream finally agreed to make this change.

Regen WANTLIB while here.
2013-03-26 14:04:36 +00:00
ajacoutot
af673c63fc Update to p5-Cairo-1.101. 2013-03-26 08:28:50 +00:00
sthen
3ff58f929c bugfix update to UFRaw 0.19.2 2013-03-25 14:52:23 +00:00
brad
87ee19a888 Update to png 1.5.14.
Reinstates inter-library dependencies and corrects the libpng-config
and pkg-config files for static vs shared linking.

WANTLIB update and Ok naddy@
2013-03-25 00:21:37 +00:00
ajacoutot
464b07b745 Update to shotwell-0.14.0. 2013-03-23 15:19:45 +00:00
ajacoutot
357edb24fe Update to libgexiv2-0.6.1. 2013-03-23 15:19:08 +00:00
benoit
d0d880ecb0 - update pngcrush to 1.7.53 2013-03-23 07:30:07 +00:00
ajacoutot
efaca60e7c Remove outdated comment. 2013-03-22 06:44:39 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
zhuk
e124365275 Hook up qimageblitz and prison. 2013-03-21 08:31:55 +00:00
zhuk
87148d9a39 Import qimageblitz-0.0.6, technically an update of x11/kde4/qimageblitz.
Is being moved out of x11/kde4 as non-SC member.

Graphical effect and filter library, initially designed for KDE 4.

ok landry@
2013-03-21 08:30:22 +00:00
zhuk
78a1ce8568 Import prison, a Qt-based barcode abstraction layer/library which provides
uniform access to generation of barcodes with data.
KDE 4.10 prerequisite.

ok landry@
2013-03-21 08:26:19 +00:00
sthen
3f38bfe293 slackware tarball of cairo is *not* the same (they trim test/reference/*
and repack); revert my last commit here.
2013-03-20 00:25:52 +00:00
sthen
2dba0837a5 sort 2013-03-19 15:49:09 +00:00
sthen
347a6bb178 +glm 2013-03-19 15:48:05 +00:00
sthen
cd934faf69 import ports/graphics/glm, ok gonzalo@
OpenGL Mathematics (GLM) is a header only C++ mathematics library for
graphics software based on the OpenGL Shading Language (GLSL) specification.

GLM provides classes and functions designed and implemented with the same
naming conventions and functionalities as GLSL so that when a programmer
knows GLSL, he knows GLM as well, which makes it really easy to use.

This project isn't limited to GLSL features. An extension system, based
on the GLSL extension conventions, provides extended capabilities:
matrix transformations, quaternions, half-based types, random numbers,
procedural noise functions, etc...

This library works perfectly with OpenGL but it also ensures interoperability
with third party libraries and SDKs. It is a good candidate for software
rendering (Raytracing / Rasterisation), image processing, physic simulations
and any context that requires a simple and convenient mathematics library.

GLM is written in C++98 but can take advantage of C++11 when supported
by the compiler.
2013-03-19 15:47:41 +00:00
nigel
011de064f8 WANTLIB updates for fontconfig and other libraries.
Ok sthen
2013-03-19 13:07:13 +00:00
ajacoutot
bc254453e8 Regen WANTLIB and bump; for some reason this was needed to make gstreamer
picks up the gstclutterink properly.
2013-03-18 18:37:13 +00:00
sthen
edec5ef056 as reported by Andres Perera, cairographics.org is slow for some users;
add slackware's mirrorbrain redirector as an alternative MASTER_SITES.
ok giovanni@
2013-03-18 15:05:48 +00:00
sthen
dd9c501f2d regen patch with correct line numbers. no other change. 2013-03-17 23:48:24 +00:00
dcoppa
336da82395 Update to feh-2.9.1 2013-03-14 13:25:30 +00:00
benoit
ed5eff20d3 - update xmedcon to 0.12.0
- bump SHARED_LIBS
- update WANTLIB and patches
- regen PLIST
- remove PFRAG.shared
2013-03-14 10:04:25 +00:00
brad
08da8b8724 Update to FFmpeg 20130214 snapshot. From 1.1 branch.
ok sthen@
2013-03-13 02:26:44 +00:00
fgsch
ac96652255 bump after py-Imaging change. 2013-03-11 22:59:56 +00:00
fgsch
a25e2197eb folds all subpackages back into the main port.
ok sthen@ and someone else i can't remember before lock.
2013-03-11 22:57:13 +00:00
giovanni
c389b8f1b0 Bugfix update to 2.8.4 version 2013-03-11 16:21:45 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
ajacoutot
131f374953 +graphite2 2013-03-10 09:06:19 +00:00