From 9866df7074fbf695c0e9befeeb656758ad03f01c Mon Sep 17 00:00:00 2001 From: david Date: Thu, 17 Nov 2016 14:22:52 +0100 Subject: [PATCH] Add: libdvbpsi version 1.3.0 resolve #200 Current features Bouquet Association Table (BAT), decoder and generator. Conditional Access Table (CAT), decoder and generator. EPG Information Table (EIT), decoder and generator. Network Information Table (NIT), decoder and generator. Program Association Table (PAT), decoder and generator. Program Map Table (PMT), decoder and generator. Section Description Table (SDT), decoder and generator. Splice Information Section Table (SIS), decoder and generator. TOT Table (TOT), decoder and generator. All MPEG 2 descriptors, decoders and generators. ATSC EIT, ETT, MGT, STT and VCT decoders. Supported platforms GNU/Linux, *BSD, Windows and MacOS X. Version 0.2.0 and up have LGPL v2.1 license for easy integration in applications. Versions prior to 0.2.0 are released under GPLv2. http://www.videolan.org/developers/libdvbpsi.html --- libdvbpsi.be0 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 libdvbpsi.be0 diff --git a/libdvbpsi.be0 b/libdvbpsi.be0 new file mode 100755 index 000000000..d182363aa --- /dev/null +++ b/libdvbpsi.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION libdvbpsi-1.3.0-0 + +SRCURL[0]="http://http.debian.net/debian/pool/main/libd/libdvbpsi/libdvbpsi_${PKGVERSION}.orig.tar.bz2" + +# PATCHURL+=() + +# EXCLUDE+=() + +# build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"'