summaryrefslogtreecommitdiff
path: root/multimedia/libdvbpsi/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-04-23 09:02:26 +0000
committerwiz <wiz@pkgsrc.org>2013-04-23 09:02:26 +0000
commit61a0fac26e94cefc15cb244fd9c2ee6dce8d17d6 (patch)
treeb999c8cb54b8e83b5c939093bb2ddca0698b931d /multimedia/libdvbpsi/patches
parent17142f5be9570bf71948eb1c3e696f9ec669387e (diff)
downloadpkgsrc-61a0fac26e94cefc15cb244fd9c2ee6dce8d17d6.tar.gz
Update to 1.1.0. Bump ABI depends due to shlib major bump; but no packages use
this version yet. Changes between 1.0.0 and 1.1.0: -------------------------------- * Remove deprecated APIs and bump library version. * Corrected use of dvbpsi_ValidPSISection() to not use b_syntax_indicator as check, the function tries to always check the CRC32 of the given PSI section. Take care to only use the function for PSI sections that have a CRC32 field. Use the function dvbpsi_has_CRC32() for this purpose. * Remove workaround for checking CRC32 in TOT PSI table. * Add function dvbpsi_CalculateCRC32() to calculate a CRC32 on the payload. * Fix offset for description parsing in tables; - CAT - BAT - TOT - NIT * New descriptor: - 0x54 content descriptor * EIT: add NVOD event detection.
Diffstat (limited to 'multimedia/libdvbpsi/patches')
-rw-r--r--multimedia/libdvbpsi/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/libdvbpsi/patches/patch-aa b/multimedia/libdvbpsi/patches/patch-aa
deleted file mode 100644
index 9179c90e0a7..00000000000
--- a/multimedia/libdvbpsi/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2011/09/08 21:10:26 wiz Exp $
-
---- examples/connect.c.orig 2011-05-19 13:04:02.000000000 +0000
-+++ examples/connect.c
-@@ -38,7 +38,7 @@
- # include <netinet/if_ether.h>
- #endif
- #include <netdb.h>
--#ifndef BSD
-+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__)
- # include <netinet/ip.h>
- #endif
- #include <netinet/udp.h>