Magellan Linux

Annotation of /branches/magellan-next/core/libmp4v2/libmp4v2-1.9.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6598 - (hide annotations) (download)
Mon Sep 6 18:15:26 2010 UTC (13 years, 9 months ago) by niro
File size: 707 byte(s)
-fixed warnings on multilib
1 niro 6597 # $Id: libmp4v2-1.5.0.1-r6.smage2 3501 2009-10-22 21:51:42Z niro $
2    
3     PNAME="libmp4v2"
4     PVER="1.9.1"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="MPEG-4/H.261/MPEG-2/H.263 MP3/AAC/AMR streaming library."
11     HOMEPAGE="http://code.google.com/p/mp4v2/"
12    
13     DEPEND=""
14    
15     SRCFILE="${PNAME/lib/}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME/lib/}-${PVER}"
17    
18     sminclude mtools multilib
19    
20     SRC_URI=(
21     http://mp4v2.googlecode.com/files/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd ${HOMEPAGE} | grep -v trunk | lasttarball"
26    
27     src_compile()
28     {
29     # we only want to compile the library
30     mconfigure \
31     --enable-dependency-tracking \
32     --disable-gch \
33     --disable-util \
34     || die
35    
36     mmake || die
37     }