aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libva-vdpau-driver
Commit message (Collapse)AuthorAgeFilesLines
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* 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
|
* Add USES=xorg USES=gl, ports categories mNiclas Zeising2019-11-061-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516916
* multimedia/libva{,-intel-driver}: clean upJan Beich2019-01-171-0/+36
| | | | | | | | | | | | | | | | | | | | - 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
* Make libva and it's drivers install modules in the standard locationGuido Falsi2017-12-181-2/+2
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=456673
* - Update libva to 2.0.0Guido Falsi2017-12-121-8/+4
| | | | | | | | | | | | | | | | - 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 WWW line in pkg-descr.Guido Falsi2017-08-011-1/+1
| | | | Notes: svn path=/head/; revision=447058
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Convert to USES=localbaseGuido Falsi2016-06-231-3/+1
| | | | Notes: svn path=/head/; revision=417395
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* multimedia category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+1
| | | | | | | approved by: PTHREAD blanket Notes: svn path=/head/; revision=382254
* - Move pkg-plist to PLIST_FILESGuido Falsi2014-11-182-4/+2
| | | | | | | - Remove dirrms Notes: svn path=/head/; revision=372706
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Drop .la files, no dependees require themDmitry Marakasov2014-08-272-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366351
* - Update libvdpau to 0.8Guido Falsi2014-07-032-1/+12
| | | | | | | - Fix libva-vdpau-driver build after this update Notes: svn path=/head/; revision=360352
* - Update libva to 1.3.1Guido Falsi2014-05-111-2/+2
| | | | | | | - Add USES=libtool to libva and libva-vdpau-driver and adjust plist accordingly Notes: svn path=/head/; revision=353710
* Convert to new USES=tarGuido Falsi2014-03-171-2/+1
| | | | Notes: svn path=/head/; revision=348449
* The FreeBSD graphics/x11 team proudly presentsNiclas Zeising2013-09-291-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Also starring: Updates to drivers and other libraries and utilities Additional notes: When updating MESA related ports (libGL, dri) you need to remove old versions first. See UPDATING for details. PR: ports/181962 [2] Submitted by: marius [1] zeising [2] Exp-run by: bdrewery Approved by: portmgr (bdrewery) Thanks to all who helped testing! Notes: svn path=/head/; revision=328711
* - Support stagingGuido Falsi2013-09-291-8/+2
| | | | | | | | - Convert to new LIB_DEPENDS format - Use options helpers Notes: svn path=/head/; revision=328673
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326109
* - Fix build with new multiimedia/libva [1]Guido Falsi2013-07-052-2/+15
| | | | | | | | | - Convert to USES=gmake Obtained from: http://lists.freedesktop.org/archives/libva/2013-July/001772.html [1] Notes: svn path=/head/; revision=322342
* - Remove STRIP option. The STRIP variable needs special handlingGuido Falsi2012-10-231-3/+6
| | | | | | | | | | | | | | from bsd.port.mk. Using it as an option breaks DEBUG build and prevents installation of stripped binaries. - Bump PORTREVISION due to change in installed binaries (stripped vs unstripped) Thanks to Jan Beich <jbeich@tormail.org> for pointing this out. Feature safe: yes Notes: svn path=/head/; revision=306331
* Update Home Page.Guido Falsi2012-10-091-1/+1
| | | | | | | Noticed by: kwm Notes: svn path=/head/; revision=305612
* - Remove indefinite article from COMMENTGuido Falsi2012-10-091-1/+1
| | | | | | | Forgot this in previous commit. Notes: svn path=/head/; revision=305609
* - Move vdpau-video to libva-vdpau-driver to follow upstream projectGuido Falsi2012-10-094-0/+56
name change - Update to 0.7.4 - Take maintainership - Update master site - Undeprecate - Remove ABI version number from LIB_DEPENDS - Convert to new options framework - Add note in UPDATING about the move Notes: svn path=/head/; revision=305607