mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
libdvdnav: 6.0.1 -> 6.1.0
This commit is contained in:
parent
0bfd0187da
commit
ef7054e6b5
@ -2,18 +2,18 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libdvdnav";
|
||||
version = "6.0.1";
|
||||
version = "6.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://get.videolan.org/libdvdnav/${version}/${pname}-${version}.tar.bz2";
|
||||
sha256 = "0cv7j8irsv1n2dadlnhr6i1b8pann2ah6xpxic41f04my6ba6rp5";
|
||||
sha256 = "0nzf1ir27s5vs1jrisdiw9ag2sc160k3gv7nplv9ypppm5gb35zn";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [libdvdread];
|
||||
|
||||
meta = {
|
||||
homepage = http://dvdnav.mplayerhq.hu/;
|
||||
homepage = "http://dvdnav.mplayerhq.hu/";
|
||||
description = "A library that implements DVD navigation features such as DVD menus";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.wmertens ];
|
||||
|
Loading…
Reference in New Issue
Block a user