1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
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
Pav Lucistnik
f03fb8659b - Mark BROKEN on 6.X
Reported by:	pointyhat
2010-01-28 22:50:39 +00:00
Alberto Villa
0fc09a0c47 - Update my e-mail address in the ports I maintain.
Approved by:	miwi (mentor)
2010-01-26 22:53:08 +00:00
Dima Panov
b3d93a8e24 - Update port: graphics/opencv 1.0.0 -> 2.0.0
PR:		140860
Submitted by:	Alberto Villa (maintainer)
Approved by:	miwi, tabthorpe (mentors implicit)
2010-01-18 13:15:53 +00:00
Dmitry Marakasov
6b5fb87219 - Switch SourceForge ports to the new File Release System: categories starting with G 2009-08-22 00:23:13 +00:00
Dima Panov
340e390eeb Fix build with current FFMpeg.
Fix python support in highgui module.

Bump PORTREVISION

Pass maintainership to submitter.

PR:		137805, 137871
Submitted by:	Alberto Villa <villa.alberto AT gmail DOT com>
Approved by:	miwi (mentor)
2009-08-18 08:16:07 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Tilman Keskinoz
0a201b77e7 Fix build
Set maintainer to ports

PR:		136390
Submitted by:	Joerg Ruppe-Tanner
Approved by:	old maintainer
2009-07-25 14:14:35 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Martin Wilke
6c3173f6e2 - Fix build with newer ffmpeg
PR:		117173
Submitted by:	soralx@cydem.org
Patched by:	miwi
Tested by:	nox
Reviewed by:	nox
Approved by:	maintainer timeout
2008-05-02 11:40:05 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Mark Linimon
a2815a4474 Mark broken on sparc64: does not compile. 2008-02-01 12:04:04 +00:00
Norikatsu Shigemura
4c939e003c Enable V4L (Video for Linux) compatible to use USB Camera.
Approved by:	maintainer timeout (1 week)
2007-12-22 15:16:31 +00:00
Norikatsu Shigemura
560079b2e5 Chase OpenEXR library version bumped. 2007-10-07 17:46:16 +00:00
Stefan Walter
774a788d97 Update to 1.0.0.
PR:		110057
Submitted by:	Tz-Huan Huang <tzhuan@csie.org>
Approved by:	maintainer timeout (4 weeks)
2007-04-05 08:29:24 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Edwin Groothuis
83a0d6ba72 Fix build in 4.x
Noticed by: YAPHR
2006-01-02 09:39:50 +00:00
Edwin Groothuis
4705691222 Change maintainer to submitter since the specified maintainer is a
closed mailinglist.

Noticed by: YAPHR
2006-01-02 06:34:54 +00:00
Edwin Groothuis
1398563371 New port: graphics/opencv (Open Source Computer Vision Library from Intel)
The Open Computer Vision Library is a collection of algorithms
	and sample code for various computer vision problems. The
	library is compatible with IPL and utilizes Intel Integrated
	Performance Primitives for better performance.

	WWW: http://sourceforge.net/projects/opencvlibrary/
	     http://www.intel.com/research/mrl/research/opencv/

PR:		ports/78473
Submitted by:	Marc Abramowitz <msabramo@yahoo.com>
2005-12-29 03:38:28 +00:00