public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libavif] epel9-next: Build release with debug info
@ 2026-07-14 21:39 Andreas Schneider
  0 siblings, 0 replies; only message in thread
From: Andreas Schneider @ 2026-07-14 21:39 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/libavif
Branch : epel9-next
Commit : c0f09f6e9d685bb99dc35d4cbf111698a30cbdd8
Author : Andreas Schneider <asn@cryptomilk.org>
Date   : 2021-02-20T09:09:36+01:00
Stats  : +11/-6 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/libavif/c/c0f09f6e9d685bb99dc35d4cbf111698a30cbdd8?branch=epel9-next

Log:
Build release with debug info

---
diff --git a/libavif.spec b/libavif.spec
index 42fe703..c70648d 100644
--- a/libavif.spec
+++ b/libavif.spec
@@ -64,12 +64,14 @@ Avif-pixbuf-loader contains a plugin to load AVIF images in GTK+ applications.
 %autosetup -p1
 
 %build
-%cmake  %{?with_aom:-DAVIF_CODEC_AOM=1} \
-        -DAVIF_CODEC_DAV1D=1 \
-        -DAVIF_CODEC_RAV1E=1 \
-        %{?with_svt:-DAVIF_CODEC_SVT=1} \
-        -DAVIF_BUILD_APPS=1 \
-        -DAVIF_BUILD_GDK_PIXBUF=1
+%cmake \
+    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+    %{?with_aom:-DAVIF_CODEC_AOM=1} \
+    -DAVIF_CODEC_DAV1D=1 \
+    -DAVIF_CODEC_RAV1E=1 \
+    %{?with_svt:-DAVIF_CODEC_SVT=1} \
+    -DAVIF_BUILD_APPS=1 \
+    -DAVIF_BUILD_GDK_PIXBUF=1
 %cmake_build
 
 %install
@@ -94,6 +96,9 @@ Avif-pixbuf-loader contains a plugin to load AVIF images in GTK+ applications.
 %{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-avif.so
 
 %changelog
+* Sat Feb 20 2021 Andreas Schneider <asn@redhat.com> - 0.8.4-4
+- Build release with debug info
+
 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-14 21:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 21:39 [rpms/libavif] epel9-next: Build release with debug info Andreas Schneider

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox