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

Changes of Revision 6

[-] Changed lame.spec
x
 
1
@@ -6,23 +6,25 @@
2
 Name:           lame
3
 Version:        3.98.2
4
 %define pkg_version 398-2
5
-Release:        3
6
+Release:        13
7
 License:        GNU Library General Public License version 2 (LGPL v2)
8
 URL:            http://lame.sourceforge.net/
9
 Group:          Productivity/Multimedia/Sound/Editors and Convertors
10
-Source:         http://prdownloads.sourceforge.net/lame/lame-%{pkg_version}.tar.gz
11
+# http://prdownloads.sourceforge.net/lame/lame-%{pkg_version}.tar.gz
12
+Source:         lame-%{pkg_version}.tar.bz2
13
 # http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/media-sound/lame/files/lame-3.98-shared-frontend.patch
14
 Patch2:        lame-3.98-shared-frontend.patch
15
+Patch3:        lame-398-2_csv.diff.bz2
16
 BuildRoot: %{_tmppath}/%{name}-%{version}-build
17
 BuildRequires: gcc glibc-devel make pkgconfig ncurses-devel nasm
18
 
19
+BuildRequires: libsndfile libsndfile-devel flac-devel
20
 %if 0%{?suse_version}
21
 BuildRequires: gtk-devel
22
 %endif
23
 %if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version}
24
 BuildRequires: gtk+-devel
25
 %endif
26
-
27
 BuildRequires: autoconf automake libtool
28
 Requires:  libmp3lame%{soname} = %{version}-%{release}
29
 
30
@@ -33,6 +35,13 @@
31
 Another goal of the LAME project is to use these improvements for the basis of
32
 a patent free audio compression codec for the GNU project.
33
 
34
+
35
+
36
+
37
+Authors:
38
+--------
39
+    Mark Taylor <mt@mp3dev.org>
40
+
41
 %package -n libmp3lame%{soname}
42
 Summary:        LAME Ain't an MP3 Encoder
43
 Group:     System/Libraries
44
@@ -47,6 +56,13 @@
45
 Another goal of the LAME project is to use these improvements for the basis of
46
 a patent free audio compression codec for the GNU project.
47
 
48
+
49
+
50
+
51
+Authors:
52
+--------
53
+    Mark Taylor <mt@mp3dev.org>
54
+
55
 %package -n libmp3lame-devel
56
 Summary:        LAME Ain't an MP3 Encoder
57
 Group:     Development/Libraries/C and C++
58
@@ -60,6 +76,13 @@
59
 Another goal of the LAME project is to use these improvements for the basis of
60
 a patent free audio compression codec for the GNU project.
61
 
62
+
63
+
64
+
65
+Authors:
66
+--------
67
+    Mark Taylor <mt@mp3dev.org>
68
+
69
 %package -n lame-mp3rtp
70
 Summary:   MP3 Encoder for RTP Streaming
71
 Group:          Productivity/Multimedia/Sound/Editors and Convertors
72
@@ -75,6 +98,13 @@
73
 
74
 This package includes "mp3rtp", an MP3 encoder with RTP streaming of the output.
75
 
76
+
77
+
78
+
79
+Authors:
80
+--------
81
+    Mark Taylor <mt@mp3dev.org>
82
+
83
 %package -n lame-mp3x
84
 Summary:   MP3 Frame Analyzer
85
 Group:          Productivity/Multimedia/Sound/Visualization
86
@@ -91,10 +121,17 @@
87
 This package includes "mp3x", an MP3 frame analyzer with a graphical
88
 frontend.
89
 
90
-%debug_package
91
+
92
+
93
+
94
+Authors:
95
+--------
96
+    Mark Taylor <mt@mp3dev.org>
97
+
98
 %prep
99
 %setup -q -n "lame-%{pkg_version}"
100
 %patch2 -p1
101
+%patch3 -p1
102
 
103
 %build
104
 autoreconf -fiv
105
@@ -109,7 +146,9 @@
106
         --enable-brhist \
107
         --disable-debug \
108
    --enable-mp3rtp \
109
-   --enable-mp3x
110
+   --enable-mp3x \
111
+   --with-fileio=sndfile \
112
+   --disable-static
113
  
114
 %__make
115
 
116
@@ -127,7 +166,7 @@
117
 %files 
118
 %defattr(-,root,root)
119
 %doc LICENSE USAGE COPYING API TODO README* HACKING ChangeLog 
120
-%_bindir/lame
121
+%{_bindir}/lame
122
 %doc %{_mandir}/man1/lame.1*
123
 
124
 %files -n libmp3lame%{soname}
125
@@ -140,7 +179,6 @@
126
 %{_includedir}/lame
127
 %{_libdir}/libmp3lame.so
128
 %{_libdir}/libmp3lame.la
129
-%{_libdir}/libmp3lame.a
130
 
131
 %files -n lame-mp3rtp
132
 %defattr(-,root,root)
133
@@ -151,5 +189,8 @@
134
 %{_bindir}/mp3x
135
 
136
 %changelog
137
+* Thu Feb 25 2010 Carsten Schoene <cs@linux-administrator.com> - 3.98.2-13
138
+- reimport into BS
139
+
140
 * Sun Sep 30 2007 Carsten Schoene <cs@linux-administrator.com>
141
 - import for SLE_10 build
142
[+] Added lame-398-2_csv.diff.bz2 ^
[+] Deleted lame-fix_mp3rtp.patch ^
Added lame-3.98.2-1.pm.4.17.src.rpm ^
Renamed lame-398-2.tar.bz2 ^
Deleted lame-398.tar.gz ^