summary refs log tree commit diff
path: root/pkgs/development/libraries/libvdpau-va-gl
Commit message (Collapse)AuthorAge
* libvdpau-va-gl: drop obsolete ffmpeg_3 dependency (#123757)Pierre Bourdon2021-05-20
| | | | | I couldn't find any reference as to why this dependency would be required for 0.4.2. Digging into the changelog, it looks like 0.4.0 dropped the libswscale dependency, so this seems like it's now unneeded.
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2020-06-12
| | | | | | After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | trivial part)
* treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev2018-02-24
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* libvdpau-va-gl: 0.4.0 -> 0.4.2Nikolay Amiantov2016-11-24
|
* treewide: quote URLs in my packagesNikolay Amiantov2016-11-24
|
* libvdpau-va-gl: 0.3.6 -> 0.4.0Nikolay Amiantov2016-08-14
|
* libvdpau-va-gl: 0.3.4 -> 0.3.6Nikolay Amiantov2016-03-04
|
* libvdpau-va-gl: init at 0.3.4Nikolay Amiantov2016-01-26