Magellan Linux

Diff of /trunk/extras/x264-encoder/x264-encoder-20091020_2245-r1.smage2

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

revision 3818 by niro, Wed Nov 4 21:21:39 2009 UTC revision 3822 by niro, Wed Nov 4 21:27:25 2009 UTC
# Line 41  sminclude mbuild Line 41  sminclude mbuild
41  SRC_URI=(  SRC_URI=(
42   ftp://ftp.videolan.org/pub/videolan/x264/snapshots/${SRCFILE}   ftp://ftp.videolan.org/pub/videolan/x264/snapshots/${SRCFILE}
43   mirror://x264/${SRCFILE}   mirror://x264/${SRCFILE}
44   mirror://x264/x264-20080530_2245-no-libs.patch   mirror://x264/x264-20090427_2245-no-libs.patch
45  )  )
46    
47  # note: we build a seperate lib and util package to prevent depwalker loops  # note: we build a seperate lib and util package to prevent depwalker loops
# Line 54  src_prepare() Line 54  src_prepare()
54   cd ${SRCDIR}   cd ${SRCDIR}
55    
56   # fix the makefile to only build and install the decoder, not any libs   # fix the makefile to only build and install the decoder, not any libs
57   mpatch x264-20080530_2245-no-libs.patch || die   mpatch x264-20090427_2245-no-libs.patch || die
58  }  }
59    
60  src_compile()  src_compile()

Legend:
Removed from v.3818  
changed lines
  Added in v.3822