From: Antoine Jacoutot Subject: Re: multimedia/libheif: drop dependency to multimedia/libde265-tools To: ports@openbsd.org Date: Mon, 25 Aug 2025 17:16:34 +0200 On Mon, Aug 25, 2025 at 01:11:50PM +0200, Kirill A. Korinsky wrote: > On Fri, 15 Aug 2025 00:07:44 +0200, > Kirill A. Korinsky wrote: > > > > ports@, > > > > I'd like to drop not required dependency from multimedia/libheif to > > multimedia/libde265-tools, because the last one depends on Qt and many other > > things. > > > > Ok? > > > > Anyone? I don't understand this diff, could you explain what changes between multimedia/libde265 and multimedia/libde265,-main? For me it means the same, as -main is the default. > > Index: multimedia/libheif/Makefile > > =================================================================== > > RCS file: /home/cvs/ports/multimedia/libheif/Makefile,v > > diff -u -p -r1.21 Makefile > > --- multimedia/libheif/Makefile 29 Apr 2025 15:39:06 -0000 1.21 > > +++ multimedia/libheif/Makefile 30 Jun 2025 10:52:55 -0000 > > @@ -1,7 +1,7 @@ > > COMMENT= HEIF and AVIF file format decoder and encoder > > > > V= 1.19.7 > > -REVISION= 0 > > +REVISION= 1 > > DISTNAME= libheif-$V > > > > SHARED_LIBS += heif 2.3 > > @@ -27,7 +27,7 @@ LIB_DEPENDS= graphics/gdk-pixbuf2 \ > > graphics/libwebp \ > > multimedia/aom \ > > multimedia/dav1d \ > > - multimedia/libde265 \ > > + multimedia/libde265,-main \ > > multimedia/openh264 \ > > graphics/jpeg \ > > multimedia/x265 > > > > -- > wbr, Kirill > -- Antoine