Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Than Ngo
457e1c4ecd fixed bz#1529207 - enable MP3 support 2018-06-07 11:14:46 +02:00

View file

@ -8,7 +8,7 @@ Summary: aRts (analog realtime synthesizer) - the KDE sound system
Group: System Environment/Daemons
Epoch: 8
Version: 1.5.10
Release: 38%{?dist}
Release: 39%{?dist}
License: LGPLv2+
Url: http://www.kde.org
@ -63,6 +63,7 @@ BuildRequires: glib2-devel
BuildRequires: libvorbis-devel
BuildRequires: pkgconfig
BuildRequires: chrpath
BuildRequires: libmad-devel
%description
arts (analog real-time synthesizer) is the sound system of KDE 3.
@ -121,7 +122,6 @@ export CXXFLAGS="%{optflags} -Wno-error=narrowing"
--disable-debug --disable-warnings \
--disable-dependency-tracking \
--enable-new-ldflags \
--disable-libmad \
--with-alsa \
--enable-final
@ -213,6 +213,9 @@ test -z "$(chrpath --list %{buildroot}%{_bindir}/artsd 2>/dev/null | grep RPATH=
%changelog
* Thu Jun 07 2018 Than Ngo <than@redhat.com> - 1.5.10-39
- fixed bz#1529207 - enable MP3 support
* Thu Jun 07 2018 Than Ngo <than@redhat.com> - 1.5.10-38
- fixed bz#1582764, FTBFS