Magellan Linux

Contents of /branches/magellan-next/core/libmp4v2/libmp4v2-1.9.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8199 - (show annotations) (download)
Wed Jul 13 07:09:09 2011 UTC (12 years, 10 months ago) by niro
File size: 630 byte(s)
auto added: ver bump to 1.9.1-r2
1 # $Id$
2
3 PNAME="libmp4v2"
4 PVER="1.9.1"
5 PBUILD="r2"
6
7 PCATEGORIE="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=""
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 }