Re: git: 37d9f49c0eda - main - multimedia/audacious-plugins: Import patch to remove dependency on CDDB
- Reply: Guido Falsi : "Re: git: 37d9f49c0eda - main - multimedia/audacious-plugins: Import patch to remove dependency on CDDB"
- In reply to: Guido Falsi : "git: 37d9f49c0eda - main - multimedia/audacious-plugins: Import patch to remove dependency on CDDB"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Sep 2024 05:21:49 UTC
On Sun, Sep 1, 2024 at 1:35 PM Guido Falsi <madpilot@freebsd.org> wrote: > > The branch main has been updated by madpilot: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=37d9f49c0eda6d23b00c0a88411a5e68afbb9169 > > commit 37d9f49c0eda6d23b00c0a88411a5e68afbb9169 > Author: Daniel Engberg <diizzy@FreeBSD.org> > AuthorDate: 2024-09-01 17:31:22 +0000 > Commit: Guido Falsi <madpilot@FreeBSD.org> > CommitDate: 2024-09-01 17:35:07 +0000 > > multimedia/audacious-plugins: Import patch to remove dependency on CDDB > > Import upstream patch to allow configuring CDDA without using > libCDDB, and enable the option, allowing to completely remove the > dependency on CDDB. > > PR: 279461 > --- > multimedia/audacious-plugins/Makefile | 12 ++++++------ > multimedia/audacious-plugins/distinfo | 2 ++ > 2 files changed, 8 insertions(+), 6 deletions(-) > > @@ -149,7 +154,6 @@ BS2B_LIB_DEPENDS= libbs2b.so:audio/libbs2b > BS2B_MESON_TRUE= bs2b > > CDDA_LIB_DEPENDS= libcddb.so:audio/libcddb \ > - libcdio.so:sysutils/libcdio \ > libcdio_cdda.so:sysutils/libcdio-paranoia > CDDA_MESON_TRUE= cdaudio > Hi, Didn't you mean to remove libcddb instead of libcdio? -Jason