vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit b37a91d83cf57eca3c5fefa32bab635f75e303a6
Author: Wouter Verhelst <w@uter.be>
Date: Tue Jul 21 23:33:06 2026 +0200
Whitespace fixes.
commit 68e5d8606a1a4ca6495b8bf60860650b2ba0955a
Author: Wouter Verhelst <w@uter.be>
Date: Tue Jul 21 23:31:39 2026 +0200
Support skipping subtitle and data streams, too
We had a "vskip" and "askip" option in Media::Convert::Asset to allow
adding -vn/-an options to ffmpeg command lines. We didn't do this for
subtitle or data streams before, because we didn't think we'd need it.
But that makes no sense, so add that.
Also, default the data stream to off. That may be a mistake; we can
revisit that later.
commit e544b63c55139d87e642c2156d9c5668507e2b94
Author: Wouter Verhelst <w@uter.be>
Date: Fri Mar 13 18:58:08 2026 +0200
Make this an rw property
We want to be able to set the sub after we created the object, so allow
for that.
commit 9fa9d99132e83f809be31c57c112f60ce344aa08
Author: Wouter Verhelst <w@uter.be>
Date: Sun Mar 8 18:04:46 2026 +0200
Add missing MooseX::ClassAttribute dep
commit eafc1fd3034ad56fe22d6939faefc4b39c85b2f4
Author: Wouter Verhelst <w@uter.be>
Date: Tue Mar 3 15:53:17 2026 +0200
Add class_progress attribute for global progress callback
Add a class-level progress callback attribute that applies to all
Media::Convert::Pipe objects created after it is set. The instance-level
progress attribute now uses lazy building to check for the class attribute,
making the class progress transparent to existing code. Includes
has_class_progress predicate and clear_class_progress clearer methods.
commit b8056ec83f67202ab275f395a4fb934d233f3674
Author: Wouter Verhelst <w@uter.be>
Date: Sun Feb 15 16:41:29 2026 +0200
Changelog