Magellan Linux

Contents of /branches/R11-stable/extras/libbluray/libbluray-0.7.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24305 - (show annotations) (download)
Fri Feb 20 10:05:23 2015 UTC (9 years, 2 months ago) by niro
File size: 513 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libbluray"
4 PVER="0.7.0"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="Library to access Blu-Ray disks for video playback."
10 HOMEPAGE="http://www.videolan.org/developers/libbluray.html"
11
12 DEPEND=">= dev-libs/libxml2-2.9
13 >= media-libs/freetype-2.5"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude multilib
19
20 SRC_URI=(
21 ftp://ftp.videolan.org/pub/videolan/${PNAME}/${PVER}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ${HOMEPAGE} | highesttarball"
26