1
1
Summary: C library and frontend for decoding MPEG2/4 AAC
2
2
Name: faad2
3
- Version: 2.0.rc3
3
+ Version: @VERSION@
4
4
Release: 1
5
5
License: GPL
6
6
Group: Applications/Multimedia
7
7
Source0: http://download.sourceforge.net/faad/%{name }-%{version }.tar.gz
8
8
#Patch: faad2-%{version}.patch
9
9
BuildRequires: autoconf, automake, libtool, gcc-c++
10
- BuildRequires: xmms-devel, id3lib-devel, gtk+ -devel
10
+ BuildRequires: xmms-devel, id3lib-devel, gtk-devel
11
11
URL: http://www.audiocoding.com/
12
12
BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-root
13
13
16
16
FAAD 2 is a LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder, completely
17
17
written from scratch. FAAD 2 is licensed under the GPL.
18
18
19
+ Includes libmp4ff, a Quicktime library for UNIX in a freely redistributable,
20
+ statically linkable library.
21
+
19
22
%package devel
20
23
Summary: Development libraries the FAAD 2 AAC decoder.
21
24
Group: Development/Libraries
@@ -27,7 +30,7 @@ Header files and development documentation for libfaad.
27
30
%package xmms
28
31
Group: Applications/Multimedia
29
32
Summary: AAC and MP4 input plugin for xmms
30
- Requires: %{name }, %{name }-libmp4ff , xmms, id3lib
33
+ Requires: %{name }, %{name }-libmp4v2 , xmms, id3lib
31
34
32
35
33
36
%description xmms
@@ -45,15 +48,6 @@ Group: Development/Libraries
45
48
%description libmp4v2
46
49
C++ library to handle MP4 (Quicktime) content
47
50
48
-
49
- %package libmp4ff
50
- Summary: Library to handle MP4 (Quicktime)
51
- Group: Development/Libraries
52
-
53
- %description libmp4ff
54
- This is a Quicktime library for UNIX in a freely redistributable,
55
- statically linkable library.
56
-
57
51
%prep
58
52
#%setup -n %{name}
59
53
%setup -n %{name }-%{version }
@@ -81,12 +75,16 @@ rm -rf %{buildroot}
81
75
%doc AUTHORS COPYING ChangeLog NEWS README TODO
82
76
%{_bindir }/*
83
77
%{_libdir }/libfaad.so*
78
+ %{_libdir }/libmp4ff.so*
84
79
85
80
%files devel
86
81
%defattr(-, root, root)
87
82
%{_libdir }/libfaad.a
88
83
%{_libdir }/libfaad.la
84
+ %{_libdir }/libmp4ff.a
85
+ %{_libdir }/libmp4ff.la
89
86
%{_includedir }/faad.h
87
+ %{_includedir }/mp4ff.h
90
88
91
89
%files xmms
92
90
%defattr(-,root,root)
@@ -98,13 +96,12 @@ rm -rf %{buildroot}
98
96
%{_libdir }/libmp4v2.*
99
97
%{_includedir }/mp4.h
100
98
%{_includedir }/mpeg4ip.h
101
-
102
- %files libmp4ff
103
- %defattr(-, root, root)
104
- %{_libdir }/libmp4ff.*
105
- %{_includedir }/mp4ff.h
99
+ %{_includedir }/systems.h
106
100
107
101
%changelog
102
+ *
Fri Feb 06 2004 Alexander Kurpiers <[email protected] >
103
+ - remove seperate libmp4ff target
104
+
108
105
*
Wed Nov 05 2003 Alexander Kurpiers <[email protected] >
109
106
- include xmms plugins/libmp4v2/libmp4ff into RPM
110
107
0 commit comments