Magellan Linux

Contents of /branches/R11-unstable/extras/libdvdread/libdvdread-6.0.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32684 - (show annotations) (download)
Mon Apr 29 13:25:07 2019 UTC (5 years ago) by niro
File size: 656 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libdvdread"
4 PVER="6.0.0"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="Simple foundation for reading DVDs."
10 HOMEPAGE="https://code.videolan.org/videolan/libdvdread"
11
12 DEPEND=">= media-libs/libdvdcss-1.4"
13
14 SRCFILE="${PNAME}-${PVER}.tar.bz2"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild mtools
18 msetfeature "!check"
19
20 SRC_URI=(
21 http://download.videolan.org/videolan/${PNAME}/${PVER}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd https://code.videolan.org/videolan/${PNAME}/tags | grep '/tags/' | sed 's:.*/tags/\(.*\):\1:' | upsort_pipe"
26
27 src_prepare()
28 {
29 munpack ${SRCFILE} || die
30 cd ${SRCDIR}
31 mautoreconf || die
32 }