aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libcanberra
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-05-29 23:24:20 +0200
committerVladimír Čunát <vcunat@gmail.com>2013-05-29 23:25:02 +0200
commitb7703655749df57dd5cbc84b89cc3be4bc7358bc (patch)
treea3a84870d2fff43f9cce6abfc6f0961f0a5a156d /pkgs/development/libraries/libcanberra
parent971337a119d708d78a152f4d918694e7b5a2b7e8 (diff)
ReRevert Merge x-updates into master
This reverts commit ec3965d8d0b5594a9db11e6c9cd1c28d36e91cde. Conflicts (taken x-updates): pkgs/development/libraries/libgcrypt/default.nix pkgs/development/libraries/libgpg-error/default.nix pkgs/development/libraries/poppler/default.nix
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 6d56cd446338..710f6bd87009 100644
--- a/pkgs/development/libraries/libcanberra/default.nix
+++ b/pkgs/development/libraries/libcanberra/default.nix
@@ -1,25 +1,25 @@
{ 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";
passthru = {
gtkModule = "/lib/gtk-2.0/";
};
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