aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libva/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/libva: update to 2.12.0Jan Beich2021-06-221-5/+5
| | | | | | | 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
* multimedia/libva: update to 2.11.0Jan Beich2021-03-231-5/+7
| | | | | | | | | | 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
* multimedia/libva: update to 2.10.0Jan Beich2020-12-041-5/+5
| | | | | | | | | 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
* multimedia/libva: update to 2.9.0Jan Beich2020-09-121-5/+5
| | | | | | | | | 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
* multimedia/libva: update to 2.8.0Jan Beich2020-06-261-5/+5
| | | | | | | | | 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
* multimedia/libva: update to 2.7.0Jan Beich2020-04-021-5/+6
| | | | | | | | | 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
* multimedia/libva: update to 2.6.0Jan Beich2019-12-251-5/+5
| | | | | | | | | 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
* multimedia/libva: update to 2.5.0Jan Beich2019-07-051-5/+5
| | | | | | | | | 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
* multimedia/libva: rerollJan Beich2019-05-131-5/+5
| | | | | | | | | | | | | | | | | | | --- 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
* multimedia/libva: move GLX into slaveJan Beich2019-03-151-6/+6
| | | | | | | | | | | 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
* multimedia/libva: update to 2.4.0Jan Beich2019-01-261-5/+5
| | | | | | | Changes: https://github.com/intel/libva/releases/tag/2.4.0 Notes: svn path=/head/; revision=491214
* - Unbreak Wayland support in libva-intel-driver with Mesa 18.3 [1]Guido Falsi2019-01-161-13/+13
| | | | | | | | | | | | | | - 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 to 2.3.0Guido Falsi2018-10-031-5/+5
| | | | | | | | - Update libva-utils to 2.3.0 - Update WWW and GH_ACCOUNT to new upstream account Notes: svn path=/head/; revision=481144
* - Update libva to 2.2.0Guido Falsi2018-07-141-5/+5
| | | | | | | | | | | | | - 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
* Update libva, libva-intel-driver and libva-utils to 2.1.0Guido Falsi2018-02-121-5/+6
| | | | Notes: svn path=/head/; revision=461668
* - Fix build when compiling wayland support [1]Guido Falsi2017-12-131-0/+6
| | | | | | | | | | - 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 to 2.0.0Guido Falsi2017-12-121-18/+11
| | | | | | | | | | | | | | | | - 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
* Update libva, libva-utils and libva-intel-driver to 1.8.3Guido Falsi2017-06-291-1/+0
| | | | Notes: svn path=/head/; revision=444654
* Fix plist after r440699.Raphael Kubo da Costa2017-05-131-0/+6
| | | | | | | | 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 to 1.8.0Guido Falsi2017-04-021-13/+5
| | | | | | | | | | | - 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 to 1.7.3Guido Falsi2017-02-231-5/+5
| | | | | | | | - Update multimedia/libva-intel-driver to 1.7.3 - Both project moved to github Notes: svn path=/head/; revision=434669
* Update to 1.7.2Guido Falsi2016-09-051-5/+5
| | | | Notes: svn path=/head/; revision=421359
* - Update to 1.7.1Guido Falsi2016-06-231-5/+6
| | | | | | | - Convert to USES=localbase Notes: svn path=/head/; revision=417393
* Update to 1.7.0.Guido Falsi2016-03-161-5/+5
| | | | Notes: svn path=/head/; revision=411215
* Update to 1.6.2Guido Falsi2016-02-211-5/+5
| | | | Notes: svn path=/head/; revision=409307
* - Update to 1.6.0Guido Falsi2015-08-251-5/+7
| | | | | | | - Regenerate patches to silence portlint warnings. Notes: svn path=/head/; revision=395235
* Update to 1.5.0Guido Falsi2014-12-311-5/+8
| | | | Notes: svn path=/head/; revision=375908
* - Update to 1.4.0Guido Falsi2014-10-011-7/+6
| | | | | | | | - Rename patch files - Remove dirrm Notes: svn path=/head/; revision=369769
* - Convert to USES autoreconfGuido Falsi2014-09-181-11/+5
| | | | | | | | - Drop .la files - Remove hacks Notes: svn path=/head/; revision=368466
* - Update libva to 1.3.1Guido Falsi2014-05-111-0/+5
| | | | | | | - Add USES=libtool to libva and libva-vdpau-driver and adjust plist accordingly Notes: svn path=/head/; revision=353710
* - Update to 1.3.0Guido Falsi2014-03-261-0/+1
| | | | | | | - Silence some portlint warnings Notes: svn path=/head/; revision=349301
* Update to 1.2.1Guido Falsi2013-06-271-0/+6
| | | | Notes: svn path=/head/; revision=321903
* - Update to 1.1.0Guido Falsi2012-10-091-8/+8
| | | | | | | | | | | | - 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
* - Update to 1.0.14Bernhard Froehlich2011-08-251-11/+0
| | | | | | | | | | | | | - 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
* - Update to 1.0.13Bernhard Froehlich2011-06-171-0/+1
| | | | | | | | | | | | | - 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
* - Update to 1.0.8Martin Wilke2011-03-091-0/+6
| | | | | | | | PR: 154369 Submitted by: Anonymous <swell.k@gmail.com> (maintainer) Notes: svn path=/head/; revision=270570
* Add new port multimedia/libva:Max Brazhnikov2011-01-131-0/+47
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