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

shotcut: 18.08.14 -> 18.09.16 #46963

Merged
merged 1 commit into from Sep 21, 2018
Merged

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/shotcut/versions.

meta.description for shotcut is: '"A free, open source, cross-platform video editor"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
  • built on NixOS
  • Warning: no invocation of /nix/store/mk0shk7drxhcc7348925isi9hisrry0s-shotcut-18.09.16/bin/shotcut had a zero exit code or showed the expected version
  • Warning: no invocation of /nix/store/mk0shk7drxhcc7348925isi9hisrry0s-shotcut-18.09.16/bin/.shotcut-wrapped had a zero exit code or showed the expected version
  • 0 of 2 passed binary check by having a zero exit code.
  • 0 of 2 passed binary check by having the new version present in output.
  • found 18.09.16 with grep in /nix/store/mk0shk7drxhcc7348925isi9hisrry0s-shotcut-18.09.16
  • directory tree listing: https://gist.github.com/f9942d4927bb089639e57e0f093985f7
  • du listing: https://gist.github.com/42924af81b70e928389b1ba2f6f4ce8c
Instructions to test this update (click to expand)

One-time optional setup to skip building using Cachix:

  1. Install cachix from https://cachix.org/
  2. Use r-ryantm's cache:
    cachix use r-ryantm
    

Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries:

nix-shell --pure -I nixpkgs=https://github.com/r-ryantm/nixpkgs/archive/1e4b44e578ee3f1a59942d1db67c10c5358f8567.tar.gz -p shotcut
ls -la /nix/store/mk0shk7drxhcc7348925isi9hisrry0s-shotcut-18.09.16

cc @cillianderoiste @woffs for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shotcut/versions
@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: shotcut

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 x86_64-linux (full log)

Attempted: shotcut

Partial log (click to expand)

shrinking RPATHs of ELF executables and libraries in /nix/store/mk0shk7drxhcc7348925isi9hisrry0s-shotcut-18.09.16
shrinking /nix/store/mk0shk7drxhcc7348925isi9hisrry0s-shotcut-18.09.16/bin/.shotcut-wrapped
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/mk0shk7drxhcc7348925isi9hisrry0s-shotcut-18.09.16/bin
patching script interpreter paths in /nix/store/mk0shk7drxhcc7348925isi9hisrry0s-shotcut-18.09.16
/nix/store/mk0shk7drxhcc7348925isi9hisrry0s-shotcut-18.09.16/share/shotcut/qml/export-edl/rebuild.sh: interpreter directive changed from "/bin/sh" to "/nix/store/czx8vkrb9jdgjyz8qfksh10vrnqa723l-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/mk0shk7drxhcc7348925isi9hisrry0s-shotcut-18.09.16...
postPatchMkspecs
postPatchMkspecs
/nix/store/mk0shk7drxhcc7348925isi9hisrry0s-shotcut-18.09.16

@GrahamcOfBorg
Copy link

Timed out, unknown build status on aarch64-linux (full log)

Attempted: shotcut

Partial log (click to expand)

[ 71%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSCounter.cpp.o
[ 71%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSCSSValueList.cpp.o
[ 71%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSDOMWindowCSS.cpp.o
[ 71%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSCSSValue.cpp.o
[ 71%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSFontFace.cpp.o
[ 71%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSCSSUnknownRule.cpp.o
[ 71%] Building CXX object Source/WebCore/CMakeFiles/WebCore.dir/__/__/DerivedSources/WebCore/JSCSSSupportsRule.cpp.o
building of '/nix/store/w2mi5hdppz7wn93gc066x6ddclfpdwxa-qtwebkit-5.212-alpha-01-26-2018.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/hmimas79q4xldxid6hxzfl84d01l403p-shotcut-18.09.16.drv': 1 dependencies couldn't be built
error: build of '/nix/store/hmimas79q4xldxid6hxzfl84d01l403p-shotcut-18.09.16.drv' failed

Copy link
Contributor

@woffs woffs left a comment

Choose a reason for hiding this comment

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

works even on i686 ;)

@xeji xeji merged commit 2ed26f5 into NixOS:master Sep 21, 2018
@r-ryantm r-ryantm deleted the auto-update/shotcut branch October 3, 2018 04:10
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

4 participants