Commit graph

31 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
d60b005d21 - Update to 0.4.0
- Add LICENSE
- Sort LIB_DEPENDS
- Use USES=libtool
- Do not silence installation message
- Bump PORTREVISION for graphics/webp shlib change

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2014-05-08 03:25:06 +00:00
Sunpoet Po-Chuan Hsieh
095fbe3e1a - Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Use NOT_FOR_ARCHS
- Strip shared library
- Remove deprecated PTHREAD_*
- Use MAKE_CMD
- Bump PORTREVISION for science/hdf5 shlib change [1]

Changes:	http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
		http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Approved by:	portmgr (bapt) [1]
2014-05-03 00:55:30 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Danilo Egea Gondolfo
fe0d10b2bf - Update from 1.2.3 to 1.3.9
PR:		ports/184609
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
2013-12-09 16:07:32 +00:00
Jason E. Hale
3a64305d43 - Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
  applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
  graphics/opencv, leaving opencv-core as just the bare minimum required
  for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
  dependent ports
- Add UPDATING entry
2013-12-04 02:51:00 +00:00
Rusmir Dusko
74a55f2347 - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)
Approved by:	wg (mentor)
2013-11-20 14:25:28 +00:00
Tijl Coosemans
36bdeab4f2 Update OpenImageIO to version 1.2.3.
Submitted by:	Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
2013-11-04 20:01:01 +00:00
Rusmir Dusko
1752bb5a6e graphics/ilmbase
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW

graphics/OpenEXR

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pathfix pkgconfig
- Add DOCS and EXAMPLES Options
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD
- Add extra patch for EXAMPLES
- Remove obsolete patches

- Bump dependent ports' revisions

Approved by:	pawel / wg (mentors)
2013-10-31 00:32:31 +00:00
Tijl Coosemans
e242011f68 - Update to 1.2.2.
- Fix build with libc++.
- Support staging.
- Move bits from py-openimageio to openimageio.

PR:		ports/182007
Submitted by:	Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
2013-10-29 23:02:03 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Martin Matuska
c2a4b67e17 Bump some PORTREVISIONs due to graphics/webp update to 0.3.1 2013-09-09 22:49:20 +00:00
Guido Falsi
6ba0e1ebe7 - Update to 1.2.1
- Convert to new LIB_DEPENDS format

PR:		ports/181517
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
2013-09-01 00:17:40 +00:00
William Grzybowski
359cb43eb8 graphics/py-openimageio: fix build
- Fix build, missed in openimageio update

PR:		ports/181008
Submitted by:	Shane Ambler <FreeBSD Shaneware.biz> (maintainer)
2013-08-21 12:54:47 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Martin Wilke
adb34a9de6 - Update to 1.2.0 2013-07-20 20:16:01 +00:00
Guido Falsi
5c936c5876 - Update to 1.1.11
- Fix build with gcc 4.8
- While I'm here, remove check for unsupported FreeBSD version

PR:		ports/179165 [1], ports/179192 [2]
Submitted by:	Anderson Guzman <aguzman@pendulosoftware.com> [1]
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz> (maintainer) [2]
2013-06-19 22:04:32 +00:00
Raphael Kubo da Costa
832e2c892d Update to 1.1.10.
The change to thread.h has been reported upstream in
https://github.com/OpenImageIO/oiio/issues/529.

PR:		ports/178505
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
2013-05-12 08:38:48 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Martin Wilke
a4b6ae2319 - Update to 1.1.6
PR:		176241
Submitted by:	maintainer
2013-02-19 13:57:18 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Steve Wills
b8cc06a151 - Chase lib version changes from ilmbase and OpenEXR updates 2013-01-17 16:05:38 +00:00
Marcus von Appen
d2611de5ec - Update to 1.1.2
- Move graphics/openimageio and graphics/py-openimageio into a
  master/slave port relationship
- Remove gcc46 bindings, which creates a corrupted binary on i386 targets
- Remove the devel/tbb dependency, which causes problems on graphics/blender

PR:		ports/170679 ports/172362 ports/172363
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
2012-12-20 10:48:05 +00:00
Ganael LAPLANCHE
740271b4e9 - Update devel/tbb to 4.1.1 and bump dependent port's PORTREVISIONs
- Remove hardcoded dependency on gcc [1]

PR:		ports/171297 [1]
Submitted by:	Christian Mangin <christian.mangin@gmail.com> [1]
2012-12-12 07:42:34 +00:00
Ruslan Makhmatkhanov
7fdcb6654c - update openimageio to 1.0.9
- add conflicts with fbm
- convert DOCS to optionsng
- chase update in graphics/blender (the only consumer)

PR:		171665
Submitted by:	Shane Ambler <FreeBSD at Shaneware dot biz> (maintainer)

- update py-openimageio to 1.0.9

PR:     171666
Submitted by:   Shane Ambler <FreeBSD at Shaneware dot biz> (maintainer)
2012-09-17 05:24:02 +00:00
Guido Falsi
a0b269e16c - Update to 1.0.6
- Convert to new options framework
- Make DOCS options default to on, as per maintainer request

PR:		ports/169288
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz>
Approved by:	crees (mentor)
2012-06-26 11:38:56 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Sunpoet Po-Chuan Hsieh
2b977a15c3 - Move python binding to graphics/py-openimageio
- While I'm here:
  - Sort LIB_DEPENDS and PLIST
  - Respect PORTDOCS
  - Bump PORTREVISION for package change
  - Utilize DOCSDIR to pet portlint

PR:		ports/167411
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
2012-05-01 16:44:41 +00:00
Pawel Pekala
7dd4bcd1c8 Update to version 1.0.3
PR:		ports/167318
Submitted by:	maintainer
2012-04-27 16:49:44 +00:00
Pawel Pekala
5396fd7707 OpenImageIO is a library for reading and writing images, and a bunch of
related classes, utilities, and applications.

There is a particular emphasis on formats and functionality used
in professional, large-scale animation and visual effects work for film.

OpenImageIO is used extensively in animation and VFX studios all over the world,
and is also incorporated into several commercial products.

WWW: http://www.openimageio.org

PR:		ports/166858
Submitted by:	Shane Ambler
2012-04-17 16:04:20 +00:00