about summary refs log tree commit diff
path: root/pkgs/applications/video/xvidcap
Commit message (Collapse)AuthorAge
* treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* 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)
* add xvidcap to the channel for linuxDomen Kožar2014-09-17
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Adding a patch I forgot needed for the xvidcap expressionLluís Batlle i Rossell2009-05-06
| | | | svn path=/nixpkgs/trunk/; revision=15479
* Updating xvidcap.Lluís Batlle i Rossell2009-05-03
| | | | svn path=/nixpkgs/trunk/; revision=15432
* added meta tag to xvidcapMarc Weber2008-10-14
| | | | svn path=/nixpkgs/trunk/; revision=13071
* * 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
* * Xvidcap for making screen recordings.Eelco Dolstra2006-12-01
svn path=/nixpkgs/trunk/; revision=7186