pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/libheif



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 30 21:47:07 UTC 2023

Modified Files:
        pkgsrc/graphics/libheif: Makefile

Log Message:
libheif: enable dav1d

Remove gcc workaround, not needed on NetBSD 10.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/libheif/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/libheif/Makefile
diff -u pkgsrc/graphics/libheif/Makefile:1.15 pkgsrc/graphics/libheif/Makefile:1.16
--- pkgsrc/graphics/libheif/Makefile:1.15       Thu Mar 30 21:41:50 2023
+++ pkgsrc/graphics/libheif/Makefile    Thu Mar 30 21:47:07 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2023/03/30 21:41:50 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2023/03/30 21:47:07 wiz Exp $
 
 DISTNAME=      libheif-1.15.2
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=strukturag/}
 GITHUB_PROJECT=        libheif
@@ -14,16 +15,11 @@ LICENSE=    gnu-lgpl-v3
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
-.include "../../mk/compiler.mk"
-
-.if !empty(PKGSRC_COMPILER:Mgcc)
-CXXFLAGS.NetBSD+=      -Wno-error=maybe-uninitialized
-.endif
-
 PKGCONFIG_OVERRIDE+=   libheif.pc.in
 
 .include "../../devel/cmake/build.mk"
 .include "../../graphics/png/buildlink3.mk"
+.include "../../multimedia/dav1d/buildlink3.mk"
 .include "../../multimedia/libaom/buildlink3.mk"
 .include "../../multimedia/libde265/buildlink3.mk"
 .include "../../multimedia/x265/buildlink3.mk"



Home | Main Index | Thread Index | Old Index