Magellan Linux

Diff of /smage/trunk/core/giflib/giflib-5.2.1-r1.smage2

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

revision 14373 by niro, Thu Jul 9 13:22:25 2020 UTC revision 14374 by niro, Thu Jul 9 13:28:35 2020 UTC
# Line 29  msetfeature "!check" Line 29  msetfeature "!check"
29  SRC_URI=(  SRC_URI=(
30   sourceforge://${PNAME}/${SRCFILE}   sourceforge://${PNAME}/${SRCFILE}
31   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
32     mirror://${PNAME}/${PNAME}-5.1.9-fix-missing-quantize-API-symbols.patch
33  )  )
34    
35  UP2TARBALL="${PNAME}"  UP2TARBALL="${PNAME}"
36  UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME}-5.x gz"  UP2DATE="updatecmd_sourceforge ${PNAME} ${PNAME}-5.x gz"
37    
38    src_prepare()
39    {
40     munpack ${SRCFILE} || die
41     cd ${SRCDIR}
42    
43     # these API symbols are required by many other applications like mplayer
44     mpatch ${PNAME}-5.1.9-fix-missing-quantize-API-symbols.patch || die
45    }
46    
47  src_compile()  src_compile()
48  {  {
49   cd ${SRCDIR}   cd ${SRCDIR}
  mconfigure --with-x || die  
50   mmake || die   mmake || die
51  }  }

Legend:
Removed from v.14373  
changed lines
  Added in v.14374