]> git.pld-linux.org Git - packages/coriander.git/blame - coriander.spec
- BR: ftplib-devel for FTP support
[packages/coriander.git] / coriander.spec
CommitLineData
d25074e3 1%define _rc rc4
7872cc42
JB
2Summary: Coriander - GUI for IEEE1394, IIDC/DCAM compliant digital cameras
3Summary(pl.UTF-8): Coriander - GUI dla kamer cyfrowych zgodnych z IEEE1394 i IIDC/DCAM
d25074e3 4Name: coriander
5Version: 2.0.0
6Release: 0.%{_rc}.1
0222811b
JB
7License: GPL v2+
8Group: X11/Applications/Multimedia
d25074e3 9Source0: http://dl.sourceforge.net/coriander/%{name}-%{version}-%{_rc}.tar.gz
10# Source0-md5: b62c7e9b240a9c7f8bb9b66cce8310b6
11URL: http://sourceforge.net/projects/coriander/
12BuildRequires: SDL-devel
13BuildRequires: autoconf >= 2.59-9
14BuildRequires: automake
0222811b 15BuildRequires: ffmpeg-devel >= 0.4.9
bac437cb 16BuildRequires: ftplib-devel
d25074e3 17BuildRequires: libdc1394-devel >= 2.0.0-0.rc5.1
18BuildRequires: libgnomeui-devel
0222811b 19BuildRequires: libraw1394-devel >= 1.2.0
d25074e3 20BuildRequires: pkgconfig
21BuildRequires: xorg-lib-libX11-devel
22BuildRequires: xorg-lib-libXext-devel
23BuildRequires: xorg-lib-libXv-devel
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
7872cc42
JB
27Coriander is a full-featured GUI for IEEE1394, IIDC-compliant (aka
28DCAM) digital cameras. It includes camera control, video display,
29saving, FTP and V4L export.
d25074e3 30
31%description -l pl.UTF-8
7872cc42
JB
32Coriander to w pełni funkcjonalny interfejs graficzny do kamer
33cyfrowych zgodnych z IEEE1394 i IIDC (DCAM). Obsługuje sterowanie
34kamerą, wyświetlanie obrazu, zapis i eksport FTP oraz V4L.
d25074e3 35
d25074e3 36%prep
37%setup -q -n %{name}-%{version}-%{_rc}
38
39%build
d25074e3 40%{__aclocal}
41%{__autoconf}
42%{__autoheader}
43%{__automake}
44%configure
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
0222811b
JB
53# no translations yet
54#%find_lang %{name}
55
d25074e3 56%clean
57rm -rf $RPM_BUILD_ROOT
58
d25074e3 59%files
0222811b 60# -f %{name}.lang
d25074e3 61%defattr(644,root,root,755)
0222811b
JB
62%doc AUTHORS ChangeLog README TODO
63%attr(755,root,root) %{_bindir}/coriander
64%{_pixmapsdir}/%{name}
This page took 0.062217 seconds and 4 git commands to generate.