Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
457e1c4ecd |
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue