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

Add epeg #39881

Merged
merged 1 commit into from May 5, 2018
Merged

Add epeg #39881

merged 1 commit into from May 5, 2018

Conversation

nh2
Copy link
Contributor

@nh2 nh2 commented May 2, 2018

Motivation for this change

epeg (library and application) allows for very fast jpeg downscaling.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • 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 nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Signed-off-by: Niklas Hambüchen <mail@nh2.me>
@matthewbauer
Copy link
Member

@GrahamcOfBorg build epeg

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: epeg

Partial log (click to expand)

make[1]: Leaving directory '/build/source'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/az6mgbqwydakqjr7flhpqgkfryf08w4i-epeg-0.9.1.042
shrinking /nix/store/az6mgbqwydakqjr7flhpqgkfryf08w4i-epeg-0.9.1.042/lib/libepeg.so.0.9.1
shrinking /nix/store/az6mgbqwydakqjr7flhpqgkfryf08w4i-epeg-0.9.1.042/bin/epeg
strip is /nix/store/j75dgadrff2d1fyc4fczmcgqkid2imdx-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/az6mgbqwydakqjr7flhpqgkfryf08w4i-epeg-0.9.1.042/lib  /nix/store/az6mgbqwydakqjr7flhpqgkfryf08w4i-epeg-0.9.1.042/bin
patching script interpreter paths in /nix/store/az6mgbqwydakqjr7flhpqgkfryf08w4i-epeg-0.9.1.042
checking for references to /build in /nix/store/az6mgbqwydakqjr7flhpqgkfryf08w4i-epeg-0.9.1.042...
/nix/store/az6mgbqwydakqjr7flhpqgkfryf08w4i-epeg-0.9.1.042

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: epeg

Partial log (click to expand)

make[2]: Nothing to be done for 'install-exec-am'.
 /nix/store/5lkrw9dnsgy62qm1ampvww1c5n1pdm4b-coreutils-8.29/bin/mkdir -p '/nix/store/9vyq5saahy424r70afvkf8yj8liag795-epeg-0.9.1.042/lib/pkgconfig'
 /nix/store/5lkrw9dnsgy62qm1ampvww1c5n1pdm4b-coreutils-8.29/bin/install -c -m 644 epeg.pc '/nix/store/9vyq5saahy424r70afvkf8yj8liag795-epeg-0.9.1.042/lib/pkgconfig'
make[2]: Leaving directory '/private/tmp/nix-build-epeg-0.9.1.042.drv-0/source'
make[1]: Leaving directory '/private/tmp/nix-build-epeg-0.9.1.042.drv-0/source'
post-installation fixup
strip is /nix/store/kdff2gim6417493yha769kh00n63lnrw-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/9vyq5saahy424r70afvkf8yj8liag795-epeg-0.9.1.042/lib  /nix/store/9vyq5saahy424r70afvkf8yj8liag795-epeg-0.9.1.042/bin
patching script interpreter paths in /nix/store/9vyq5saahy424r70afvkf8yj8liag795-epeg-0.9.1.042
/nix/store/9vyq5saahy424r70afvkf8yj8liag795-epeg-0.9.1.042

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: epeg

Partial log (click to expand)

make[1]: Leaving directory '/build/source'
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/1nhdsrn10nq7ndv44li0h9pb003ih6r0-epeg-0.9.1.042
shrinking /nix/store/1nhdsrn10nq7ndv44li0h9pb003ih6r0-epeg-0.9.1.042/bin/epeg
shrinking /nix/store/1nhdsrn10nq7ndv44li0h9pb003ih6r0-epeg-0.9.1.042/lib/libepeg.so.0.9.1
strip is /nix/store/gp7fylxwn18b7pl2c18ks89hsiaxyfvf-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/1nhdsrn10nq7ndv44li0h9pb003ih6r0-epeg-0.9.1.042/lib  /nix/store/1nhdsrn10nq7ndv44li0h9pb003ih6r0-epeg-0.9.1.042/bin
patching script interpreter paths in /nix/store/1nhdsrn10nq7ndv44li0h9pb003ih6r0-epeg-0.9.1.042
checking for references to /build in /nix/store/1nhdsrn10nq7ndv44li0h9pb003ih6r0-epeg-0.9.1.042...
/nix/store/1nhdsrn10nq7ndv44li0h9pb003ih6r0-epeg-0.9.1.042

@matthewbauer matthewbauer merged commit 30caa09 into NixOS:master May 5, 2018
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.

None yet

3 participants