gphoto2: 2.5.8 -> 2.5.11
This commit is contained in:
parent
040b86a96e
commit
89e2a4c390
@ -3,17 +3,17 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gphoto2-2.5.8";
|
name = "gphoto2-2.5.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/gphoto/${name}.tar.bz2";
|
url = "mirror://sourceforge/gphoto/${name}.tar.bz2";
|
||||||
sha256 = "0kgfql6c64ha1gahjdwlqhmkslnfywmc2fkys4c5682zv4awvax9";
|
sha256 = "1sgr6rsvzzagcwhc8fxbnvz3k02wr2hab0vrbvcb04k5l3b48a1r";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig gettext ];
|
nativeBuildInputs = [ pkgconfig gettext libtool ];
|
||||||
buildInputs = [ libgphoto2 libexif popt libjpeg readline libtool ];
|
buildInputs = [ libgphoto2 libexif popt libjpeg readline ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A ready to use set of digital camera software applications";
|
description = "A ready to use set of digital camera software applications";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|
||||||
@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
'';
|
'';
|
||||||
homepage = http://www.gphoto.org/;
|
homepage = http://www.gphoto.org/;
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = with stdenv.lib.platforms; unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ jcumming ];
|
maintainers = [ maintainers.jcumming ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user