about summary refs log tree commit diff
path: root/pkgs/development/libraries/libavc1394/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-11-26pkgsMusl.libavc1394: fix build (#202848)Yureka1-1/+4
2021-07-02development: /s/name/pname&version/Felix Buehler1-2/+3
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-20treewide: editorconfig fixeszowoq1-1/+1
- remove trailing whitespace - use spaces for indentation
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2017-09-21misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputsJohn Ericson1-1/+1
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2015-04-18libavc1394: Add platforms and update licenseSpencer Whitt1-1/+2
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