libmedia-convert-perl (1.5.2-1)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the v1.5.2 tag
- Git: https://salsa.debian.org/wouter/media-convert.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 200704
- Browser: https://salsa.debian.org/wouter/media-convert
- Last scan: 2026-03-13 17:34:15+00
- Next scan: 2026-03-22 01:10:00+00
- CI pipeline status: failed
- Debian changelog in Git:
libmedia-convert-perl (1.5.2-1) unstable; urgency=medium
* New upstream version.
- Fixes various A/V desync bugs
-- Wouter Verhelst <wouter@debian.org> Sun, 15 Feb 2026 16:40:42 +0200
- This branch is 4 commits ahead of tag v1.5.2
- Git log:
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