From cae3131a2866c31808ec308891ede0635a929834 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 9 May 2015 11:11:11 +0200 Subject: [PATCH] libdvbpsi: portability patch from Alpine. --- srcpkgs/libdvbpsi/patches/fix-includes.patch | 24 ++++++++++++++++++++ srcpkgs/libdvbpsi/template | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/libdvbpsi/patches/fix-includes.patch 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"