Magellan Linux

Diff of /trunk/extras/gpac/gpac-0.7.1-r4.smage2

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

revision 30106 by niro, Thu Oct 26 11:57:54 2017 UTC revision 30107 by niro, Thu Oct 26 12:05:11 2017 UTC
# Line 38  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 38  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
38  SRC_URI=(  SRC_URI=(
39   https://github.com/${PNAME}/${PNAME}/archive/${SRCFILE}   https://github.com/${PNAME}/${PNAME}/archive/${SRCFILE}
40   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
41     mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1.patch
42  )  )
43    
44  UP2SEPERATOR="v"  UP2SEPERATOR="v"
# Line 48  src_prepare() Line 49  src_prepare()
49   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
50   cd ${SRCDIR}   cd ${SRCDIR}
51    
52     mpatch ${PNAME}-${PVER}-openssl-1.1.patch || die
53    
54   # configure may be not executable   # configure may be not executable
55   chmod +x configure || die   chmod +x configure || die
56  }  }

Legend:
Removed from v.30106  
changed lines
  Added in v.30107