Magellan Linux

Contents of /trunk/extras/libdvdnav/libdvdnav-4.1.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4533 - (show annotations) (download)
Thu Dec 24 23:50:03 2009 UTC (14 years, 5 months ago) by niro
File size: 687 byte(s)
auto added: ver bump to 4.1.3-r1
1 # $Id$
2
3 PNAME="libdvdnav"
4 PVER="4.1.3"
5 PBUILD="r1"
6
7 PCATEGORIE="media-libs"
8 STATE="unstable"
9
10 DESCRIPTION="The DVD navigation library."
11 HOMEPAGE="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/"
12
13 DEPEND=">= media-libs/libdvdread-0.9.7"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://www.mplayerhq.hu/MPlayer/releases/dvdnav/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://www.mplayerhq.hu/MPlayer/releases/dvdnav/ | grep ${PNAME}- | lasttarball"
26
27 src_prepare()
28 {
29 munpack ${SRCFILE} || die
30 cd ${SRCDIR}
31
32 # fix cflags and installs m4 in proper location
33 mpatch ${PNAME}-${PVER}-build.patch || die
34 }

Properties

Name Value
svn:keywords Id