Magellan Linux

Diff of /trunk/core/x264/x264-20090427_2245-r1.smage2

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

revision 1309 by niro, Thu Apr 30 17:38:05 2009 UTC revision 1310 by niro, Fri May 1 10:07:18 2009 UTC
# Line 34  sminclude mbuild Line 34  sminclude mbuild
34  SRC_URI=(  SRC_URI=(
35   ftp://ftp.videolan.org/pub/videolan/${PNAME}/snapshots/${SRCFILE}   ftp://ftp.videolan.org/pub/videolan/${PNAME}/snapshots/${SRCFILE}
36   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
37   mirror://${PNAME}/${PNAME}-20080530_2245-only-libs.patch   mirror://${PNAME}/${PNAME}-${PVER}-only-libs.patch
38  )  )
39    
40  # do not autoupdate this package as it has daily snapshots  # do not autoupdate this package as it has daily snapshots
# Line 50  src_prepare() Line 50  src_prepare()
50   cd ${SRCDIR}   cd ${SRCDIR}
51    
52   # fix the makefile to only build and install the lib   # fix the makefile to only build and install the lib
53   mpatch ${PNAME}-20080530_2245-only-libs.patch || die   mpatch ${PNAME}-${PVER}-only-libs.patch || die
54  }  }
55    
56  src_compile()  src_compile()

Legend:
Removed from v.1309  
changed lines
  Added in v.1310