Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
xvid
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Changed
xvid.spec
@@ -1,43 +1,36 @@ %define name xvid -%define ver 1.1.2 +%define ver 1.1.3 %define rel 1 Name: %{name} -Summary: GPLed reimplementation of OpenDivX video codec -Summary(pl): Reimplementacja kodeka wideo OpenDivX na licencji GPL -Summary(de): Reimplementierung des OpenDivX Video-Codecs unter der GPL -Summary(fi): OpenDivX-videokodekin uudelleentoteutus GPL-lisenssin alle +Summary: Xvid is a high quality MPEG-4 ASP video codec. +Summary(de): Xvid ist ein hochqualitativer MPEG-4 ASP Videocodec. Version: %{ver} Release: %{rel} License: GPL Group: Development/Libraries URL: http://www.xvid.org/ -Source0: xvidcore-1.1.2.tar.bz2 -Source1: xvidcore-0.9.2.tar.bz2 +Source0: xvidcore-1.1.3.tar.bz2 Obsoletes: xvidcore Provides: xvidcore ExclusiveArch: %{ix86} ppc sparc sparc64 sparcv9 x86_64 amd64 ia32e -BuildRequires: gcc-c++ yasm +BuildRequires: gcc-c++ +BuildRequires: yasm BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n) %description -GPLed reimplementation of OpenDivX video codec. You can play OpenDivX -and DivX4 videos with it. - -%description -l pl -Reimplementacja kodeka wideo OpenDivX na licencji GPL. Za pomoc tej -biblioteki moesz odtwarza�pliki zapisane w standardzie OpenDivX i -DivX4. +Xvid is a high quality MPEG-4 ASP video codec. +Xvid encoded MPEG-4 videos can be played back by other MPEG-4 implementations +decoders such as DivX, FFmpeg MPEG-4 or standalone DVD players capable of +MPEG-4 playback. %description -l de -Reimplementierung des OpenDivX Video-Codecs unter der GPL-Lizenz. -Sie können damit OpenDivX und DivX4 Videos abspielen. - -%description -l fi -OpenDivX-videokodekin uudelleentoteutus GPL-lisenssin alle. -XviD-videokodekin avulla voit purkaa DivX4- ja OpenDivX-koodattuja videoita +Xvid ist ein hochqualitativer MPEG-4 ASP Videocodec. +Xvid encodete MPEG-4 Videos können von anderen MPEG-4 Decodern wie DivX, +FFmpeg MPEG-4 oder separaten DVD-Playern mit MPEG-4 Implementierungen +wieder gegeben werden. %package devel Summary: Development files of XviD video codec @@ -45,7 +38,7 @@ Summary(de): Entwicklerdateien des XviD Video-Codecs Summary(fi): Kehitystiedostot XviD-videokodekille Group: Development/Libraries -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} Obsoletes: xvidcore-devel Provides: xvidcore-devel Provides: libxvidcore.so @@ -63,16 +56,13 @@ Kehitystiedostot XviD-videokodekille. %prep -%setup -q -n %{name}core-%{version} -b 1 +%setup -q -n %{name}core-%{version} %build export CFLAGS="${RPM_OPT_FLAGS}" cd build/generic %configure -%__make -cd ../../../xvidcore-0.9.2/build/generic -%configure -%__make +%{__make} %{?jobs:-j%{jobs}} %install [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} @@ -86,11 +76,7 @@ cd ../../../src %{__install} xvid.h %{buildroot}%{_includedir} -cd ../../xvidcore-0.9.2/build/generic -%{__install} libxvidcore.so.2.1 %{buildroot}%{_libdir} - cd %{buildroot}%{_libdir} -%{__ln_s} libxvidcore.so.2.1 libxvidcore.so.2 %{__ln_s} libxvidcore.so.4.1 libxvidcore.so.4 %{__ln_s} libxvidcore.so.4.1 libxvidcore.so
Added
xvidcore-1.1.3.tar.bz2
^