Commit graph

5511 commits

Author SHA1 Message Date
martti
d48b5f2558 Fixed warnings found by pkglint -Wall. 2006-02-17 06:49:23 +00:00
wiz
387183aeac Do not remove share/aclocal, it's in the *dist files. 2006-02-16 18:09:27 +00:00
drochner
3ad21fc69e update to 1.9.4
changes:
* Require gtk+-2.6.
* Bulgarian translation.
* Fixed the getdelim(3) replacement for non-GNU systems.
* Windows now contain the GLiv logo.
* Force -lX11 in X11 libraries.
* Added an option to disable the OpenGL bilinear filtering.
* Added a command to reload the current image.
* Russian translation update.
* Thumbnails browser.
* Split the "No automatic image centering" in different initial image positions.
* The "Transformations" menu has been reorganized.
* Added a command to hide all floating windows at once.
* Updated documentation.
* Improved framerate limiter.
* Automatically rebuild the menus when new images are inserted.
2006-02-15 17:49:32 +00:00
minskim
c15633b67d Use _NSGetEnviron() instead of environ if it is available (e.g. on Darwin).
Suggested by Idar Tollefsen in PR pkg/32753.
2006-02-15 02:53:29 +00:00
adam
d2f3dde216 Fix build on FreeBSD 6 (PR-32234) 2006-02-14 21:57:44 +00:00
wiz
017354df44 PKGREVISION bump for gtkglext BUILDLINK_DEPENDS change. 2006-02-13 21:12:55 +00:00
wiz
9f8c27274c Bump BUILDLINK_DEPENDS for MesaLib bl3.mk removal. 2006-02-13 21:11:13 +00:00
adam
1d85d52f3b Changes 1.2.0:
* This is the first stable release of GtkGLExt 1.0 since maintainership changed
  to Tim Shead, tshead@k-3d.com
2006-02-13 20:56:15 +00:00
wiz
300ae0bc1f Update to 2.14.0:
Version 2.14.0

* New stock_person icon
  -- bug #311844 (Jakub Steiner)
* Update names for shuffle and repeat icons (Jakub Steiner)
* No longer install to hicolor (Rodney Dawes)

Version 2.13.4

* Do not use Scalable as the type for bitmap icons (Rodney Dawes)
* New saved search icon (Jakub Steiner)
* New translations [te]

Changes since 2.13.2

* Removed specific video mime type icons (Rodney Dawes)
* Fixups for generic image mime type icon (Jakub Steiner)

Changes since 2.13.0

* Removed specific image mime type icons (Rodney Dawes)
* Added ruby mime type icon
  -- bug #317102
* Updated translations [sk]
2006-02-13 19:17:59 +00:00
rillig
eb2b18657c Fixed a typo. 2006-02-13 15:32:31 +00:00
rillig
2775ee66e7 Removed pornview-gtk2, which has been superseded by pornview with
default options.
2006-02-13 15:25:39 +00:00
rillig
37dcefb1ee This file is not needed anymore. 2006-02-13 15:23:54 +00:00
rillig
03b9fc9f7a Converted the package to the options framework. The only supported
option is "gtk1" (disabled by default). This makes the pornview-gtk2
package obsolete. Bumped PKGREVISION.
2006-02-13 15:23:03 +00:00
joerg
a90eff9301 Fix an Apple specific buffer overflow. To skip the first argument from
Finder, some copying to and from a local buffer in main is done, without
argument checking.

When a web browser or MUA is configured to start Blender automatically,
this might be exploitable to gain priviledges of the current user.

This is related to CVE-2005-3151.
2006-02-12 21:52:18 +00:00
jschauma
d9fe9c312f drop maintainership. 2006-02-12 21:32:38 +00:00
wiz
e9773a35c2 Reset maintainer, email bounces:
550 User unknown (in reply to RCPT TO command)
2006-02-11 19:31:24 +00:00
rillig
040cb06923 Added pornview and pornview-gtk2. 2006-02-11 13:24:30 +00:00
rillig
362bd9f829 Imported pornview-gtk2 from pkgsrc-wip.
PornView is an image and movie viewer/manager with thumbnail previews.
Additional features includes thumbnail caching, directory tree views,
adjustable zoom, fullscreen view, and slideshow mode.

PornView contains no objectionable content.

This package is built with GTK+ 2.0 support.

Packaged by Leonard Schmidt.
2006-02-11 13:09:21 +00:00
rillig
e7d134db03 Imported pornview from pkgsrc-wip.
PornView is an image and movie viewer/manager with thumbnail previews.
Additional features includes thumbnail caching, directory tree views,
adjustable zoom, fullscreen view, and slideshow mode.

PornView contains no objectionable content.

This package is built with GTK+ 1.0 support.

Packaged by David Howland.
2006-02-11 13:06:43 +00:00
adam
5d1cd91f0e Changes 2.41:
* GLSL pixel and vertex shaders
* Full access to Blenders material capabilities
* Split screen and multi-viewports
* Number of fixes were made to the physics system
* Return of the armature capabilities
2006-02-10 20:34:25 +00:00
adam
9995b837d8 Fix buildling on Darwin/MacOSX 2006-02-10 12:09:24 +00:00
drochner
19943b674e update to 0.9
major changes:
* Contour support (thanks to the code of the matplotlib guys!)
* Undo/redo
* Rubber band axis zooming
2006-02-10 11:13:52 +00:00
adam
b5468d064f 6.4.2 February 2, 2006
New:
	- added OSMesaColorClamp() function/feature
	- added wglGetExtensionStringARB() function
    Bug fixes:
	- fixed some problems when building on Windows
	- GLw header files weren't installed by installmesa script (bug 5396)
	- GL/glfbdev.h file was missing from tarballs
	- fixed TNL initialization bug which could lead to crash (bug 5791)
2006-02-09 12:27:42 +00:00
adam
4877e7c0e6 Changes 2.3.7:
- depend on GTK+ 2.8, use some of the new features
- removed workarounds for problems in GTK+ 2.6
- moved Align Visible Layers to the Image menu
- started to add a new vectors PDB API
- make it more obvious that docks can be rearranged by drag and drop
- modified the behaviour of the Tab key
- added --license command-line option
- improved dither matrix for RGB->Indexed conversion
- added PDB API to stroke with any paint method
- gave some plug-ins more sensible names
- keep settings of brush/pattern/font/... button popups across sessions
- reduced number of memory allocations by declaring some strings as static
- some improvements to the plug-in preview widgets
- added links to important topics in the user manual
- let the configure script display a summary of options
- bug fixes and code cleanup
2006-02-09 12:00:37 +00:00
drochner
e891a92ab1 update to 8.05 (RCS rev 1.315)
this adds color management
(I've made this optional for now, enabled per default, just in case
some platform has problems with lcms)
2006-02-09 10:58:20 +00:00
drochner
253f748f5e this uses pkg-config 2006-02-08 18:49:26 +00:00
drochner
064342bd2c update to 2.12.3
changes:
-bugfixes
-translation updates
2006-02-08 18:34:20 +00:00
joerg
3546694304 Add DragonFly support. 2006-02-08 17:18:53 +00:00
joerg
26478a3401 Use FreeBSD template for DragonFly as well. 2006-02-08 16:58:29 +00:00
joerg
d4b5c207cf Uses msgfmt. 2006-02-08 16:48:59 +00:00
tv
7133f1e3f8 Um, depend on mpeg2codec>=1.2, not mpeg2codec-1.2. Otherwise a PKGREVISION
bump on mpeg2codec makes it incompatible.

Bump PKGREVISION.
2006-02-08 12:19:38 +00:00
drochner
eb92c90f64 update to 0.9.1
changes:
-New -M option to specify modify commands directly on the command line
-new -l option for a directory to/from which to extract/import files
-bugfixes
-Libtool support
-added makernotes
-raw file support
2006-02-07 21:52:39 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
markd
ad6037a352 Fix installing of xfig Library files that start with "-", such as those
in Libraries/Electronic/Schematic/More/simple_device-inch.
Fix PLIST, bump PKGREVISION.
2006-02-04 13:17:51 +00:00
markd
af46f24af1 Fix build on Solaris. 2006-02-04 12:23:55 +00:00
hira
481fa9c038 Re-add missing (removed in previous revision) inclusion of
x11/gtk2/modules.mk.  Bump PKGREVISION.
2006-02-04 11:14:24 +00:00
markd
d817455372 Another xpdf buffer overflow
http://www.kde.org/info/security/advisory-20060202-1.txt
Bump PKGREVISION.
2006-02-04 11:01:03 +00:00
rillig
6c104f17f9 Added missing file to the PLIST. Bumped PKGREVISION. 2006-02-03 13:55:58 +00:00
joerg
d78ac3bbb5 After redefining and undefining uint16 and uint32, redefine them to
the POSIX types.
2006-02-03 11:29:54 +00:00
joerg
2d9c49da75 Has BROKEN_GETTEXT_DETECTION. 2006-02-03 11:28:23 +00:00
taca
0f5e3b8ef4 Bump PKGREVISION of these packages which affected (fixed) by
fix of REPLACE_RUBY, the impact was big or small.
2006-02-03 04:43:47 +00:00
joerg
68afefceab Add explicit rpath for PREFIX/lib for DragonFly. 2006-02-02 18:20:59 +00:00
joerg
71ab31518c Save a bunch of coredump message in my dmesg and allow groff to compile
by fixing pnmtopng's opt parsing. Bump revision.
2006-02-02 17:01:17 +00:00
joerg
a08cf60a6e Regen for patch-ad. 2006-02-02 16:04:35 +00:00
joerg
be8365b843 Fix compilation on DragonFly by reordering includes. 2006-02-02 16:04:13 +00:00
markd
69c163eb40 USE_TOOLS+= pkg-config 2006-02-02 09:29:25 +00:00
wiz
93725233a7 Update to 4.1.4, provided by Matthew Luckie in PR 32688:
Version 4.1.4
=============
This version fixes some bugs with deallocating ColorMaps and fix building
on several platforms.

* Fix several areas in decoding where we removed a ColorMap from our GifFile
  but didn't set the pointer to NULL.  This could lead to double free's of
  the ColorMap.
* Fix a bug in dev2gif.c where we redefined some gl types incorrectly.
* Fix building on Windows.  Note -- there has been one API changing event for
  Windows (renaming DrawText to DrawGifText.)  This should have conflicted with
  Windows API and therefore caused the builds to fail previously.  If you had
  it working with DrawText before, apologies, you'll need to change to
  DrawGifText in your code.  This only affects Windows.
* Add support for building on The Game Boy Advance.  Note: Due to the GBA's
  limited memory, the API for the GBA uses short's in many places where the
  other platforms use ints.  This shouldn't affect anyone unless you've
  been able to get an older version of the code to run on GBA and want to
  start using this version instead.  A recompile of your dependent code
  will be necessary in this case.
2006-02-01 07:10:03 +00:00
markd
411188623a Update to KDE 3.5.1
Changes:
* KPDF
  o Fix constant disk I/O when resizing Navigation panel
  o Fix Wrong page size and layout in some documents
  o Fix DCT decoding for broken files
  o Fix crash in some strange documents
  o Fix slowlyness on documents with broken TOC definition
  o Make non existant ps file loading fail gracefully
* KIconEdit
  o Needs configuration dialog help, proper markup for toolbars
2006-01-31 22:47:11 +00:00
kristerw
c56fea569d Fix some more places where the evil macro RENDER_SPAN prevents this
package from building with gcc 2.95.
2006-01-31 21:44:31 +00:00
adam
ac798391d6 Changed 0.20.2:
Overall stability has improved.
User interface is more clear regarding colourmanaging.
Softproofing is introduced.
The gutenprint plug-in uses the proofing profile as default separation target.
OpenEXR <-> ICC colour space information conversation
The expose item is moved from <imagemenu>-->Color-->Expose Image
to <imagemenu>-->View-->Expose. It is now a per window setting and
only available for 32-bit floats.
Many bugs where fixed.
2006-01-31 21:06:56 +00:00