Magellan Linux

Contents of /trunk/extras/libdvdread/libdvdread-6.0.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30482 - (show annotations) (download)
Thu Jan 25 09:19:25 2018 UTC (6 years, 3 months ago) by niro
File size: 656 byte(s)
auto added: ver bump to 6.0.0-r1
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 }