notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
libva-intel-driver VAAPI legacy driver for Intel GMA 4500 (Gen4) to UHD 630 (Gen9.5)
2.4.1_2 multimedia on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.4.1_2Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-10-25 21:08:30
Last Update: 2023-06-21 11:44:47
Commit Hash: 9b60e04
People watching this port, also watch:: pkgconf, xdg-utils, pkg, openssl, binutils
License: MIT
WWW:
https://01.org/linuxmedia
Description:
VA-API (Video Acceleration API) user mode driver for Intel GEN Graphics family provides a bridge to the GEN GPUs through the packaging of buffers and commands to be sent to the i915 driver for exercising both hardware and shader functionality for video decode, encode, and processing.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. lib/dri/i965_drv_video.so
  2. /usr/local/share/licenses/libva-intel-driver-2.4.1_2/catalog.mk
  3. /usr/local/share/licenses/libva-intel-driver-2.4.1_2/LICENSE
  4. /usr/local/share/licenses/libva-intel-driver-2.4.1_2/MIT
Collapse this list.
Dependency lines:
  • libva-intel-driver>0:multimedia/libva-intel-driver
To install the port:
cd /usr/ports/multimedia/libva-intel-driver/ && make install clean
To add the package, run one of these commands:
  • pkg install multimedia/libva-intel-driver
  • pkg install libva-intel-driver
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libva-intel-driver
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64 i386
distinfo:
TIMESTAMP = 1590974265 SHA256 (intel-intel-vaapi-driver-2.4.1_GH0.tar.gz) = 03cd7e16acc94f828b6e7f3087863d8ca06e99ffa3385588005b1984bdd56157 SIZE (intel-intel-vaapi-driver-2.4.1_GH0.tar.gz) = 3962460

Packages (timestamps in pop-ups are UTC):
libva-intel-driver
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-2.4.1_2--2.4.1_2---
FreeBSD:13:quarterly-2.4.1_2--2.4.1_2---
FreeBSD:14:latest-2.4.1_2--2.4.1_2---
FreeBSD:14:quarterly-2.4.1_2--2.4.1_2---
FreeBSD:15:latest-2.4.1_2n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libva>=2.4.0 : multimedia/libva
  2. meson : devel/meson
  3. ninja : devel/ninja
  4. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. hybrid_drv_video.so : multimedia/libva-intel-hybrid-driver
Library dependencies:
  1. libdrm_intel.so : graphics/libdrm
  2. libva.so : multimedia/libva
  3. libva-wayland.so : multimedia/libva
  4. libva-x11.so : multimedia/libva
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for libva-intel-driver-2.4.1_2: HYBRID=on: Hybrid VP8 encoding on Gen7/8 and VP9 decoding on Gen7/8/9 WAYLAND=on: Wayland (graphics) support X11=on: X11 (graphics) support ===> Use 'make config' to modify these settings
Options name:
multimedia_libva-intel-driver
USES:
compiler:c11 meson pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/intel/intel-vaapi-driver/tar.gz/2.4.1?dummy=/
Collapse this list.

Number of commits found: 71

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.4.1_2
21 Jun 2023 11:44:47
commit hash: 9b60e04bce0e505ecff0b60ba9656e14d14be4b9commit hash: 9b60e04bce0e505ecff0b60ba9656e14d14be4b9commit hash: 9b60e04bce0e505ecff0b60ba9656e14d14be4b9commit hash: 9b60e04bce0e505ecff0b60ba9656e14d14be4b9 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
multimedia/libva-intel-driver: drop unsupported i915 symlink

i915 OpenGL driver only covers Gen3 but i965 VA-API requires Gen4+.
libva maps crocus/iris OpenGL on Gen4+ to i965 VA-API.

https://gitlab.freedesktop.org/mesa/mesa/-/blob/mesa-22.3.7/include/pci_ids/i915_pci_ids.h
https://github.com/intel/intel-vaapi-driver/blob/2.4.1/src/i965_pciids.h#L27-L33
https://github.com/intel/libva/blob/2.18.0/va/x11/va_x11.c#L56-L57

This reverts commit d0cbba0ef619ceda900d53d3763d5f401f2a910b.

PR:		272109
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.4.1_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.4.1_1
25 Oct 2021 12:58:29
commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)

ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.

While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
2.4.1_1
18 Aug 2021 21:46:12
commit hash: 0fe260b63e82ede58d8e551f724f09d7fb63240ecommit hash: 0fe260b63e82ede58d8e551f724f09d7fb63240ecommit hash: 0fe260b63e82ede58d8e551f724f09d7fb63240ecommit hash: 0fe260b63e82ede58d8e551f724f09d7fb63240e files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
multimedia/libva-intel-driver: enable HYBRID by default (again)

Originally disabled due to GPU freezes on Sandy Bridge which
disappeared after upgrading FreeBSD from 11 to 12. drm-*-kmod
also had several updates since then. So, let's re-try.

PR:		233259
2.4.1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.4.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.4.1
03 Jul 2020 23:24:09
Revision:541155Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva-intel-driver: note which GPUs are not supported

Icelake (Gen11) is not supported. Cannonlake (Gen10) was discontinued,
so it's not clear.
2.4.1
02 Jun 2020 19:55:51
Revision:537576Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva-intel-driver: update to 2.4.1

Changes:	https://github.com/intel/intel-vaapi-driver/compare/2.4.0...2.4.1
Reported by:	Repology
MFH:		2020Q2 (bug fixes)
2.4.0
06 Dec 2019 10:47:32
Revision:519133Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva-intel-driver: update to 2.4.0

Changes:	https://github.com/intel/intel-vaapi-driver/compare/2.4.0.pre1...2.4.0
Reported by:	GitHub (watch releases)
2.4.0.p1
26 Nov 2019 05:05:15
Revision:518446Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva-intel-driver: update to 2.4.0.p1

Changes:	https://github.com/intel/intel-vaapi-driver/releases/tag/2.4.0.pre1
Reported by:	GitHub (watch releases)
2.3.0_4
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2.3.0_3
12 Mar 2019 16:53:44
Revision:495470Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva-intel*driver: allow disabling Wayland/X11 independently of
libva

PR:		236376
Submitted by:	Dries Michiels (based on)
2.3.0_3
26 Jan 2019 00:43:01
Revision:491214Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva: update to 2.4.0

Changes:	https://github.com/intel/libva/releases/tag/2.4.0
2.3.0_3
18 Jan 2019 10:41:36
Revision:490633Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva-intel-driver: unbreak libva + WAYLAND=off after r490613

Dependency wayland-client found: NO (tried pkgconfig and cmake)
Dependency libva-wayland found: NO (tried pkgconfig and cmake)

meson.build:94:2: ERROR:  Unknown variable "wl_scanner".

PR:		235039
Reported by:	jakub_lach@mailplus.pl
2.3.0_3
18 Jan 2019 00:01:55
Revision:490614Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva: USE_GITHUB doesn't support bzip2
2.3.0_3
17 Jan 2019 23:56:34
Revision:490613Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva{,-intel-driver}: convert to USES=meson

Meson is faster than autoreconf + libtool and easier to maintain.
Force rebuild to catch regressions early.
2.3.0_2
17 Jan 2019 23:56:21
Revision:490612Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva{,-intel-driver}: better group variables

Consistent style across my ports helps to process issues faster.
2.3.0_2
17 Jan 2019 23:54:42
Revision:490611Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva{,-intel-driver}: clean up

- Add BUILD_DEPENDS to intel driver for wl_drm_interface fix
- Rewrite gettid() to make it easier to maintain
- Update description from upstream
- Drop unused v4l_compat dependency
- Drop unused USES=alias as <alloca.h> is gone
- Drop libGL dependency as intel driver uses libEGL via dlopen on Wayland
- Drop --program-prefix after vainfo moved to libva-utils
- Drop fmake workaround as USES=gmake is used
- Drop -ldl workaround for FreeBSD < 11.2
- Drop RTLD_NODELETE workaround for FreeBSD < 8.0
- Drop GLX_GLXEXT_VERSION workaround for Mesa < 7.8.1
- Drop Created by as the port diverged a lot (even more with Meson)
- Hint intel driver isn't actively developed (but still maintained)
- Clarify libdrm dependency
2.3.0_1
16 Jan 2019 18:04:05
Revision:490498Original commit files touched by this commit
madpilot search for other commits by this committer
- Unbreak Wayland support in libva-intel-driver with Mesa 18.3 [1]
- Allow disabling X11 support in libva [2]
- Update minimum version requirement in libva-intel-media-driver
  BUILD_DEPENDS (required by submitter/maintainer) [1]
- While here, silence some portling warnings
- Pass maintainership to jbeich (submitter) [1]

PR:		234891 [1], 234925 [2]
Submitted by:	jbeich
2.3.0
31 Dec 2018 13:43:36
Revision:488788Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva-intel-driver: clean up descriptions

- Spell Intel properly as the driver is named i965
- Mention support for Gen4/Gen5
- Disambiguate COMMENT from libva-intel-media-driver
- Simplify ONLY_FOR_ARCHS_REASON wording
- Move ONLY_FOR_ARCHS to pacify `portlint -C`
- Mention HYBRID support for VP8 encoding
- Update WWW to actual homepage
- Expand pkg-descr with from upstream README.md

Approved by:	madpilot (maintainer)
Differential Revision:	https://reviews.freebsd.org/D18688
2.3.0
18 Dec 2018 20:12:34
Revision:487768Original commit files touched by this commit
madpilot search for other commits by this committer
Update libva-intel-driver to 2.3.0
2.2.0_5
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2.2.0_4
17 Nov 2018 16:24:35
Revision:485140Original commit files touched by this commit
madpilot search for other commits by this committer
- Bump portrevision, forgot when disabling option
- Completely remove the OPTIONS_DEFAULT line.

Reported by:	jbeich
2.2.0_3
17 Nov 2018 15:33:34
Revision:485138Original commit files touched by this commit
madpilot search for other commits by this committer
Disable HYBRID option by default due to lockups being reported on
Sandy Bridge CPUs.

PR:		233259
Submitted by:	rkoberman@gmail.com
2.2.0_3
07 Nov 2018 22:40:27
Revision:484415Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva-intel-driver: enable HYBRID by default

PR:		232981
Approved by:	madpilot (maintainer)
Tested by:	Kevin Oberman, madpilot
2.2.0_2
06 Nov 2018 00:45:55
Revision:484272Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva-intel-driver: chase HTTP redirect
2.2.0_2
06 Nov 2018 00:25:09
Revision:484268Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva-*-driver: only used by dlopen, so drop ldconfig
2.2.0_2
03 Nov 2018 16:25:07
Revision:483899Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/libva-intel-driver: expose Hybrid decoding

On Skylake this reduces CPU usage by half when decoding VP9.
2.2.0_2
29 Sep 2018 08:04:27
Revision:480899Original commit files touched by this commit
riggs search for other commits by this committer
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
2.2.0_1
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
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
2.2.0
14 Jul 2018 06:37:15
Revision:474613Original commit files touched by this commit
madpilot search for other commits by this committer
- 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
2.1.0
12 Feb 2018 22:37:33
Revision:461668Original commit files touched by this commit
madpilot search for other commits by this committer
Update libva, libva-intel-driver and libva-utils to 2.1.0
2.0.0_1
18 Dec 2017 21:25:57
Revision:456673Original commit files touched by this commit
madpilot search for other commits by this committer
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>
2.0.0
12 Dec 2017 21:29:57
Revision:456184Original commit files touched by this commit
madpilot search for other commits by this committer
- 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:	https://github.com/mpv-player/mpv/commit/2ecf240b1cd20875991a5b18efafbe799864ff7f
[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
1.8.3_1
10 Sep 2017 20:55:39
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
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
1.8.3
29 Jun 2017 17:55:22
Revision:444654Original commit files touched by this commit
madpilot search for other commits by this committer
Update libva, libva-utils and libva-intel-driver to 1.8.3
1.8.2
24 May 2017 09:41:39
Revision:441569Original commit files touched by this commit
madpilot search for other commits by this committer
Update libva, libva-utils and liva-intel-driver to 1.8.2
1.8.1_1
23 May 2017 05:03:16
Revision:441503Original commit files touched by this commit
rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
1.8.1
12 Apr 2017 09:09:34
Revision:438337Original commit files touched by this commit
madpilot search for other commits by this committer
- Update multimedia/libva to 1.8.1
- Update multimedia/libva-utils to 1.8.1
- Update multimedia/libva-intel-driver to 1.8.1
1.8.0
02 Apr 2017 16:12:42
Revision:437566Original commit files touched by this commit
madpilot search for other commits by this committer
- 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
1.7.3_2
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
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
1.7.3_1
19 Mar 2017 11:26:19
Revision:436483Original commit files touched by this commit
madpilot search for other commits by this committer
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>
1.7.3
23 Feb 2017 14:27:41
Revision:434669Original commit files touched by this commit
madpilot search for other commits by this committer
- Update multimedia/libva to 1.7.3
- Update multimedia/libva-intel-driver to 1.7.3
- Both project moved to github
1.7.2_1
20 Nov 2016 09:38:09
Revision:426566Original commit files touched by this commit
gerald search for other commits by this committer
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.
1.7.2
17 Nov 2016 14:27:59
Revision:426285Original commit files touched by this commit
madpilot search for other commits by this committer
Mark port as ONLY_FOR_ARCHS=amd64 i386, as it supports hardware
specific to those architectures.

PR:		214561
Submitted by:	matthew@reztek.cz
1.7.2
16 Nov 2016 00:34:37
Revision:426199Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
1.7.2
05 Sep 2016 11:00:29
Revision:421359Original commit files touched by this commit
madpilot search for other commits by this committer
Update to 1.7.2
1.7.1
23 Jun 2016 17:56:54
Revision:417394Original commit files touched by this commit
madpilot search for other commits by this committer
- Update to 1.7.1
- Convert to USES=localbase
- Remove uneeded use of bsd.port.pre.mk
1.7.0
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
1.7.0
16 Mar 2016 09:22:47
Revision:411217Original commit files touched by this commit
madpilot search for other commits by this committer
Update to 1.7.0.
1.6.2
21 Feb 2016 18:53:22
Revision:409308Original commit files touched by this commit
madpilot search for other commits by this committer
Update to 1.6.2
1.6.1
09 Sep 2015 22:14:08
Revision:396542Original commit files touched by this commit
madpilot search for other commits by this committer
- Update to 1.6.1
- Take maintainership due to multiple timeouts

PR:		202654
Submitted by:	Myself
Approved by:	Maintainer timeout
1.5.1
08 May 2015 12:20:47
Revision:385770Original commit files touched by this commit
marino search for other commits by this committer
multimedia/libva-intel-driver: support DragonFly with USES=alias
1.5.1
18 Apr 2015 15:14:58
Revision:384229Original commit files touched by this commit
tijl search for other commits by this committer
Convert to USES=autoreconf
1.5.1
03 Apr 2015 15:17:29
Revision:383134Original commit files touched by this commit
madpilot search for other commits by this committer
Update to 1.5.1

PR:		198748
Submitted by:	me
Approved by:	Maintainer timeout
1.5.0
17 Jan 2015 12:15:39
Revision:377222Original commit files touched by this commit
madpilot search for other commits by this committer
- Update to 1.5.0

PR:		196422
Submitted by:	me
Approved by:	maintainer timeout
1.3.1_2
22 Dec 2014 23:04:19
Revision:375286Original commit files touched by this commit
dumbbell search for other commits by this committer
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
1.3.1_2
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
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)
1.3.1_1
27 Aug 2014 20:43:03
Revision:366352Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Drop .la files, no dependees require them

Approved by:	portmgr blanket
1.3.1
03 Jun 2014 20:30:45
Revision:356409Original commit files touched by this commit
madpilot search for other commits by this committer
Update to 1.3.1

PR:		189677
Submitted by:	me
Approved by:	Maintainer timeout
1.3.0
22 Apr 2014 23:34:18
Revision:351889Original commit files touched by this commit
madpilot search for other commits by this committer
- Update to 1.3.0
- Use new LIB_DEPENDS format
- USES=tar
- Enable staging

PR:		ports/187986
Submitted by:	me
Approved by:	Maintainer timeout
1.2.0
29 Sep 2013 17:01:42
Revision:328711Original commit files touched by this commit
zeising search for other commits by this committer
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)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2.0
20 Sep 2013 20:57:49
Revision:327747Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
1.2.0
18 Jul 2013 22:19:55
Revision:323260Original commit files touched by this commit
madpilot search for other commits by this committer
- Update to 1.2.0

PR:		ports/180040
Submitted by:	Myself
Approved by:	Maintainer timeout
1.0.20
11 Jun 2013 12:19:40
Revision:320553Original commit files touched by this commit
madpilot search for other commits by this committer
- 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)
1.0.20
09 Jun 2013 09:18:06
Revision:320320Original commit files touched by this commit
madpilot search for other commits by this committer
- 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)
1.0.19
01 Apr 2013 11:58:40
Revision:315651Original commit files touched by this commit
kwm search for other commits by this committer
Add back BROKEN message when WITH_NEW_XORG isn't set.

Submitted by:	pointyhat (via miwi)
Approved by:	portmgr (miwi), maintainer (timeout)
1.0.19
20 Jan 2013 16:11:23
Revision:310697Original commit files touched by this commit
marius search for other commits by this committer
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
1.0.19
15 Nov 2012 13:07:47
Revision:307453Original commit files touched by this commit
madpilot search for other commits by this committer
- Update to 1.0.19

PR:		ports/173597
Submitted by:	Manuel Creach <manuel.creach@me.com> (maintainer)
Feature safe:	yes
1.0.18
25 Oct 2012 21:06:39
Revision:306398Original commit files touched by this commit
madpilot search for other commits by this committer
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

Number of commits found: 71