summary refs log tree commit diff
path: root/pkgs/development/libraries/libavc1394
Commit message (Collapse)AuthorAge
* misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputsJohn Ericson2017-09-21
|
* Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* libavc1394: Add platforms and update licenseSpencer Whitt2015-04-18
|
* * Updated libraw1394 and libavc1394.Eelco Dolstra2011-07-25
| | | | svn path=/nixpkgs/branches/kde-4.7/; revision=27950
* * Get rid of many instances of "args: with args;", and other codingEelco Dolstra2010-07-28
| | | | | | | guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
* libavc1394: propagating libraw1394Yury G. Kudryashov2008-02-06
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=10522
* Nix-expr style reviewYury G. Kudryashov2008-01-31
| | | | | | | | | | | | | Unneded args.something replaced with args: with args; line. After this line args is the only place where we can recieve variables from. Also removed several buildInputs = []; lines. svn path=/nixpkgs/branches/stdenv-updates/; revision=10429
* Merged with trunk againYury G. Kudryashov2008-01-15
svn path=/nixpkgs/branches/stdenv-updates/; revision=10155