summary refs log tree commit diff
path: root/pkgs/development/libraries/libcanberra
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-02-04 22:23:54 +0100
committerVladimír Čunát <vcunat@gmail.com>2013-02-21 21:26:36 +0100
commit74e0c25ec887be4f3594a489e73603c8def9bf6e (patch)
tree95774af854417b5a2d842751cfa97ea719b39f4f /pkgs/development/libraries/libcanberra
parent4e5fe00a1f29fd17b1a8caf0b3315dd1576ef634 (diff)
downloadnixpkgs-74e0c25ec887be4f3594a489e73603c8def9bf6e.tar
nixpkgs-74e0c25ec887be4f3594a489e73603c8def9bf6e.tar.gz
nixpkgs-74e0c25ec887be4f3594a489e73603c8def9bf6e.tar.bz2
nixpkgs-74e0c25ec887be4f3594a489e73603c8def9bf6e.tar.lz
nixpkgs-74e0c25ec887be4f3594a489e73603c8def9bf6e.tar.xz
nixpkgs-74e0c25ec887be4f3594a489e73603c8def9bf6e.tar.zst
nixpkgs-74e0c25ec887be4f3594a489e73603c8def9bf6e.zip
libcanberra: update, streamline dependencies
Still some ToDos but should be OK, tested building some
reverse-dependencies.
Diffstat (limited to 'pkgs/development/libraries/libcanberra')
-rw-r--r--pkgs/development/libraries/libcanberra/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/development/libraries/libcanberra/default.nix b/pkgs/development/libraries/libcanberra/default.nix
index 691294d4a85..b57ea63fde7 100644
--- a/pkgs/development/libraries/libcanberra/default.nix
+++ b/pkgs/development/libraries/libcanberra/default.nix
@@ -1,21 +1,21 @@
 { stdenv, fetchurl, pkgconfig, libtool, gtk ? null
-, alsaLib, pulseaudio, gstreamer ? null, libvorbis, libcap }:
+, alsaLib, pulseaudio, gstreamer, gst_plugins_base, libvorbis }:
 
 stdenv.mkDerivation rec {
-  name = "libcanberra-0.28";
+  name = "libcanberra-0.30";
 
   src = fetchurl {
-    url = "http://0pointer.de/lennart/projects/libcanberra/${name}.tar.gz";
-    sha256 = "1346d2y24wiyanyr5bvdnjjgq7iysy8nlq2dwjv0fzxdmcn8n7zb";
+    url = "http://0pointer.de/lennart/projects/libcanberra/${name}.tar.xz";
+    sha256 = "0wps39h8rx2b00vyvkia5j40fkak3dpipp1kzilqla0cgvk73dn2";
   };
 
-  buildInputs =
-    [ pkgconfig libtool alsaLib pulseaudio gstreamer libvorbis libcap gtk ];
+  buildInputs = # ToDo: gstreamer not found (why?), add (g)udev?
+    [ pkgconfig libtool alsaLib pulseaudio /*gstreamer gst_plugins_base*/ libvorbis gtk ];
 
-  configureFlags = "--disable-oss --disable-schemas-install";
+  configureFlags = "--disable-oss";
 
   meta = {
-    description = "libcanberra, an implementation of the XDG Sound Theme and Name Specifications";
+    description = "An implementation of the XDG Sound Theme and Name Specifications";
 
     longDescription = ''
       libcanberra is an implementation of the XDG Sound Theme and Name