Update hdhomerun_config to 20100828.
Changes since previous package update: Release 20100828: * Fix missing fclose in the hdhomerun_config upgrade code. * Fix random lockkey generation. * Fix const warnings. Release 20100213: * Fix socket issue under cygwin. Release 20100121: * Upgrade socket handling. * Upgrade msleep handling. * hdhomerun_config: prevent sleep on Windows machines during save operation. Release 20091024: * Expand hdhomerun_discover API to allow socket reuse. * Add multicast video support. * Fix socket leak on non-Windows platforms. * Fix possible timing inaccuracy if the system time changes. * Remove use of select() causing problems with greater than 1024 sockets. * Improvements to debug logging. Release 20090806: * Faster channel scan for US-cable. * Track TSID during channelscan for use with channel matching. * Resource-lock tuner during hdhomerun_config channel scan. * Skip discover of device ID when device ID is known. * Fix min/max conflict compiling with MythTV. * Fix possible early return from msleep. * Start streaming API updated to fall back to UDP if firmware does not support RTP. * Separate out debug disable from debug close APIs. * Speed up discovery process. * Add dynamic tuner allocation support to libhdhomerun.
This commit is contained in:
parent
ed47772671
commit
593af7e432
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.11 2009/04/14 20:19:39 jakllsch Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2011/03/15 20:27:50 jakllsch Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libhdhomerun_20090411
|
||||
DISTNAME= libhdhomerun_20100828
|
||||
PKGNAME= ${DISTNAME:S/libhdhomerun_/hdhomerun_config-/}
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://download.silicondust.com/hdhomerun/
|
||||
|
@ -10,6 +10,7 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= jakllsch@NetBSD.org
|
||||
HOMEPAGE= http://www.silicondust.com/hdhomerun/
|
||||
COMMENT= SiliconDust HDHomeRun utility
|
||||
LICENSE= gnu-lgpl-v3
|
||||
|
||||
WRKSRC= ${WRKDIR}/libhdhomerun
|
||||
BUILD_TARGET= hdhomerun_config
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2009/04/14 20:19:39 jakllsch Exp $
|
||||
$NetBSD: distinfo,v 1.10 2011/03/15 20:27:50 jakllsch Exp $
|
||||
|
||||
SHA1 (libhdhomerun_20090411.tgz) = 6bbd2cb4d948ca58c80e1a6a1eec65fcac12318c
|
||||
RMD160 (libhdhomerun_20090411.tgz) = 059d24cb182a5e6df4cddadbec0b51415975a526
|
||||
Size (libhdhomerun_20090411.tgz) = 33512 bytes
|
||||
SHA1 (libhdhomerun_20100828.tgz) = 43dcccc2e7ae732168015b5a07b3ca0ba2534802
|
||||
RMD160 (libhdhomerun_20100828.tgz) = b72cce1fa464ec7943cf120b399e68aa3a964ba8
|
||||
Size (libhdhomerun_20100828.tgz) = 41721 bytes
|
||||
|
|
Loading…
Reference in a new issue