Commit Graph

29 Commits (947e443e02acc92200e45c568d2e4787242da6f2)

Author SHA1 Message Date
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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.
2021-01-19 01:16:25 -08:00
R. RyanTM 96a4373840 libbluray: 1.2.0 -> 1.2.1 2020-11-10 15:04:21 +01:00
Mario Rodas bee7f216b5
libbluray: fix build on darwin 2020-04-06 04:20:00 -05:00
R. RyanTM 22cc93c7e1 libbluray: 1.1.2 -> 1.2.0 2020-03-24 13:31:47 +00:00
Robin Gloster ab0cfd9e03
treewide: NIX_*_COMPILE -> string 2019-12-31 00:10:18 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM bd5d97eb63 libbluray: 1.1.1 -> 1.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libbluray/versions
2019-06-18 14:28:44 +03:00
R. RyanTM 4dac7d5440 libbluray: 1.1.0 -> 1.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libbluray/versions
2019-05-01 11:09:05 +02:00
R. RyanTM 42bad1bf03 libbluray: 1.0.2 -> 1.1.0 (#57270)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libbluray/versions
2019-04-08 22:50:48 +02:00
Kyle Lacy e534844afa libbluray: fix Java build 2018-06-07 22:22:51 -07:00
Franz Pletz 05cc916ad3
libbluray: 1.0.0 -> 1.0.2 2018-01-28 18:52:29 +01:00
Peter Hoeg b9173e4e8c libbluray: 0.9.2 -> 1.0.0 2017-03-19 09:48:22 +08:00
Nikolay Amiantov be95ceaff2 treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Vladimír Čunát 1e04d875db videolan.org sources: prefer http://get.videolan.org
Some of the original URLs were broken now.
It seems that set of mirrors is preferred and faster than the others.
In the x264 case the source isn't there so http://download.videolan.org
is used instead.
2016-02-07 13:21:18 +01:00
Nikolay Amiantov 0f516115a4 libbluray: 0.9.0 -> 0.9.2 2016-01-13 21:21:43 +03:00
Nikolay Amiantov a8ae9b2e42 libbluray: 0.8.1 -> 0.9.0 2015-10-15 17:06:23 +03:00
Nikolay Amiantov 41281e46a5 libbluray: update package 2015-07-28 12:33:30 +03:00
Eelco Dolstra 1a4bb0ef9b libbluray: Don't depend on the JDK by default
Depending on the JDK increases the closure size by a few hundred MB.

Issue #8990.
2015-07-26 12:00:54 +02:00
Nikolay Amiantov a5fc6f702e libbluray: update, fix building, AACS and Java 2015-05-18 17:21:08 +03:00
Nathaniel Baxter 89f4507c5c libbluray: fix aacs support 2015-02-22 14:39:37 +11:00
Nikolay Amiantov 7a2387a6b5 libbluray: update package 2015-02-03 14:27:50 +03:00
Aristid Breitkreuz a7b16c4176 libbluray: update from 0.6.0 to 0.6.2 2014-10-07 21:50:40 +02:00
Nikolay Amiantov ab56d9c344 libbluray: adopt and update the package to meet cmplayer's requirements 2014-09-18 14:08:39 +04:00
Wout Mertens 66216ea6db libbluray: Add patch from Handbrake project
- A01: Make it smarter about filtering duplicates
2014-05-04 01:56:48 +02:00
Eelco Dolstra ab3eeabfed Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc.  "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Lluís Batlle i Rossell 63e14b0183 libbluray: making it friendlier to cross-build
Stating as native some native build inputs.
2012-11-08 19:38:25 +01:00
Peter Simons 383ec69fb6 new library: libbluray for playing bluray disks
optionally use libaacs to decrypt commercial disks

svn path=/nixpkgs/trunk/; revision=32486
2012-02-22 20:29:29 +00:00