Please sync mlt 0.6.0-1 (universe) from debian experimental (main)

Bug #701615 reported by Jonathan Thomas
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mlt (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

Binary package hint: mlt

Please sync mlt from debian experimental (0.6.0-1). MLT is an open source multimedia framework, designed and developed for television broadcasting and for example needed by kdenlive and OpenShot.

Debian changelog for 0.6.0-1:

mlt (0.6.0-1) experimental; urgency=low
   * New upstream release.
   * Bump SONAME of libmlt from 2 to 3.
 -- Patrick Matthäi <email address hidden> Sun, 02 Jan 2011 12:39:23 +0100

Author changelog for 0.6.0-1:
Changes since v0.5.10:
Dan Dennedy (124):
     Bump to interim version.
     Fix field order correction on cached image.
     Fix crop making image black in a multitrack (kdenlive-1814).
     Remove an extra debug log message.
     Test the function pointer to be safe.
     Improve colorspace handling (work in progress)
     Get initial skipping of luma scaling to work.
     Revert new image types.
     Add input YUV colorspace (601 vs 709) handling.
     Require skip_luma_scale explicitly <> 0.
     Rename yuv_std to colorspace.
     Remove hardcoded luma scaling and passing skip_luma_scale to frame.
     Map profile colorspace to consumer property.
     Set colorspace in codec context.
     Expand colorspace support to explicit 601.
     Add conversion to profile colorspace.
     Rename variables and properties around luma range for clarity.
     Parse colorspace profile property and add hardcoded default.
     Add colorspace to all profile presets.
     Set libdv producer to Rec 601 colorspace.
     Tractor needs to pass along new frame properties.
     Document new colorspace and force_full_luma frame properties.
     Add mlt_cache.h to set of all mlt headers.
     Fix indentation in producer_framebuffer.c.
     Set default colorspace (from profile) on frames.
     Fix race conditions in SDL (kdenlive-1711).
     FFmpeg build improvements (3078007).
     Add support for short-hand vpre to avformat consumer.
     Add (de)serialization of profile to XML.
     Do not let consumer producer alter the profile when validating input.
     Add immutable meta.media-prefixed properties.
     Add an automatic profile feature to melt.
     Improve some media attributes detection.
     Fix crash on invalid and audio only clips.
     Fix some framerate-related issues on playback.
     Factor out processing -consumer option.
     Factor out usage help from main() processing.
     Use denominators as the litmus test for generating profile.
     Fix compile errors in latest commits to melt.c.
     Add mlt_profile_clone().
     Move logic for when to auto-insert consumer producer.
     Check for colorspace change on profile.
     Handle consumer properties that alter the profile.
     Fix consumer producer not updating frames in Kdenlive.
     Fix timecode conversion with non-integral framerate.
     Add #frame# variable substitution in data_show filter.
     Add math header for lrint().
     Add --avformat-no-vdpau configure option.
     Fix version support for AVCodec:colorspace.
     (De)serialize colorspace in profile.
     Add colorspace to auto-profile.
     Add null pointer checks around profile in consumer xml.
     Fix regression using codec frame rate.
     Do not serialize profile when consumer profile is null.
     Fix including SDL headers (3087522).
     Fkx crash converting string property with null value.
     Disable colorspace normalization - not working yet.
     Add support for frei0r string parameter.
     Fix frame rate detection when the muxer rate is 0/0.
     Fix edit points when using auto-profile.
     Fix aspect- and size-related issues in affine.
     Another apsect ratio fix in affine.
     Add Blackmagic Design DeckLink consumer.
     Add swfdec producer.
     Support build on swfdec 0.8 as well.
     Add configure script to detect optional swfdec dependency.
     Fix regression on 1920x1088 clips.
     Add locks around avcodec_open/_close for thread protection.
     Fix the size argument handling.
     Add support for F0R_COLOR_MODEL_BGRA8888
     Refactor image conversion in swfdec.
     Fix affine on non-square pixels (kdenlive-1880).
     Add suggested udev rules for Linsys cards.
     Fix AVCHD detected as double frame rate.
     Add support for swfdec variables.
     Make VDPAU decoding a tad more resilient.
     Fix reading uncompressed video (bug 3121436).
     Make the formats and codecs available through properties.
     Add example of how to list of codecs.
     Make --luma-compress imply --luma-8bit.
     Add example of using SWF with variables.
     Load .xml file as MLT XML.
     Refactor end-of-stream and speed change.
     Add a consumer-sdl-paused event.
     A minor refactoring.
     Add mlt_consumer_position (Mlt::Consumer::position).
     Add consumer-fatal-error event to avformat consumer.
     Remove exit() from Linsys sdi consumer.
     Fix memory leak in swig on Properties::setup_wait_for.
     Added Mlt::Properties::wait_for(string).
     Fix tearing in decklink.
     Make melt handle failure to start consumer.
     Fix crash when connecting the sdl_preview to a new producer.
     Prevent a possible deadlock when pausing.
     Synchronize Producer.set_speed(0) with sdl_preview.
     Fix regression on return value of Producer::set_speed.
     Add mlt_version API.
     Fix race-induced intermittent crash in sdl_still (kdenlive-1762).
     Fix regression in Producer::set_speed when consumer stopped.
     Fix cleaning up decklink when stopped.
     Increase the speed of switching between sdl_still and sdl.
     Fix build of decklink on some non-Linux systems (BSD).
     Add mlt_frame_write_ppm to visualize debugging.
     Fix shearing bug in affine transition & filter.
     Add meta.media properties to swfdec.
     Prevent concurrent access to swfdec context.
     Revert "Increase the speed of switching between sdl_still and sdl."
     Revert Producer::set_speed and add Producer::pause.
     Fix an infinite loop encoding a video with vorbis audio (kdenlive-1871).
     Fix parsing mixed XML documents and svg.mlt example.
     Convert "Scotland" in demos to "photos"
     Increase video encoder output buffer size.
     Fix segfault stopping unstarted null consumer.
     Fix melt crashing due to many things depending on consumer_aspect_ratio.
     Make feeds consistent between NTSC and PAL.
     Treat profile set by environment variable as explicit.
     Make etv data feeds same and scalable between NTSC and PAL.
     Scale the animation durations in NTSC etv data feed.
     Default to progressive rendering in composite.
     Update year in copyright notice.
     Set recommended FFmpeg version to 0.6.1.
     set version to 0.6.0
     Add v0.6.0 release notes.
     update ChangeLog for v0.6.0

j-b-m (5):
     Improve fps detection in avformat producer.
     Fix crash in SDL with new kdenlive audio VU meter.
     Fix TextColor+Outline+Typewriter=wrong color in titler (kdenlive-1829).
     Fix serializing xmldata in kdenlivetitle (kdenlive-1841).
     Prevent always fetching the "frozen" frame.

Till Theato (1):
     Fix crash in pango on very long strings.

Revision history for this message
Fabio Marconi (fabiomarconi) wrote :

Thank you for taking the time to request this package and helping to make Ubuntu better. Unfortunately you have not provided enough information for a developer to start packaging this application. Please make sure this bug meets the guidelines at https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages. An example of a complete package request is available at https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages/ExamplePackageRequest.

tags: added: needs-packaging
Revision history for this message
Fabio Marconi (fabiomarconi) wrote :

Oops, sorry

Revision history for this message
Jonathan Thomas (jonoomph) wrote :

Fabio,
Is there anything I need to add to this bug report, or is everything okay? It's not a new package, and only needs to be synced from Debian experimental. Thanks!

Revision history for this message
Brian Murray (brian-murray) wrote :

*** This is an automated message ***

This bug is tagged needs-packaging which identifies it as a request for a new package in Ubuntu. As a part of the managing needs-packaging bug reports specification, https://wiki.ubuntu.com/QATeam/Specs/NeedsPackagingBugs, all needs-packaging bug reports have Wishlist importance. Subsequently, I'm setting this bug's status to Wishlist.

summary: - Please sync mlt from debian experimental (0.6.0-1)
+ [needs-packaging] Please sync mlt from debian experimental (0.6.0-1)
Changed in ubuntu:
importance: Undecided → Wishlist
Revision history for this message
Benjamin Drung (bdrung) wrote : Re: [needs-packaging] Please sync mlt from debian experimental (0.6.0-1)

You should file the sync request against the package that you want to sync and subscribe ubuntu-sponsors (otherwise it won't get noticed).

BTW, we have the requestsync script that help requesting a sync.

affects: ubuntu → mlt (Ubuntu)
summary: - [needs-packaging] Please sync mlt from debian experimental (0.6.0-1)
+ Please sync mlt 0.6.0-1 (universe) from debian experimental (main)
Changed in mlt (Ubuntu):
assignee: nobody → Benjamin Drung (bdrung)
status: New → In Progress
Revision history for this message
Benjamin Drung (bdrung) wrote : ack-sync

mlt 0.6.0-1 builds on amd64. Sync request ACK'd.

Changed in mlt (Ubuntu):
assignee: Benjamin Drung (bdrung) → nobody
status: In Progress → Confirmed
Revision history for this message
Colin Watson (cjwatson) wrote :

2011-01-18 11:24:44 INFO - <mlt_0.6.0.orig.tar.gz: downloading from http://ftp.debian.org/debian/>
[Updating] mlt (0.5.6+git20100727-1build1 [Ubuntu] < 0.6.0-1 [Debian])
 * Trying to add mlt...
2011-01-18 11:24:44 INFO - <mlt_0.6.0-1.debian.tar.gz: downloading from http://ftp.debian.org/debian/>
2011-01-18 11:24:44 INFO - <mlt_0.6.0-1.dsc: downloading from http://ftp.debian.org/debian/>
I: mlt [universe] -> libmlt-dev_0.5.6+git20100727-1build1 [universe].
I: mlt [universe] -> libmlt-data_0.5.6+git20100727-1build1 [universe].
I: mlt [universe] -> libmlt++-dev_0.5.6+git20100727-1build1 [universe].
I: mlt [universe] -> libmlt++3_0.5.6+git20100727-1build1 [universe].
I: mlt [universe] -> libmlt-dbg_0.5.6+git20100727-1build1 [universe].
I: mlt [universe] -> melt_0.5.6+git20100727-1build1 [universe].

Changed in mlt (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.