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

openh264: 1.7.0 -> 1.8.0 #49544

Merged
merged 1 commit into from Oct 31, 2018
Merged

openh264: 1.7.0 -> 1.8.0 #49544

merged 1 commit into from Oct 31, 2018

Conversation

grische
Copy link
Contributor

@grische grische commented Oct 31, 2018

encoder fixes, clang compilation error for ARM

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

encoder fixes, clang compilation error for ARM
@xeji
Copy link
Contributor

xeji commented Oct 31, 2018

@GrahamcOfBorg build openh264

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: openh264

Partial log (click to expand)

  cp -a libopenh264.4.dylib /nix/store/pd7vw6a2b9g4jkwl7gllvnd3a5sd5a18-openh264-1.8.0/lib ; \
  cp -a libopenh264.dylib /nix/store/pd7vw6a2b9g4jkwl7gllvnd3a5sd5a18-openh264-1.8.0/lib ; \
fi
mkdir -p /nix/store/pd7vw6a2b9g4jkwl7gllvnd3a5sd5a18-openh264-1.8.0/lib/pkgconfig
install -m 644 openh264.pc /nix/store/pd7vw6a2b9g4jkwl7gllvnd3a5sd5a18-openh264-1.8.0/lib/pkgconfig
post-installation fixup
strip is /nix/store/g5r4apl0za012ffs6ladinwa5w0m1l3k-cctools-binutils-darwin/bin/strip
stripping (with command strip and flags -S) in /nix/store/pd7vw6a2b9g4jkwl7gllvnd3a5sd5a18-openh264-1.8.0/lib
patching script interpreter paths in /nix/store/pd7vw6a2b9g4jkwl7gllvnd3a5sd5a18-openh264-1.8.0
/nix/store/pd7vw6a2b9g4jkwl7gllvnd3a5sd5a18-openh264-1.8.0

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: openh264

Partial log (click to expand)

mkdir -p /nix/store/igfq6l8snvi2gzrr2x0zvrjz1iln9v5q-openh264-1.8.0/lib/pkgconfig
install -m 644 openh264.pc /nix/store/igfq6l8snvi2gzrr2x0zvrjz1iln9v5q-openh264-1.8.0/lib/pkgconfig
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/igfq6l8snvi2gzrr2x0zvrjz1iln9v5q-openh264-1.8.0
shrinking /nix/store/igfq6l8snvi2gzrr2x0zvrjz1iln9v5q-openh264-1.8.0/lib/libopenh264.so.1.8.0
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/igfq6l8snvi2gzrr2x0zvrjz1iln9v5q-openh264-1.8.0/lib
patching script interpreter paths in /nix/store/igfq6l8snvi2gzrr2x0zvrjz1iln9v5q-openh264-1.8.0
checking for references to /build in /nix/store/igfq6l8snvi2gzrr2x0zvrjz1iln9v5q-openh264-1.8.0...
/nix/store/igfq6l8snvi2gzrr2x0zvrjz1iln9v5q-openh264-1.8.0

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: openh264

Partial log (click to expand)

mkdir -p /nix/store/zd9z3mi806r3mrj8yyvyfsgan3mqvlsi-openh264-1.8.0/lib/pkgconfig
install -m 644 openh264.pc /nix/store/zd9z3mi806r3mrj8yyvyfsgan3mqvlsi-openh264-1.8.0/lib/pkgconfig
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/zd9z3mi806r3mrj8yyvyfsgan3mqvlsi-openh264-1.8.0
shrinking /nix/store/zd9z3mi806r3mrj8yyvyfsgan3mqvlsi-openh264-1.8.0/lib/libopenh264.so.1.8.0
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/zd9z3mi806r3mrj8yyvyfsgan3mqvlsi-openh264-1.8.0/lib
patching script interpreter paths in /nix/store/zd9z3mi806r3mrj8yyvyfsgan3mqvlsi-openh264-1.8.0
checking for references to /build in /nix/store/zd9z3mi806r3mrj8yyvyfsgan3mqvlsi-openh264-1.8.0...
/nix/store/zd9z3mi806r3mrj8yyvyfsgan3mqvlsi-openh264-1.8.0

@xeji
Copy link
Contributor

xeji commented Oct 31, 2018

@GrahamcOfBorg build linphone mediastreamer-openh264

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: linphone, mediastreamer-openh264

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: mediastreamer-openh264

The following builds were skipped because they don't evaluate on aarch64-linux: linphone

Partial log (click to expand)

-- Installing: /nix/store/3g28xyp08i22qkj7zyqwq83d5r31r96i-mediastreamer-openh264-0.0pre20160801/lib/mediastreamer/plugins/libmsopenh264.so
-- Set runtime path of "/nix/store/3g28xyp08i22qkj7zyqwq83d5r31r96i-mediastreamer-openh264-0.0pre20160801/lib/mediastreamer/plugins/libmsopenh264.so" to "/nix/store/3g28xyp08i22qkj7zyqwq83d5r31r96i-mediastreamer-openh264-0.0pre20160801/lib"
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/3g28xyp08i22qkj7zyqwq83d5r31r96i-mediastreamer-openh264-0.0pre20160801
shrinking /nix/store/3g28xyp08i22qkj7zyqwq83d5r31r96i-mediastreamer-openh264-0.0pre20160801/lib/mediastreamer/plugins/libmsopenh264.so
strip is /nix/store/p9akxn2sfy4wkhqdqa3li97pc6jaz3r1-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/3g28xyp08i22qkj7zyqwq83d5r31r96i-mediastreamer-openh264-0.0pre20160801/lib
patching script interpreter paths in /nix/store/3g28xyp08i22qkj7zyqwq83d5r31r96i-mediastreamer-openh264-0.0pre20160801
checking for references to /build in /nix/store/3g28xyp08i22qkj7zyqwq83d5r31r96i-mediastreamer-openh264-0.0pre20160801...
/nix/store/3g28xyp08i22qkj7zyqwq83d5r31r96i-mediastreamer-openh264-0.0pre20160801

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: linphone, mediastreamer-openh264

Partial log (click to expand)

shrinking /nix/store/1iq9x9bscp7p5hkd2f84c1rdv279qpj2-linphone-3.12.0/bin/.helloworld-wrapped
shrinking /nix/store/1iq9x9bscp7p5hkd2f84c1rdv279qpj2-linphone-3.12.0/bin/.xml2lpc_test-wrapped
shrinking /nix/store/1iq9x9bscp7p5hkd2f84c1rdv279qpj2-linphone-3.12.0/bin/.linphonec-wrapped
shrinking /nix/store/1iq9x9bscp7p5hkd2f84c1rdv279qpj2-linphone-3.12.0/bin/.notify-wrapped
shrinking /nix/store/1iq9x9bscp7p5hkd2f84c1rdv279qpj2-linphone-3.12.0/lib/liblinphone++.so.9
shrinking /nix/store/1iq9x9bscp7p5hkd2f84c1rdv279qpj2-linphone-3.12.0/lib/liblinphone.so.9
strip is /nix/store/vcc4svb8gy29g4pam2zja6llkbcwsyiq-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/1iq9x9bscp7p5hkd2f84c1rdv279qpj2-linphone-3.12.0/lib  /nix/store/1iq9x9bscp7p5hkd2f84c1rdv279qpj2-linphone-3.12.0/bin
patching script interpreter paths in /nix/store/1iq9x9bscp7p5hkd2f84c1rdv279qpj2-linphone-3.12.0
checking for references to /build in /nix/store/1iq9x9bscp7p5hkd2f84c1rdv279qpj2-linphone-3.12.0...

@xeji xeji merged commit e4c64ae into NixOS:master Oct 31, 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