From a9c1148dc63fe3fbc0c9dbe6543e485eb45ede73 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 3 Aug 2022 12:36:25 +0200 Subject: [PATCH] new MPEG support does not compile on some archs, do not enable it yet --- libsndfile.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/libsndfile.spec b/libsndfile.spec index 1715f96..07d8012 100644 --- a/libsndfile.spec +++ b/libsndfile.spec @@ -1,7 +1,7 @@ Summary: Library for reading and writing sound files Name: libsndfile Version: 1.1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ and GPLv2+ and BSD URL: http://libsndfile.github.io/libsndfile/ Source0: https://github.com/libsndfile/libsndfile/releases/download/%{version}/libsndfile-%{version}.tar.xz @@ -19,8 +19,9 @@ BuildRequires: libtool BuildRequires: make BuildRequires: python3 BuildRequires: opus-devel -BuildRequires: lame-devel -BuildRequires: mpg123-devel +# enable later, now it fails on some archs #https://github.com/libsndfile/libsndfile/issues/860 +#BuildRequires: lame-devel +#BuildRequires: mpg123-devel %description @@ -64,9 +65,10 @@ autoreconf -I M4 -fiv # for system-gsm patch --disable-dependency-tracking \ --enable-sqlite \ --enable-alsa \ - --enable-mpeg \ --enable-largefile \ --disable-static +# enable later, now it fails on some archs #https://github.com/libsndfile/libsndfile/issues/860 +# --enable-mpeg \ # Get rid of rpath sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool @@ -150,6 +152,9 @@ LD_LIBRARY_PATH=$PWD/src/.libs make check %changelog +* Wed Aug 03 2022 Michal Hlavinka - 1.1.0-3 +- new MPEG support does not compile on some archs, do not enable it yet + * Thu Jul 21 2022 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild