about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorJack Cummings <jack@mudshark.org>2012-10-20 21:59:25 -0700
committerJack Cummings <jack@mudshark.org>2012-10-20 21:59:25 -0700
commit1db34880d71152229c91225b734cac2ffc909810 (patch)
tree2f2211a7022288984210c07fb0117ed3078e3e9e /pkgs/development/libraries
parenta13346961f34acb7c2604599b2603028d4fe1a46 (diff)
downloadnixlib-1db34880d71152229c91225b734cac2ffc909810.tar
nixlib-1db34880d71152229c91225b734cac2ffc909810.tar.gz
nixlib-1db34880d71152229c91225b734cac2ffc909810.tar.bz2
nixlib-1db34880d71152229c91225b734cac2ffc909810.tar.lz
nixlib-1db34880d71152229c91225b734cac2ffc909810.tar.xz
nixlib-1db34880d71152229c91225b734cac2ffc909810.tar.zst
nixlib-1db34880d71152229c91225b734cac2ffc909810.zip
- gphoto2-2.4.14, libgphoto2-2.4.14
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/libgphoto2/default.nix16
1 files changed, 13 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libgphoto2/default.nix b/pkgs/development/libraries/libgphoto2/default.nix
index 16001e689ddb..94944052845a 100644
--- a/pkgs/development/libraries/libgphoto2/default.nix
+++ b/pkgs/development/libraries/libgphoto2/default.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurl, pkgconfig, libusb, libtool, libexif, libjpeg, gettext}:
 
 stdenv.mkDerivation rec {
-  name = "libgphoto2-2.4.11";
+  name = "libgphoto2-2.4.14";
 
   src = fetchurl {
     url = "mirror://sourceforge/gphoto/${name}.tar.bz2";
-    sha256 = "08y40mqy714cg0160lny13z9kyxm63m3ksg8hljy5pspxanbn5ji";
+    sha256 = "14h20s0kwqr1nsj90dgjwzs0r3h7z1cpmnivrikd0rrg4m2jvcsr";
   };
   
   buildNativeInputs = [ pkgconfig gettext ];
@@ -17,6 +17,16 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = http://www.gphoto.org/proj/libgphoto2/;
     description = "A library for accessing digital cameras";
-    license = "LGPL 2.1";
+    longDescription = ''
+      This is the library backend for gphoto2. It contains the code for PTP,
+      MTP, and other vendor specific protocols for controlling and transferring data
+      from digital cameras. 
+    '';
+    license = stdenv.lib.licenses.lgpl21Plus; 
+    platforms = with stdenv.lib.platforms; unix;
+    maintainers = with stdenv.lib.maintainers; [ jcumming ];
   };
 }
+
+# XXX: the homepage claims LGPL, and the several src files I audited were
+# lgpl21Plus