public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Andreas Schneider <asn@cryptomilk.org>
To: git-commits@fedoraproject.org
Subject: [rpms/libavif] epel9-next: Build release with debug info
Date: Tue, 14 Jul 2026 21:39:52 GMT	[thread overview]
Message-ID: <178406519238.1.3057549241257208829.rpms-libavif-c0f09f6e9d68@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-07-14 21:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178406519238.1.3057549241257208829.rpms-libavif-c0f09f6e9d68@fedoraproject.org \
    --to=asn@cryptomilk.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox