about summary refs log tree commit diff
path: root/pkgs/applications/misc/gphoto2
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-02-11treewide: add `mainProgram`h7x41-0/+1
2022-01-12gphoto2: 2.5.27 -> 2.5.28R. RyanTM1-2/+2
(#154530)
2021-02-23gphoto2: 2.5.26 -> 2.5.27R. RyanTM1-2/+2
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob2-4/+4
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-16gphoto2: Switch to Github, allow building from repo.Niklas Hambüchen1-8/+29
Github is where upstream's development happens now, and building from repo makes adding patches and overriding the commit easier. Also use pname+version, see #103997.
2020-11-01gphoto2: 2.5.23 -> 2.5.26R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-23gphoto2: 2.5.20 -> 2.5.23R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gphoto2/versions
2019-03-21gphoto2: 2.5.17 -> 2.5.20R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gphoto2/versions
2018-09-01gphoto2fs: add license + homepageMarkus Kowalewski1-5/+5
2018-04-21gphoto2: 2.5.15 -> 2.5.17Markus Hauck1-2/+2
2018-02-26gphoto2: 2.5.11 -> 2.5.15Vladyslav M1-2/+2
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson1-1/+2
2017-03-22gphoto2: 2.5.8 -> 2.5.11ndowens1-8/+8
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
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)
2015-11-24gphoto2fs: reimplement using mkDerivationJoachim Fasting2-28/+11
2015-10-25gphoto2: update from 2.5.5 to 2.5.8Cillian de Róiste1-2/+2
2015-09-14all-packages: Use callPackage where possibleMathnerd3141-1/+1
2014-10-11gphoto2: update from 2.5.3 to 2.5.5Moritz Ulrich1-2/+2
2014-02-04gphoto2: update from 2.5.2 to 2.5.3Evgeny Egorochkin1-2/+2
2013-06-08Cherry-picking gphoto update by Jack Cummings, tooJack Cummings1-2/+2
2013-04-20gphoto*: update for changed libgphoto versionVladimír Čunát3-14/+14
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-11-29Remove a bunch of unreferenced filesEelco Dolstra1-1/+0
Plus a small number of obsolete packages (like old versions of qemu).
2012-10-20 - gphoto2-2.4.14, libgphoto2-2.4.14Jack Cummings1-2/+12
2012-01-07(lib)gphoto-2.4.11Yury G. Kudryashov1-6/+4
svn path=/nixpkgs/trunk/; revision=31412
2009-08-25Try selecting packages to build based on their being maintainedMichael Raskin1-0/+3
svn path=/nixpkgs/trunk/; revision=16844
2009-08-24Adding Gphoto2FS - filesystem for attached camerasMichael Raskin3-0/+37
svn path=/nixpkgs/trunk/; revision=16841
2009-04-15* gphoto2 updated to 2.4.5.Eelco Dolstra1-2/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=15067
2008-09-22* gphoto updated to 2.4.2.Eelco Dolstra1-7/+12
svn path=/nixpkgs/trunk/; revision=12900
2008-01-30meta.homepage added to several packagesYury G. Kudryashov1-0/+4
svn path=/nixpkgs/trunk/; revision=10417
2007-11-16gphoto2 upgraded to 2.4.0Yury G. Kudryashov1-6/+8
svn path=/nixpkgs/trunk/; revision=9722
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra1-1/+1
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
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra1-1/+1
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
2006-10-12* Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=6711
2006-07-06update to 2.2.0Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=5627
2006-01-31* Copy more files.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=4646
2006-01-31add gphoto2Armijn Hemel1-0/+10
svn path=/nixpkgs/trunk/; revision=4638