Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
EL6
:
ffmpeg-0.11.x
>
xvidcore
> xvidcore.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File xvidcore.spec of Package xvidcore
%lib_package xvidcore 4 Summary: Free reimplementation of the OpenDivX video codec Name: xvidcore Version: 1.2.2 Release: 14%{?dist} License: XviD Group: System Environment/Libraries Source0: http://downloads.xvid.org/downloads/%{name}-%{version}.tar.gz URL: http://www.xvid.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: /sbin/ldconfig %ifarch %ix86 ia64 BuildRequires: nasm %endif %lib_dependencies Obsoletes: xvidcore-static <= %{eversion} %description Free reimplementation of the OpenDivX video codec. You can play OpenDivX and DivX4 videos with it, as well as encode compatible files. %prep %setup -q -n %{name} %build cd build/generic %configure make %{?_smp_mflags} %install rm -rf %{buildroot} cd build/generic make install DESTDIR=%{buildroot} /sbin/ldconfig -n %{buildroot}%{_libdir} cd %{buildroot}%{_libdir} for x in `ls *.so.* | grep '\.so\.[^.]*$'`; do chmod 0755 $x ln -s $x `echo $x | sed -e's,\.so.*,.so,'` done %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE README* ChangeLog AUTHORS TODO %doc CodingStyle doc examples %changelog