| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Rebuild a consumer that already uses VA_CHECK_VERSION(1, 12, 0)
Changes: https://github.com/intel/libva/compare/2.11.0...2.12.0
Reported by: Repology
|
|
|
|
|
|
|
|
|
|
| |
Rebuild a consumer that already uses VA_CHECK_VERSION(1, 11, 0)
Changes: https://github.com/intel/libva/compare/2.10.0...2.11.0
Reported by: Repology
Notes:
svn path=/head/; revision=569031
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/intel/libva/compare/2.9.1...2.10.0
ABI: https://abi-laboratory.pro/tracker/timeline/libva/
Reported by: Repology
Notes:
svn path=/head/; revision=557002
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/intel/libva/compare/2.8.0...2.9.0
ABI: https://abi-laboratory.pro/tracker/timeline/libva/
Reported by: Repology
Notes:
svn path=/head/; revision=548433
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/intel/libva/compare/2.7.1...2.8.0
ABI: https://abi-laboratory.pro/tracker/timeline/libva/
Reported by: GitHub (watch releases)
Notes:
svn path=/head/; revision=540518
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/intel/libva/compare/2.6.1...2.7.0
ABI: https://abi-laboratory.pro/tracker/timeline/libva/
Reported by: Repology
Notes:
svn path=/head/; revision=530453
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/intel/libva/releases/tag/2.6.0
ABI: https://abi-laboratory.pro/tracker/timeline/libva/
Reported by: GitHub (watch releases)
Notes:
svn path=/head/; revision=520872
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/intel/libva/releases/tag/2.5.0
ABI: https://abi-laboratory.pro/tracker/timeline/libva/
Reported by: GitHub (watch releases), portscout
Notes:
svn path=/head/; revision=505899
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
--- libva-2.4.1.orig/meson.build 2019-04-07 17:44:47 UTC
+++ libva-2.4.1/meson.build 2019-04-17 10:07:39 UTC
@@ -20,7 +20,7 @@ project(
# - reset minor version to zero when major version is incremented
va_api_major_version = 1
va_api_minor_version = 4
-va_api_micro_version = 0
+va_api_micro_version = 1
va_api_version = '@0@.@1@.@2@'.format(va_api_major_version,
va_api_minor_version,
Reported by: Ravenports
Notes:
svn path=/head/; revision=501575
|
|
|
|
|
|
|
|
|
|
|
| |
libva-glx isn't widely used and makes it hard to unify mesa-* ports
into one due to circular dependency.
See also: https://github.com/mpv-player/mpv/commit/a18dc01655b8
Obtained from: Greg V (based on)
Notes:
svn path=/head/; revision=495793
|
|
|
|
|
|
|
| |
Changes: https://github.com/intel/libva/releases/tag/2.4.0
Notes:
svn path=/head/; revision=491214
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=490498
|
|
|
|
|
|
|
|
| |
- Update libva-utils to 2.3.0
- Update WWW and GH_ACCOUNT to new upstream account
Notes:
svn path=/head/; revision=481144
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=474613
|
|
|
|
| |
Notes:
svn path=/head/; revision=461668
|
|
|
|
|
|
|
|
|
|
| |
- Add an explicit WAYLAND option to allow users enabling or disabling
it, to avoid silent dependencies. Off by default
Reported by: "Alex V. Petrov" <alexvpetrov@gmail.com> [1]
Notes:
svn path=/head/; revision=456203
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=456184
|
|
|
|
| |
Notes:
svn path=/head/; revision=444654
|
|
|
|
|
|
|
|
| |
EGL is now present via mesa-libs, so it is detected and libva now builds and
installs its EGL backend.
Notes:
svn path=/head/; revision=440853
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=437566
|
|
|
|
|
|
|
|
| |
- Update multimedia/libva-intel-driver to 1.7.3
- Both project moved to github
Notes:
svn path=/head/; revision=434669
|
|
|
|
| |
Notes:
svn path=/head/; revision=421359
|
|
|
|
|
|
|
| |
- Convert to USES=localbase
Notes:
svn path=/head/; revision=417393
|
|
|
|
| |
Notes:
svn path=/head/; revision=411215
|
|
|
|
| |
Notes:
svn path=/head/; revision=409307
|
|
|
|
|
|
|
| |
- Regenerate patches to silence portlint warnings.
Notes:
svn path=/head/; revision=395235
|
|
|
|
| |
Notes:
svn path=/head/; revision=375908
|
|
|
|
|
|
|
|
| |
- Rename patch files
- Remove dirrm
Notes:
svn path=/head/; revision=369769
|
|
|
|
|
|
|
|
| |
- Drop .la files
- Remove hacks
Notes:
svn path=/head/; revision=368466
|
|
|
|
|
|
|
| |
- Add USES=libtool to libva and libva-vdpau-driver and adjust plist accordingly
Notes:
svn path=/head/; revision=353710
|
|
|
|
|
|
|
| |
- Silence some portlint warnings
Notes:
svn path=/head/; revision=349301
|
|
|
|
| |
Notes:
svn path=/head/; revision=321903
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Take maintainership
- Strip Makefile headers
- Patch software to install with correct ABI version number
- Convert to new options framework
- Remove ABI version number from LIB_DEPENDS
- Add global option description
Notes:
svn path=/head/; revision=305606
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Refine BROKEN message for sparc64
- Prefer REINPLACE_CMD to replace automake patches
- Pet portlint (LICENSE section)
PR: ports/159249
Submitted by: Test Rat <ttsestt@gmail.com>
Approved by: maintainer timeout (4 weeks)
Notes:
svn path=/head/; revision=280403
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Prune CPPFLAGS from CONFIGURE_ENV after ports/153625
- Replace double -pthread substitution with make variable passed from MAKE_ENV
- Remove gcc45 hack: don't pass -Wl,-lc explicitly for -module (gcc46 safe)
PR: ports/156176
Submitted by: Pan Tsu <inyaoo@gmail.com>
Approved by: maintainer timeout (>2 months)
Notes:
svn path=/head/; revision=275725
|
|
|
|
|
|
|
|
| |
PR: 154369
Submitted by: Anonymous <swell.k@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=270570
|
|
The main motivation for VAAPI (Video Acceleration API) is to enable
hardware accelerated video decode/encode at various entry-points (VLD,
IDCT, Motion Compensation etc.) for the prevailing coding standards
today (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).
WWW: http://freedesktop.org/wiki/Software/vaapi
PR: ports/153725
Submitted by: Anonymous <swell.k at gmail.com>
Feature safe: yes
Notes:
svn path=/head/; revision=267737
|