about summary refs log tree commit diff
path: root/pkgs/applications/video/omxplayer
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2021-11-09omxplayer: switch to fetchFromGitHub, use postPatchSandro Jäckel1-8/+14
2021-11-07pkgs/applications: rename name to pname&version part 2Felix Buehler1-7/+15
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-7/+7
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-3/+3
2018-08-30treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson1-4/+3
Want to get this out of here for 18.09, so it can be deprecated thereafter.
2018-05-10misc video players: Clean up crossJohn Ericson1-11/+11
2018-05-10treewide: Get rid of `*Platform.arch`John Ericson1-1/+1
Use `parsed.cpu.name` or `platform.gcc.arch` instead.
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