automatic version update by autodist [release 1.4.2-1mamba;Fri Jan 23 2015]

This commit is contained in:
Automatic Build System 2024-01-06 05:01:10 +01:00
parent 712461955f
commit a9ce6151d4

View File

@ -1,5 +1,5 @@
Name: libmatroska Name: libmatroska
Version: 1.4.1 Version: 1.4.2
Release: 1mamba Release: 1mamba
Summary: Multimedia container format library Summary: Multimedia container format library
Group: System/Libraries Group: System/Libraries
@ -34,24 +34,23 @@ Requires: %{name} = %{version}
%description devel %description devel
In short, matroska is a new Audio/Video container file format. In short, matroska is a new Audio/Video container file format.
It is an advanced and full featured format. It is an advanced and full featured format.
Advanced because it is based on EBML, a kind of XML equivalent, that allows infinite extensibility of the format. Advanced because it is based on EBML, a kind of XML equivalent, that allows infinite extensibility of the format.
And full featured because it includes precise seeking, any audio/video/subtitle codec support including VCM/ACM/DirectShow compatibility, timecode based format, complex frame dependencies, chaptering, internationalisation, error protection, tagging, file attachement, control track (to be defined), menu (to be defined), etc. And full featured because it includes precise seeking, any audio/video/subtitle codec support including VCM/ACM/DirectShow compatibility, timecode based format, complex frame dependencies, chaptering, internationalisation, error protection, tagging, file attachement, control track (to be defined), menu (to be defined), etc.
All these features are not yet implemented but already defined in the format. All these features are not yet implemented but already defined in the format.
This package contains the required files to develop programs that will use the Matroska container format library. This package contains the required files to develop programs that will use the Matroska container format library.
%prep %prep
%setup -q %setup -q
%build %build
# no autotools... %configure \
%make -C make/linux --includedir=%{_includedir}/matroska
%make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeoldinstall -C make/linux \ %makeinstall
includedir=%{buildroot}%{_includedir}/matroska
chmod +x %{buildroot}%{_libdir}/*.so.* chmod +x %{buildroot}%{_libdir}/*.so.*
@ -64,16 +63,22 @@ chmod +x %{buildroot}%{_libdir}/*.so.*
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%{_libdir}/libmatroska.so.* %{_libdir}/libmatroska.so.*
%doc ChangeLog LICENSE.LGPL %doc LICENSE.LGPL
%files devel %files devel
%defattr(-, root, root) %defattr(-, root, root)
%dir %{_includedir}/matroska/ %dir %{_includedir}/matroska/
%{_includedir}/matroska/* %{_includedir}/matroska/*
%{_libdir}/libmatroska.a %{_libdir}/libmatroska.a
%{_libdir}/libmatroska.la
%{_libdir}/libmatroska.so %{_libdir}/libmatroska.so
%{_libdir}/pkgconfig/libmatroska.pc
%doc ChangeLog
%changelog %changelog
* Fri Jan 23 2015 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
- automatic version update by autodist
* Sun Sep 22 2013 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba * Sun Sep 22 2013 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
- automatic update by autodist - automatic update by autodist