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

LottieConverter: init at r0.1.1 & rlottie: init at v0.1 #94197

Merged
merged 2 commits into from
Aug 10, 2020

Conversation

CRTified
Copy link
Contributor

@CRTified CRTified commented Jul 29, 2020

Motivation for this change

According to the source of mautrix-telegram, this binary (and indirectly rlottie as a library) is required to convert animated telegram stickers to a different format. As mautrix-telegram has a module (#63589 ) in unstable, it would make sense to care for this feature.

I'm unsure whether the derivation for rlottie is written correctly. The cmake script seems a bit broken, as most variables are not used. It also has a very mixed license usage (from MIT over custom unfree licenses), so I was unsure whether I should list all of them, and went the most restrictive path.
LottieConverter has its license written in the code file.

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.

@CRTified CRTified force-pushed the pkg/lottieconverter branch 2 times, most recently from 9a851d5 to 7a55df5 Compare July 29, 2020 22:22
@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 labels Jul 29, 2020
@CRTified CRTified force-pushed the pkg/lottieconverter branch from 7a55df5 to 5032191 Compare July 30, 2020 08:44
@CRTified CRTified force-pushed the pkg/lottieconverter branch from 5032191 to 37efd6e Compare July 30, 2020 22:52
@CRTified CRTified force-pushed the pkg/lottieconverter branch 2 times, most recently from 79b79ec to f1432bd Compare August 10, 2020 11:54
@CRTified CRTified requested a review from jtojnar August 10, 2020 12:13
@CRTified CRTified force-pushed the pkg/lottieconverter branch from f1432bd to a8a7185 Compare August 10, 2020 12:48
@jtojnar jtojnar merged commit 0c3b48b into NixOS:master Aug 10, 2020
@jtojnar
Copy link
Member

jtojnar commented Aug 10, 2020

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 11.by: package-maintainer This PR was created by the maintainer of the package it changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants