Allow compilation of ogg123' by fixing http_transport.c'.

svn path=/nixpkgs/trunk/; revision=10650
This commit is contained in:
Ludovic Courtès
2008-02-12 18:15:45 +00:00
parent 260c0c9c96
commit efb0822878
2 changed files with 17 additions and 8 deletions
@@ -1,8 +1,6 @@
{stdenv, fetchurl, libogg, libvorbis, libao, pkgconfig, curl, glibc
, speex, flac}:
# FIXME: We'd need `libOggFLAC' too.
stdenv.mkDerivation {
name = "vorbis-tools-1.1.1";
src = fetchurl {
@@ -10,13 +8,11 @@ stdenv.mkDerivation {
sha256 = "617b4aa69e600c215b34fa3fd5764bc1d9d205d9d7d9fe7812bde7ec956fcaad";
};
buildInputs = [ libogg libvorbis libao pkgconfig curl speex flac glibc ];
# FIXME: Vorbis-tools expects `libOggFLAC', but this library was
# merged with `libFLAC' as of FLAC 1.1.3.
buildInputs = [ libogg libvorbis libao pkgconfig curl speex glibc flac ];
configureFlagsArray = [
("--with-curl=" + curl)
("--with-curl-libraries=" + curl + "/lib")
("--with-curl-includes=" + curl + "/include")
];
patches = [ ./ogg123-curlopt-mute.patch ];
meta = {
description = ''A set of command-line tools to manipulate Ogg Vorbis