libraw1394 added
svn path=/nixpkgs/trunk/; revision=10121
This commit is contained in:
parent
ee17a4e153
commit
0181562269
17
pkgs/development/libraries/libraw1394/default.nix
Normal file
17
pkgs/development/libraries/libraw1394/default.nix
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
args:
|
||||||
|
args.stdenv.mkDerivation {
|
||||||
|
name = "libraw1394-1.2.0";
|
||||||
|
|
||||||
|
src = args.fetchurl {
|
||||||
|
url = "mirror://sourceforge/libraw1394/libraw1394-1.2.0.tar.gz";
|
||||||
|
sha256 = "1b9zqqzyz0ihyfvhn135y3wc6vmym5yz21jxj9dp0f09b96gmp0z";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs =(with args; []);
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "library providing direct access to the IEEE 1394 bus through the Linux 1394 subsystem's raw1394 user space interface";
|
||||||
|
homepage = "http://wiki.linux1394.org/";
|
||||||
|
license = ["GPL" "LGPL"];
|
||||||
|
};
|
||||||
|
}
|
@ -3348,6 +3348,11 @@ rec {
|
|||||||
inherit fetchurl stdenv libsepol;
|
inherit fetchurl stdenv libsepol;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
libraw1394 = import ../development/libraries/libraw1394 {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
libsexy = import ../development/libraries/libsexy {
|
libsexy = import ../development/libraries/libsexy {
|
||||||
inherit stdenv fetchurl pkgconfig libxml2;
|
inherit stdenv fetchurl pkgconfig libxml2;
|
||||||
inherit (gtkLibs) glib gtk pango;
|
inherit (gtkLibs) glib gtk pango;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user