summary refs log tree commit diff
path: root/pkgs/applications/misc/gphoto2
Commit message (Collapse)AuthorAge
* gphoto2: 2.5.15 -> 2.5.17Markus Hauck2018-04-21
|
* gphoto2: 2.5.11 -> 2.5.15Vladyslav M2018-02-26
|
* treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|
* gphoto2: 2.5.8 -> 2.5.11ndowens2017-03-22
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* gphoto2fs: reimplement using mkDerivationJoachim Fasting2015-11-24
|
* gphoto2: update from 2.5.5 to 2.5.8Cillian de Róiste2015-10-25
|
* all-packages: Use callPackage where possibleMathnerd3142015-09-14
|
* gphoto2: update from 2.5.3 to 2.5.5Moritz Ulrich2014-10-11
|
* gphoto2: update from 2.5.2 to 2.5.3Evgeny Egorochkin2014-02-04
|
* Cherry-picking gphoto update by Jack Cummings, tooJack Cummings2013-06-08
|
* gphoto*: update for changed libgphoto versionVladimír Čunát2013-04-20
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* Remove a bunch of unreferenced filesEelco Dolstra2012-11-29
| | | | Plus a small number of obsolete packages (like old versions of qemu).
* - gphoto2-2.4.14, libgphoto2-2.4.14Jack Cummings2012-10-20
|
* (lib)gphoto-2.4.11Yury G. Kudryashov2012-01-07
| | | | svn path=/nixpkgs/trunk/; revision=31412
* Try selecting packages to build based on their being maintainedMichael Raskin2009-08-25
| | | | svn path=/nixpkgs/trunk/; revision=16844
* Adding Gphoto2FS - filesystem for attached camerasMichael Raskin2009-08-24
| | | | svn path=/nixpkgs/trunk/; revision=16841
* * gphoto2 updated to 2.4.5.Eelco Dolstra2009-04-15
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15067
* * gphoto updated to 2.4.2.Eelco Dolstra2008-09-22
| | | | svn path=/nixpkgs/trunk/; revision=12900
* meta.homepage added to several packagesYury G. Kudryashov2008-01-30
| | | | svn path=/nixpkgs/trunk/; revision=10417
* gphoto2 upgraded to 2.4.0Yury G. Kudryashov2007-11-16
| | | | svn path=/nixpkgs/trunk/; revision=9722
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* update to 2.2.0Armijn Hemel2006-07-06
| | | | svn path=/nixpkgs/trunk/; revision=5627
* * Copy more files.Eelco Dolstra2006-01-31
| | | | svn path=/nixpkgs/trunk/; revision=4646
* add gphoto2Armijn Hemel2006-01-31
svn path=/nixpkgs/trunk/; revision=4638