about summary refs log tree commit diff
path: root/pkgs/development/libraries/libavc1394
AgeCommit message (Collapse)AuthorFilesLines
2011-07-25* Updated libraw1394 and libavc1394.Eelco Dolstra1-4/+4
svn path=/nixpkgs/branches/kde-4.7/; revision=27950
2010-07-28* Get rid of many instances of "args: with args;", and other codingEelco Dolstra1-6/+7
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
2008-02-06libavc1394: propagating libraw1394Yury G. Kudryashov1-1/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=10522
2008-01-31Nix-expr style reviewYury G. Kudryashov1-4/+4
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
2008-01-15Merged with trunk againYury G. Kudryashov1-0/+17
svn path=/nixpkgs/branches/stdenv-updates/; revision=10155