about summary refs log tree commit diff
path: root/pkgs/applications/video/omxplayer
AgeCommit message (Collapse)AuthorFilesLines
2017-11-27treewide: Use `targetPrefix` instead of `prefix` for platform name prefixesJohn Ericson1-1/+1
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`.
2017-06-28omxplayer: Don't use stdenv.crossJohn Ericson1-3/+6
2017-06-22cross stdenv adaptor: Support --host --build --target across the boardJohn Ericson1-1/+1
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
2014-09-21boostHeaders: regular boost package now only contains headersWilliam A. Kennington III1-2/+2
2014-08-04Merge remote-tracking branch 'origin/master' into staging.Peter Simons1-1/+1
Conflicts: pkgs/desktops/e18/enlightenment.nix
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-06-30Another attempt to eradicate ensureDirEelco Dolstra1-1/+1
See c556a6ea46e71e1907d78b71fab36df30297b3ad.
2013-03-29Adding omxplayer, for the raspberrypi.LluĂ­s Batlle i Rossell1-0/+84