Commit graph

41 commits

Author SHA1 Message Date
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Guido Falsi
62a774daf1 - Update libva to 2.2.0
- Update libva-intel-driver 2.2.0
- Add Missing dependency

- Update libva-utils to 2.2.0
- Add missing dependencies
- Add WAYLAND option
- Cleanup some testing comments which slipped in by mistake
2018-07-14 06:37:14 +00:00
Guido Falsi
76c677c186 Update libva, libva-intel-driver and libva-utils to 2.1.0 2018-02-12 22:37:33 +00:00
Guido Falsi
7a8364fb88 Make libva and it's drivers install modules in the standard location
PREFIX/lib/dri.

This is the same location where other ports(mesa) install drivers,
so that everything works out of the box.

PR:		224424
Submitted by:	Greg V <greg@unrelenting.technology>
2017-12-18 21:25:57 +00:00
Guido Falsi
c26152ae1a - Update libva to 2.0.0
- Update libva-intel-driver to 2.0.0
- Update libva-utils to 2.0.0
- Bump dependent ports due to shlib bump
- Import upstream patch to fix multimedia/mpv [1]
- Import upstream patch to fix multimedia/gstreamer1-vaapi [2]

Approved by:	cpm [1], multimedia (timeout) [2]
Obtained from:	2ecf240b1c [1]
		https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi/commit/gst-libs/gst/vaapi/gstvaapiutils.c?id=777bba473e3ed1c7b8b7f7f0322892851c70dfd9 [2]
Differential Revision:	https://reviews.freebsd.org/D12761
2017-12-12 21:29:57 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Guido Falsi
1502725f9d Update libva, libva-utils and libva-intel-driver to 1.8.3 2017-06-29 17:55:22 +00:00
Guido Falsi
c139c9d6e7 Update libva, libva-utils and liva-intel-driver to 1.8.2 2017-05-24 09:41:39 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Guido Falsi
a187acc298 - Update multimedia/libva to 1.8.1
- Update multimedia/libva-utils to 1.8.1
- Update multimedia/libva-intel-driver to 1.8.1
2017-04-12 09:09:34 +00:00
Guido Falsi
2eec4f8342 - Update multimedia/libva to 1.8.0
- Update multimedia/libva-intel-driver to 1.8.0
- Utility programs have been split out of libva distribution to
  another repository, so create a new libva-utils port, copied
  from libva, with these bits
- While here, update home pages in pkg-descr files
2017-04-02 16:12:42 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Guido Falsi
d0cbba0ef6 X11 looks for this driver with two names depending on the hardware, since linux has tow separate drivers. Having just one KMS driver in FreeBSD I create a symlink with the alternative name, so X11 can alys find the driver.
PR:		217825
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
2017-03-19 11:26:19 +00:00
Guido Falsi
b13dda510e - Update multimedia/libva to 1.7.3
- Update multimedia/libva-intel-driver to 1.7.3
- Both project moved to github
2017-02-23 14:27:40 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Guido Falsi
a13a4f9bae Mark port as ONLY_FOR_ARCHS=amd64 i386, as it supports hardware
specific to those architectures.

PR:		214561
Submitted by:	matthew@reztek.cz
2016-11-17 14:27:59 +00:00
Mark Linimon
6d5d36d741 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-16 00:34:36 +00:00
Guido Falsi
f69161cef9 Update to 1.7.2 2016-09-05 11:00:28 +00:00
Guido Falsi
14fbf3b2e3 - Update to 1.7.1
- Convert to USES=localbase
- Remove uneeded use of bsd.port.pre.mk
2016-06-23 17:56:53 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Guido Falsi
d23cbb0971 Update to 1.7.0. 2016-03-16 09:22:46 +00:00
Guido Falsi
652e21a838 Update to 1.6.2 2016-02-21 18:53:21 +00:00
Guido Falsi
b987ab2084 - Update to 1.6.1
- Take maintainership due to multiple timeouts

PR:		202654
Submitted by:	Myself
Approved by:	Maintainer timeout
2015-09-09 22:14:07 +00:00
John Marino
84d76e90b2 multimedia/libva-intel-driver: support DragonFly with USES=alias 2015-05-08 12:20:46 +00:00
Tijl Coosemans
2f31f6488f Convert to USES=autoreconf 2015-04-18 15:14:57 +00:00
Guido Falsi
14f0bef9ce Update to 1.5.1
PR:		198748
Submitted by:	me
Approved by:	Maintainer timeout
2015-04-03 15:17:28 +00:00
Guido Falsi
ac52489f42 - Update to 1.5.0
PR:		196422
Submitted by:	me
Approved by:	maintainer timeout
2015-01-17 12:15:38 +00:00
Jean-Sébastien Pédron
3c9a1d11c2 Final removal of WITH_NEW_XORG
This knob was turned on for all version of FreeBSD in r369875
(2014-10-03) and officially deprecated. Since then, it was gradually
removed from many ports when they needed an update.

x11-servers/xorg-server was the last major user of this knob. The port
was updated to xserver 1.14 in r374982 (2014-12-19). The update got rid
of the knob, clearing the path to the final removal.

This commit changes ports who were checking for WITH_NEW_XORG and remove
its handling from bsd.port.mk.

While here, two sanity checks are added to warn user about WITH_KMS and
WITH_NEW_XORG which have no effect now.

Differential Revision:	https://reviews.freebsd.org/D1351
Reviewed by:	antoine, bapt, kwm
Approved by:	portmgr (antoine, bapt), kwm
2014-12-22 23:04:17 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Dmitry Marakasov
daef2b8aaa - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-08-27 20:43:03 +00:00
Guido Falsi
46e6046a3a Update to 1.3.1
PR:		189677
Submitted by:	me
Approved by:	Maintainer timeout
2014-06-03 20:30:45 +00:00
Guido Falsi
c76e28e800 - Update to 1.3.0
- Use new LIB_DEPENDS format
- USES=tar
- Enable staging

PR:		ports/187986
Submitted by:	me
Approved by:	Maintainer timeout
2014-04-22 23:34:18 +00:00
Niclas Zeising
5a4c543c2b The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:

MESA 9.1.6

Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)

Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
When updating MESA related ports (libGL, dri) you need to remove old versions
first.  See UPDATING for details.

PR:		ports/181962 [2]
Submitted by:	marius [1]
		zeising [2]
Exp-run by:	bdrewery
Approved by:	portmgr (bdrewery)

Thanks to all who helped testing!
2013-09-29 17:01:41 +00:00
Baptiste Daroussin
855fb638fb Add NO_STAGE all over the place in preparation for the staging support (cat: multimedia) 2013-09-20 20:57:48 +00:00
Guido Falsi
3fd6b3bc42 - Update to 1.2.0
PR:		ports/180040
Submitted by:	Myself
Approved by:	Maintainer timeout
2013-07-18 22:19:55 +00:00
Guido Falsi
d89301aafe - Replace BROKEN with IGNORE, which is more appropriate here [1]
- While here also use space in place of tab in pkg-descr WWW line

Reported by:	eadler [1]
Approved by:	manuel.creach@me.com (maintainer, via email)
2013-06-11 12:19:39 +00:00
Guido Falsi
c5dde406c7 - Update to 1.0.20
- Change wording of error message to reflect ports having moved to new options framework.

PR:		ports/179360
Submitted by:	Manuel <manuel.creach@me.com> (maintainer)
Approved by:	Manuel <manuel.creach@me.com> (via private email)
2013-06-09 09:18:06 +00:00
Koop Mast
7e375f820b Add back BROKEN message when WITH_NEW_XORG isn't set.
Submitted by:	pointyhat (via miwi)
Approved by:	portmgr (miwi), maintainer (timeout)
2013-04-01 11:58:39 +00:00
Marius Strobl
3e5f71ead9 Switch to the logic from x11-drivers/xf86-video-intel for detecting
whether graphics/libdrm with KMS enabled is installed. For one, the
WITH_KMS knob never real has been established as a global option
within the ports tree. Also, just using IGNORE here when libkms.so
not already exists does the wrong thing when graphics/libdrm generally
is not installed at this point of time, yet.

Approved by:	bapt (mentor), maintainer
2013-01-20 16:11:23 +00:00
Guido Falsi
a370195f5c - Update to 1.0.19
PR:		ports/173597
Submitted by:	Manuel Creach <manuel.creach@me.com> (maintainer)
Feature safe:	yes
2012-11-15 13:07:47 +00:00
Guido Falsi
d21c155b4c Libva driver for intel graphics cards with hardware accelerated
features for video encode/decode.

WWW:	http://cgit.freedesktop.org/vaapi/intel-driver

PR:		ports/172843
Submitted by:	Manuel Creach <manuel.creach@me.com>
Feature safe:	yes
2012-10-25 21:06:38 +00:00