public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Oliver <git@mavit.org.uk>
To: git-commits@fedoraproject.org
Subject: [rpms/rsgain] rawhide: Use unbundled crcpp.
Date: Tue, 02 Jun 2026 12:51:24 GMT	[thread overview]
Message-ID: <178040468410.1.6784682784820005353.rpms-rsgain-cda14585921b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rsgain
Branch : rawhide
Commit : cda14585921bcda0652486abb33ddc0189f0c74f
Author : Peter Oliver <git@mavit.org.uk>
Date   : 2026-06-02T13:50:53+01:00
Stats  : +6/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/rsgain/c/cda14585921bcda0652486abb33ddc0189f0c74f?branch=rawhide

Log:
Use unbundled crcpp.

---
diff --git a/rsgain.spec b/rsgain.spec
index 76effe0..1852b1b 100644
--- a/rsgain.spec
+++ b/rsgain.spec
@@ -13,6 +13,7 @@ Source0:        %{forgesource}
 License:        BSD-2-Clause AND BSD-3-Clause
 
 BuildRequires:  cmake
+BuildRequires:  crcpp-devel
 BuildRequires:  gcc-c++
 BuildRequires:  inih-devel
 BuildRequires:  libavcodec-free-devel
@@ -22,8 +23,6 @@ BuildRequires:  libebur128-devel
 BuildRequires:  libswresample-free-devel
 BuildRequires:  taglib-devel
 
-Provides:       bundled(CRCpp) = 1.2.0.0^20220528git71f2152
-
 %description
 rsgain (really simple gain) is a ReplayGain 2.0 command line utility.
 It applies loudness metadata tags to your files, while leaving the audio
@@ -34,6 +33,11 @@ the volume of your tagged files during playback.
 %prep
 %forgeautosetup
 
+# Use unbundled crcpp:
+sed -i -e 's|^#include "external/CRC.h"|#include <CRC.h>|' src/tag.cpp
+rm src/external/CRC.h
+cp %{_defaultlicensedir}/crcpp-devel/LICENSE LICENSE-CRCpp
+
 
 %build
 %cmake -DUSE_STD_FORMAT=ON -DINSTALL_MANPAGE=ON

                 reply	other threads:[~2026-06-02 12:51 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=178040468410.1.6784682784820005353.rpms-rsgain-cda14585921b@fedoraproject.org \
    --to=git@mavit.org.uk \
    --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