Magellan Linux

Diff of /trunk/core/libdvdcss/libdvdcss-1.2.10-r1.smage2

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

revision 1676 by niro, Wed May 13 18:10:44 2009 UTC revision 1677 by niro, Wed May 13 18:12:56 2009 UTC
# Line 15  DEPEND="" Line 15  DEPEND=""
15  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18  sminclude mtools  sminclude mbuild mtools
19    
20  SRC_URI=(  SRC_URI=(
21   http://download.videolan.org/pub/${PNAME}/${PVER}/${SRCFILE}   http://download.videolan.org/pub/${PNAME}/${PVER}/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-1.2.9-doc.patch  
23  )  )
24    
25  # fake  # fake
26  UP2DATE="echo ${PVER}"  UP2DATE="echo ${PVER}"
27    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # add configure switches to enable/disable doc building  
  mpatch ${PNAME}-1.2.9-doc.patch || die  
   
  autoreconf || die  
  libtoolize --copy --force || die  
 }  
   
28  src_compile()  src_compile()
29  {  {
30   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.1676  
changed lines
  Added in v.1677