]> git.pld-linux.org Git - packages/parole.git/blob - parole.spec
- O: xfmedia
[packages/parole.git] / parole.spec
1 Summary:        Simple media player based on the GStreamer framework
2 Name:           parole
3 Version:        0.8.0
4 Release:        2
5 License:        GPL v2
6 Group:          X11/Applications/Multimedia
7 Source0:        http://archive.xfce.org/src/apps/parole/0.8/%{name}-%{version}.tar.bz2
8 # Source0-md5:  fffdc23d2aa22271f01410a9e27c3404
9 URL:            http://www.xfce.org/projects/parole/
10 BuildRequires:  autoconf >= 2.50
11 BuildRequires:  automake
12 BuildRequires:  clutter-devel >= 1.16.4
13 BuildRequires:  clutter-gtk-devel >= 1.4.4
14 BuildRequires:  dbus-devel >= 0.60
15 BuildRequires:  dbus-glib-devel >= 0.70
16 BuildRequires:  gettext-tools
17 BuildRequires:  gstreamer-devel >= 0.10.11
18 BuildRequires:  glib2-devel >= 1:2.30.0
19 BuildRequires:  gtk+3-devel
20 BuildRequires:  intltool >= 0.35.0
21 BuildRequires:  libnotify-devel >= 0.7
22 BuildRequires:  libtool
23 BuildRequires:  libxfce4ui-devel >= 4.12.0
24 BuildRequires:  libxfce4util-devel >= 4.12.0
25 BuildRequires:  pkgconfig >= 1:0.9.0
26 BuildRequires:  xfce4-dev-tools >= 4.12.0
27 Requires(post,postun):  gtk-update-icon-cache
28 Requires(post,postun):  hicolor-icon-theme
29 Obsoletes:      xfmedia
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 Parole is a modern simple media player based on the GStreamer
34 framework and written to fit well in the Xfce desktop.
35 Parole is designed with simplicity, speed and resource usage in mind.
36
37 %prep
38 %setup -q
39
40 %build
41 %{__libtoolize}
42 %{__aclocal}
43 %{__autoconf}
44 %{__autoheader}
45 %{__automake}
46 %configure \
47         --disable-browser-plugin \
48         --enable-clutter
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %{__rm} -r $RPM_BUILD_ROOT%{_includedir}
59 %{__rm} $RPM_BUILD_ROOT%{_libdir}/parole-0/*.la
60
61 %find_lang %{name}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %post
67 %update_icon_cache hicolor
68
69 %postun
70 %update_icon_cache hicolor
71
72 %files -f %{name}.lang
73 %defattr(644,root,root,755)
74 %doc AUTHORS ChangeLog NEWS README TODO
75 %attr(755,root,root) %{_bindir}/parole
76 %dir %{_libdir}/parole-0
77 %attr(755,root,root) %{_libdir}/parole-0/*.so
78 %{_datadir}/parole
79 %{_desktopdir}/parole.desktop
80 %{_iconsdir}/hicolor/*/apps/parole*
81 %{_datadir}/appdata/parole.appdata.xml
This page took 0.064996 seconds and 3 git commands to generate.