Magellan Linux

Annotation of /branches/R11-unstable/extras/libmp4v2/libmp4v2-2.0.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27326 - (hide annotations) (download)
Tue Dec 15 14:24:24 2015 UTC (8 years, 5 months ago) by niro
Original Path: trunk/extras/libmp4v2/libmp4v2-2.0.0-r2.smage2
File size: 649 byte(s)
-c++11 abi toolchain rebuild
1 niro 27326 # $Id$
2    
3     PNAME="libmp4v2"
4     PVER="2.0.0"
5     PBUILD="r2"
6    
7     PCAT="media-libs"
8    
9     DESCRIPTION="MPEG-4/H.261/MPEG-2/H.263 MP3/AAC/AMR streaming library."
10     HOMEPAGE="http://code.google.com/p/mp4v2/"
11    
12     DEPEND=">= sys-libs/libstdc++-5.3"
13    
14     SRCFILE="${PNAME/lib/}-${PVER}.tar.bz2"
15     SRCDIR="${BUILDDIR}/${PNAME/lib/}-${PVER}"
16    
17     sminclude mtools multilib
18    
19     SRC_URI=(
20     http://mp4v2.googlecode.com/files/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd ${HOMEPAGE} | grep -v trunk | lasttarball"
25    
26     src_compile()
27     {
28     # we only want to compile the library
29     mconfigure \
30     --enable-dependency-tracking \
31     --disable-gch \
32     --disable-util \
33     || die
34    
35     mmake || die
36     }