Commit graph

69 commits

Author SHA1 Message Date
Jason E. Hale
db5c7e9c09 - Fix typo in QT4 OPENGL logic 2013-12-11 15:04:33 +00:00
Ganael LAPLANCHE
6e39a5dd87 - Update devel/tbb to 4.2.2
- Cleanup DISTNAME and WRKSRC definitions
- Use INSTALL_LIB instead of INSTALL_DATA + STRIP_CMD
- Bump dependent ports' revisions

PR:		ports/184526
Submitted by:	delphij
2013-12-11 07:53:16 +00:00
Jason E. Hale
049486f9e8 - Fix build with QT4 option (error: GL/glx.h: No such file or directory) [1]
- Specify major Qt version number to squash some CMake warnings about Qt5
- Use OPTIONS_RADIO for GUI support - build only allows use of one toolkit
- Make OpenGL support optional (off by default since it only works with
  GUI support)
- Allow OpenGL support with GTK2

Reported by:	Wolfgang Riegler <wolfgang.riegler@gmx.de> [1]
2013-12-10 23:56:44 +00:00
Jason E. Hale
44331a4941 - Move CFLAGS to python block. They are causing build errors by picking
up old headers if a previous version is installed and are not needed for
  the main build

Reported by:	Andrzej Tobola <ato@iem.pw.edu.pl>, Kevin Oberman <rkoberman@gmail.com>
2013-12-08 10:55:57 +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
Jason E. Hale
2d7bc5f000 - Allow build with clang without libc++ on 8.x and 9.x [1][2][3]
- Fix build on powerpc64 [4]

PR:		ports/183238 [1], ports/183954 [2], ports/182046 [4]
Submitted by:	Chess Griffin <chess@chessgriffin.com> [1],
		Guillaume Bibaut <yom@iaelu.net> [2],
		jhibbits [4]
Patched by:	tijl (via private mail) [3]
2013-11-25 15:19:00 +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
Jason E. Hale
e496edf8b6 - Fix typos in EIGEN option
- Fix build with modern compilers in the contrib module [1]
- Fix build of opencv-core with clang in the ts module [2]
- Fix build with QT option [3]
- Fix build of py-opencv with clang [4]

Reported by:	avg [1], Robert Huff <roberthuff@rcn.com> [2]
PR:		ports/182443 [3], ports/182837 [4]
Submitted by:	O. Hartmann <ohartman@zedat.fu-berlin.de> [3], pawel [4]
2013-10-22 22:03:28 +00:00
Jason E. Hale
2c24ec70f8 - Fix ffmpeg dependency due to recent move
While here:
- Convert to options helpers
- Convert to new LIB_DEPENDS syntax
- Fix a few typos and portlint(1) warnings

Reported by:	avg
Patched by:	wg
2013-10-21 23:17:11 +00:00
Steve Wills
2ad62d68b4 - Fix build on 8.4
Submitted by:	bapt mostly, I just fixed up the __has_include bit with help from help from antoine@
Approved by:	portmgr (bapt@)
2013-10-05 20:34:59 +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
Baptiste Daroussin
18e111e32f Fix build of opencv with libc++
share the CXXFLAGS between opencv-core and opencv
2013-09-12 13:00:12 +00:00
Baptiste Daroussin
5c521c60ea Fix opencv-core with libc++
Submitted by:	theraven
2013-09-10 15:40:26 +00:00
Raphael Kubo da Costa
4a2754c4c9 Point to the non-deprecated site in WWW. 2013-09-09 21:51:58 +00:00
Baptiste Daroussin
894a8184ce Eradicate USE_GNOME=pkgconfig from graphics
While here:
- trim headers
- convert:
  * USE_GNOME=gnomehack -> USES=pathfix
  * USE_GMAKE=yes -> USES=gmake
  * USE_PERL5 -> USES=perl5
2013-09-01 22:50:06 +00:00
John Marino
b6386755cd graphics/opencv: continue recent binutils fix
This cleans up the previous commit, and combines the LDFLAGS.  It's more
logical this way, right after opencv_core is specified in LIB_DEPENDS.

Approved by:	bapt/culot (mentors, implicit)
2013-08-10 20:35:10 +00:00
Baptiste Daroussin
0ffc0d521f Fix build with recent binutils 2013-07-28 20:40:26 +00:00
Jason Helfman
acbbee2bc7 - adoption of optionsNG
- convert to USES in some cases (pkgconfig,pathfix)
- trim COMMENT/historical headers in some cases

Approved by:	portmgr (miwi)
2013-05-23 02:35:26 +00:00
Ganael LAPLANCHE
b8081a458c - Update devel/tbb to 4.1.3 (20130314oss) and bump dependent port's revisions
- Fix build when CC defined as gcc
2013-04-23 07:00:02 +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
Steve Wills
b8cc06a151 - Chase lib version changes from ilmbase and OpenEXR updates 2013-01-17 16:05:38 +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
Jason E. Hale
572f2a416a - Take maintainership
- Trim Makefile headers

Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-11-06 17:23:07 +00:00
Martin Matuska
79e4dd440a Return maintainership back to ports@
Feature safe:	yes
2012-11-06 16:42:20 +00:00
Martin Matuska
9355c1a1ef Fix build with QT4 option
PR:		ports/172156
Submitted by:	RyoTa SimaMoto
Feature safe:	yes
2012-10-23 20:16:48 +00:00
Steve Wills
d0a0b63b07 - Mark MAKE_JOBS_UNSAFE since this failed with it enabled for me, multiple times
PR:		ports/169606
Approved by:	maintainer timeout (mm, >2 weeks)
2012-07-22 20:51:02 +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
Juergen Lock
d613b75b1d - Update multimedia/libxine to 1.2.1 with a commit merged from hg
to fix DVB support.  (which still is broken for tuners using
  hardware pid filtering, like when running webcamd with
  "-m dvb-usb-init.force_pid_filter_usage=1".)

- Add patches to fix build of ports depending on libxine to:
  audio/amarok,
  graphics/gimageview [1], graphics/pornview [1],
  graphics/osg [2], graphics/osg-devel [2],
  multimedia/emotion,
  x11/kdelibs4 [3],
  multimedia/kmplayer,
  multimedia/konverter,
  multimedia/qdvdauthor [4],
  multimedia/vdr-plugin-xineliboutput,
  multimedia/xfce4-media [5],
  multimedia/xine_artsplugin,
  multimedia/k9copy-kde4 [6]

- Fix RUN_DEPENDS= xine... which should be LIB_DEPENDS for audio/atunes . [7]

- Mark multimedia/phonon-xine BROKEN which refuses to build with
  libxine 1.2.x and is deprecated upstream. [3]

- Disable XINE knob for x11/eaglemode for which I don't have a fix. [2]

- Note: multimedia/kaffeine runs after rakuco's x11/kdelibs4 fix,
  but it only shows a green window at least with mp4 or ts files.
  (avi files and audio still work.)  It seems the kaffeine developers
  have found this too and are now switching away from libxine in
  their git repo - so I guess we'll have a broken kaffeine at least
  until they release a new version.

- Bump PORTREVISIONs for ports depending on libxine by default.

- Add optional libbluray support to multimedia/libxine and
  multimedia/vdr-plugin-xineliboutput.

PR:		ports/165057 [6]
Submitted by:	nox (self) [6], rakuco [3]
Approved by:	dinoex (maintainer, via irc) [1],
		amdmi3 (maintainer, via private email) [2],
		kde@ (rakuco, via irc) [3],
		Phil Oleson <oz@nixil.net> (maintainer, via private email) [4],
		xfce@ (rene, via irc) [5],
		Eduardo Gielamo Oliveira <egoliveira@gmail.com> (maintainer) [6],
		lme (maintainer, via irc) [7]
Thanx to:	Darren Salt (upstream libxine maintainer) for a few
		hints on irc to help with patching ports depending
		on deprecated libxine features
2012-02-26 15:22:37 +00:00
Ganael LAPLANCHE
b1e67558fe - Update devel/tbb to 4.0.0
- Bump dependent ports' revisions
2012-01-16 09:46:55 +00:00
Martin Matuska
eed66ea71a Add fix from upstream for bug #1432 (Clang compilation fixes)
https://code.ros.org/trac/opencv/ticket/1432

Reported by:	Roman Divacky <rdivacky@FreeBSD.org>
Obtained from:	OpenCV (revision 6881)
2011-12-17 11:42:05 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Matuska
9acce3620a Fix portversion going backwards
Reported by:	erwin
2011-09-20 15:48:12 +00:00
Martin Matuska
6e9f3a7514 Update OpenCV to 2.3.1a
PR:		ports/160719
2011-09-18 10:17:57 +00:00
Martin Matuska
b07f6a6c1f Change capital letter in COMMENT for python module 2011-08-22 21:16:42 +00:00
Martin Matuska
bc764aba5e Update to 2.3.1
Prepare moving of python module to own port
2011-08-22 21:10:22 +00:00
Martin Matuska
37ed51a365 Rename pkg-plist.core to pkg-plist.oc to prevent accidential deletion
by crontab scripts

Reported by:	Thomas Abthorpe <tabthorpe@FreeBSD.org>
2011-07-21 20:02:41 +00:00
Martin Matuska
a64a157fde Update opencv to 2.3.0 2011-07-11 08:28:12 +00:00
Martin Matuska
00c67e3fce Remove opencv2/video from pkg-plist (it is part of opencv-core) 2011-06-29 14:59:19 +00:00
Martin Matuska
e7d91d6398 Remove conditions with USE_GCC (not needed anymore) 2011-06-29 13:15:26 +00:00
Martin Matuska
760559e18c Update OpenCV to 2.3.0-rc 2011-06-29 11:46:01 +00:00
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00
Ganael LAPLANCHE
7b65210568 - Update devel/tbb to 3.0.5 and add a LOCAL mirror
- Bump PORTREVISIONs for dependent ports

Approved by:	ehaupt (mentor)
2011-03-24 08:20:12 +00:00
Alberto Villa
157f1b5c0d - Upgrade to 2.1.0.
- Fix build on 6.X.
- Fix build with GCC 4.5. [1]
- Fix dependency on Video4Linux. [1]
- Add LICENSE.
- Use bsd.port.options.mk.

PR:		ports/148955 [1]
Submitted by:	swell.k@gmail.com [1]
Approved by:	tabthorpe (mentor)
2010-08-27 18:16:16 +00:00
Martin Matuska
ab5c533c96 - Update ffmpeg to 0.6 2010-07-24 16:38:20 +00:00
Dima Panov
948c25b514 - Really unbroke with fresh v4l support
Approved by:	avilla (maintaner via irc)
2010-04-19 01:37:38 +00:00
Dirk Meyer
fa1b034160 - fix build for png-1.4.1
PR:		145122
Submitted by:	Andrei V. Lavreniyuk
2010-03-30 03:14:29 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Alberto Villa
d091d43192 - Mark as broken on sparc64.
- Set correct OSVERSION for the BROKEN flag.

Approved by:	tabthorpe (mentor)
2010-01-29 23:03:23 +00:00