]> git.pld-linux.org Git - packages/kaffeine.git/blame - kaffeine.spec
- browser plugin done in browser-plugin-kaffeine.spec
[packages/kaffeine.git] / kaffeine.spec
CommitLineData
50c27c85 1# TODO
50c27c85 2# - check: http://kaffeine.sourceforge.net/index.php?page=faq#question4
b5b3256c
ER
3
4%define qt_ver 4.4
a2b7bb12 5Summary: Full featured Multimedia-Player for KDE
0df577f8 6Summary(pl.UTF-8): Frontend do xine pod KDE
4c66e1dd 7Name: kaffeine
b5b3256c 8Version: 1.0
1ddbf797 9Release: 1.1
adce3c2c 10License: GPL v2+
4c66e1dd 11Group: X11/Applications/Multimedia
1ddbf797
ER
12Source0: http://downloads.sourceforge.net/project/kaffeine/kaffeine/%{name}-%{version}/kaffeine-%{version}.tar.gz
13# Source0-md5: 81bac76f931245a75f20ed26a37c55e3
b5b3256c 14URL: http://kaffeine.kde.org/
72f34e97 15BuildRequires: QtNetwork-devel
16BuildRequires: QtSvg-devel
17BuildRequires: automoc4
18BuildRequires: cmake
19BuildRequires: gettext-devel
b5b3256c
ER
20BuildRequires: kde4-kdelibs-devel >= 4.2
21BuildRequires: phonon-devel >= 4.3
22BuildRequires: qt4-build >= %{qt_ver}
23BuildRequires: qt4-qmake >= %{qt_ver}
8229f9b4 24BuildRequires: rpmbuild(macros) >= 1.122
4c66e1dd 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
4c66e1dd 27%description
b0a1ec8b
ER
28Kaffeine is a full featured Multimedia-Player for KDE. By default it
29uses xine as backend.
4c66e1dd 30
38b9b157
JR
31%description -l pl.UTF-8
32W pełni zintegrowany z KDE frontend do xine.
4c66e1dd 33
34%prep
1ddbf797 35%setup -q
4c66e1dd 36
37%build
b5b3256c
ER
38install -d build
39cd build
40%cmake .. \
41 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
1ddbf797 42 -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
b5b3256c
ER
43%if "%{_lib}" == "lib64"
44 -DLIB_SUFFIX=64
45%endif
46
4c66e1dd 47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
b5b3256c
ER
52%{__make} -C build install \
53 DESTDIR=$RPM_BUILD_ROOT
4c66e1dd 54
b5b3256c 55rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/x-test
8dab9307 56
b5b3256c 57%find_lang %{name}
4c66e1dd 58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
021838c3
AG
62%post -p /sbin/ldconfig
63%postun -p /sbin/ldconfig
64
4c66e1dd 65%files -f %{name}.lang
66%defattr(644,root,root,755)
67%attr(755,root,root) %{_bindir}/kaffeine
1ddbf797
ER
68%attr(755,root,root) %{_bindir}/kaffeine-xbu
69%{_datadir}/apps/profiles/kaffeine.profile.xml
4c66e1dd 70%{_datadir}/apps/kaffeine
b5b3256c
ER
71%{_datadir}/apps/solid/actions/*.desktop
72%{_desktopdir}/kde4/kaffeine.desktop
73%{_iconsdir}/oxygen/*/actions/audio-radio-encrypted.png
74%{_iconsdir}/oxygen/*/actions/video-television-encrypted.png
This page took 0.037682 seconds and 4 git commands to generate.