Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 193881 Details for
Bug 288341
New upstream version of SoX 14.0.0
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
sox.spec updated from rawhide for new sox.
sox.spec (text/x-rpm-spec), 7.57 KB, created by
Chris Bagwell
on 2007-09-12 19:41:19 UTC
(
hide
)
Description:
sox.spec updated from rawhide for new sox.
Filename:
MIME Type:
Creator:
Chris Bagwell
Created:
2007-09-12 19:41:19 UTC
Size:
7.57 KB
patch
obsolete
>Summary: A general purpose sound file conversion tool >Name: sox >Version: 14.0.0 >Release: 1%{?dist} >License: GPL >Group: Applications/Multimedia >Source: http://prdownloads.sourceforge.net/sox/sox-%{version}.tar.gz >URL: http://sox.sourceforge.net/ >BuildRequires: libvorbis-devel >BuildRequires: alsa-lib-devel >BuildRequires: gsm-devel >Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >%description >SoX (Sound eXchange) is a sound file format converter SoX can convert >between many different digitized sound formats and perform simple >sound manipulation functions, including sound effects. > >%package -n sox-devel >Summary: The SoX sound file format converter libraries. >Group: Development/Libraries > >%description -n sox-devel >This package contains the library needed for compiling applications >which will use the SoX sound file format converter. > >%prep >%setup -q > >%build >CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" %configure --with-gsm --includedir=%{_includedir}/sox >make %{?_smp_mflags} > >%install >rm -rf $RPM_BUILD_ROOT >make install DESTDIR=$RPM_BUILD_ROOT >rm -f $RPM_BUILD_ROOT/%{_libdir}/libsox.la >rm -f $RPM_BUILD_ROOT/%{_libdir}/libsfx.la >rm -f $RPM_BUILD_ROOT/%{_libdir}/sox/*.la >rm -f $RPM_BUILD_ROOT/%{_libdir}/sox/*.a > >%clean >rm -rf $RPM_BUILD_ROOT > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > >%files >%defattr(-,root,root) >%doc AUTHORS ChangeLog COPYING README >%{_bindir}/play >%{_bindir}/rec >%{_bindir}/sox >%{_libdir}/libsox.so.* >%{_libdir}/libsfx.so.* >%{_libdir}/sox/* >%{_mandir}/man1/* >%{_mandir}/man7/* > >%files -n sox-devel >%defattr(-,root,root) >%{_includedir}/sox >%{_libdir}/libsox.a >%{_libdir}/libsox.so >%{_libdir}/libsfx.a >%{_libdir}/libsfx.so >%{_mandir}/man3/* > >%changelog >* Wed Sep 12 2007 Chris Bagwell (chris at cnpbagwell dot com> - 14.0.0-1 >- new version 14.0.0 > >* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 13.0.0-3 >- Rebuild for selinux ppc32 issue. > >* Mon Jul 16 2007 Jiri Moskovcak <jmoskovc@redhat.com> 13.0.0-2 >- uses external libgsm instead of local copy >- spec file update: added BuildRequires: gsm-devel >- Resolves: #239955 > >* Mon Feb 26 2007 Thomas Woerner <twoerner@redhat.com> 13.0.0-1 >- new version 13.0.0 >- spec file cleanup (#227429) >- new ldconfig calls for post and postun > >* Mon Jul 24 2006 Thomas Woerner <twoerner@redhat.com> 12.18.1-1 >- new version 12.18.1 >- fixed multilib devel conflict in libst-config (#192751) > >* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 12.17.9-1.2.1 >- rebuild > >* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 12.17.9-1.2 >- bump again for double-long bug on ppc(64) > >* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 12.17.9-1.1 >- rebuilt for new gcc4.1 snapshot and glibc changes > >* Tue Dec 13 2005 Thomas Woerner <twoerner@redhat.com> 12.17.9-1 >- new version 12.17.9 > >* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> >- rebuilt > >* Thu May 12 2005 Thomas Woerner <twoerner@redhat.com> 12.17.7-3 >- fixed bad link for man/man1/rec.1.gz (#154089) >- using /usr/include instead of kernel-devel includes > >* Tue Apr 26 2005 Warren Togami <wtogami@redhat.com> 12.17.7-2 >- overflow patch (#155224 upstream) > >* Sun Apr 17 2005 Warren Togami <wtogami@redhat.com> 12.17.7-1 >- 12.17.7 >- BR alsa-lib-devel (#155224 thias) > >* Sun Feb 27 2005 Florian La Roche <laroche@redhat.com> >- Copyright: -> License: > >* Mon Nov 22 2004 Thomas Woerner <twoerner@redhat.com> 12.17.6-1 >- new version 12.17.6 > >* Wed Sep 15 2004 Thomas Woerner <twoerner@redhat.com> 12.17.5-3 >- moved libst-config to devel package (#132489) > >* Thu Aug 26 2004 Thomas Woerner <twoerner@redhat.com> 12.17.5-2 >- fixed initialization bug in wav file handler (#130968) > >* Thu Aug 19 2004 Thomas Woerner <twoerner@redhat.com> 12.17.5-1 >- new version 12.17.5 > >* Fri Jul 23 2004 Bill Nottingham <notting@redhat.com> 12.17.4-4.fc2 >- add patch for buffer overflow in wav code (CAN-2004-0557, #128158) > >* Fri Jul 9 2004 Bill Nottingham <notting@redhat.com> 12.17.4-4 >- add patch for 64-bit problem (#127502) > >* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Tue Oct 7 2003 Bill Nottingham <notting@redhat.com> 12.17.4-1 >- update to 12.17.4 >- ship soxmix (#102499) >- fix soxplay to handle files with spaces (#91144) >- use LFS (#79151) > >* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Fri Feb 21 2003 Elliot Lee <sopwith@redhat.com> 12.17.3-10 >- Add sox-vorberr.patch to fix segfault in #81448 >- _smp_mflags > >* Wed Jan 22 2003 Tim Powers <timp@redhat.com> >- rebuilt > >* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 12.17.3-8 >- remoive unpackaged files from the buildroot >- lib64'ize > >* Fri Jul 18 2002 Bill Nottingham <notting@redhat.com> >- build against current libvorbis > >* Fri Jun 21 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Thu May 23 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Thu Feb 21 2002 Bill Nottingham <notting@redhat.com> >- rebuild > >* Wed Jan 09 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Mon Jan 07 2002 Florian La Roche <Florian.LaRoche@redhat.de> >- do not require gsm-devel as it has been excluded from rawhide > >* Fri Jan 4 2002 Bill Nottingham <notting@redhat.com> 12.17.3-1 >- update to 12.17.3 > >* Wed Dec 4 2001 Bill Nottingham <notting@redhat.com> >- update to 12.17.2 > >* Thu Aug 9 2001 Bill Nottingham <notting@redhat.com> >- add patch to fix recording (#41755) >- fix license (#50574) > >* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com> >- Bump release + rebuild. > >* Tue Jan 9 2001 Bill Nottingham <notting@redhat.com> >- rebuild against new gsm-devel > >* Tue Jan 2 2001 Bill Nottingham <notting@redhat.com> >- re-enable gsm stuff >- update to 12.17.1 > >* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com> >- rebuild because of broken fileutils > >* Mon Nov 13 2000 Bill Nottingham <notting@redhat.com> >- update to 12.17 >- yank out gsm stuff > >* Tue Aug 7 2000 Bill Nottingham <notting@redhat.com> >- fix playing of sounds on cards that don't support mono > >* Sat Aug 5 2000 Bill Nottingham <notting@redhat.com> >- fix playing of sounds on cards that don't support 8-bit > >* Wed Jul 12 2000 Prospector <bugzilla@redhat.com> >- automatic rebuild > >* Thu Feb 03 2000 Bill Nottingham <notting@redhat.com> >- fix manpage link the Right Way(tm) > >* Thu Feb 03 2000 Bernhard Rosenkraenzer <bero@redhat.com> >- Fix rec manpage link - now that man pages are compressed, it should point to > play.1.gz, not play.1 > >* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com> >- fix description > >* Tue Sep 28 1999 Bill Nottingham <notting@redhat.com> >- Grrr. Arrrrgh. Fix link. > >* Fri Sep 24 1999 Bill Nottingham <notting@redhat.com> >- add some more files to devel > >* Fri Sep 17 1999 Bill Nottingham <notting@redhat.com> >- fix link > >* Fri Jul 30 1999 Bill Nottingham <notting@redhat.com> >- update to 12.16 > >* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> >- auto rebuild in the new build environment (release 4) > >* Wed Jan 20 1999 Bill Nottingham <notting@redhat.com> >- allow spaces in filenames for play/rec > >* Wed Dec 9 1998 Bill Nottingham <notting@redhat.com> >- fix docs > >* Mon Nov 23 1998 Bill Nottingham <notting@redhat.com> >- update to 12.15 > >* Sat Oct 10 1998 Michael Maher <mike@redhat.com> >- fixed broken spec file > >* Mon Jul 13 1998 Michael Maher <mike@redhat.com> >- updated source from Chris Bagwell. > >* Wed Jun 23 1998 Michael Maher <mike@redhat.com> >- made patch to fix the '-e' option. BUG 580 >- added buildroot > >* Fri May 08 1998 Prospector System <bugs@redhat.com> >- translations modified for de, fr, tr > >* Thu Nov 06 1997 Erik Troan <ewt@redhat.com> >- built against glibc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 288341
: 193881