Commit Graph

2815 Commits

Author SHA1 Message Date
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
sthen
ace5ba2b6d convert to tk.port.mk and bump, fixes pkgspec 2009-03-13 14:43:54 +00:00
naddy
cdd487f6df fix a silly C99-ism to allow building with gcc2 2009-03-07 15:31:57 +00:00
stsp
5d5177d09b Don't install man pages for dvdrip-progress and dvdrip-splitpipe,
because they are in fact empty files.
The other man pages installed by the port are generated from
perl sources and are proper man pages. But these two programs
are written in C, so man page generation fails for them.
ok ajacoutot@
2009-03-07 10:40:30 +00:00
naddy
d7a2425f0d fix library order so static linking will succeed 2009-03-06 15:08:53 +00:00
jasper
f020fdfa81 - update xzgv to 0.9
* this makes this port switch to gtk+2, and get ride of ancient gtk+1
- update ${HOMEPAGE} and ${MASTER_SITES}

from Julian Leyh (MAINTAINER), thanks
2009-03-06 08:54:22 +00:00
naddy
1f2fc62610 Security update to 1.6.15; fixes CVE-2009-0040.
From: maintainer Benoit Lecocq
2009-03-05 16:12:27 +00:00
giovanni
6a5b9105d8 Update to 2.6.5.
Ok mbalmer@
2009-03-05 10:37:22 +00:00
ajacoutot
98bfd8bccc - prevent several crashes
patches from http://www.win.tue.nl/~aeb/linux/ocr/tesseract.html
2009-03-05 08:09:40 +00:00
ajacoutot
c23c3f509f - tweak MESSAGE 2009-03-05 07:54:13 +00:00
ajacoutot
e02150bd12 - minor update to gthumb 2.10.11
maintainer ok
2009-03-05 07:52:51 +00:00
naddy
ad59f1741b Security update to 1.2.35: Fix an uninitialized data bug; CVE-2009-0040. 2009-03-04 20:17:16 +00:00
ajacoutot
9434b46ae6 - fix path to xterm 2009-02-17 09:19:03 +00:00
sthen
425944e209 add MASTER_SITES_SAVANNAH and switch ports over to using it.
ok jasper, landry
2009-02-16 15:28:57 +00:00
eric
8d9b02eeb3 update to 1.8.2
ok ajacoutot@
2009-02-16 14:48:53 +00:00
jasper
8e200e1a99 - add clutter/ 2009-02-15 18:08:43 +00:00
jasper
6f890cc7c0 - adapt to DIST_SUBDIR 2009-02-15 17:51:05 +00:00
jasper
7e7c98f449 - add clutter-box2d, clutter-cairo, clutter-gst and clutter-gtk 2009-02-15 17:48:07 +00:00
jasper
ca7ee4c653 import (non-working, hence unhooked) py-clutter 0.8.2
This package contains the Python modules that allow you to use the
Clutter toolkit in Python programs.

this doesn't fully work yet, but it's now intree in case someone
wants to have a look at fixing it.
2009-02-15 17:47:21 +00:00
jasper
cc1a4f5337 import clutter-gtk 0.8.2
Clutter-GTK is a library providing facilities to integrate Clutter into
GTK+ applications. It provides a GTK+ widget, GtkClutterEmbed, for
embedding the default ClutterStage into any GtkContainer.
2009-02-15 17:45:30 +00:00
jasper
6721375c9f import clutter-gst 0.8.0
Clutter-GStreamer (clutter-gst) is an integration library for using
GStreamer with Clutter.
2009-02-15 17:44:51 +00:00
jasper
0540bcb8bd import clutter-cairo 0.8.2
An experimental clutter cairo 'drawable' actor. Sucks a bit as renders
cairo via an image surface and thus no real cairo rendering
acceleration. Experiments with glitz and sharing GL contexts for such
acceleration proved problematic.
2009-02-15 17:44:03 +00:00
jasper
3c0299a5d5 import clutter-box2d 0.8.2
A glue layer between clutter and box2d that provides a special group
where the actors can be set to be static or dynamic in regard to a
physics simulation.
2009-02-15 17:43:23 +00:00
jasper
3b8b3f97fe - add Makefile and Makefile.inc, some more ports on their way 2009-02-15 17:42:31 +00:00
jasper
4c42b6e04d import clutter 0.8.6
Clutter is an open source software library for creating fast, visually
rich and animated graphical user interfaces.

Clutter uses OpenGL (and optionally OpenGL ES for use on Mobile and
embedded platforms) for rendering but with an API which hides the
underlying GL complexity from the developer. The Clutter API is intended
to be easy to use, efficient and flexible.
2009-02-15 17:41:13 +00:00
jasper
9e30e38a7a - fix potential 64-bit issue
- regen WANTLIB, PLIST and patch-src_xscanimage_c

'ok as in ok' ajacoutot@ (MAINTAINER)
2009-02-14 10:05:21 +00:00
martynas
fd81c969cf does not build for me on a clean system due to missing LIB_DEPENDS;
fix.  ok sthen@
2009-02-13 21:42:55 +00:00
naddy
9ea99647ac bump PKGNAME for PLIST changes 4.4 -> 4.5 2009-02-09 20:48:23 +00:00
simon
1c7cd32f95 add missing includes to prevent segfaults
looks sane to ajacoutot@
2009-02-09 10:48:51 +00:00
simon
968bc8e0a3 add p5-Captcha-reCAPTCHA 2009-02-05 22:05:22 +00:00
simon
a26da08492 import p5-Captcha-reCAPTCHA
reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors
who complete the captcha to assist in the digitization of books.
2009-02-05 22:05:07 +00:00
jasper
78d8c31cc6 - Module::Loaded comes with perl 5.10, so add the COMES_WITH marker
- fix dependencies of p5-Graphics-ColorNames accordingly

ok simon@
2009-02-04 08:48:20 +00:00
jasper
21e17beb81 - update p5-SVG to 2.49 2009-02-03 22:46:37 +00:00
sthen
81f7d24623 +scratch 2009-02-03 14:58:06 +00:00
sthen
51efd401f3 import graphics/scratch:
A new programming language that makes it easy to create your own
interactive stories, animations, games, music, and art - and share your
creations on the web. Designed to help young people (ages 8 and up)
develop 21st century learning skills. As they create Scratch projects,
young people learn important mathematical and computational ideas, while
also gaining a deeper understanding of the process of design.

from maintainer Stuart Cassoff, with tweaks by me and input from
ajacoutot@.
2009-02-03 14:56:56 +00:00
pirofti
57219d3b6a Add ruby-mini_magick. 2009-02-03 12:40:11 +00:00
pirofti
5e9b230c07 Initial import of ruby-mini_magick.
A ruby wrapper for ImageMagick command line. MiniMagick gives you access to all
the commandline options ImageMagick has.

Okay bernd@.
2009-02-03 12:38:38 +00:00
pirofti
f64c07e69c Add ruby-color. 2009-02-03 12:34:26 +00:00
pirofti
431596cb76 Initial import of ruby-color.
Color aims to provide a simple library for color value conversion and
modification (math modification and mixing with other colors).

Okay bernd@.
2009-02-03 12:33:25 +00:00
giovanni
9293c388aa Fix PLIST typo
ok ajacoutot@
2009-02-02 18:32:20 +00:00
giovanni
b59d04dd1b Update to gimp-2.6.4.
ok ajacoutot@
2009-02-02 16:39:17 +00:00
ajacoutot
6f0162eaa3 - maintenance update to gphoto-2.4.4
updated translations

looks okay to espie@ (maintainer)
2009-02-01 11:04:42 +00:00
ajacoutot
b42bb9864f - maintenance update to libgphoto-2.4.4
several bugfixes and updated translations

looks okay to espie@ (maintainer)
2009-02-01 11:04:11 +00:00
eric
9bf5be9d6e Add patch from upstream.
"2008-12-17 [ft] Don't call FT_Done_Face() on faces we did not create"

ok ajacoutot@
2009-01-30 09:32:30 +00:00
ajacoutot
6e90791ddb +py-graphics 2009-01-29 20:11:21 +00:00
ajacoutot
70356a4adc Import py-graphics-1.5
PyGraphics aims to translate the new features of Media Computation from
its JPython version to CPython. Its aims to implement support for image,
sound and video manipulation as well as adding simple 3D capabilities.

several inputs from wcmaier@
2009-01-29 20:10:30 +00:00
ajacoutot
5c4f46ca0f - fix missing and/or wrong desktop goos
Thanks to sthen@ who came up with a nice big list of potential missing
desktop goos but got caught up by crack-attack...
ok sthen@ jasper@
2009-01-29 17:37:56 +00:00
sthen
f44e8cb571 SECURITY; fix http://www.trapkit.de/advisories/TKADV2009-004.txt
From Brad.

FFmpeg contains a type conversion vulnerability while parsing malformed 4X
movie files. The vulnerability may be exploited by a (remote) attacker to
execute arbitrary code in the context of FFmpeg or an application using
the FFmpeg library.
2009-01-29 11:30:27 +00:00
ajacoutot
eaba8b0519 -gphoto 2009-01-28 10:11:30 +00:00
ajacoutot
b1a7d74100 - remove obsolete gphoto as it has been deprecated and unmaintained for
years in favor of gphoto2

"no objections" from sturm@ who didn't know what gphoto was
"seems reasonable" to pvalchev@

rip...
2009-01-28 10:10:19 +00:00
sthen
0490bb1d52 handle update-desktop-database and bump. ok jasper 2009-01-26 16:25:18 +00:00
ajacoutot
e7102a1ad3 - bring a patch from NetBSD via David Coppa to fix a crash with cairo gtk
themes
see GNOME bug #567253

Brad also came up with the same patch and noted the fix is now upstream.
ok jasper@
2009-01-26 10:28:33 +00:00
stsp
8b03888204 Fix build. Including <gtk/gtkclist.h> directly causes a circular include
dependency: gtkclist.h depends on gtk.h depends on gtkctree.h depends on
gtkclist.h -> boom. Simply including <gtk/gtk.h> works, though.
OK maintainer, and also tested on amd64 by Jonathan Armani, thanks!
2009-01-25 00:29:03 +00:00
bernd
afd1fb2805 Update to ruby-rmagick-2.9.0. 2009-01-24 17:41:48 +00:00