mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
* Updated Audacious and its dependencies.
svn path=/nixpkgs/trunk/; revision=12763
This commit is contained in:
parent
9be673de5e
commit
6c2cbbbe87
|
@ -3,11 +3,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "audacious-1.4.6";
|
||||
name = "audacious-1.5.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://distfiles.atheme.org/audacious-1.4.6.tbz2;
|
||||
sha256 = "0n4za82xlh3nfvfk0hq81bmh0sx233gxq8xj68jzalmbijsnbs0l";
|
||||
url = http://distfiles.atheme.org/audacious-1.5.1.tbz2;
|
||||
sha256 = "1s32pdgx85qkrq15wwmvdw7wbcbxcf3nrhqxi6y72aijqm6fjwnz";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig libglade libmcs gettext dbus_glib];
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "audacious-plugins-1.4.5";
|
||||
name = "audacious-plugins-1.5.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://distfiles.atheme.org/audacious-plugins-1.4.5.tbz2;
|
||||
sha256 = "145dn2x1rldwbaxnl19j7cw338fs9fwcn607r8gk01adfy3warxq";
|
||||
url = http://distfiles.atheme.org/audacious-plugins-1.5.1.tbz2;
|
||||
sha256 = "1ki5bd50g4vi4d0qzxynyrgaq2n4cwhbsxln9rwk8ppphvk9pawc";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libcddb-1.3.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/libcddb/${name}.tar.bz2";
|
||||
sha256 = "1y8bfy12dwm41m1jahayn3v47dm34fmz7m9cjxyh7xcw6fp3lzaf";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = ''Libcddb is a C library to access data on a CDDB server
|
||||
(freedb.org).'';
|
||||
description = "Libcddb is a C library to access data on a CDDB server (freedb.org)";
|
||||
license = "LGPLv2+";
|
||||
homepage = http://libcddb.sourceforge.net/;
|
||||
};
|
||||
|
|
|
@ -1,15 +1,17 @@
|
|||
{fetchurl, stdenv, libcddb, pkgconfig, ncurses}:
|
||||
{fetchurl, stdenv, libcddb, pkgconfig, ncurses, help2man}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libcdio-0.79";
|
||||
name = "libcdio-0.80";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/libcdio/${name}.tar.gz";
|
||||
sha256 = "1xfizvs0yvgs9ddazalsmccd6whqi5fy4dlm3dhcqj72wvpf7w0v";
|
||||
sha256 = "0rnayw7gcq6jii2xrgg2n4wa8bsf5rw2hcww214lc0ssvcs1m95i";
|
||||
};
|
||||
|
||||
buildInputs = [libcddb pkgconfig ncurses];
|
||||
buildInputs = [libcddb pkgconfig ncurses help2man];
|
||||
|
||||
doCheck = true;
|
||||
# Disabled because one test (check_paranoia.sh) fails.
|
||||
#doCheck = true;
|
||||
|
||||
meta = {
|
||||
description = "A library for OS-idependent CD-ROM and CD image access";
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, pkgconfig, libmowgli}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libmcs-0.7.0";
|
||||
name = "libmcs-0.7.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://distfiles.atheme.org/libmcs-0.7.0.tgz;
|
||||
sha256 = "11qjrxxgk0yvqm668dyaj54kgijcnkaid8dld8lf4br2glmz2jy5";
|
||||
url = http://distfiles.atheme.org/libmcs-0.7.1.tbz2;
|
||||
sha256 = "16ckfdprqyb9jhhnhvyhw2rkwadq1z6l3a00fvix16sjzh8dgcz0";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig libmowgli];
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libmowgli-0.6.1";
|
||||
name = "libmowgli-0.7.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://distfiles.atheme.org/libmowgli-0.6.1.tgz;
|
||||
sha256 = "0bhxgyx6c913pyiib768qmsi059dnq1zj3k2nik9976hy5yd8m0l";
|
||||
url = http://distfiles.atheme.org/libmowgli-0.7.0.tbz2;
|
||||
sha256 = "1d6318zfr4khlq8j290wxn026gnwdd6p81klkh6h0fkdawpvplzx";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
{stdenv, fetchurl, zlib}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "taglib-1.4";
|
||||
name = "taglib-1.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://developer.kde.org/~wheeler/files/src/taglib-1.4.tar.gz;
|
||||
md5 = "dcd50ddb2544faeae77f194804559404";
|
||||
url = http://developer.kde.org/~wheeler/files/src/taglib-1.5.tar.gz;
|
||||
sha256 = "1hhfap06zqrn17zh1cl3qlh3i598jw3qs01y2dc4i7akxhb0fqds";
|
||||
};
|
||||
|
||||
buildInputs = [zlib];
|
||||
|
||||
meta = {
|
||||
homepage = http://developer.kde.org/~wheeler/taglib.html;
|
||||
description = "A library for reading and editing the meta-data of several popular audio formats";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -3023,7 +3023,7 @@ let
|
|||
};
|
||||
|
||||
libcdio = import ../development/libraries/libcdio {
|
||||
inherit fetchurl stdenv libcddb pkgconfig ncurses;
|
||||
inherit fetchurl stdenv libcddb pkgconfig ncurses help2man;
|
||||
};
|
||||
|
||||
libcm = assert mesaSupported; import ../development/libraries/libcm {
|
||||
|
|
Loading…
Reference in a new issue