+ cdrdao-1.2.3-29
Add MP3 encoding and decoding support
This commit is contained in:
parent
1e68aedd0f
commit
c0337eda85
12
cdrdao.spec
12
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 <bnocera@redhat.com> - 1.2.3-29
|
||||
+ cdrdao-1.2.3-29
|
||||
- Add MP3 encoding and decoding support
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-28
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user