parent
4d3659affd
commit
3e9a7f7b3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/lame-3.99.5.tar.gz
|
||||
/lame-3.100.tar.gz
|
||||
|
||||
10
lame.spec
10
lame.spec
@ -1,6 +1,6 @@
|
||||
Name: lame
|
||||
Version: 3.99.5
|
||||
Release: 10%{?dist}
|
||||
Version: 3.100
|
||||
Release: 1%{?dist}
|
||||
Summary: Free MP3 audio compressor
|
||||
|
||||
Group: Applications/Multimedia
|
||||
@ -8,6 +8,7 @@ License: GPLv2+
|
||||
URL: http://lame.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/sourceforge/lame/%{name}-%{version}.tar.gz
|
||||
Patch1: %{name}-noexecstack.patch
|
||||
Patch2: libmp3lame-symbols.patch
|
||||
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: gtk+-devel
|
||||
@ -54,7 +55,7 @@ sed -i -e 's/^\(\s*hardcode_libdir_flag_spec\s*=\).*/\1/' configure
|
||||
%ifarch %{ix86}
|
||||
export CFLAGS="$RPM_OPT_FLAGS -ffast-math"
|
||||
#From LFS:http://www.linuxfromscratch.org/blfs/view/svn/multimedia/lame.html
|
||||
sed -i -e '/xmmintrin\.h/d' configure
|
||||
export ac_cv_header_xmmintrin_h=no
|
||||
%endif
|
||||
%configure \
|
||||
--disable-dependency-tracking \
|
||||
@ -106,6 +107,9 @@ make test
|
||||
%{_bindir}/mp3x
|
||||
|
||||
%changelog
|
||||
* Sun Oct 22 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 3.100-1
|
||||
- Update to 3.100 (#1470202, #1505172)
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.99.5-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
||||
16
libmp3lame-symbols.patch
Normal file
16
libmp3lame-symbols.patch
Normal file
@ -0,0 +1,16 @@
|
||||
--- lame-3.100/include/libmp3lame.sym 2017-09-06 14:33:35.000000000 -0500
|
||||
+++ lame-3.100/include/libmp3lame.sym 2017-10-22 16:18:44.708436200 -0500
|
||||
@@ -1,5 +1,4 @@
|
||||
lame_init
|
||||
-lame_init_old
|
||||
lame_set_num_samples
|
||||
lame_get_num_samples
|
||||
lame_set_in_samplerate
|
||||
@@ -188,6 +187,7 @@ hip_decode_exit
|
||||
hip_set_errorf
|
||||
hip_set_debugf
|
||||
hip_set_msgf
|
||||
+hip_set_pinfo
|
||||
hip_decode
|
||||
hip_decode_headers
|
||||
hip_decode1
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lame-3.99.5.tar.gz) = ce62d7eb9fc8c53c343374ded30f11153a296910f0be7e649197bca7412c6660aad1aa6143d56b750f866229eb492cf7bb4f682535c383fb4aa57d7077d8b4d8
|
||||
SHA512 (lame-3.100.tar.gz) = 0844b9eadb4aacf8000444621451277de365041cc1d97b7f7a589da0b7a23899310afd4e4d81114b9912aa97832621d20588034715573d417b2923948c08634b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user