[Bug 264186] audio/alac: Deprecate and set expiration date to 2022-06-30

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 23 May 2022 20:02:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264186

            Bug ID: 264186
           Summary: audio/alac: Deprecate and set expiration date to
                    2022-06-30
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ehaupt@FreeBSD.org
          Reporter: diizzy@FreeBSD.org
          Assignee: ehaupt@FreeBSD.org
             Flags: maintainer-feedback?(ehaupt@FreeBSD.org)

Created attachment 234160
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234160&action=edit
Patch for alac

Barely maintained upstream and has bugs and security issues, it's also quite a
bit slower than ffmpeg.

Encoding a 60 min file on my Intel Pentium G3220 (FreeBSD 13.1, amd64, ffmpeg
4.4.2)

/usr/bin/time -h ffmpeg -i sample.wav -acodec alac sample-ffmpeg.m4a
        44.02s real             43.32s user             0.37s sys

/usr/bin/time -h alacconvert sample.wav sample-alac.m4a
        1m3.49s real            1m2.00s user            0.85s sys

References:
https://perkele.cc/software/ALAC
https://github.com/macosforge/alac/issues/22

This affects audio/shairport-sync and audio/shntool

-- 
You are receiving this mail because:
You are the assignee for the bug.