• Bug#1104223: libvpx: build-depends on obsolete yasm

    From Chris Hofstaedtler@21:1/5 to All on Sun Apr 27 12:40:01 2025
    Source: libvpx

    Hi,

    your package seems to build-depend on yasm, which is orphaned in
    Debian and upstream indicated they moved on to different projects.

    Please find a replacement.

    Chris

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lorenzo@21:1/5 to Chris Hofstaedtler on Sun Apr 27 23:10:01 2025
    Control: tags -1 +patch

    patch attached

    On Sun, 27 Apr 2025 12:27:29 +0200
    Chris Hofstaedtler <zeha@debian.org> wrote:

    Source: libvpx

    Hi,

    your package seems to build-depend on yasm, which is orphaned in
    Debian and upstream indicated they moved on to different projects.

    Please find a replacement.

    Chris



    From bdfe53e77dbc38c9112aaa088a64c0798bc9d6c6 Mon Sep 17 00:00:00 2001
    From: Lorenzo Puliti <plorenzo@disroot.org>
    Date: Sun, 27 Apr 2025 22:55:25 +0200
    Subject: [PATCH] switch do nasm, drop yasm from B-D

    build depends on nasm, drop yasm

    Closes: #1104223
    ---
    debian/control | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/debian/control b/debian/control
    index 8c51575..a6fc8d4 100644
    --- a/debian/control
    +++ b/debian/control
    @@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
    Uploaders: Sebastian Dröge <slomo@debian.org>,
    Sebastian Ramacher <sramacher@debian.org>,
    Build-Depends: debhelper-compat (= 13),
    - yasm [amd64 i386 hurd-i386],
    + nasm [amd64 i386 hurd-i386],
    dh-exec
    Build-Depends-Indep: doxygen
    Standards-Version: 4.6.2
    --
    2.49.0

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)