summary refs log tree commit diff
path: root/pkgs/applications/video/omxplayer
Commit message (Collapse)AuthorAge
* misc video players: Clean up crossJohn Ericson2018-05-10
|
* treewide: Get rid of `*Platform.arch`John Ericson2018-05-10
| | | | Use `parsed.cpu.name` or `platform.gcc.arch` instead.
* treewide: Use `targetPrefix` instead of `prefix` for platform name prefixesJohn Ericson2017-11-27
| | | | | | | | | Certain tools, e.g. compilers, are customarily prefixed with the name of their target platform so that multiple builds can be used at once without clobbering each other on the PATH. I was using identifiers named `prefix` for this purpose, but that conflicts with the standard use of `prefix` to mean the directory where something is installed. To avoid conflict and confusion, I renamed those to `targetPrefix`.
* omxplayer: Don't use stdenv.crossJohn Ericson2017-06-28
|
* cross stdenv adaptor: Support --host --build --target across the boardJohn Ericson2017-06-22
| | | | | | | | Packages get --host and --target by default, but can explicitly request any subset to be passed as needed. See docs for more info. rustc: Avoid hash breakage by using the old (ignored) dontSetConfigureCross when not cross building
* boostHeaders: regular boost package now only contains headersWilliam A. Kennington III2014-09-21
|
* Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-08-04
|\ | | | | | | | | Conflicts: pkgs/desktops/e18/enlightenment.nix
| * Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
| |
* | Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
|/ | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* Adding omxplayer, for the raspberrypi.LluĂ­s Batlle i Rossell2013-03-29