]> git.pld-linux.org Git - packages/cheese.git/blob - cheese.spec
000c142a6177e177ac4eec33b5d769d2e3b3b7a4
[packages/cheese.git] / cheese.spec
1 Summary:        A cheesy program to take pictures and videos from your web cam
2 Summary(pl.UTF-8):      Program do pobierania zdjęć i filmów z kamery internetowej
3 Name:           cheese
4 Version:        2.28.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/cheese/2.28/%{name}-%{version}.tar.bz2
9 # Source0-md5:  9accb0d6fa3f1f7644bade886c6078c3
10 URL:            http://live.gnome.org/Cheese
11 BuildRequires:  GConf2-devel >= 2.24.0
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  dbus-glib-devel >= 0.74
15 BuildRequires:  evolution-data-server-devel >= 2.24.0
16 BuildRequires:  gettext-devel
17 BuildRequires:  glib2-devel >= 1:2.18.0
18 BuildRequires:  gnome-common >= 2.24.0
19 BuildRequires:  gnome-desktop-devel >= 2.26.0
20 BuildRequires:  gnome-doc-utils >= 0.14.0
21 BuildRequires:  gnome-vfs2-devel >= 2.24.0
22 BuildRequires:  gstreamer-devel >= 0.10.16
23 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.16
24 BuildRequires:  gtk+2-devel >= 2:2.14.0
25 BuildRequires:  hal-devel >= 0.5.10
26 BuildRequires:  intltool >= 0.40.0
27 BuildRequires:  libgnomeui-devel >= 2.24.0
28 BuildRequires:  librsvg-devel >= 2.18.2
29 BuildRequires:  libtool
30 BuildRequires:  pkgconfig
31 BuildRequires:  rpmbuild(find_lang) >= 1.23
32 BuildRequires:  rpmbuild(macros) >= 1.311
33 BuildRequires:  xorg-lib-libXxf86vm-devel
34 Requires(post,postun):  gtk+2
35 Requires(post,postun):  hicolor-icon-theme
36 Requires(post,postun):  scrollkeeper
37 Requires(post,preun):   GConf2
38 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40 %description
41 Cheese is a cheesy program to take pictures and videos from your web
42 cam. It also provides some graphical effects in order to please the
43 users play instinct.
44
45 %description -l pl.UTF-8
46 Cheese to program do pobierania zdjęć i filmów z kamery internetowej.
47 Udostępnia także kilka graficznych efektów w celu zaspokojenia
48 instynktów oglądania u użytkowników.
49
50 %prep
51 %setup -q
52
53 %build
54 %{__intltoolize}
55 %{__libtoolize}
56 %{__aclocal}
57 %{__autoconf}
58 %{__autoheader}
59 %{__automake}
60 %configure \
61         --disable-schemas-install \
62         --disable-scrollkeeper
63 %{__make}
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67
68 %{__make} install \
69         DESTDIR=$RPM_BUILD_ROOT
70
71 %find_lang %{name} --with-gnome --with-omf
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %post
77 %update_icon_cache hicolor
78 %gconf_schema_install cheese.schemas
79 %scrollkeeper_update_post
80
81 %preun
82 %gconf_schema_uninstall cheese.schemas
83
84 %postun
85 %update_icon_cache hicolor
86 %scrollkeeper_update_postun
87
88 %files -f %{name}.lang
89 %defattr(644,root,root,755)
90 %doc AUTHORS ChangeLog README
91 %attr(755,root,root) %{_bindir}/cheese
92 %dir %{_libdir}/cheese
93 %attr(755,root,root) %{_libdir}/cheese/cheese-bugreport.sh
94 %{_sysconfdir}/gconf/schemas/cheese.schemas
95 %{_desktopdir}/cheese.desktop
96 %{_datadir}/cheese
97 %{_datadir}/dbus-1/services/org.gnome.Cheese.service
98 %{_iconsdir}/hicolor/*/apps/*
This page took 0.050051 seconds and 2 git commands to generate.