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

libsForQt5.mlt: 6.8.0 -> 6.10.0 #42976

Merged
merged 1 commit into from Jul 9, 2018
Merged

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Jul 4, 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/mlt/versions.

Version release notes (from GitHub):
This version fixes bugs and supports serializing animation keyframes with a
specified time format (previously only frame number).

Framework

  • Reverted mlt_pool change in v6.8.0 pending further testing.
    (USE_MLT_POOL compiler define is now a 0/1 boolean, defaults to 1.)
  • Fixed crash regression in v6.8.0 "parsing non-animated string as an animation."
  • Added pointer checks to mlt_animation.
  • Changed producer cache size heuristic in mlt_multitrack to be more liberal.
  • Fixed handling reserved characters in names for YAML in mlt_properties.
  • Added clamping to prevent computing negative in and out points to mlt_producer.
  • Added functions to serialize animation with a time format:
    • mlt_animation_serialize_cut_tf()
    • mlt_animation_serialize_tf()
    • mlt_property_get_string_tf()
    • mlt_property_get_string_l_tf()
    • mlt_properties_get_value_tf()
    • Mlt::Properties::get(int, mlt_time_format)
    • Mlt::Animation::serialize_cut(mlt_time_format, int, int)
  • Added functions to clear a property to mlt_properties:
    • mlt_property_clear()
    • mlt_properties_clear()
    • Mlt::Properties::clear()

Modules

  • Fixed enabling sliced pix_fmt conversion in avformat producer.
  • Fixed incorrect seek and sync on audio files with discard packets.
  • Added support for avcodec_send_frame() API to avformat consumer.
  • Fixed compile errors with Libav master.
  • Fixed a crash in affine transition.
  • Fixed a crash in ladspa filters when consumer frame rate is low (e.g. <= 8).
  • Fixed a crash in boxblur filter.
  • Added animation support to boxblur hori and vert properties.
  • Fixed a crash in movit.convert.
  • Fixed incorrect alpha in affine transition blending routine.
  • Converted frei0r from deprecated mlt_geometry to mlt_animation API.
  • Fixed tilde in text string for pango producer.
  • Fixed using more than one channelcopy filter.
  • Fixed the mono filter reducing volume level.
  • Fixed degraded audio scrubbing in sdl2_audio consumer.
  • Converted dynamictext filter to use affine transition for more correct
    alpha compositing and sub-pixel positioning.
  • Added time format support for animation keyframes to the xml consumer.
  • Added animation support to more affine transition properties:
    • fix_rotate_x
    • fix_rotate_y
    • fix_rotate_z
    • fix_shear_x
    • fix_shear_y
    • fix_shear_z
    • ox
    • oy
    • scale_x
    • scale_y
  • Fixed gaps in text when characters overlap in qtext and kdenlive producers.
  • Fixed a crash in pixbuf producer with multiple render threads.
  • Converted the oldfilm vignette filter from mlt_geometry to mlt_animation.

Other

  • Numerous updates to mlt-xml.dtd.
  • Categorized many of the encode presets (using meta.preset.name).

These checks were done:

  • built on NixOS
  • /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0/bin/melt passed the binary check.
  • /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0/bin/.melt-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 6.10.0 with grep in /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0
  • directory tree listing: https://gist.github.com/5b163c9c1aa200eba8db3bde8c8b09b1
  • du listing: https://gist.github.com/ddb0aac5012b87f121601378fca1f0bd

meta.description for libsForQt5.mlt is: '"Open source multimedia framework, designed for television broadcasting"'.

cc @cillianderoiste for testing.

This build is cached with Cachix. To use the cache follow these instructions:

One time setup in nixpkgs Git checkout:

cachix use r-ryantm
git remote add r-ryantm https://github.com/r-ryantm/nixpkgs.git

Test this build:

git fetch r-ryantm && git checkout 792aba436c642aeb6528fc862228e91f3c6a00f1 && nix-shell --pure -I nixpkgs=. -p libsForQt5.mlt

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mlt/versions.

Version release notes (from GitHub):
This version fixes bugs and supports serializing animation keyframes with a
specified time format (previously only frame number).

**Framework**

  * Reverted mlt_pool change in v6.8.0 pending further testing.
    (USE_MLT_POOL compiler define is now a 0/1 boolean, defaults to 1.)
  * Fixed crash regression in v6.8.0 "parsing non-animated string as an animation."
  * Added pointer checks to mlt_animation.
  * Changed producer cache size heuristic in mlt_multitrack to be more liberal.
  * Fixed handling reserved characters in names for YAML in mlt_properties.
  * Added clamping to prevent computing negative in and out points to mlt_producer.
  * Added functions to serialize animation with a time format:
    - mlt_animation_serialize_cut_tf()
    - mlt_animation_serialize_tf()
    - mlt_property_get_string_tf()
    - mlt_property_get_string_l_tf()
    - mlt_properties_get_value_tf()
    - Mlt::Properties::get(int, mlt_time_format)
    - Mlt::Animation::serialize_cut(mlt_time_format, int, int)
  * Added functions to clear a property to mlt_properties:
    - mlt_property_clear()
    - mlt_properties_clear()
    - Mlt::Properties::clear()

**Modules**

  * Fixed enabling sliced pix_fmt conversion in avformat producer.
  * Fixed incorrect seek and sync on audio files with discard packets.
  * Added support for avcodec_send_frame() API to avformat consumer.
  * Fixed compile errors with Libav master.
  * Fixed a crash in affine transition.
  * Fixed a crash in ladspa filters when consumer frame rate is low (e.g. <= 8).
  * Fixed a crash in boxblur filter.
  * Added animation support to boxblur hori and vert properties.
  * Fixed a crash in movit.convert.
  * Fixed incorrect alpha in affine transition blending routine.
  * Converted frei0r from deprecated mlt_geometry to mlt_animation API.
  * Fixed tilde in text string for pango producer.
  * Fixed using more than one channelcopy filter.
  * Fixed the mono filter reducing volume level.
  * Fixed degraded audio scrubbing in sdl2_audio consumer.
  * Converted dynamictext filter to use affine transition for more correct
    alpha compositing and sub-pixel positioning.
  * Added time format support for animation keyframes to the xml consumer.
  * Added animation support to more affine transition properties:
    - fix_rotate_x
    - fix_rotate_y
    - fix_rotate_z
    - fix_shear_x
    - fix_shear_y
    - fix_shear_z
    - ox
    - oy
    - scale_x
    - scale_y
  * Fixed gaps in text when characters overlap in qtext and kdenlive producers.
  * Fixed a crash in pixbuf producer with multiple render threads.
  * Converted the oldfilm vignette filter from mlt_geometry to mlt_animation.

**Other**

  * Numerous updates to mlt-xml.dtd.
  * Categorized many of the encode presets (using meta.preset.name).

These checks were done:

- built on NixOS
- /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0/bin/melt passed the binary check.
- /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0/bin/.melt-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 6.10.0 with grep in /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0
- directory tree listing: https://gist.github.com/5b163c9c1aa200eba8db3bde8c8b09b1
- du listing: https://gist.github.com/ddb0aac5012b87f121601378fca1f0bd
@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: libsForQt5.mlt

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: libsForQt5.mlt

Partial log (click to expand)

strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0/lib  /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0/bin
patching script interpreter paths in /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0
checking for references to /build in /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0...
shrinking RPATHs of ELF executables and libraries in /nix/store/6vdzmgvpqc4c8nb07nc2vha3zdnwj7yx-mlt-6.10.0-dev
strip is /nix/store/4qvrxzxa535y8304mk195x50b6p9607d-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/6vdzmgvpqc4c8nb07nc2vha3zdnwj7yx-mlt-6.10.0-dev/lib
patching script interpreter paths in /nix/store/6vdzmgvpqc4c8nb07nc2vha3zdnwj7yx-mlt-6.10.0-dev
checking for references to /build in /nix/store/6vdzmgvpqc4c8nb07nc2vha3zdnwj7yx-mlt-6.10.0-dev...
postPatchMkspecs

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: libsForQt5.mlt

Partial log (click to expand)

stripping (with command strip and flags -S) in /nix/store/49aq2agw9q8fa1p7js9l2yf478235afr-mlt-6.10.0/lib  /nix/store/49aq2agw9q8fa1p7js9l2yf478235afr-mlt-6.10.0/bin
patching script interpreter paths in /nix/store/49aq2agw9q8fa1p7js9l2yf478235afr-mlt-6.10.0
checking for references to /build in /nix/store/49aq2agw9q8fa1p7js9l2yf478235afr-mlt-6.10.0...
shrinking RPATHs of ELF executables and libraries in /nix/store/xhm0kjn7l59yf69l8x0pyzqkqs5232mn-mlt-6.10.0-dev
strip is /nix/store/0pjsgkxz0rp5baycq5sp2s72lrr5q9sg-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/xhm0kjn7l59yf69l8x0pyzqkqs5232mn-mlt-6.10.0-dev/lib
patching script interpreter paths in /nix/store/xhm0kjn7l59yf69l8x0pyzqkqs5232mn-mlt-6.10.0-dev
checking for references to /build in /nix/store/xhm0kjn7l59yf69l8x0pyzqkqs5232mn-mlt-6.10.0-dev...
postPatchMkspecs
/nix/store/49aq2agw9q8fa1p7js9l2yf478235afr-mlt-6.10.0

@xeji xeji merged commit 34da985 into NixOS:master Jul 9, 2018
@r-ryantm r-ryantm deleted the auto-update/mlt branch July 9, 2018 14:17
grwlf pushed a commit to grwlf/nixpkgs that referenced this pull request Nov 10, 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/mlt/versions.

Version release notes (from GitHub):
This version fixes bugs and supports serializing animation keyframes with a
specified time format (previously only frame number).

**Framework**

  * Reverted mlt_pool change in v6.8.0 pending further testing.
    (USE_MLT_POOL compiler define is now a 0/1 boolean, defaults to 1.)
  * Fixed crash regression in v6.8.0 "parsing non-animated string as an animation."
  * Added pointer checks to mlt_animation.
  * Changed producer cache size heuristic in mlt_multitrack to be more liberal.
  * Fixed handling reserved characters in names for YAML in mlt_properties.
  * Added clamping to prevent computing negative in and out points to mlt_producer.
  * Added functions to serialize animation with a time format:
    - mlt_animation_serialize_cut_tf()
    - mlt_animation_serialize_tf()
    - mlt_property_get_string_tf()
    - mlt_property_get_string_l_tf()
    - mlt_properties_get_value_tf()
    - Mlt::Properties::get(int, mlt_time_format)
    - Mlt::Animation::serialize_cut(mlt_time_format, int, int)
  * Added functions to clear a property to mlt_properties:
    - mlt_property_clear()
    - mlt_properties_clear()
    - Mlt::Properties::clear()

**Modules**

  * Fixed enabling sliced pix_fmt conversion in avformat producer.
  * Fixed incorrect seek and sync on audio files with discard packets.
  * Added support for avcodec_send_frame() API to avformat consumer.
  * Fixed compile errors with Libav master.
  * Fixed a crash in affine transition.
  * Fixed a crash in ladspa filters when consumer frame rate is low (e.g. <= 8).
  * Fixed a crash in boxblur filter.
  * Added animation support to boxblur hori and vert properties.
  * Fixed a crash in movit.convert.
  * Fixed incorrect alpha in affine transition blending routine.
  * Converted frei0r from deprecated mlt_geometry to mlt_animation API.
  * Fixed tilde in text string for pango producer.
  * Fixed using more than one channelcopy filter.
  * Fixed the mono filter reducing volume level.
  * Fixed degraded audio scrubbing in sdl2_audio consumer.
  * Converted dynamictext filter to use affine transition for more correct
    alpha compositing and sub-pixel positioning.
  * Added time format support for animation keyframes to the xml consumer.
  * Added animation support to more affine transition properties:
    - fix_rotate_x
    - fix_rotate_y
    - fix_rotate_z
    - fix_shear_x
    - fix_shear_y
    - fix_shear_z
    - ox
    - oy
    - scale_x
    - scale_y
  * Fixed gaps in text when characters overlap in qtext and kdenlive producers.
  * Fixed a crash in pixbuf producer with multiple render threads.
  * Converted the oldfilm vignette filter from mlt_geometry to mlt_animation.

**Other**

  * Numerous updates to mlt-xml.dtd.
  * Categorized many of the encode presets (using meta.preset.name).

These checks were done:

- built on NixOS
- /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0/bin/melt passed the binary check.
- /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0/bin/.melt-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 6.10.0 with grep in /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0
- directory tree listing: https://gist.github.com/5b163c9c1aa200eba8db3bde8c8b09b1
- du listing: https://gist.github.com/ddb0aac5012b87f121601378fca1f0bd
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