Fix build of dvdauthor; also advance version to 0.7.0
svn path=/nixpkgs/trunk/; revision=33873
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
{ stdenv, fetchurl, imagemagick, libdvdread, libxml2, freetype, fribidi, libpng }:
|
||||
{ stdenv, fetchurl, imagemagick, libdvdread, libxml2, freetype, fribidi, libpng, zlib }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "dvdauthor-0.6.14";
|
||||
name = "dvdauthor-0.7.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/dvdauthor/dvdauthor-0.6.14.tar.gz;
|
||||
sha256 = "1x4flj3ja7m8rbc956a6ha3qk0k6zxd1y6sl826r6r7dyc91a6yx";
|
||||
url = mirror://sourceforge/dvdauthor/dvdauthor-0.7.0.tar.gz;
|
||||
sha256 = "1l1l5zya7lirwa1783pa7h22wrfcq8hibbf5kpx8z8zbk5xsz9mf";
|
||||
};
|
||||
|
||||
buildInputs = [ imagemagick libdvdread libxml2 freetype fribidi libpng ];
|
||||
buildInputs = [ imagemagick libdvdread libxml2 freetype fribidi libpng zlib ];
|
||||
|
||||
# Does not build against recent versions of libpng without patch.
|
||||
patches = [ ./build-against-libpng15.patch ];
|
||||
|
||||
meta = {
|
||||
description = "Tools for generating DVD files to be played on standalone DVD players";
|
||||
|
||||
Reference in New Issue
Block a user