mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* libgphoto2 updated to 2.4.5.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15057
This commit is contained in:
parent
9d1a6b6c67
commit
6a864c5040
1 changed files with 4 additions and 2 deletions
|
@ -1,16 +1,18 @@
|
|||
{stdenv, fetchurl, pkgconfig, libusb, libtool, libexif, libjpeg, gettext}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libgphoto2-2.4.2";
|
||||
name = "libgphoto2-2.4.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/gphoto/${name}.tar.bz2";
|
||||
sha256 = "09jjfh9c7s02dxkwwr8j3kaqffsyiiz7ncbkmdvav1i14xdna6gk";
|
||||
sha256 = "1pipdwjxbjg7y9n5ldz6qlpiiiqyba6jx315277ams5d8jxg2bfk";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig libusb libtool libexif libjpeg gettext];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.gphoto.org/proj/libgphoto2/;
|
||||
description = "A library for accessing digital cameras";
|
||||
license = "LGPL-2";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue