Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24872 - (hide annotations) (download)
Wed May 27 16:14:02 2015 UTC (8 years, 11 months ago) by niro
Original Path: trunk/extras/libbluray/libbluray-0.8.1-r1.smage2
File size: 513 byte(s)
auto added: ver bump to 0.8.1-r1
1 niro 24872 # $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     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