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