about summary refs log tree commit diff
path: root/pkgs/applications/video/gnomecast
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/'
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-04-11gnomecast: 1.9.11 -> unstable-2022-04-23 (#180342)MaeIsBad1-7/+16
Co-authored-by: bad <badatnames@tutanota.com>
2023-02-19python310Packages.pychromecast: Normalize attribute nameMartin Weinelt1-1/+1
2021-05-11gnomecast: switch from ffmpeg_3 to ffmpegMaxine Aubrey1-2/+2
2021-02-08gnomecast: set strictDeps to false to run gobject-introspectionAndré Silva1-0/+4
2021-01-11gnomecast: Disable testsSandro Jäckel1-0/+3
2021-01-07gnomecast: Mark broken on darwinSandro Jäckel1-1/+2
2020-11-14gnomecast: 1.4.1 -> 1.9.11R. RyanTM1-2/+2
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-12-02gobject-introspection: rename packageJan Tojnar1-2/+2
camelCase package name was a huge inconsistency in GNOME package set.
2018-09-23gnomecast: 1.4.0 -> 1.4.1 (#47191)Will Dietz1-2/+2
2018-07-15gnomecast: init at 1.4.0Will Dietz1-0/+28
also pycaption, required dep.