]> git.pld-linux.org Git - packages/libavc1394.git/blob - libavc1394.spec
673eb074ba7a630939c54d286e3d573d93446578
[packages/libavc1394.git] / libavc1394.spec
1 Summary:        Programming interface to the 1394 AV/C specification
2 Summary(pl):    Interfejs programistyczny do specyfikacji 1394 AV/C
3 Name:           libavc1394
4 Version:        0.4.1
5 Release:        2
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://dl.sourceforge.net/libavc1394/%{name}-%{version}.tar.gz
9 # Source0-md5:  cca44f87bda7d5572473290dec7cd81e
10 Patch0:         %{name}-link.patch
11 URL:            http://sourceforge.net/projects/libavc1394/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libraw1394-devel
15 BuildRequires:  libtool
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 libavc1394 is a programming interface to the AV/C specification from
20 the 1394 Trade Association. AV/C stands for Audio/Video Control.
21 Currently, applications use the library to control the tape transport
22 mechanism on DV camcorders. However, there are many devices and
23 functions of devices that can be controlled via AV/C. Eventually, the
24 library will be expanded to implement more of the specification and to
25 provide high level interfaces to various devices.
26
27 %description -l pl
28 libavc1394 to interfejs programistyczny do specyfikacji AV/C
29 opracowanej przez 1394 Trade Association. AV/C oznacza Audio/Video
30 Control (czyli sterowanie Audio/Video). Aktualnie aplikacje u¿ywaj±
31 tej biblioteki do kontroli mechanizmu przesuwu ta¶my w kamerach DV,
32 lecz wiele urz±dzeñ i ich funkcji mo¿na kontrolowaæ poprzez AV/C. Byæ
33 mo¿e biblioteka zostanie rozszerzona, by obs³ugiwaæ wiêksz± czê¶æ
34 specyfikacji i zapewniaæ interfejsy wysokiego poziomu do ró¿nych
35 urz±dzeñ.
36
37 %package devel
38 Summary:        libavc1394 header files
39 Summary(pl):    Pliki nag³ówkowe libavc1394
40 Group:          Development/Libraries
41 Requires:       %{name} = %{version}
42 Requires:       libraw1394-devel
43
44 %description devel
45 libavc1394 header files.
46
47 %description devel -l pl
48 Pliki nag³ówkowe libavc1394.
49
50 %package static
51 Summary:        Static libavc1394 library
52 Summary(pl):    Statyczna biblioteka libavc1394
53 Group:          Development/Libraries
54 Requires:       %{name}-devel = %{version}
55
56 %description static
57 Static libavc1394 library.
58
59 %description static -l pl
60 Statyczna biblioteka libavc1394.
61
62 %prep
63 %setup -q
64 %patch -p1
65
66 %build
67 %{__libtoolize}
68 %{__aclocal}
69 %{__autoconf}
70 %{__autoheader}
71 %{__automake}
72 %configure
73 %{__make}
74
75 %install
76 rm -rf $RPM_BUILD_ROOT
77
78 %{__make} install \
79         DESTDIR=$RPM_BUILD_ROOT
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %post   -p /sbin/ldconfig
85 %postun -p /sbin/ldconfig
86
87 %files
88 %defattr(644,root,root,755)
89 %doc AUTHORS ChangeLog NEWS README TODO
90 %attr(755,root,root) %{_bindir}/*
91 %attr(755,root,root) %{_libdir}/lib*.so.*.*
92 %{_mandir}/man1/*.1*
93
94 %files devel
95 %defattr(644,root,root,755)
96 %attr(755,root,root) %{_libdir}/lib*.so
97 %{_libdir}/lib*.la
98 %{_includedir}/libavc1394
99
100 %files static
101 %defattr(644,root,root,755)
102 %{_libdir}/lib*.a
This page took 0.591331 seconds and 2 git commands to generate.