summary refs log tree commit diff
path: root/pkgs/tools/video
Commit message (Collapse)AuthorAge
* bento4: 1.5.1-628 -> 1.5.1-629R. RyanTM2020-01-05
|
* rav1e: 0.2.0 -> 0.2.1Michael Weiss2020-01-04
| | | | Changelog: https://github.com/xiph/rav1e/releases/tag/v0.2.1
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
|
* treewide: installTargets is a listRobin Gloster2019-12-30
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* rav1e: init at 0.2.0Michael Weiss2019-12-19
|
* Merge branch 'master' into stagingVladimír Čunát2019-09-02
|\
| * rtmpdump: 2015-12-30 -> 2019-03-30Ben Wolsieffer2019-08-31
| |
| * rtmpdump: fix build with OpenSSL 1.1Ben Wolsieffer2019-08-31
| |
* | treewide: remove redundant recvolth2019-08-28
|/
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gopro: init at 1.0Jonathan Ringer2019-08-02
|
* atomicparsley: remove cf-privateDaiderd Jordan2019-07-03
|
* atomicparsley: fix crossRobin Gloster2019-05-02
|
* mjpegtools: move defaults to package fileJan Malakhovski2019-02-03
|
* bento4: 1.5.1-627 -> 1.5.1-628R. RyanTM2019-01-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bento4/versions
* Merge branch 'master' into staging-nextVladimír Čunát2019-01-10
|\
| * bento4: 1.5.1-624 -> 1.5.1-627Orivej Desh2019-01-08
| |
* | treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-04
|/
* bento4: fix licenseOrivej Desh2018-12-21
| | | | | | The documentation says GPL2, and the source files also say "or any later version". https://www.bento4.com/about/ https://github.com/axiomatic-systems/Bento4/blob/v1.5.1-624/Source/C++/CApi/Bento4C.h
* vncrec: use imake setup hookMatthew Bauer2018-11-28
|
* atomicparsley: include cf-private on darwinDaiderd Jordan2018-11-05
| | | | | | | | Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_NSDictionary", referenced from: objc-class-ref in nsfile.o objc-class-ref in nsimage.o ld: symbol(s) not found for architecture x86_64
* bento4: init at 1.5.1-624 (#47632)Felix Richter2018-10-18
|
* flvtool2: add licensesMarkus Kowalewski2018-09-12
|
* vnc2flv: add licensePascal Wittmann2018-08-04
| | | | see issue #43716
* vncrec: add licensePascal Wittmann2018-08-04
| | | | see issue #43716
* Take me (viric) out of most maintenanceLluís Batlle i Rossell2018-07-22
| | | | | | | Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linuxWill Dietz2018-04-30
| | | | | | | | | | | | | | "platforms.gnu" has been linux-only since at least 17.03: $ nix eval -f channel:nixos-17.03 lib.platforms.gnu [ "i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mips64el-linux" ] Unlike platforms.linux, platforms.gnu indicates "must use glibc" which for the most part is not intended. Replacing platforms.gnu with platforms.linux would be the same "today" but let's err on preserving existing behavior and be optimistic about platforms these packages work on.
* untrunc: init at 2018.01.13Erik Arvstedt2018-03-01
|
* ruby: remove unsupported versions (#34927)zimbatm2018-02-14
| | | | | | | * remove EOL ruby versions for security and maintenance reasons. * only expose ruby_MAJOR_MINOR to the top-level. we don't provide guarantees for the TINY version. * mark all related packages as broken * switch the default ruby version from 2.3.x to 2.4.x
* ruby treewide: don't merge source into top-levelAneesh Agrawal2018-01-04
| | | | | | | | | | | Keep the `source` attrset distinct to prevent its entries from merging with the top level attrs. Since each type of source has a different set of entries for `source`, this is the easiest way to keep them together. This will pave the way for a new `url` type of source. This is a mass-rebuild of many ruby packages, notably those using `git` type sources.
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* swfmill: Fix build on GCC 6Tuomas Tynkkynen2017-09-14
| | | | https://hydra.nixos.org/build/60900173
* dvgrab: 3.5 -> 2016-05-16Jörg Thalheim2017-08-29
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* atomicparsley: 0.9.0 -> 0.9.6Peter Jones2017-04-14
|
* atomicparsley: fix build with llvm 4Daiderd Jordan2017-03-21
|
* rtmpdump: Use multiple outputsEelco Dolstra2017-03-20
| | | | This reduces the runtime closure size from 80 to 23 MiB.
* rtmpdump: 2015-01-15 -> 2015-12-30Michael Raskin2017-02-09
|
* treewide: Fix more 'lib.optional' misusesTuomas Tynkkynen2016-10-02
|
* treewide: Fix 'lib.optional' misusesTuomas Tynkkynen2016-10-01
| | | | These add a singleton list of a package to buildInputs.
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* treewide: Make explicit that 'dev' output of SDL is usedTuomas Tynkkynen2016-08-29
|
* Merge branch 'master' into stagingobadz2016-08-23
|\
| * mjpegtools: remove SDL input when build is minimalNikolay Amiantov2016-08-23
| |
| * mjpegtools: fix buildNikolay Amiantov2016-08-23
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-16
|\|
| * quote homepages for better clickabilityNikolay Amiantov2016-08-14
| | | | | | | | | | Done while I was traversing packages which I maintain to save extra clicks on urxvt (it captures semicolon as a part of URL).
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-12
|\|