File: libavc1394.spec

package info (click to toggle)
libavc1394 0.5.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,640 kB
  • sloc: sh: 10,131; ansic: 2,958; makefile: 61
file content (122 lines) | stat: -rw-r--r-- 3,755 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
Name: libavc1394
Version: 0.5.4
Release: 1
Copyright: GPL
Group: Multimedia
Source0: http://download.sourceforge.net/libavc1394/%{name}-%{version}.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-root
Requires: libraw1394
BuildRequires: libraw1394-devel

Summary: FireWire AV/C interface
Summary(pt_BR): FireWire AV/C interface
Summary(es): FireWire AV/C interface

%description
libavc1394 is a programming interface to the AV/C specification from the
1394 Trade Assocation. AV/C stands for Audio/Video Control.  Currently,
applications use the library to control the tape transport mechansim
on DV camcorders. However, there are many devices and functions of
devices that can be controlled via AV/C. Eventually, the library will
be expanded to implement more of the specification and to provide high
level interfaces to various devices.

%package devel
Summary: Development and include files for libavc1394
Summary(pt_BR): Arquivos de desenvolvimento e cabealhos para o libavc1394
Summary(es): Development and include files for libavc1394
Group: Development
Group(pt_BR): Desenvolvimento
Group(es): Desarrollo
Requires: %{name} == %{version}-%{release}
AutoProv: no

%package devel-static
Summary: Development components for libavc1394
Summary(pt_BR): Componentes estticos de desenvolvimento para o libavc1394
Summary(es): Development components for libavc1394
Group: Development
Group(pt_BR): Desenvolvimento
Group(es): Desarrollo
Requires: %{name}-devel == %{version}-%{release}

%description -n libavc1394-devel
libavc1394 is a programming interface to the AV/C specification from the
1394 Trade Assocation. AV/C stands for Audio/Video Control.  Currently,
applications use the library to control the tape transport mechansim
on DV camcorders. However, there are many devices and functions of
devices that can be controlled via AV/C. Eventually, the library will
be expanded to implement more of the specification and to provide high
level interfaces to various devices.

This archive contains the header files for libavc1394 development.

%description -n libavc1394-devel-static
libavc1394 is a programming interface to the AV/C specification from the
1394 Trade Assocation. AV/C stands for Audio/Video Control.  Currently,
applications use the library to control the tape transport mechansim
on DV camcorders. However, there are many devices and functions of
devices that can be controlled via AV/C. Eventually, the library will
be expanded to implement more of the specification and to provide high
level interfaces to various devices.

This archive contains the static libraries (.a) for libavc1394 development.


%prep
rm -rf %{buildroot}

%setup -q

%build
%configure --prefix=/usr
make

%install
make install DESTDIR=%{buildroot}

%post
ldconfig

%postun
ldconfig

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root)
%doc README NEWS INSTALL COPYING AUTHORS TODO
%{_libdir}/libavc1394.so
%{_libdir}/libavc1394.so.0
%{_libdir}/libavc1394.so.0.1.1
%{_libdir}/librom1394.so
%{_libdir}/librom1394.so.0
%{_libdir}/librom1394.so.0.1.1
%attr(0755,root,root) %{_bindir}/dvcont
%attr(0755,root,root) %{_bindir}/mkrfc2734
%{_mandir}/man1/*.gz

%files -n libavc1394-devel
%defattr(0644,root,root)
%attr(0755,root,root) %dir %{_includedir}/libavc1394
%{_includedir}/libavc1394/avc1394.h
%{_includedir}/libavc1394/avc1394_vcr.h
%{_includedir}/libavc1394/rom1394.h
%{_libdir}/pkgconfig/libavc1394.pc

%files -n libavc1394-devel-static
%defattr(0644,root,root)
%{_libdir}/libavc1394.a
%{_libdir}/libavc1394.la
%{_libdir}/librom1394.a
%{_libdir}/librom1394.la


%changelog
* Thu Feb 17 2005 Dan Dennedy <dan@dennedy.org>
- added pkg-config file
- added mkrfc2734 binary

* Fri May 21 2004 Steven Boswell <ulatec@users.sourceforge.net>
- initial spec