Magellan Linux

Diff of /branches/magellan-next/core/x264/x264-20100905_2245-r1.smage2

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

revision 6605 by niro, Mon Sep 6 18:34:14 2010 UTC revision 6607 by niro, Mon Sep 6 20:25:24 2010 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}-20090427_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}-20090427_2245-only-libs.patch || die   mpatch ${PNAME}-${PVER}-only-libs.patch || die
54  }  }
55    
56  src_compile()  src_compile()

Legend:
Removed from v.6605  
changed lines
  Added in v.6607