summaryrefslogtreecommitdiff
path: root/multimedia/libdvbpsi/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-02-27 22:38:16 +0000
committerwiz <wiz@pkgsrc.org>2009-02-27 22:38:16 +0000
commitff91e7f3ec5ccc04612a7a93db235212cb92a43b (patch)
treeb3539653b5d5672aab27b7253692cf976eabd63d /multimedia/libdvbpsi/patches
parent40ab8444685f90a017fa4c865cadde870ab9a03a (diff)
downloadpkgsrc-ff91e7f3ec5ccc04612a7a93db235212cb92a43b.tar.gz
Update to 0.1.6. Bump ABI depends because of shlib major change.
Changes between 0.1.5 and 0.1.6: -------------------------------- * fixed a parsing bug due to outdated spec in ISO 639 language descriptor * fixed the use of uninitialized data when section_syntax_indicator=0 * fixed a parsing bug in the EBU teletext descriptor decoder * fixed the declaration of dvbpsi_DecodeTeletextDr * new example tool for checking an MPEG-2 TS file * fixed EIT discontinuities * new cat support * new PDC support descriptor 0x69 Changes between 0.1.4 and 0.1.5: -------------------------------- * Windows CE port * src/tables/eit*: EIT decoder (no generator yet) * src/tables/sdt*: SDT generator * 0x4d/0x4e (EIT) descriptors decoders * 0x52 (stream identifier) descriptor decoder * 0x55 (dvb parental rating) descriptor decoder * 0x56 (EBU teletext) descriptor decoder * fixed a segfault in the subtitles descriptor decoder * correctly handle duplicate packets * correctly handle TS packets containing multiple PSI sections Changes between 0.1.3 and 0.1.4: -------------------------------- * 0x59 (dvb subtitles) descriptor decoder * memory leak fix * fixed an unitialiazed pointer
Diffstat (limited to 'multimedia/libdvbpsi/patches')
-rw-r--r--multimedia/libdvbpsi/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/libdvbpsi/patches/patch-aa b/multimedia/libdvbpsi/patches/patch-aa
new file mode 100644
index 00000000000..c1fd3aa0fee
--- /dev/null
+++ b/multimedia/libdvbpsi/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2009/02/27 22:38:16 wiz Exp $
+
+--- examples/connect.c.orig 2007-01-18 14:57:08.000000000 +0000
++++ examples/connect.c
+@@ -38,7 +38,6 @@
+ # include <netinet/if_ether.h>
+ #endif
+ #include <netdb.h>
+-#include <netinet/ip.h>
+ #include <netinet/udp.h>
+ #include <arpa/inet.h>
+