|
|
|
Summary: Open Audio/Video container format
|
|
|
|
Name: libmatroska
|
|
|
|
Version: 0.7.5
|
|
|
|
Release: 2
|
|
|
|
License: LGPL
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://matroska.org/
|
|
|
|
Source0: http://dl.matroska.org/downloads/libmatroska/libmatroska-%{version}.tar.bz2
|
|
|
|
Provides: %{name}-devel = %{version}-%{release}
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
|
|
|
BuildRequires: libebml-devel >= 0.7.3
|
|
|
|
Requires: libebml-devel >= 0.7.3
|
|
|
|
|
|
|
|
%description
|
|
|
|
An extensible open standard Audio/Video container format Matroska is
|
|
|
|
aiming to become the standard of Multimedia Container Formats one
|
|
|
|
day. It is based on EBML (Extensible Binary Meta Language), a kind of
|
|
|
|
binary version of XML. This way the significant advantages in terms of
|
|
|
|
future format extensibility
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
CXXFLAGS="$RPM_OPT_FLAGS" make -C make/linux %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make -C make/linux \
|
|
|
|
prefix=$RPM_BUILD_ROOT%{_prefix} libdir=$RPM_BUILD_ROOT%{_libdir} install
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc ChangeLog LICENSE.LGPL
|
|
|
|
%{_includedir}/matroska
|
|
|
|
%{_libdir}/libmatroska.a
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Sun Feb 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.5-2
|
|
|
|
- 0.7.5.
|
|
|
|
|
|
|
|
* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 0.7.4-2
|
|
|
|
- Update to 0.7.4.
|
|
|
|
- Bump release to provide Extras upgrade path.
|
|
|
|
- Fix spaces/tabs uglyness.
|
|
|
|
|
|
|
|
* Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.3-0.fdr.1
|
|
|
|
- Update to 0.7.3.
|
|
|
|
- Honor $RPM_OPT_FLAGS.
|
|
|
|
|
|
|
|
* Mon Jul 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.0-0.fdr.1
|
|
|
|
- Update to 0.7.0.
|
|
|
|
- Improved 64-bit arch build fix.
|
|
|
|
|
|
|
|
* Wed May 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.6.3-0.fdr.4
|
|
|
|
- Change linux makefile to use lib64 ifarch x86_64 for sane build
|
|
|
|
|
|
|
|
* Sat Apr 3 2004 Dams <anvil[AT]livna.org> 0:0.6.3-0.fdr.3
|
|
|
|
- Typo in description
|
|
|
|
|
|
|
|
* Sun Feb 29 2004 Dams <anvil[AT]livna.org> 0:0.6.3-0.fdr.2
|
|
|
|
- Added license files as doc
|
|
|
|
- Requires libebml-devel (headers needed)
|
|
|
|
|
|
|
|
* Sat Feb 28 2004 Dams <anvil[AT]livna.org>
|
|
|
|
- Initial build.
|
|
|
|
|