]> git.pld-linux.org Git - packages/kde4-audiocd-kio.git/blame - kde4-audiocd-kio.spec
- updated BRs
[packages/kde4-audiocd-kio.git] / kde4-audiocd-kio.spec
CommitLineData
405af0d9
JR
1%define _state stable
2%define orgname audiocd-kio
3%define qtver 4.8.1
4
658db22d
JR
5Summary: Audiocd protocol for konqueror
6Summary(pl.UTF-8): Protokół audiocd dla konquerora
94cde65b 7Name: kde4-%{orgname}
7a8c1034 8Version: 4.10.4
16148a77 9Release: 1
405af0d9
JR
10License: GPL v2+
11Group: X11/Applications
12Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
7a8c1034 13# Source0-md5: 0036b5b2cfc2c37e3ceccd1c394e680a
405af0d9
JR
14BuildRequires: automoc4 >= 0.9.88
15BuildRequires: cdparanoia-III-devel
16BuildRequires: cmake >= 2.8.0
405af0d9 17BuildRequires: flac-devel >= 1.1.2
405af0d9 18BuildRequires: kde4-kdelibs-devel >= %{version}
4e1bc6d0 19BuildRequires: kde4-libkcddb-devel
16148a77 20BuildRequires: kde4-libkcompactdisc-devel
405af0d9 21BuildRequires: libogg-devel
405af0d9 22BuildRequires: libstdc++-devel
405af0d9
JR
23BuildRequires: libvorbis-devel
24BuildRequires: phonon-devel >= 4.4.1
25BuildRequires: pkgconfig
405af0d9
JR
26BuildRequires: qt4-build >= %{qtver}
27BuildRequires: qt4-qmake >= %{qtver}
28BuildRequires: rpmbuild(macros) >= 1.600
16148a77 29Requires: kde4-libkcddb >= %{version}
405af0d9
JR
30Requires: kde4-konqueror >= %{version}
31Provides: kdemultimedia(audiocd) = %{version}-%{release}
16148a77 32Obsoletes: kde4-kdemultimedia-audiocd < 4.8.99-1
658db22d 33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
405af0d9 34
658db22d 35%description
405af0d9
JR
36This package allows konqueror to play audiocd's without the need of an
37external application. Just enter audiocd:/ in the location field.
38
658db22d 39%description -l pl.UTF-8
405af0d9
JR
40Ten pakiet pozwala konquerorowi odtwarzanie płyt z muzyką bez potrzeby
41używania zewnętrznej aplikacji. Po prostu wpisz audiocd:/ w pole
42adresu.
43
44%prep
45%setup -q -n %{orgname}-%{version}
46
47%build
48install -d build
49cd build
50%cmake \
51 ../
52
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} -C build install \
59 DESTDIR=$RPM_BUILD_ROOT \
60 kde_htmldir=%{_kdedocdir}
61
62#%find_lang kio_audiocd --with-kde
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%post -p /sbin/ldconfig
68%postun -p /sbin/ldconfig
69
70%files
71%defattr(644,root,root,755)
72%attr(755,root,root) %{_libdir}/kde4/kcm_audiocd.so
73%attr(755,root,root) %{_libdir}/kde4/kio_audiocd.so
74%attr(755,root,root) %{_libdir}/kde4/libaudiocd_encoder*.so
75%attr(755,root,root) %{_libdir}/libaudiocdplugins.so.4.*.*
76%attr(755,root,root) %ghost %{_libdir}/libaudiocdplugins.so.?
405af0d9 77%{_datadir}/config.kcfg/audiocd_*_encoder.kcfg
405af0d9
JR
78%{_datadir}/kde4/services/audiocd.protocol
79%{_datadir}/kde4/services/audiocd.desktop
80%{_datadir}/apps/solid/actions/solid_audiocd.desktop
16148a77 81%{_datadir}/apps/konqsidebartng/virtual_folders/services/audiocd.desktop
405af0d9 82%lang(en) %{_kdedocdir}/en/kioslave/audiocd
This page took 0.211863 seconds and 4 git commands to generate.