aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libdvdread/libdvdread_0.9.6.bb
blob: 2c68d1ca1bcee8b34cde9a3d347d41294ef64ccd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "libdvdread provides a simple foundation for reading DVD video disks. \
It provides the functionality that is required to access many DVDs. \
It parses IFO files, reads NAV-blocks, and performs CSS authentication and descrambling."
HOMEPAGE = "http://www.dtek.chalmers.se/groups/dvd/development.shtml"
LICENSE = "GPL"
SECTION = "libs/multimedia"

SRC_URI = "http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-${PV}.tar.gz"

inherit autotools

do_stage() {
	autotools_stage_all
}


SRC_URI[md5sum] = "329401b84ad0b00aaccaad58f2fc393c"
SRC_URI[sha256sum] = "509503979441e078866d75a628d8a6483e67737454feaa5366f609ecf2a0f5cf"