Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
EL6
:
ffmpeg-0.11.x
>
libmatroska
> libmatroska.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libmatroska.spec of Package libmatroska
Summary: Open audio/video container format library Name: libmatroska Version: 1.0.0 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.matroska.org/ Source0: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) BuildRequires: libebml-devel >= 1.0.0 %description Matroska is an extensible open standard Audio/Video container. It aims to become THE standard of multimedia container formats. Matroska is usually found as .mkv files (matroska video) and .mka files (matroska audio). %package devel Summary: Matroska container format library development files Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libebml-devel >= 1.0.0 %description devel Matroska is an extensible open standard Audio/Video container. It aims to become THE standard of multimedia container formats. Matroska is usually found as .mkv files (matroska video) and .mka files (matroska audio). This package contains the files required to rebuild applications which will use the Matroska container format. %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 rm $RPM_BUILD_ROOT%{_libdir}/%{name}.a # Needed for proper stripping of the library (still in 0.8.0) chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.* %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc ChangeLog LICENSE.LGPL %{_libdir}/%{name}.so.* %files devel %defattr(-,root,root,-) %{_includedir}/matroska/ %{_libdir}/%{name}.so %changelog