Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spotify-unwrapped: 20.09 backport: 1.1.26.501 -> 1.1.55.498 #121553

Conversation

sheenobu
Copy link
Contributor

@sheenobu sheenobu commented May 3, 2021

…a83c60

backport the changes in master to 20.09.
includes:

Motivation for this change

Mostly #120705 .

NOTE: I am not sure how I feel about renaming this to spotify-unwrapped in 20.09. This will break peoples configs if they have nonFreeFilter set to "spotify" instead of spotify-unwrapped. Those types of changes are best for major upgrades IMO.

The rest of the changes I'm OK with.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

backport the changes in master to 20.09.
includes:

 * ffmpeg4 migration (NixOS#120705)
 * rename to spotify-unwrapped
 * high dpi override support
 * gtk2->gtk3
 * 20.09 specific: curlWithGnuTls
@sheenobu sheenobu force-pushed the sheenobu/120705/spotify_ffmpeg_2009 branch from 609c929 to a82afb3 Compare May 3, 2021 03:27
@sheenobu sheenobu changed the title spotify-unwrapped: backport 1.1.26.501.gbe11e53b-15 -> 1.1.55.498.gf9… spotify-unwrapped: 20.09 backport: 1.1.26.501 -> 1.1.55.498 May 3, 2021
@sheenobu sheenobu changed the base branch from nixos-20.09 to release-20.09 May 3, 2021 03:28
@r-rmcgibbo
Copy link

Result of nixpkgs-review pr 121553 at a82afb3 run on x86_64-linux 1

2 packages built successfully:
  • spotify
  • spotifywm

@Ma27
Copy link
Member

Ma27 commented May 3, 2021

Is there a good reason for the breaking change (i.e. -unwrapped)? If not, then we should leave it out.

@jonringer
Copy link
Contributor

I only see the pname being changed, so the change is probably zero for most users. But I think we should leave that out as it's not super necessary for 20.09.

@@ -64,7 +69,7 @@ let
in

stdenv.mkDerivation {
pname = "spotify";
pname = "spotify-unwrapped";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pname = "spotify-unwrapped";
pname = "spotify";

@mweinelt
Copy link
Member

mweinelt commented Jul 5, 2021

Unfortunately NixOS 20.09 has reached its end-of-life status on 2021-07-01, one
month after the release of NixOS 21.05.

Since we do not accept any changes to its branches anymore, I'm closing this pull
request.

@mweinelt mweinelt closed this Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants