- akode-2.0.2
This commit is contained in:
parent
78d2a37332
commit
90a1ce4eed
3 changed files with 11 additions and 7 deletions
|
|
@ -1 +1 @@
|
|||
30375-akode-2.0.1.tar.bz2
|
||||
30375-akode-2.0.2.tar.bz2
|
||||
|
|
|
|||
14
akode.spec
14
akode.spec
|
|
@ -1,14 +1,14 @@
|
|||
|
||||
Summary: Audio-decoding framework
|
||||
Name: akode
|
||||
Version: 2.0.1
|
||||
Release: 9%{?dist}
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
#URL: http://carewolf.com/akode/
|
||||
URL: http://www.kde-apps.org/content/show.php?content=30375
|
||||
Source0: http://www.kde-apps.org/content/files/30375-akode-%{version}.tar.bz2
|
||||
Source0: http://www.kde-apps.org/CONTENT/content-files/30375-akode-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Patch1: akode-pulseaudio.patch
|
||||
|
|
@ -29,7 +29,7 @@ BuildRequires: flac-devel
|
|||
%{?_with_jack:BuildRequires: jack-audio-connection-kit-devel}
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
%{?_with_pulseaudio:BuildRequires: pulseaudio-libs-devel}
|
||||
%{?_with_pulseaudio:BuildRequires: pulseaudio-lib-devel}
|
||||
BuildRequires: speex-devel
|
||||
|
||||
%description
|
||||
|
|
@ -81,7 +81,8 @@ Requires: %{name} = %{version}-%{release}
|
|||
|
||||
%patch1 -p1 -b .pulseaudio
|
||||
|
||||
[ ! -f configure ] && make -f Makefile.cvs
|
||||
#[ ! -f configure ] && \
|
||||
make -f Makefile.cvs
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -161,6 +162,9 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Dec 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.2-1
|
||||
- akode-2.0.2
|
||||
|
||||
* Wed Sep 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.1-9
|
||||
- BR: pulseaudio-libs-devel
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
94a10e7729b20b669bc5c7721f62e162 30375-akode-2.0.1.tar.bz2
|
||||
659ced0c9c735cb3e55b9138ff02342c 30375-akode-2.0.2.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue