Logoj0ke.net Open Build Service > Projects > multimedia > xvid > Changes
Sign Up | Log In

Changes of Revision 4

[-] Changed xvid.spec
x
 
1
@@ -1,43 +1,36 @@
2
 %define name    xvid
3
-%define ver     1.1.2
4
+%define ver     1.1.3
5
 %define rel     1
6
 
7
 Name:           %{name}
8
-Summary:        GPLed reimplementation of OpenDivX video codec
9
-Summary(pl):    Reimplementacja kodeka wideo OpenDivX na licencji GPL
10
-Summary(de):    Reimplementierung des OpenDivX Video-Codecs unter der GPL
11
-Summary(fi):    OpenDivX-videokodekin uudelleentoteutus GPL-lisenssin alle
12
+Summary:        Xvid is a high quality MPEG-4 ASP video codec.
13
+Summary(de):    Xvid ist ein hochqualitativer MPEG-4 ASP Videocodec.
14
 Version:        %{ver}
15
 Release:        %{rel}
16
 License:        GPL
17
 Group:          Development/Libraries
18
 URL:            http://www.xvid.org/
19
 
20
-Source0:        xvidcore-1.1.2.tar.bz2
21
-Source1:        xvidcore-0.9.2.tar.bz2
22
+Source0:        xvidcore-1.1.3.tar.bz2
23
 
24
 Obsoletes:      xvidcore
25
 Provides:       xvidcore
26
 ExclusiveArch:  %{ix86} ppc sparc sparc64 sparcv9 x86_64 amd64 ia32e
27
-BuildRequires:  gcc-c++ yasm
28
+BuildRequires:  gcc-c++
29
+BuildRequires:  yasm
30
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
31
 
32
 %description
33
-GPLed reimplementation of OpenDivX video codec. You can play OpenDivX
34
-and DivX4 videos with it.
35
-
36
-%description -l pl
37
-Reimplementacja kodeka wideo OpenDivX na licencji GPL. Za pomoc tej
38
-biblioteki moesz odtwarza�pliki zapisane w standardzie OpenDivX i
39
-DivX4.
40
+Xvid is a high quality MPEG-4 ASP video codec.
41
+Xvid encoded MPEG-4 videos can be played back by other MPEG-4 implementations
42
+decoders such as DivX, FFmpeg MPEG-4 or standalone DVD players capable of
43
+MPEG-4 playback.
44
 
45
 %description -l de
46
-Reimplementierung des OpenDivX Video-Codecs unter der GPL-Lizenz.
47
-Sie können damit OpenDivX und DivX4 Videos abspielen.
48
-
49
-%description -l fi
50
-OpenDivX-videokodekin uudelleentoteutus GPL-lisenssin alle.
51
-XviD-videokodekin avulla voit purkaa DivX4- ja OpenDivX-koodattuja videoita
52
+Xvid ist ein hochqualitativer MPEG-4 ASP Videocodec.
53
+Xvid encodete MPEG-4 Videos können von anderen MPEG-4 Decodern wie DivX,
54
+FFmpeg MPEG-4 oder separaten DVD-Playern mit MPEG-4 Implementierungen
55
+wieder gegeben werden.
56
 
57
 %package devel
58
 Summary:        Development files of XviD video codec
59
@@ -45,7 +38,7 @@
60
 Summary(de):    Entwicklerdateien des XviD Video-Codecs
61
 Summary(fi):    Kehitystiedostot XviD-videokodekille
62
 Group:          Development/Libraries
63
-Requires:       %{name} = %{version}
64
+Requires:       %{name} = %{version}-%{release}
65
 Obsoletes:      xvidcore-devel
66
 Provides:       xvidcore-devel
67
 Provides:       libxvidcore.so
68
@@ -63,16 +56,13 @@
69
 Kehitystiedostot XviD-videokodekille.
70
 
71
 %prep
72
-%setup  -q -n %{name}core-%{version} -b 1
73
+%setup  -q -n %{name}core-%{version}
74
 
75
 %build
76
 export CFLAGS="${RPM_OPT_FLAGS}"
77
 cd build/generic
78
 %configure
79
-%__make
80
-cd ../../../xvidcore-0.9.2/build/generic
81
-%configure
82
-%__make
83
+%{__make} %{?jobs:-j%{jobs}}
84
 
85
 %install
86
 [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
87
@@ -86,11 +76,7 @@
88
 cd ../../../src
89
 %{__install} xvid.h %{buildroot}%{_includedir}
90
 
91
-cd ../../xvidcore-0.9.2/build/generic
92
-%{__install} libxvidcore.so.2.1 %{buildroot}%{_libdir}
93
-
94
 cd %{buildroot}%{_libdir}
95
-%{__ln_s} libxvidcore.so.2.1 libxvidcore.so.2
96
 %{__ln_s} libxvidcore.so.4.1 libxvidcore.so.4
97
 %{__ln_s} libxvidcore.so.4.1 libxvidcore.so
98
 
99
Added xvidcore-1.1.3.tar.bz2 ^