2005-09-20 05:22:16 +00:00
|
|
|
Summary: Streaming library for IEEE1394
|
|
|
|
Name: libiec61883
|
|
|
|
Version: 1.0.0
|
|
|
|
Release: 8.fc5
|
|
|
|
License: LGPL
|
|
|
|
Group: Libraries
|
|
|
|
Source: http://linux1394.org/dl/%{name}-%{version}.tar.gz
|
|
|
|
Patch: libiec61883-1.0.0-installtests.patch
|
|
|
|
URL: http://linux1394.org
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
BuildRequires: libraw1394-devel
|
2005-09-20 05:37:16 +00:00
|
|
|
ExcludeArch: s390 s390x
|
2005-09-20 05:22:16 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
|
|
|
|
The libiec61883 library provides an higher level API for streaming DV,
|
|
|
|
MPEG-2 and audio over IEEE1394. Based on the libraw1394 isochronous
|
|
|
|
functionality, this library acts as a filter that accepts DV-frames,
|
|
|
|
MPEG-2 frames or audio samples from the application and breaks these
|
|
|
|
down to isochronous packets, which are transmitted using libraw1394.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for libiec61883
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development files needed to build applications against libiec61883
|
|
|
|
|
|
|
|
%package utils
|
|
|
|
Summary: Utilities for use with libiec61883
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description utils
|
|
|
|
Utilities that make use of iec61883
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch -p1 -b .installtests
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf
|
|
|
|
export CFLAGS="%{optflags}"
|
|
|
|
%configure
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/libiec61883.a
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/libiec61883.la
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS COPYING NEWS README
|
|
|
|
%{_libdir}/libiec61883.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libiec61883.so
|
|
|
|
%{_includedir}/libiec61883/*.h
|
|
|
|
%{_libdir}/pkgconfig/libiec61883.pc
|
|
|
|
|
|
|
|
%files utils
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/*
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Mon Sep 19 2005 Warren Togami <wtogami@redhat.com> 1.0.0-8
|
|
|
|
- split -devel for pkgconfig chain
|
|
|
|
- remove .a and .la
|
2005-09-20 05:37:16 +00:00
|
|
|
- exclude s390 and s390x
|
2005-09-20 05:22:16 +00:00
|
|
|
|
|
|
|
* Tue Apr 5 2005 Axel Thimm <Axel.Thimm@ATrpms.net>
|
|
|
|
- Fixes for building properly on x86_64.
|
|
|
|
|
|
|
|
* Mon Mar 28 2005 Jarod Wilson <jarod@wilsonet.com>
|
|
|
|
- Fixed utils so they build properly
|
|
|
|
|
|
|
|
* Sat Feb 26 2005 Jarod Wilson <jarod@wilsonet.com>
|
|
|
|
- Rolled in utils
|
|
|
|
|
|
|
|
* Wed Feb 23 2005 Jarod Wilson <jarod@wilsonet.com>
|
|
|
|
- Initial build
|
|
|
|
|