base-specs/audiofile.spec
branchgnome-2-30
changeset 21096 a842797a1d55
parent 20343 4198ebdad7ef
equal deleted inserted replaced
21095:442f80e8a4d6 21096:a842797a1d55
    17 Release:      1
    17 Release:      1
    18 Distribution: Java Desktop System
    18 Distribution: Java Desktop System
    19 Vendor:       68k.org
    19 Vendor:       68k.org
    20 Summary:      audiofile - 
    20 Summary:      audiofile - 
    21 Source:       http://www.68k.org/~michael/audiofile/audiofile-%{version}.tar.gz
    21 Source:       http://www.68k.org/~michael/audiofile/audiofile-%{version}.tar.gz
    22 # Note - I sent this patch to the maintainer and he agreed to accept it
       
    23 # into their next build.  There is no bug tracking system for this module.
       
    24 #owner:yippi date:2004-02-25 type:feature
       
    25 Patch1:       audiofile-01-uninstalled-pc.diff
       
    26 URL:          http://www.68k.org/~michael/audiofile/
    22 URL:          http://www.68k.org/~michael/audiofile/
    27 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
    23 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
    28 Docdir:       %{_defaultdocdir}/%{name}
    24 Docdir:       %{_defaultdocdir}/%{name}
    29 Autoreqprov:  on
    25 Autoreqprov:  on
    30 Requires:     audiofile
    26 Requires:     audiofile
    36 IFF/8SVX, and NIST SPHERE. Supported compression formats are currently
    32 IFF/8SVX, and NIST SPHERE. Supported compression formats are currently
    37 G.711 mu-law and A-law and IMA and MS ADPCM.
    33 G.711 mu-law and A-law and IMA and MS ADPCM.
    38 
    34 
    39 %prep
    35 %prep
    40 %setup -q
    36 %setup -q
    41 %patch1 -p1
       
    42 
    37 
    43 %build
    38 %build
    44 %ifos linux
    39 %ifos linux
    45 if [ -x /usr/bin/getconf ]; then
    40 if [ -x /usr/bin/getconf ]; then
    46   CPUS=`getconf _NPROCESSORS_ONLN`
    41   CPUS=`getconf _NPROCESSORS_ONLN`
    78 %defattr (-, root, root)
    73 %defattr (-, root, root)
    79 %{_libdir}/*
    74 %{_libdir}/*
    80 %{_bindir}/*
    75 %{_bindir}/*
    81 
    76 
    82 %changelog
    77 %changelog
       
    78 * Thu Dec 02 2010 - [email protected]
       
    79 - No longer need the unintalled-pc patch since we no longer build ESounD.
    83 * Tue Apr 13 2010 - [email protected]
    80 * Tue Apr 13 2010 - [email protected]
    84 - Bump to 0.2.7.
    81 - Bump to 0.2.7.
    85 * Fri Jan 22 2009 - [email protected]
    82 * Fri Jan 22 2009 - [email protected]
    86 - Add patch audiofile-02-22_CVE-2008-5824.patch to fix bugster bug 
    83 - Add patch audiofile-02-22_CVE-2008-5824.patch to fix bugster bug 
    87   #6917569.
    84   #6917569.