summaryrefslogtreecommitdiff
path: root/recipes/libdvdnav.recipe
blob: b3f1de370cc9134a28b41e6c0217881c2d5eee6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python


class Recipe(recipe.Recipe):
    name = 'libdvdnav'
    version = '4.2.1'
    stype = SourceType.TARBALL
    url = 'http://download.videolan.org/pub/videolan/libdvdnav/libdvdnav-4.2.1.tar.xz'
    licenses = [License.GPLv2Plus]
    config_sh = 'sh autogen.sh'
    deps = ['libdvdread']
    configure_options = '--with-dvdread-config=$CERBERO_PREFIX/bin/dvdread-config'
    patches = ['libdvdnav/0001-Fix-linking-in-windows-compilation.patch']

    files_libs = ['libdvdnav', 'libdvdnavmini']
    files_devel = ['include/dvdnav', 'lib/pkgconfig/dvdnav.pc',
                   'lib/pkgconfig/dvdnavmini.pc', 'bin/dvdnav-config']