From c0337eda85022ac713a921e66fc0566f53b79784 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 15 May 2017 06:34:49 +0200 Subject: [PATCH] + cdrdao-1.2.3-29 Add MP3 encoding and decoding support --- cdrdao.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/cdrdao.spec b/cdrdao.spec index 12a6202..b57f47a 100644 --- a/cdrdao.spec +++ b/cdrdao.spec @@ -1,7 +1,7 @@ Summary: Writes audio CD-Rs in disk-at-once (DAO) mode Name: cdrdao Version: 1.2.3 -Release: 28%{?dist} +Release: 29%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://cdrdao.sourceforge.net/ @@ -10,6 +10,8 @@ Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 BuildRequires: libsigc++20-devel BuildRequires: libvorbis-devel >= 1.0 BuildRequires: libao-devel +BuildRequires: libmad-devel +BuildRequires: lame-devel #requirements to rebuild autotools BuildRequires: autoconf GConf2-devel @@ -47,7 +49,9 @@ autoreconf -v -f -i -I. %configure \ --without-xdao \ --without-scglib \ - --without-lame + --with-ogg-support \ + --with-mp3-support \ + --with-lame make %{?_smp_mflags} @@ -70,6 +74,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %changelog +* Wed May 10 2017 Bastien Nocera - 1.2.3-29 ++ cdrdao-1.2.3-29 +- Add MP3 encoding and decoding support + * Fri Feb 10 2017 Fedora Release Engineering - 1.2.3-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild