Magellan Linux

Diff of /branches/magellan-next/extras/libdvdnav/libdvdnav-4.1.3-r1.smage2

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

revision 4533 by niro, Thu Dec 24 23:50:03 2009 UTC revision 4549 by niro, Fri Dec 25 10:23:15 2009 UTC
# Line 10  STATE="unstable" Line 10  STATE="unstable"
10  DESCRIPTION="The DVD navigation library."  DESCRIPTION="The DVD navigation library."
11  HOMEPAGE="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/"  HOMEPAGE="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/"
12    
13  DEPEND=">= media-libs/libdvdread-0.9.7"  DEPEND=">= media-libs/libdvdread-4.1.3"
14    
15  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
# Line 24  SRC_URI=( Line 24  SRC_URI=(
24    
25  UP2DATE="updatecmd http://www.mplayerhq.hu/MPlayer/releases/dvdnav/ | grep ${PNAME}- | lasttarball"  UP2DATE="updatecmd http://www.mplayerhq.hu/MPlayer/releases/dvdnav/ | grep ${PNAME}- | lasttarball"
26    
27  src_prepare()  src_compile()
28  {  {
  munpack ${SRCFILE} || die  
29   cd ${SRCDIR}   cd ${SRCDIR}
30    
31   # fix cflags and installs m4 in proper location   # non standard configure
32   mpatch ${PNAME}-${PVER}-build.patch || die   ./configure2 \
33     --prefix=/usr \
34     --libdir=/usr/$(mlibdir) \
35     --shlibdir=/usr/$(mlibdir) \
36     --extra-cflags="${CFLAGS}" \
37     --extra-ldflags="${LDFLAGS}" \
38     --enable-static \
39     --enable-shared \
40     --disable-strip \
41     --disable-debug \
42     --disable-opts \
43     || die
44    
45     mmake version.h || die
46     mmake || die
47  }  }

Legend:
Removed from v.4533  
changed lines
  Added in v.4549