diff --git a/srcpkgs/libdvbpsi/patches/fix-includes.patch b/srcpkgs/libdvbpsi/patches/fix-includes.patch new file mode 100644 index 00000000000..32a1698a0ba --- /dev/null +++ b/srcpkgs/libdvbpsi/patches/fix-includes.patch @@ -0,0 +1,24 @@ +--- examples/dvbinfo/buffer.h ++++ examples/dvbinfo/buffer.h +@@ -23,6 +23,9 @@ + #ifndef DVBINFO_BUFFER_H_ + #define DVBINFO_BUFFER_H_ + ++#include ++#include ++ + typedef struct buffer_s buffer_t; + + struct buffer_s +--- src/descriptor.h ++++ src/descriptor.h +@@ -35,6 +35,9 @@ + #ifndef _DVBPSI_DESCRIPTOR_H_ + #define _DVBPSI_DESCRIPTOR_H_ + ++#include ++#include ++ + #ifdef __cplusplus + extern "C" { + #endif diff --git a/srcpkgs/libdvbpsi/template b/srcpkgs/libdvbpsi/template index 9fa7d2c5149..1fb57bcc7b9 100644 --- a/srcpkgs/libdvbpsi/template +++ b/srcpkgs/libdvbpsi/template @@ -1,7 +1,7 @@ # Template file for 'libdvbpsi' pkgname=libdvbpsi version=1.1.2 -revision=2 +revision=3 build_style=gnu-configure short_desc="PSI decoder and generator library for MPEG2 and DVB streams" homepage="http://www.videolan.org/developers/libdvbpsi.html"