summary refs log tree commit diff
path: root/pkgs/development/libraries/libdvdread
Commit message (Collapse)AuthorAge
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: editorconfig fixeszowoq2021-01-20
| | | | | - remove trailing whitespace - use spaces for indentation
* libdvdread: 6.1.0 -> 6.1.1R. RyanTM2020-05-05
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* libdvdread: 6.0.2 -> 6.1.0R. RyanTM2020-03-24
|
* libdvdread: 6.0.1 -> 6.0.2R. RyanTM2020-02-05
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libdvdread/versions
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libdvdread: 6.0.0 -> 6.0.1 (#57275)R. RyanTM2019-05-06
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libdvdread/versions
* libdvdread: 5.0.3 -> 6.0.0Ryan Mulligan2018-03-22
| | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS /tmp/tmp.VPeJUrg2fP /home/ryantm/.cache/nixpkgs /home/ryantm/.cache/nixpkgs - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 6.0.0 with grep in /nix/store/dr0ps08716fhniggawzg9f9s7d74r8v7-libdvdread-6.0.0 - directory tree listing: https://gist.github.com/63bc02c878936a5428bbd234fd6c26c8
* libdvdread: supports darwinMatthew Bauer2017-04-23
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* libdvdread: 5.0.2 -> 5.0.3Franz Pletz2016-05-03
|
* videolan.org sources: prefer http://get.videolan.orgVladimír Čunát2016-02-07
| | | | | | | 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.
* libdvdnav: 4.2.1 -> 5.0.3Spencer Whitt2015-05-14
| | | | Keeping the old version around for now in order to support mplayer.
* Revert "VLC wants a newer version of libdvdnav"Peter Simons2015-03-19
|
* VLC wants a newer version of libdvdnavPeter Jones2015-03-18
| | | | | | | | | | * Updated libdvdnav/libdvdread to latest versions * Removed libdvdnav patches since they have been incorporated into the latest release * Added `--enable-dvdnav` configure flag to VLC to ensure that if this happens again VLC will fail to build
* libdvd{read,nav}: Version bump and patch from Handbrake projectWout Mertens2014-05-04
| | | | | | | - API-compatible version bumps to latest upstream Patches: - A08: Adds API call to duplicate a DVD VM to libdvdnav - P00: Skip making examples
* libdvdread: update to 4.2.1Luca Bruno2014-04-04
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * MPlayer: updated to the SVN version.Eelco Dolstra2009-03-10
| | | | | | | | | | * VLC: updated to 0.9.8a. It now uses Qt for the GUI, which looks a lot better than the wxWidgets one. * libdvdread, libdvdnav: updated to 4.1.3. * ffmpeg: updated to 0.5 (a new release!). Got rid of the SVN version, which shouldn't be necessary anymore. svn path=/nixpkgs/trunk/; revision=14500
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* * Some VLC-related updates.Eelco Dolstra2006-06-29
| | | | | | | * Variability :-) Provide both Autoconf 2.59 and 2.60 (the former being the default for now). svn path=/nixpkgs/trunk/; revision=5539
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* * Updated some more packages. However, bittorrent and vlc don't workEelco Dolstra2004-04-02
| | | | | | | right now because wxGTK is broken (it depends on internal symbols in GTK which where made private in GTK 2.4). svn path=/nixpkgs/trunk/; revision=907
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
* * "!isNull x" -> "x != null". Done automatically. Hope nothingEelco Dolstra2004-03-29
| | | | | | broke. svn path=/nixpkgs/trunk/; revision=870
* * vlc and required packages. Finally a good DVD player :-)Eelco Dolstra2003-12-03
svn path=/nixpkgs/trunk/; revision=574