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

Changes of Revision 3

[-] Changed faac.spec
x
 
1
@@ -7,27 +7,26 @@
2
 Name:           faac
3
 Summary:        frontend for encoding MPEG2/4 AAC
4
 Summary(de):    Frontend zum Encodieren von MPEG2/4 AAC
5
-Version:        1.25
6
-Release:        5
7
-License:        GPL2
8
-Group:          Applications/Multimedia
9
+Version:        1.26
10
+Release:        1
11
+License:        GPL v2 or later
12
+Group:          Productivity/Multimedia/Video/Editors and Convertors
13
 URL:            http://www.audiocoding.com/
14
 
15
-Source0:        faac-1.25.tar.bz2
16
+Source0:        faac-1.26.tar.bz2
17
 
18
 Patch0:         faac_configure_in.patch
19
 BuildRoot:      %{_tmppath}/buildroot-%{name}-%{version}
20
 Prefix:         %{_prefix}
21
 Requires:       %{libname} = %{version}-%{release}
22
-Requires:       faad2 >= 2.5
23
+Requires:       libfaad2_0 >= 2.6
24
 Requires:       libmp4v2
25
 Requires:       libstdc++
26
-BuildRequires:  faad2-devel >= 2.5
27
+BuildRequires:  libfaad2-devel >= 2.6
28
 BuildRequires:  libmp4v2-devel
29
 BuildRequires:  gcc
30
 BuildRequires:  libstdc++
31
 BuildRequires:  libstdc++-devel
32
-# Packmandepends: faad2 libmp4v2 libfaac0
33
 
34
 %description
35
 FAAC is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC encoder, completely
36
@@ -40,7 +39,7 @@
37
 Group:          System/Libraries
38
 Summary:        Shared library part of faac
39
 Summary(de):    Bibliotheken zu faac
40
-Requires:       faad2 >= 2.5
41
+Requires:       libfaad2_0 >= 2.6
42
 Requires:       libmp4v2
43
 Requires:       libstdc++
44
 Provides:       %{lib} = %{version}-%{release}
45
@@ -52,11 +51,11 @@
46
 Bibliotheken zu faac
47
 
48
 %package -n %{lib}-devel
49
-Group:          System/Libraries
50
+Group:          Development/Libraries/C and C++
51
 Summary:        Header files and static library for the faac library
52
 Summary(de):    Header Dateien und statische Bibliotheken für die faac Bibliothek
53
 Requires:       %{libname} = %{version}-%{release}
54
-Requires:       faad2-devel >= 2.5
55
+Requires:       libfaad2-devel >= 2.6
56
 Requires:       libmp4v2-devel
57
 Requires:       gcc
58
 Requires:       libstdc++
59
@@ -80,7 +79,7 @@
60
 autoreconf -vif
61
 export LDFLAGS="-lmp4v2"
62
 %configure --with-mp4v2
63
-%__make
64
+%{__make} %{?jobs:-j%{jobs}}
65
 
66
 %install
67
 [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
68
[+] Changed faac_configure_in.patch ^
Changed faac-1.26.tar.bz2 ^