Bug#1104222: handbrake: build-depends on obsolete yasm
Control: tags -1 +patch
Hi,
it already Build Depends on nasm, which seems to be the upstream
default in configure script, so I think just dropping yasm from the B-D
list is fine.
git patch attached.
Best,
Lorenzo
On Sun, 27 Apr 2025 12:26:54 +0200
Chris Hofstaedtler <zeha@debian.org> wrote:
> Source: handbrake
>
> 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 11275a168f5fe4d8e30b7d6dba19f56c2f8e24f3 Mon Sep 17 00:00:00 2001
From: Lorenzo Puliti <plorenzo@disroot.org>
Date: Sun, 27 Apr 2025 20:09:43 +0200
Subject: [PATCH] drop yasm from B-D, nasm is already in use
drop yasm from Build-Dep, nasm is already the default in upstream
configure script and is already listed as Build-Dep.
Closes: #1104222
---
debian/control | 1 -
1 file changed, 1 deletion(-)
diff --git a/debian/control b/debian/control
index 6df7357..d63a22d 100644
--- a/debian/control
+++ b/debian/control
@@ -54,7 +54,6 @@ Build-Depends:
ninja-build,
python3,
pkgconf,
- yasm
Rules-Requires-Root: no
Package: handbrake
--
2.49.0
Reply to: