Magellan Linux

Contents of /branches/R11-unstable/extras/libbluray/libbluray-0.8.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25483 - (show annotations) (download)
Tue Nov 25 03:49:25 2014 UTC (9 years, 5 months ago) by niro
File size: 551 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libbluray"
4 PVER="0.8.1"
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 SDEPEND=">= dev-java/apache-ant-1.9"
16
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude multilib
21
22 SRC_URI=(
23 ftp://ftp.videolan.org/pub/videolan/${PNAME}/${PVER}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd ${HOMEPAGE} | highesttarball"
28