]> git.pld-linux.org Git - packages/camstream.git/blob - camstream.spec
- tabs in preamble
[packages/camstream.git] / camstream.spec
1 Summary:        Digital camera utilities
2 Summary(pl.UTF-8):      Narzędzia do obsługi kamer cyfrowych
3 Name:           camstream
4 Version:        0.26.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/Graphics
8 Source0:        http://www.smcc.demon.nl/camstream/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  1662fe8fd9af9e0065ba77254e836748
10 Patch1:         %{name}-destdir.patch
11 URL:            http://www.smcc.demon.nl/camstream/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  qt-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 CamStream is (going to be) a collection of tools for webcams and other
19 video-devices, enhancing your Linux system with multimedia video. All
20 written in C++ and with a nice GUI frontend. The interface is based on
21 Qt, an excellent GUI framework.
22
23 %description -l pl.UTF-8
24 CamStream jest (a właściwie ma być) zestawem narzędzi do kamer
25 internetowych i innych urządzeń video, rozszerzających możliwości
26 Linuksa o obraz multimedialny. Wszystkie narzędzia są napisane w C++ i
27 mają miły graficzny interfejs użytkownika. Interfejs jest oparty na
28 Qt.
29
30 %prep
31 %setup -q
32 %patch1 -p1
33
34 %build
35 cd lib/ccvt
36 %{__aclocal}
37 %{__autoconf}
38 cd ../../camstream
39 %{__aclocal}
40 %{__autoconf}
41 cd ..
42 %{__aclocal}
43 %{__autoconf}
44 QTDIR=%{_prefix} %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc README
59 %attr(755,root,root) %{_bindir}/*
60 %{_datadir}/camstream
This page took 0.072437 seconds and 3 git commands to generate.