pkgsrc-wip/hdhomerun_config/Makefile
Jonathan A. Kollasch 7ac659b8d7 Update to 20081213.
Changes since 20080727:
 * Improve discover support for UNIX platforms.
 * Add support to hdhomerun_config for reading set value from stdin.
 * Fix potential get/set buffer overflow.
 * Fix null-termination error when PID filter is set to block-all.
 * Add tuner resource lock support.
 * Channel scan order reversed to scan highest frequency first.
 * Add frequency tables for additional countries.
 * Change channel_list API to use a channel_list object rather than the channelmap bitmask used previously. Channel list objects can be created for any channelmap or list of channelmaps by name.
 * Deprecate API to get channelmaps by model. Application should read the current channelmap from the device or ask the user which channelmap to use.
 * Increase max length of a channel name (needed for DVB-T).
 * Change green (good) signal color to a lighter shade of green.
 * Add extern-C statements to channel and channelscan headers.
 * Fix bug causing channel names containing a space to be truncated.
 * Fix communication problem triggered by selecting a HDHR unit by IP address when the host has multiple network interfaces.
 * Fix memory warning where buffer was not zeroed before use.
 * Add DVB-T support.
 * Channel scan reads channelmap from device and scans channels from this channelmap (and any other associated channelmaps).
2008-12-19 19:23:29 +00:00

26 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.10 2008/12/19 19:23:29 jakllsch Exp $
#
DISTNAME= libhdhomerun_20081213
PKGNAME= ${DISTNAME:S/libhdhomerun_/hdhomerun_config-/}
CATEGORIES= multimedia
MASTER_SITES= http://download.silicondust.com/hdhomerun/
EXTRACT_SUFX= .tgz
MAINTAINER= jakllsch@kollasch.net
HOMEPAGE= http://www.silicondust.com/hdhomerun/
COMMENT= SiliconDust HDHomeRun utility
WRKSRC= ${WRKDIR}/libhdhomerun
BUILD_TARGET= hdhomerun_config
USE_LANGUAGES+= c
USE_TOOLS+= gmake
CFLAGS.SunOS+= -lsocket
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hdhomerun_config ${PREFIX}/bin/hdhomerun_config
.include "../../mk/bsd.pkg.mk"