Package: release.debian.org Severity: important User: release.debian....@packages.debian.org Usertags: unblock X-Debbugs-Cc: Sebastian Ramacher <sramac...@debian.org>
Please unblock package mpv. [ Reason ] Two users recently discovered that DVB support had accidentally been dropped from our mpv package when we imported an upstream release that moved from waf to meson. At least one user considers this regression an RC issue. [ Impact ] The absence of DVB support doesn't affect the majority of mpv users, but I worry that there may be users who depend on mpv's DVB support to follow news and current events that may impact their safety. Notably, DVB in combination with a satellite dish can be used to receive news from other countries internet access is lost. It may be that DVB support is primarily used for entertainment, but I believe this news+safety corner case is worth bothering the release team about. [ Tests ] Real users testing with real hardware at https://bugs.debian.org/1026060 [ Risks ] Low, because the DVB protocol doesn't use the internet. It may be a bit pedantic to say the following, but real-world testing of the DVB protocol was not available in sid between 27 Nov 2022 (0.35.0-3) and today (0.35.1-4). [ Checklist ] [x] all changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in testing unblock mpv/0.32.0-4
diffstat for mpv-0.35.1 mpv-0.35.1 changelog | 9 +++++++++ rules | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff -Nru mpv-0.35.1/debian/changelog mpv-0.35.1/debian/changelog --- mpv-0.35.1/debian/changelog 2023-04-06 02:25:35.000000000 -0400 +++ mpv-0.35.1/debian/changelog 2023-04-18 22:28:15.000000000 -0400 @@ -1,3 +1,12 @@ +mpv (0.35.1-4) unstable; urgency=medium + + * Team upload. + * rules: Restore ARCH_CONFIGURE to configuration options so that the logic + that conditionally enables support for DVB (only on Linux) will function + as intended (Closes: #1026060). + + -- Nicholas D Steeves <s...@debian.org> Tue, 18 Apr 2023 22:28:15 -0400 + mpv (0.35.1-3) unstable; urgency=medium * debian/patches: Remove duplicate patches diff -Nru mpv-0.35.1/debian/rules mpv-0.35.1/debian/rules --- mpv-0.35.1/debian/rules 2023-04-06 02:25:35.000000000 -0400 +++ mpv-0.35.1/debian/rules 2023-04-18 22:28:15.000000000 -0400 @@ -18,7 +18,8 @@ -Dcdda=enabled \ -Ddvdnav=enabled \ -Dsdl2=enabled \ - -Dsndio=disabled + -Dsndio=disabled \ + $(ARCH_CONFIGURE) execute_after_dh_auto_install: mv debian/tmp/usr/share/zsh/site-functions debian/tmp/usr/share/zsh/vendor-completions