non port: multimedia/libva/pkg-plist |
SVNWeb
|
Number of commits found: 43 |
Wed, 22 Mar 2023
|
[ 15:36 Jan Beich (jbeich) ] a6aadea
multimedia/libva: update to 2.18.0
Changes: https://github.com/intel/libva/releases/tag/2.18.0
Reported by: Repology
|
Wed, 28 Dec 2022
|
[ 16:15 Jan Beich (jbeich) ] 512f598d
multimedia/libva: update to 2.17.0
Changes: https://github.com/intel/libva/compare/2.16.0...2.17.0
Reported by: Repology
|
Wed, 28 Sep 2022
|
[ 07:50 Jan Beich (jbeich) ] f248fed
multimedia/libva: update to 2.16.0
Changes: https://github.com/intel/libva/compare/2.15.0...2.16.0
Reported by: Repology
|
Wed, 29 Jun 2022
|
[ 21:07 Jan Beich (jbeich) ] 20aae48
multimedia/libva: update to 2.15.0
Changes: https://github.com/intel/libva/compare/2.14.0...2.15.0
Reported by: Repology
|
Thu, 17 Feb 2022
|
[ 19:34 Jan Beich (jbeich) ] fc01bd8
multimedia/libva: update to 2.14.0
Changes: https://github.com/intel/libva/compare/2.13.0...2.14.0
Reported by: Repology
|
Sat, 18 Sep 2021
|
[ 22:16 Jan Beich (jbeich) ] 8a28ff0
multimedia/libva: update to 2.13.0
Rebuild a consumer that already uses VA_CHECK_VERSION(1, 13, 0)
Changes: https://github.com/intel/libva/compare/2.12.0...2.13.0
Reported by: Repology
|
Tue, 22 Jun 2021
|
[ 00:24 Jan Beich (jbeich) ] 234833d
multimedia/libva: update to 2.12.0
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
|
Tue, 23 Mar 2021
|
[ 15:05 jbeich ]
multimedia/libva: update to 2.11.0
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
|
Fri, 4 Dec 2020
|
[ 18:57 jbeich ]
multimedia/libva: update to 2.10.0
Changes: https://github.com/intel/libva/compare/2.9.1...2.10.0
ABI: https://abi-laboratory.pro/tracker/timeline/libva/
Reported by: Repology
|
Sat, 12 Sep 2020
|
[ 23:06 jbeich ]
multimedia/libva: update to 2.9.0
Changes: https://github.com/intel/libva/compare/2.8.0...2.9.0
ABI: https://abi-laboratory.pro/tracker/timeline/libva/
Reported by: Repology
|
Fri, 26 Jun 2020
|
[ 16:01 jbeich ]
multimedia/libva: update to 2.8.0
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)
|
Thu, 2 Apr 2020
|
[ 22:19 jbeich ]
multimedia/libva: update to 2.7.0
Changes: https://github.com/intel/libva/compare/2.6.1...2.7.0
ABI: https://abi-laboratory.pro/tracker/timeline/libva/
Reported by: Repology
|
Wed, 25 Dec 2019
|
[ 14:59 jbeich ]
multimedia/libva: update to 2.6.0
Changes: https://github.com/intel/libva/releases/tag/2.6.0
ABI: https://abi-laboratory.pro/tracker/timeline/libva/
Reported by: GitHub (watch releases)
|
Fri, 5 Jul 2019
|
[ 14:45 jbeich ]
multimedia/libva: update to 2.5.0
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
|
Mon, 13 May 2019
|
[ 15:20 jbeich ]
multimedia/libva: reroll
--- 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
|
Fri, 15 Mar 2019
|
[ 15:27 jbeich ]
multimedia/libva: move GLX into slave
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)
|
Sat, 26 Jan 2019
|
[ 00:43 jbeich ]
multimedia/libva: update to 2.4.0
Changes: https://github.com/intel/libva/releases/tag/2.4.0
|
Wed, 16 Jan 2019
|
[ 18:04 madpilot ]
- 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
|
Wed, 3 Oct 2018
|
[ 07:07 madpilot ]
- Update libva to 2.3.0
- Update libva-utils to 2.3.0
- Update WWW and GH_ACCOUNT to new upstream account
|
Sat, 14 Jul 2018
|
[ 06:37 madpilot ]
- 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
|
Mon, 12 Feb 2018
|
[ 22:37 madpilot ]
Update libva, libva-intel-driver and libva-utils to 2.1.0
|
Wed, 13 Dec 2017
|
[ 11:44 madpilot ]
- Fix build when compiling wayland support [1]
- 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]
|
Tue, 12 Dec 2017
|
[ 21:29 madpilot ] (Only the first 10 of 38 ports in this commit are shown above. )
- 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
|
Thu, 29 Jun 2017
|
[ 17:55 madpilot ]
Update libva, libva-utils and libva-intel-driver to 1.8.3
|
Sat, 13 May 2017
|
[ 17:27 rakuco ]
Fix plist after r440699.
EGL is now present via mesa-libs, so it is detected and libva now builds and
installs its EGL backend.
|
Sun, 2 Apr 2017
|
[ 16:12 madpilot ] (Only the first 10 of 16 ports in this commit are shown above. )
- 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
|
Thu, 23 Feb 2017
|
[ 14:27 madpilot ]
- Update multimedia/libva to 1.7.3
- Update multimedia/libva-intel-driver to 1.7.3
- Both project moved to github
|
Mon, 5 Sep 2016
|
[ 11:00 madpilot ]
Update to 1.7.2
|
Thu, 23 Jun 2016
|
[ 17:56 madpilot ]
- Update to 1.7.1
- Convert to USES=localbase
|
Wed, 16 Mar 2016
|
[ 09:22 madpilot ]
Update to 1.7.0.
|
Sun, 21 Feb 2016
|
[ 18:53 madpilot ]
Update to 1.6.2
|
Tue, 25 Aug 2015
|
[ 11:02 madpilot ]
- Update to 1.6.0
- Regenerate patches to silence portlint warnings.
|
Wed, 31 Dec 2014
|
[ 18:57 madpilot ]
Update to 1.5.0
|
Wed, 1 Oct 2014
|
[ 21:49 madpilot ]
- Update to 1.4.0
- Rename patch files
- Remove dirrm
|
Thu, 18 Sep 2014
|
[ 14:40 madpilot ]
- Convert to USES autoreconf
- Drop .la files
- Remove hacks
|
Sun, 11 May 2014
|
[ 15:44 madpilot ]
- Update libva to 1.3.1
- Add USES=libtool to libva and libva-vdpau-driver and adjust plist accordingly
|
Wed, 26 Mar 2014
|
[ 22:06 madpilot ]
- Update to 1.3.0
- Silence some portlint warnings
|
Thu, 27 Jun 2013
|
[ 20:43 madpilot ]
Update to 1.2.1
|
Tue, 9 Oct 2012
|
[ 22:04 madpilot ]
- Update to 1.1.0
- 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
|
Thu, 25 Aug 2011
|
[ 12:09 decke ]
- Update to 1.0.14
- 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)
|
Fri, 17 Jun 2011
|
[ 13:48 decke ]
- Update to 1.0.13
- 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)
|
Wed, 9 Mar 2011
|
[ 16:49 miwi ]
- Update to 1.0.8
PR: 154369
Submitted by: Anonymous <swell.k@gmail.com> (maintainer)
|
Thu, 13 Jan 2011
|
[ 11:02 makc ]
Add new port multimedia/libva:
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
|
Number of commits found: 43 |