]> git.pld-linux.org Git - packages/cc1394.git/blob - cc1394.spec
- new
[packages/cc1394.git] / cc1394.spec
1 Summary:        AVT CC1394 Viewer application
2 Summary(pl.UTF-8):      Aplikacja do podglądu AVT CC1394
3 Name:           cc1394
4 Version:        3.0
5 Release:        1
6 License:        BSD
7 Group:          X11/Applications/Multimedia
8 Source0:        http://www.alliedvisiontec.com/fileadmin/content/PDF/Software/AVT_software/zip_files/AVTFire4Linux3v0.src.tar
9 # Source0-md5:  72b16f6d8e0f482d1b057ee84bb78430
10 URL:            http://www.alliedvisiontec.com/us/products/software/linux/avt-fire4linux.html
11 BuildRequires:  QtCore-devel >= 4.1
12 BuildRequires:  QtGui-devel >= 4.1
13 BuildRequires:  QtXml-devel >= 4.1
14 BuildRequires:  SDL-devel
15 BuildRequires:  libdc1394-devel(avt) >= 2.1.2
16 BuildRequires:  qt4-build >= 4.1
17 BuildRequires:  qt4-qmake >= 4.1
18 Requires:       libdc1394(avt) >= 2.1.2
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 CC1394 is a demo viewer for IIDC cameras, based on the libdc1394_avt
23 control library. The supported camera feature set focuses on AVT
24 camera families. However, third-party cameras should also be usable.
25
26 %description -l pl.UTF-8
27 CC1394 to demonstracyjna aplikacja do podglądu z kamer IIDC, oparta na
28 bibliotece sterującej libdc1394_avt. Zbiór obsługiwanych możliwości 
29 skupia się na rodzinach kamer AVT, ale kamery innych firm także mogą
30 być używalne.
31
32 %prep
33 %setup -q -n AVTFire4Linux3v0_src
34
35 tar xzf %{name}-%{version}.tar.gz
36
37 %build
38 cd %{name}
39
40 qmake-qt4 \
41         QMAKE_CXX="%{__cxx}" \
42         QMAKE_CXXFLAGS_RELEASE="%{rpmcxxflags}" \
43         QMAKE_LFLAGS_RELEASE="%{rpmldflags}"
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} -C %{name} install \
51         INSTALL_ROOT=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc AVT_F4L_Readme_Source.txt ReleaseNotes.txt cc1394/{COPYING,README}
59 %attr(755,root,root) %{_bindir}/cc1394
This page took 0.070161 seconds and 3 git commands to generate.