Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32664 - (show annotations) (download)
Mon Apr 29 13:22:54 2019 UTC (5 years ago) by niro
File size: 649 byte(s)
-release branches/R11-unstable
1 # $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 }