diff --git a/README.md b/README.md index 209efdb..8cef40d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libiec61883 +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. + diff --git a/libiec61883.spec b/libiec61883.spec new file mode 100644 index 0000000..4ad955d --- /dev/null +++ b/libiec61883.spec @@ -0,0 +1,76 @@ +Name: libiec61883 +Version: 1.2.0 +Release: 1mamba +Summary: High level API for streaming DV +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.linux1394.org/ +Source: http://www.linux1394.org/dl/libiec61883-%{version}.tar.gz +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libraw1394-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%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 +Group: Development/Libraries +Summary: Static libraries and headers for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +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. +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/*.so.* +%{_mandir}/man1/* +%doc AUTHORS COPYING ChangeLog NEWS README + +%files devel +%defattr(-,root,root) +%{_bindir}/plugctl +%{_bindir}/plugreport +%dir %{_includedir}/%{name} +%{_includedir}/%{name}/*.h +%{_libdir}/*.a +%{_libdir}/*.la +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc + +%changelog +* Fri Mar 20 2009 Silvan Calarco 1.2.0-1mamba +- automatic update by autodist + +* Wed Jan 07 2009 Silvan Calarco 1.1.0-2mamba +- automatic rebuild by autodist + +* Tue Oct 24 2006 Stefano Cotta Ramusino 1.1.0-1qilnx +- moved from devel-contrib repository to devel repository +- update to version 1.1.0 by autospec + +* Mon Feb 13 2006 Matteo Bernasconi 1.0.0-1qilnx +- first build