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

obs-studio: 22.0.2 -> 22.0.3 #47756

Merged
merged 1 commit into from Oct 11, 2018
Merged

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Oct 3, 2018

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

meta.description for obs-studio is: '"Free and open source software for video recording and live streaming"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
  • built on NixOS
  • /nix/store/yqzxizrdk9bhmmxczffjqvxx64f2h0z6-obs-studio-22.0.3/bin/obs passed the binary check.
  • /nix/store/yqzxizrdk9bhmmxczffjqvxx64f2h0z6-obs-studio-22.0.3/bin/.obs-wrapped passed the binary check.
  • 2 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 22.0.3 with grep in /nix/store/yqzxizrdk9bhmmxczffjqvxx64f2h0z6-obs-studio-22.0.3
  • directory tree listing: https://gist.github.com/ac6c868e5ba93d95396e254ecda0b0b3
  • du listing: https://gist.github.com/ba30dd5ac8d339f33e94d0cea54290a9
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/ecd4fc5292f3a5bc5070a4dd4bb8f9cf7fa82fbf.tar.gz -p obs-studio
ls -la /nix/store/yqzxizrdk9bhmmxczffjqvxx64f2h0z6-obs-studio-22.0.3

cc @jb55 @MP2E 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/obs-studio/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: obs-studio

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

Failure on aarch64-linux (full log)

Attempted: obs-studio

Partial log (click to expand)

100   128    0   128    0     0   1684      0 --:--:-- --:--:-- --:--:--  1684
builder for '/nix/store/hvjwn3xwr1cr39fg8wbgl5i68raxki5a-live555-2018.02.28.drv' failed with exit code 2
100   129    0   129    0     0    821      0 --:--:-- --:--:-- --:--:--   821
copying path '/nix/store/q3dw4l9rq1rdw4qvzng53fl3n89wxpaf-libcaca-0.99.beta19-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/kh2lv6mshdsxzz4ncmnvrldcm5j7giay-samba-4.7.9-dev' from 'https://cache.nixos.org'...
cannot build derivation '/nix/store/2w4gv5knvpa30v69mpwx1ajv0nsy4mv1-vlc-3.0.4.drv': 1 dependencies couldn't be built
100 5874k    0 5874k    0     0  6420k      0 --:--:-- --:--:-- --:--:-- 9107k
unpacking source archive /build/22.0.3.tar.gz
cannot build derivation '/nix/store/cfgmdr82kn9rhkc24vb8dfka60k6rl2f-obs-studio-22.0.3.drv': 1 dependencies couldn't be built
error: build of '/nix/store/cfgmdr82kn9rhkc24vb8dfka60k6rl2f-obs-studio-22.0.3.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: obs-studio

Partial log (click to expand)

shrinking /nix/store/yqzxizrdk9bhmmxczffjqvxx64f2h0z6-obs-studio-22.0.3/lib/libobsglad.so.0
shrinking /nix/store/yqzxizrdk9bhmmxczffjqvxx64f2h0z6-obs-studio-22.0.3/lib/libobs-frontend-api.so.0.0
shrinking /nix/store/yqzxizrdk9bhmmxczffjqvxx64f2h0z6-obs-studio-22.0.3/lib/libobs.so.0
shrinking /nix/store/yqzxizrdk9bhmmxczffjqvxx64f2h0z6-obs-studio-22.0.3/share/obs/obs-plugins/obs-ffmpeg/ffmpeg-mux
shrinking /nix/store/yqzxizrdk9bhmmxczffjqvxx64f2h0z6-obs-studio-22.0.3/bin/.obs-wrapped
strip is /nix/store/dxf1m7dhc4qb655bdljc1fsd74v1nag3-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/yqzxizrdk9bhmmxczffjqvxx64f2h0z6-obs-studio-22.0.3/lib  /nix/store/yqzxizrdk9bhmmxczffjqvxx64f2h0z6-obs-studio-22.0.3/bin
patching script interpreter paths in /nix/store/yqzxizrdk9bhmmxczffjqvxx64f2h0z6-obs-studio-22.0.3
checking for references to /build in /nix/store/yqzxizrdk9bhmmxczffjqvxx64f2h0z6-obs-studio-22.0.3...
postPatchMkspecs

@joachifm
Copy link
Contributor

joachifm commented Oct 9, 2018

@GrahamcOfBorg build obs-studio

@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: obs-studio

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

Failure on aarch64-linux (full log)

Attempted: obs-studio

Partial log (click to expand)

copying path '/nix/store/7fdp5mvrj0g8mvwf8ir4avxmksi1hsrd-qtbase-5.11.1-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/hmnwhj458gvdhslm6j1qr7xm7im8x4wg-qtsvg-5.11.1' from 'https://cache.nixos.org'...
copying path '/nix/store/v62c6a716dryy3h0g5bb4n3wk58yc8l1-qtbase-5.11.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/82wi9by7hnwdrs9y672qa1ha0h6h7amd-qtsvg-5.11.1-bin' from 'https://cache.nixos.org'...
copying path '/nix/store/3knj0yxa72087vbvrzzcxh5b3p9pa0bb-qtx11extras-5.11.1' from 'https://cache.nixos.org'...
copying path '/nix/store/d22x7faknbay0fqzf33fq49kpqp3jyax-qtsvg-5.11.1-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/v468lr348fhd1lgqn04khr7m14j8dflr-qtx11extras-5.11.1-dev' from 'https://cache.nixos.org'...
cannot build derivation '/nix/store/23s81pxq4h0vhidrws4l27aqi33szlm7-vlc-3.0.4.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/wnvw44n3zwvba3mfqzzrzbi3c3p0jyha-obs-studio-22.0.3.drv': 1 dependencies couldn't be built
error: build of '/nix/store/wnvw44n3zwvba3mfqzzrzbi3c3p0jyha-obs-studio-22.0.3.drv' failed

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: obs-studio

Partial log (click to expand)

shrinking /nix/store/kh307q4x9pp73qf7z3qfj30783gjlvx8-obs-studio-22.0.3/lib/obs-plugins/image-source.so
shrinking /nix/store/kh307q4x9pp73qf7z3qfj30783gjlvx8-obs-studio-22.0.3/lib/obs-plugins/obs-ffmpeg.so
shrinking /nix/store/kh307q4x9pp73qf7z3qfj30783gjlvx8-obs-studio-22.0.3/lib/libobs-frontend-api.so.0.0
shrinking /nix/store/kh307q4x9pp73qf7z3qfj30783gjlvx8-obs-studio-22.0.3/bin/.obs-wrapped
shrinking /nix/store/kh307q4x9pp73qf7z3qfj30783gjlvx8-obs-studio-22.0.3/share/obs/obs-plugins/obs-ffmpeg/ffmpeg-mux
strip is /nix/store/dxf1m7dhc4qb655bdljc1fsd74v1nag3-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/kh307q4x9pp73qf7z3qfj30783gjlvx8-obs-studio-22.0.3/lib  /nix/store/kh307q4x9pp73qf7z3qfj30783gjlvx8-obs-studio-22.0.3/bin
patching script interpreter paths in /nix/store/kh307q4x9pp73qf7z3qfj30783gjlvx8-obs-studio-22.0.3
checking for references to /build in /nix/store/kh307q4x9pp73qf7z3qfj30783gjlvx8-obs-studio-22.0.3...
postPatchMkspecs

@joachifm joachifm merged commit e93bb08 into NixOS:master Oct 11, 2018
@r-ryantm r-ryantm deleted the auto-update/obs-studio branch October 13, 2018 22:23
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