Magellan Linux

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

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

revision 31385 by niro, Wed Jun 27 12:12:33 2018 UTC revision 31386 by niro, Thu Jun 28 13:09:15 2018 UTC
# Line 39  SRC_URI=( Line 39  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   mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1.patch
42     mirror://${PNAME}/${PNAME}-${PVER}-ffmpeg-4.0.patch
43  )  )
44    
45  UP2SEPERATOR="v"  UP2SEPERATOR="v"
# Line 50  src_prepare() Line 51  src_prepare()
51   cd ${SRCDIR}   cd ${SRCDIR}
52    
53   mpatch ${PNAME}-${PVER}-openssl-1.1.patch || die   mpatch ${PNAME}-${PVER}-openssl-1.1.patch || die
54     mpatch ${PNAME}-${PVER}-ffmpeg-4.0.patch || die
55    
56   # configure may be not executable   # configure may be not executable
57   chmod +x configure || die   chmod +x configure || die

Legend:
Removed from v.31385  
changed lines
  Added in v.31386