• Bug#1104226: xvidcore: build-depends on obsolete yasm

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

    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 22:50:02 2025
    Control: tags -1 +patch

    Hello,

    On Sun, 27 Apr 2025 12:28:17 +0200
    Chris Hofstaedtler <zeha@debian.org> wrote:
    your package seems to build-depend on yasm,

    patch attached to drop yasm

    Best,
    Lorenzo


    From 86d4c10e4ecb1b6677358ef56a641f68ed567d49 Mon Sep 17 00:00:00 2001
    From: Lorenzo Puliti <plorenzo@disroot.org>
    Date: Sun, 27 Apr 2025 22:30:52 +0200
    Subject: [PATCH] switch to nasm

    drop yasm from B-D, use nasm instead

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

    diff --git a/debian/control b/debian/control
    index 78c312a..30f74f6 100644
    --- a/debian/control
    +++ b/debian/control
    @@ -6,7 +6,7 @@ Uploaders: Loïc Martin <loic.martin3@gmail.com>,
    Reinhard Tartler <siretart@tauware.de>,
    Fabian Greffrath <fabian@debian.org>
    Build-Depends: debhelper-compat (= 13),
    - yasm [any-i386 amd64]
    + nasm [any-i386 amd64]
    Standards-Version: 4.5.1
    Homepage: https://labs.xvid.com/source/
    Vcs-Git: https://salsa.debian.org/multimedia-team/xvidcore.git
    --
    2.49.0

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