[packages/libheif] - disable werror, rel 2

baggins baggins at pld-linux.org
Mon Feb 24 02:23:57 CET 2025


commit 002123f1bba6fd233eb6c95a7575de89c60aabf5
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Feb 24 01:31:13 2025 +0100

    - disable werror, rel 2

 libheif.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libheif.spec b/libheif.spec
index 8ae5156..1649b52 100644
--- a/libheif.spec
+++ b/libheif.spec
@@ -3,7 +3,7 @@
 #
 # Conditional build:
 %bcond_with	golang		# Go examples
-%bcond_without	static_libs	# static library
+%bcond_with	static_libs	# static library
 %bcond_with	tests		# testing
 # AVIF
 %bcond_without	aom		# aom AVIF decoder/encoder
@@ -31,7 +31,7 @@ Summary:	ISO/IEC 23008-12:2017 HEIF file format decoder and encoder
 Summary(pl.UTF-8):	Koder i dekoder formatu plików HEIF zgodnego z ISO/IEC 23008-12:2017
 Name:		libheif
 Version:	1.19.5
-Release:	1
+Release:	2
 License:	LGPL v3+ (library), GPL v3+ (tools)
 Group:		Libraries
 #Source0Download: https://github.com/strukturag/libheif/releases/
@@ -154,6 +154,7 @@ Wtyczka gdk-pixbuf do obsługi plików HEIF.
 %cmake -B build-static \
 	-DBUILD_SHARED_LIBS=OFF \
 	-DENABLE_PLUGIN_LOADING=OFF \
+	-DCMAKE_COMPILE_WARNING_AS_ERROR=OFF \
 	%{!?with_aom:-DWITH_AOM_DECODER=OFF} \
 	%{!?with_aom:-DWITH_AOM_ENCODER=OFF} \
 	%{?with_dav1d:-DWITH_DAV1D=ON} \
@@ -175,6 +176,7 @@ Wtyczka gdk-pixbuf do obsługi plików HEIF.
 %endif
 
 %cmake -B build \
+	-DCMAKE_COMPILE_WARNING_AS_ERROR=OFF \
 	%{?with_tests:-DBUILD_TESTING=ON} \
 	%{!?with_aom:-DWITH_AOM_DECODER=OFF} \
 	%{!?with_aom:-DWITH_AOM_ENCODER=OFF} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libheif.git/commitdiff/002123f1bba6fd233eb6c95a7575de89c60aabf5



More information about the pld-cvs-commit mailing list