View | Details | Raw Unified | Return to bug 135903
Collapse All | Expand All

(-)/usr/ports/multimedia/cx88/Makefile (-5 / +3 lines)
Lines 2-17 Link Here
2
# Date created:        7 September 2008
2
# Date created:        7 September 2008
3
# Whom:                jah
3
# Whom:                jah
4
#
4
#
5
# $FreeBSD: ports/multimedia/cx88/Makefile,v 1.4 2009/05/25 10:54:12 erwin Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	cx88
8
PORTNAME=	cx88
9
PORTVERSION=	1.1.0
9
PORTVERSION=	1.2.0
10
CATEGORIES=	multimedia kld
10
CATEGORIES=	multimedia kld
11
MASTER_SITES=	ftp://corona.homeunix.net/ports/cx88/
11
MASTER_SITES=	ftp://corona.homeunix.net/ports/cx88/
12
12
13
MAINTAINER=	jason.harmening@gmail.com
13
MAINTAINER=	jason.harmening@gmail.com
14
COMMENT=	Drivers for Conexant CX23880/1/2/3-based TV/radio capture cards
14
COMMENT=	Drivers for Conexant CX23880/1/2/3/5/7/8-based TV/radio capture cards
15
15
16
LIB_DEPENDS=	tuner:${PORTSDIR}/multimedia/libtuner
16
LIB_DEPENDS=	tuner:${PORTSDIR}/multimedia/libtuner
17
BUILD_DEPENDS=	${LOCALBASE}/lib/libezxml.a:${PORTSDIR}/textproc/ezxml
17
BUILD_DEPENDS=	${LOCALBASE}/lib/libezxml.a:${PORTSDIR}/textproc/ezxml
Lines 24-31 Link Here
24
24
25
.if ${OSVERSION} < 700055
25
.if ${OSVERSION} < 700055
26
IGNORE=		requires FreeBSD 7.0-RELEASE or later
26
IGNORE=		requires FreeBSD 7.0-RELEASE or later
27
.elif ${OSVERSION} >= 800000
28
BROKEN=		does not build
29
.endif
27
.endif
30
28
31
.if !exists(/usr/src/sys/Makefile)
29
.if !exists(/usr/src/sys/Makefile)
(-)/usr/ports/multimedia/cx88/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (cx88-1.1.0.tar.gz) = 450d6d989d6ea3203f6175aa25c6a62d
1
MD5 (cx88-1.2.0.tar.gz) = 3146890105b709e7a484fbbf2e291e29
2
SHA256 (cx88-1.1.0.tar.gz) = 1bf37ef1e940513926fcf40dd3573b3bc82ba9116d54249c3e19c1b2ed20805d
2
SHA256 (cx88-1.2.0.tar.gz) = b00eedd03002a945867d02fe770d39ab5f04315c10b6e0a6f5dc578644605445
3
SIZE (cx88-1.1.0.tar.gz) = 134386
3
SIZE (cx88-1.2.0.tar.gz) = 143665
(-)/usr/ports/multimedia/cx88/pkg-descr (-5 / +6 lines)
Lines 1-7 Link Here
1
cx88 provides drivers for TV/radio capture cards based on
1
cx88 provides drivers for PCI and PCI-e TV/radio capture
2
the Conexant CX23880/1/2/3 series of chips.  This port
2
cards based on the Conexant CX23880/1/2/3 and CX23885/7/8 
3
includes the cx88 kernel drivers as well as a simple app
3
chip families.  This port includes the cx88 kernel drivers
4
for HDTV capture.  It requires multimedia/libtuner for 
4
as well as a simple app for TV capture. It requires 
5
channel selection and peripheral configuration.
5
multimedia/libtuner for channel selection and peripheral
6
configuration.
6
7
7
WWW: http://corona.homeunix.net/cx88wiki
8
WWW: http://corona.homeunix.net/cx88wiki
(-)/usr/ports/multimedia/cx88/pkg-plist (-4 / +3 lines)
Lines 4-16 Link Here
4
%%DATADIR%%/or51132_qam.fw
4
%%DATADIR%%/or51132_qam.fw
5
%%EXAMPLESDIR%%/cx88_audio_enable.cpp
5
%%EXAMPLESDIR%%/cx88_audio_enable.cpp
6
%%EXAMPLESDIR%%/remote.cpp
6
%%EXAMPLESDIR%%/remote.cpp
7
%%EXAMPLESDIR%%/cx88_mpeg_client.cpp
7
%%EXAMPLESDIR%%/hd3k_analog_kbuf.cpp
8
%%EXAMPLESDIR%%/hd3k_analog_kbuf.cpp
8
%%EXAMPLESDIR%%/tuner_config
9
%%EXAMPLESDIR%%/tuner_config
9
%%EXAMPLESDIR%%/hd3k_mpeg_ubuf.cpp
10
%%EXAMPLESDIR%%/hd5k_mpeg_ubuf.cpp
11
%%EXAMPLESDIR%%/hd3k_mpeg_kbuf.cpp
12
%%EXAMPLESDIR%%/cx88_audio_client.cpp
10
%%EXAMPLESDIR%%/cx88_audio_client.cpp
13
%%EXAMPLESDIR%%/hd5k_mpeg_kbuf.cpp
14
%%EXAMPLESDIR%%/hd3k_analog_ubuf.cpp
11
%%EXAMPLESDIR%%/hd3k_analog_ubuf.cpp
15
%%EXAMPLESDIR%%/hd5k_analog_ubuf.cpp
12
%%EXAMPLESDIR%%/hd5k_analog_ubuf.cpp
16
include/iicdev/iicdev_ioctl.h
13
include/iicdev/iicdev_ioctl.h
Lines 27-34 Link Here
27
cx88i2c.ko
24
cx88i2c.ko
28
iicdev.ko
25
iicdev.ko
29
cx88ir.ko
26
cx88ir.ko
27
cx88mpegcore.ko
30
cx88mpeg.ko
28
cx88mpeg.ko
31
cx88video.ko
29
cx88video.ko
32
cx88audio.ko
30
cx88audio.ko
31
cx23885.ko
33
@exec kldxref %D
32
@exec kldxref %D
34
@unexec kldxref %D
33
@unexec kldxref %D

Return to bug 135903