about summary refs log tree commit diff
path: root/pkgs/development/libraries/libass
AgeCommit message (Collapse)AuthorFilesLines
2023-11-11libass: enable CoreText backend on darwincomex1-1/+7
libass has multiple font rendering backends which are autodetected by the configure script. On macOS, there is a CoreText backend, but it was disabled in Nix's build because the relevant native frameworks weren't visible to the configure script. Fix that.
2023-05-11libass: move headers to "dev" outputSergei Trofimovich1-0/+2
2023-03-01libass: 0.16.0 -> 0.17.1R. Ryantm1-2/+2
2023-01-26treewide: remove global with lib; statements in pkgs/developmentShawn89011-7/+6
2022-07-28libass: 0.15.2 -> 0.16.0R. Ryantm1-2/+2
2022-07-09libass: replace mkFlag with lib.enableFeaturePavol Rusnak1-7/+3
2022-03-24treewide: remove meta.repositoriesArtturin1-1/+0
there's no documentation for meta.repositories and its not widely used
2021-09-14libass: 0.15.1 -> 0.15.2R. RyanTM1-2/+2
2021-06-10libass: remove enca as dependencyRick van Schijndel1-4/+0
Enca support was dropped in 0.13.0: https://github.com/libass/libass/blob/6fc9855dac44699242ded580040838da032c3a9d/Changelog#L184 This also fixes cross-compilation, since enca didn't cross-compile.
2021-05-03libass: 0.15.0 -> 0.15.1R. RyanTM1-2/+2
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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.
2020-11-05libass: 0.14.0 -> 0.15.0Max Hausch1-8/+4
Harfbuzz is now being required unconditionally as per https://github.com/libass/libass/releases/tag/0.15.0 Fixes: CVE-2020-26682
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-01-28libass: 0.13.7 -> 0.14.0Franz Pletz1-2/+2
2017-06-20libass: 0.13.4 -> 0.13.7Franz Pletz1-2/+2
2017-03-27treewide: purge maintainers.urkudVladimír Čunát1-1/+1
It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
2016-10-05libass: 0.13.2 -> 0.13.4 (security)Franz Pletz1-2/+2
Fixes: * CVE-2016-7969 * CVE-2016-7970 * CVE-2016-7972
2016-05-12libass: darwin compatibilityAnthony Cowley1-1/+3
2016-05-03libass: 0.12.2 -> 0.13.2Franz Pletz1-2/+2
2015-06-04Revert "Refactor mkFlag out of old packages"Eelco Dolstra1-5/+9
This reverts commit 3117e0c897522ec8431572de12449f676cc8c8be. Conflicts: pkgs/development/libraries/wayland/default.nix pkgs/servers/samba/4.x.nix
2015-05-31libass: 0.12.1 -> 0.12.2codyopel1-8/+6
2015-05-22Refactor mkFlag out of old packagesWilliam A. Kennington III1-9/+5
2015-03-26libass: build on DarwinSpencer Whitt1-1/+1
2015-02-09libass: refactor & 0.11.1 -> 0.12.1codyopel1-17/+36
2014-03-02libass: update to 0.11.1, add more meta attributesSong Wenwu1-6/+23
Close #1865.
2011-02-09Add libassYury G. Kudryashov1-0/+17
svn path=/nixpkgs/trunk/; revision=25868