summaryrefslogtreecommitdiff
path: root/multimedia/libva/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/libva: unbreak crocus autodetection on X11Jan Beich2021-11-011-0/+2
| | | | | | | | $ vainfo libva info: VA-API version 1.13.0 libva info: Trying to open /usr/local/lib/dri/crocus_drv_video.so libva info: va_openDriver() returns -1 vaInitialize failed with error code -1 (unknown libva error),exit
* multimedia/libva: update to 2.13.0Jan Beich2021-09-181-1/+1
| | | | | | | 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
* multimedia/libva: update to 2.12.0Jan Beich2021-06-221-3/+1
| | | | | | | 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: backport modifiers support for mesa-develJan Beich2021-05-311-0/+2
| | | | Exposes https://gitlab.freedesktop.org/mesa/mesa/-/commit/5f101e8096f7
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/libva: update to 2.11.0Jan Beich2021-03-231-3/+3
| | | | | | | | | | 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-6/+1
| | | | | | | | | 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.1Jan Beich2020-10-281-1/+1
| | | | | | | | | Changes: https://github.com/intel/libva/compare/2.9.0...2.9.1 ABI: https://abi-laboratory.pro/tracker/timeline/libva/ Reported by: Repology Notes: svn path=/head/; revision=553526
* multimedia/libva: clean up code specific to FreeBSD 11.3Rene Ladan2020-10-171-3/+0
| | | | | | | | Phabricator: D26646 Submitted by: jbeich (partial) Notes: svn path=/head/; revision=552587
* multimedia/libva: update to 2.9.0Jan Beich2020-09-121-1/+1
| | | | | | | | | 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-1/+1
| | | | | | | | | 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.1Jan Beich2020-04-201-3/+1
| | | | | | | | | Changes: https://github.com/intel/libva/compare/2.7.0...2.7.1 ABI: https://abi-laboratory.pro/tracker/timeline/libva/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=532189
* multimedia/libva: backport iHD fix for X11Jan Beich2020-04-171-0/+2
| | | | | | | | | | | | | | $ pkg install libva-utils libva-intel-media-driver $ vainfo libva info: VA-API version 1.7.0 libva info: Trying to open /usr/local/lib/dri/i965_drv_video.so libva info: va_openDriver() returns -1 vaInitialize failed with error code -1 (unknown libva error),exit MFH: 2020Q2 Notes: svn path=/head/; revision=531941
* multimedia/libva: update to 2.7.0Jan Beich2020-04-021-4/+1
| | | | | | | | | 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: drop FreeBSD 12.0 support after r527628Jan Beich2020-03-271-1/+0
| | | | Notes: svn path=/head/; revision=529293
* multimedia/libva: backport some upstream fixesJan Beich2020-02-291-0/+3
| | | | | | | | | | - https://github.com/intel/libva/commit/04acc7860feb will be required by libva-intel-media-driver-20.2.0, see https://github.com/intel/media-driver/commit/2baead9b10cd - https://github.com/intel/libva/commit/48f446b32a4f is a fix for regression in libva-2.6.0 Notes: svn path=/head/; revision=527480
* multimedia/libva: update to 2.6.1Jan Beich2020-01-171-1/+1
| | | | | | | | | Changes: https://github.com/intel/libva/releases/tag/2.6.1 ABI: https://abi-laboratory.pro/tracker/timeline/libva/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=523303
* multimedia/libva: switch to upstream patchesJan Beich2020-01-151-4/+7
| | | | Notes: svn path=/head/; revision=523154
* multimedia/libva: respect PREFIX for libva.confJan Beich2020-01-011-0/+3
| | | | | | | libva.conf is mainly used for debugging, so no need to rebuild. Notes: svn path=/head/; revision=521716
* multimedia/libva: update to 2.6.0Jan Beich2019-12-251-1/+1
| | | | | | | | | 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
* Clean up support for FreeBSD 11.2.Rene Ladan2019-11-071-1/+0
| | | | | | | | | | | | | | While here, modernize some comments in Mk/bsd.*.mk. Note that graphics/drm-fbsd11.2-kmod is not renamed yet, this was somewhat under discussion. Submitted by: rene Reviewed by: antoine, jbeich, mat, zeising Differential Revision: https://reviews.freebsd.org/D21974 Notes: svn path=/head/; revision=516983
* Add USES=xorg USES=gl, ports categories l and mNiclas Zeising2019-11-061-0/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516917
* multimedia/libva: drop -lpthread on FreeBSD 11.4/12.1/13.0Jan Beich2019-07-101-1/+5
| | | | | | | | | libva doesn't use threads unless LIBVA_TRACE is passed via environment. PR: 238650 Notes: svn path=/head/; revision=506329
* multimedia/libva: update to 2.5.0Jan Beich2019-07-051-4/+1
| | | | | | | | | 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: replace post-patch with upstream fixJan Beich2019-06-011-4/+1
| | | | Notes: svn path=/head/; revision=503212
* multimedia/libva: rerollJan Beich2019-05-131-0/+1
| | | | | | | | | | | | | | | | | | | --- 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: unbreak on GCC architectures after r498397Jan Beich2019-04-101-0/+1
| | | | | | | | | | | ../va/va_trace.c: In function 'va_TraceVAEncMiscParameterBuffer': ../va/va_trace.c:3309: error: 'for' loop initial declaration used outside C99 mode PR: 237171 Reported by: pkg-fallout Notes: svn path=/head/; revision=498559
* multimedia/libva: update to 2.4.1Jan Beich2019-04-081-2/+1
| | | | | | | | | Changes: https://github.com/intel/libva/releases/tag/2.4.1 Changes: https://github.com/intel/libva/compare/2.4.0...2.4.1 MFH: 2019Q2 Notes: svn path=/head/; revision=498397
* multimedia/libva: update upstream patches (nop)Jan Beich2019-04-031-1/+1
| | | | | | | | Prefer drmGetNodeTypeFromFd over drmGetDeviceNameFromFd2 but on FreeBSD there's little difference as both compare strings. Notes: svn path=/head/; revision=497722
* multimedia/libva: don't skip r497485 fixJan Beich2019-04-021-2/+2
| | | | Notes: svn path=/head/; revision=497556
* multimedia/libva: unbreak DRM backend in some casesJan Beich2019-04-011-1/+4
| | | | | | | | | | | | | | | | | | | | $ vainfo error: XDG_RUNTIME_DIR not set in the environment. error: can't connect to X server! vaInitialize failed with error code 1 (operation failed),exit $ ls -lL /dev/dri total 0 crw-rw---- 1 root video 0x188 Mar 30 17:28 card0 crw-rw---- 1 root video 0x208 Mar 30 17:28 renderD128 $ echo $((0x208 & 0x80)) 0 Reported by: 김종성 (via private mail) Notes: svn path=/head/; revision=497485
* multimedia/libva: move GLX into slaveJan Beich2019-03-151-7/+14
| | | | | | | | | | | 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-6/+1
| | | | | | | Changes: https://github.com/intel/libva/releases/tag/2.4.0 Notes: svn path=/head/; revision=491214
* multimedia/libva: sort USEsJan Beich2019-01-181-1/+1
| | | | Notes: svn path=/head/; revision=490616
* multimedia/libva: drop DEBUG optionJan Beich2019-01-181-4/+1
| | | | | | | | Neither NDEBUG nor _DEBUG are used by libva itself. NDEBUG guards assert() but libva doesn't use those despite including <assert.h>. Notes: svn path=/head/; revision=490615
* multimedia/libva: USE_GITHUB doesn't support bzip2Jan Beich2019-01-181-1/+1
| | | | Notes: svn path=/head/; revision=490614
* multimedia/libva{,-intel-driver}: convert to USES=mesonJan Beich2019-01-171-9/+4
| | | | | | | | Meson is faster than autoreconf + libtool and easier to maintain. Force rebuild to catch regressions early. Notes: svn path=/head/; revision=490613
* multimedia/libva{,-intel-driver}: better group variablesJan Beich2019-01-171-5/+2
| | | | | | | Consistent style across my ports helps to process issues faster. Notes: svn path=/head/; revision=490612
* multimedia/libva{,-intel-driver}: clean upJan Beich2019-01-171-11/+5
| | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=490611
* - Unbreak Wayland support in libva-intel-driver with Mesa 18.3 [1]Guido Falsi2019-01-161-8/+12
| | | | | | | | | | | | | | - 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
* multimedia/libva-intel-media-driver: update to 18.4.p4.75 (prerelease snapshot)Jan Beich2018-12-261-1/+4
| | | | | | | Changes: https://github.com/intel/media-driver/compare/intel-media-18.3.0...567da1b8 Notes: svn path=/head/; revision=488413
* multimedia/libva: drop dependency on GNU sedJan Beich2018-12-121-5/+0
| | | | | | | | Approved by: madpilot (maintainer) Differential Revision: https://reviews.freebsd.org/D18510 Notes: svn path=/head/; revision=487267
* graphics/mesa-libs: enable WAYLAND by default here and in consumersJan Beich2018-11-111-0/+2
| | | | | | | | | | | PR: 227509 Requested by: Johannes Lundberg, Greg V Reviewed by: tobik (earlier version) Approved by: madpilot, x11 (zeising), maintainer timeout (2 weeks) Exp-run by: antoine Notes: svn path=/head/; revision=484788
* - Update libva to 2.3.0Guido Falsi2018-10-031-3/+2
| | | | | | | | - Update libva-utils to 2.3.0 - Update WWW and GH_ACCOUNT to new upstream account Notes: svn path=/head/; revision=481144
* Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4lThomas Zander2018-09-291-1/+1
| | | | Notes: svn path=/head/; revision=480899
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-1/+1
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-311-1/+2
| | | | | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine Notes: svn path=/head/; revision=476013
* - Update libva to 2.2.0Guido Falsi2018-07-141-1/+1
| | | | | | | | | | | | | - 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-2/+1
| | | | Notes: svn path=/head/; revision=461668