Magellan Linux

Annotation of /trunk/extras/libbluray/libbluray-1.0.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30328 - (hide annotations) (download)
Mon Dec 4 11:56:38 2017 UTC (6 years, 5 months ago) by niro
File size: 658 byte(s)
auto added: ver bump to 1.0.2-r1
1 niro 30327 # $Id$
2    
3     PNAME="libbluray"
4     PVER="1.0.2"
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     >= media-libs/fontconfig-2.11"
15    
16     #SDEPEND=">= dev-java/apache-ant-1.9"
17    
18     SRCFILE="${PNAME}-${PVER}.tar.bz2"
19     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20    
21 niro 30328 sminclude multilib mbuild
22 niro 30327
23     SRC_URI=(
24     ftp://ftp.videolan.org/pub/videolan/${PNAME}/${PVER}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd ${HOMEPAGE} | highesttarball"
29    
30     src_compile()
31     {
32     mconfigure --disable-bdjava || die
33     mmake || die
34     }