Commit Graph

2768 Commits

Author SHA1 Message Date
ajacoutot
2c5f8a533a CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module 2009-04-26 11:01:04 +00:00
jasper
bd925f1f01 - add a SECURITY FIX for graphicsmagick for SA33697, which could lead to
a DoS.
2009-04-22 13:19:12 +00:00
sthen
55c2c67773 restrict optimizer flags to -O1 except on amd64, i386, sparc64. 2009-04-21 13:09:39 +00:00
sthen
f4488968e4 Makefile patch to allow building just the largest files with different
optimization levels. No package change yet -> no bump.
2009-04-21 09:20:26 +00:00
sthen
2f46d4f906 link hugin and dependencies so people can have packages. 2009-04-20 23:32:11 +00:00
sthen
804a1c71f4 knock out a few arch which have no hope of building this 2009-04-20 23:28:03 +00:00
sthen
b5095e0ca3 add missing dependency and bump; thanks merdely@ 2009-04-20 13:35:42 +00:00
sthen
77eaced791 import graphics/hugin: this port was made possible by Emmanuel Viaud's
work on enblend-enfuse, big thanks!

Goal: an easy to use cross-platform panoramic imaging toolchain
based on the Panorama Tools library.

With hugin you can assemble a mosaic of photographs into a
complete immersive panorama, stitch any series of overlapping
pictures and much more.

This package contains the following programs:

 - hugin, The main program, a GUI for the panorama tools suite
   and some programs included here.

 - nona, a simple replacement for PTStitcher (doesn't support most
   features of PTStitcher, but is faster, opensource and
   will be extended in the future).
 
 - nona_gui, nona with a graphical progress bar.

 - autooptimiser, optimise a panorama pairwise, starting from an
   anchor image. cmd line version of the pairwise mode in hugin

will be hooked to the build after tests on additional arch.
2009-04-19 11:18:40 +00:00
sthen
43e67105d7 import graphics/autopano-sift-c:
Autopano-SIFT-C automatically creates control points for
groups of overlapping photographs using SIFT ("scale-invariant
feature transform").

It can be controlled from within the Hugin GUI front-end.

N.B. The SIFT algorithm is restricted in the USA by a patent
owned by the University of British Columbia.

will be hooked to the build after tests on additional arch.
2009-04-19 11:14:41 +00:00
sthen
be2f7c5b97 import graphics/enblend-enfuse:
Enblend combines images that partially overlap into a single large
image with no seams (panorama generation). This is a command-line
tool which performs the actual composition; another tool is required
to line up the images ready for input (e.g. Hugin).

Enfuse combines images that overlap into a single image with good
focus and exposure (exposure stacking for high dynamic range, focus
stacking for extended depth-of-field).

will be hooked to the build after tests on additional arch.
big thanks to Emmanuel Viaud for rewriting some C++ to build with GCC 3.
2009-04-19 11:14:37 +00:00
sthen
e3cca5ed8f import graphics/libpano13:
The panorama tools are mainly used to build panoramic images from
a set of overlapping images. The usability extends beyond "just"
building panoramas by far though. You can, for instance, use them
to render an average of multiple images to broaden the dynamic range
of the images or average out noise. You can also build object movies
with them, morph between images and much more.

will be hooked to the build after tests on additional arch.
tweaks to autoconf input files from Emmanuel Viaud, thanks!
2009-04-19 11:14:34 +00:00
ajacoutot
efd78048ae - bring in 2 patches from Fedora:
* use xdg-open instead of netscape to browse html help
* close unneeded FDs
- regen WANTLIB while here
2009-04-18 12:22:13 +00:00
sthen
2c1e5de196 +libxmi 2009-04-16 22:18:16 +00:00
sthen
50c559f642 import graphics/libxmi.
GNU libxmi is a C/C++ function library for rasterizing 2-D vector
graphics. It can draw 2-D graphical primitives, including wide
polygonal lines and circular and elliptical arcs, into a user-supplied
matrix of pixels. Sophisticated line styles, such as multicolored
dashing patterns, can be specified. There is also support for filling
and texturing polygons.
2009-04-16 22:17:43 +00:00
ajacoutot
de8293ad3d - remove scrollkeeper-update hack and add build_depends on rarian 2009-04-16 08:23:14 +00:00
ajacoutot
6a768369c4 - now that we have rarian, the 'scrollkeeper-update -> /bin/true' hack
is not needed as the legacy scrollkeeper-update provided by rarian does
not do anything anymore

ok jasper@
2009-04-16 08:11:13 +00:00
jasper
ed37f9761e - update p5-Image-ExifTool to 7.67
from Patrick Keshishian (MAINTAINER), thanks
2009-04-16 06:36:59 +00:00
landry
69918aa5a4 Update to comix 4.0.3, MAINTAINER timeout 2009-04-15 08:26:28 +00:00
jasper
55cecfa859 - when a hobbit bumps a pkgname, the other two pkgnames want to get some too.. 2009-04-14 21:34:42 +00:00
kili
76091f6c3b Some fixes after the x264 update.
From Brad.

"theoretically ok" ajacoutot@
2009-04-14 19:52:08 +00:00
sthen
e1e564ee84 +glew
I forgot the attribution in my import; the port is from Brad.
2009-04-13 23:26:12 +00:00
sthen
96da4e2934 import graphics/glew:
The goal of the OpenGL Extension Wrangler Library (GLEW) is to assist
C/C++ OpenGL developers with two tedious tasks: initializing and using
extensions and writing portable applications. GLEW provides an efficient
run-time mechanism to determine whether a certain extension is supported
by the driver or not. OpenGL core and extension functionality is exposed
via a single header file.
2009-04-13 23:24:01 +00:00
ajacoutot
f481d28d97 +dia,gnome 2009-04-11 10:09:32 +00:00
ajacoutot
730108d659 - several fixes:
* xdg-utils is only needed to the !gnome FLAVOR
* regen WANTLIB, esd is no more a dependency (unbreak gnome FLAVOR)
* use yelp for the gnome FLAVOR
* regen PLIST
2009-04-11 10:05:47 +00:00
eric
36b5030002 fix build issue spotted by jasper@: need explicit dependency on
python-tkinter.

ok djm@ ajacoutot@
library cleanup suggested by and ok sthen@
2009-04-11 08:16:58 +00:00
jasper
1601d3234d - update lcms to 1.18
* includes security fixes for CVE-2009-0581, CVE-2009-0723 and CVE-2009-0733.
(which could cause a memory leak, buffer overflows and code execution)

ok ajacoutot@
2009-04-09 13:10:49 +00:00
jasper
6ea22ca3a3 - switch ports that are currently using glut to use freeglut
from tobias ulmer (MAINTAINER),
objections from oga@, testing and ok sthen@
2009-04-09 13:01:53 +00:00
jasper
cd3a29447f - hookup freeglut
- add a conflict marker to glut
2009-04-09 12:45:42 +00:00
jasper
044af910a3 import freeglut 2.4.0
freeglut is a completely OpenSourced alternative to the OpenGL Utility
Toolkit (GLUT) library written by Mark Kilgard.
GLUT (and hence freeglut) allows the user to create and manage windows
containing OpenGL contexts on a wide range of platforms and also read
the mouse, keyboard and joystick functions.

from tobias ulmer (MAINTAINER),
no objections from oga@, testing and ok sthen@

non-free glut will remain around for a while, but ports depending on glut
will be switched to freeglut in a few.
2009-04-09 12:44:12 +00:00
jasper
12cacf79f9 - missing build dependency 2009-04-09 11:38:29 +00:00
eric
92951dbd65 install documentation and example
feedback and ok sthen@
2009-04-08 11:46:10 +00:00
jasper
d800ae6e98 - update clutter-gtk to 0.8.3 2009-04-07 13:58:09 +00:00
jasper
6dec77db3a - update clutter to 0.8.8 2009-04-07 13:57:49 +00:00
stsp
9f8c6bffad Add patch which prevents focus stealing while reloading a document.
Bump patch level.

While here, add ajacoutot@ and jasper@ as maintainers,
requested by ajacoutot@.

ok ajacoutot@
2009-04-06 16:15:13 +00:00
ajacoutot
d61a271794 - cope with recent gnome.port.mk / MODGNOME_HELP_FILES changes 2009-04-06 10:09:06 +00:00
sturm
78dcff8378 bump after ocaml update 2009-04-03 21:30:50 +00:00
kili
388c1f807b Unconfuse @exec/@unexec. Noticed by frantisek holop.
ok msf@ (maintainer), ajacoutot@
2009-04-02 06:22:33 +00:00
eric
c22e6ceef6 +freeimage 2009-03-20 13:55:35 +00:00
eric
12d03b7de6 FreeImage is an Open Source library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG,
TIFF and others as needed by today's multimedia applications.
FreeImage is easy to use, fast, multithreading safe, compatible with
all 32-bit versions of Windows, and cross-platform (works both with
Linux and Mac OS X).

ok laurent@
2009-03-20 13:53:04 +00:00
giovanni
1212c0b947 Update to 2.6.6 2009-03-18 19:00:19 +00:00
jasper
f4a0acdc45 - update py-goocanvas to 0.14.0 2009-03-18 08:27:00 +00:00
jasper
85ff4c692d - remove old and unmaintained gtksee.
it's using a legacy toolkit (gtk+1) and there are enough applications around
that do the same, but with the modern gtk+2 toolkit. like gqview for example.

discussed with and ok ajacoutot@
2009-03-17 12:45:31 +00:00
kili
d4d18dc107 Bump for python deps. 2009-03-16 22:20:02 +00:00
espie
26a6f0ba38 fix depends 2009-03-16 08:56:32 +00:00
jasper
cc5cec8dda - update goocanvas to 0.14 2009-03-15 18:30:13 +00:00
espie
79f4e19201 fix a few deps 2009-03-15 18:29:31 +00:00
espie
6aa9f723c1 fix depends 2009-03-15 14:39:02 +00:00
ajacoutot
c89ef704dd - nothing should have to run_depends on rarian anymore
- explicitely add build_depends on rarian where gnome-doc-utils is also a
build dependency as it does not itself run_depends on rarian anymore

This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning.

discussed with jasper@
2009-03-14 11:36:24 +00:00
ajacoutot
037960749c - first pass at cleaning rarian/scrollkeeper handling
remove rarian-sk-update from PLIST ; it is only a wrapper that does
noting: librarian takes care of everything now.

discussed with jasper@
2009-03-14 10:40:51 +00:00
jasper
48960b86d1 - update xmedcon to 0.10.4
* switches from gtk+1 to gtk+2 among other changes

from new maintainer Benoit Lecocq (ok Tom Knienieder (previous maintainer)

fix license version and tweak WANTLIB, by me
2009-03-13 17:58:47 +00:00