Magellan Linux

Diff of /trunk/extras/audiofile/audiofile-0.3.6-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30433 by niro, Fri Jan 19 12:51:29 2018 UTC revision 30434 by niro, Mon Jan 22 12:41:40 2018 UTC
# Line 21  msetfeature "!check" Line 21  msetfeature "!check"
21  SRC_URI=(  SRC_URI=(
22   https://audiofile.68k.org/${SRCFILE}   https://audiofile.68k.org/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${PNAME}-${PVER}-gcc6.patch
25     mirror://${PNAME}/${PNAME}-${PVER}-CVE-2015-7747.patch
26     mirror://${PNAME}/${PNAME}-${PVER}-clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch
27     mirror://${PNAME}/${PNAME}-${PVER}-Always-check-the-number-of-coefficients.patch
28     mirror://${PNAME}/${PNAME}-${PVER}-Check-for-multiplication-overflow-in-MSADPCM-decodeSam.patch
29     mirror://${PNAME}/${PNAME}-${PVER}-Check-for-multiplication-overflow-in-sfconvert.patch
30     mirror://${PNAME}/${PNAME}-${PVER}-Fix-signature-of-multiplyCheckOverflow.-It-returns-a-b.patch
31     mirror://${PNAME}/${PNAME}-${PVER}-Actually-fail-when-error-occurs-in-parseFormat.patch
32     mirror://${PNAME}/${PNAME}-${PVER}-Check-for-division-by-zero-in-BlockCodec-runPull.patch
33  )  )
34    
35  UP2DATE="updatecmd ${HOMEPAGE} | grep download | sed 's/.*version\ \(.*\).*/\1/'"  UP2DATE="updatecmd ${HOMEPAGE} | grep download | sed 's/.*version\ \(.*\).*/\1/'"
# Line 29  src_prepare() Line 38  src_prepare()
38  {  {
39   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
40    
41     mpatch ${PNAME}-${PVER}-gcc6.patch || die
42     mpatch ${PNAME}-${PVER}-CVE-2015-7747.patch || die
43     mpatch ${PNAME}-${PVER}-clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch || die
44     mpatch ${PNAME}-${PVER}-Always-check-the-number-of-coefficients.patch || die
45     mpatch ${PNAME}-${PVER}-Check-for-multiplication-overflow-in-MSADPCM-decodeSam.patch || die
46     mpatch ${PNAME}-${PVER}-Check-for-multiplication-overflow-in-sfconvert.patch || die
47     mpatch ${PNAME}-${PVER}-Fix-signature-of-multiplyCheckOverflow.-It-returns-a-b.patch || die
48     mpatch ${PNAME}-${PVER}-Actually-fail-when-error-occurs-in-parseFormat.patch || die
49     mpatch ${PNAME}-${PVER}-Check-for-division-by-zero-in-BlockCodec-runPull.patch || die
50    
51   # don't build any examples   # don't build any examples
52   all-abis 'sed -i "/^SRC_SUBDIRS/s: examples::" Makefile.am || die'   all-abis 'sed -i "/^SRC_SUBDIRS/s: examples::" Makefile.am || die'
53    

Legend:
Removed from v.30433  
changed lines
  Added in v.30434