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

(-)cx88/Makefile (-5 / +13 lines)
Lines 2-22 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.15 2011/05/20 06:47:50 culot Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	cx88
8
PORTNAME=	cx88
9
PORTVERSION=	1.3.1
9
PORTVERSION=	1.4.0
10
PORTREVISION=	1
11
CATEGORIES=	multimedia kld
10
CATEGORIES=	multimedia kld
12
MASTER_SITES=	ftp://corona.homeunix.net/ports/cx88/
11
MASTER_SITES=	ftp://corona.homeunix.net/ports/cx88/
13
12
14
MAINTAINER=	jason.harmening@gmail.com
13
MAINTAINER=	jason.harmening@gmail.com
15
COMMENT=	Drivers for Conexant CX23880/1/2/3/5/7/8-based TV/radio capture cards
14
COMMENT=	Drivers for Conexant CX23880/1/2/3/5/7/8-based TV/radio capture cards
16
15
16
LICENSE=	BSD
17
17
LIB_DEPENDS=	tuner.1:${PORTSDIR}/multimedia/libtuner
18
LIB_DEPENDS=	tuner.1:${PORTSDIR}/multimedia/libtuner
18
BUILD_DEPENDS=	${LOCALBASE}/lib/libezxml.a:${PORTSDIR}/textproc/ezxml \
19
BUILD_DEPENDS=	${LOCALBASE}/lib/libezxml.a:${PORTSDIR}/textproc/ezxml \
19
		libtuner>=1.0.6:${PORTSDIR}/multimedia/libtuner
20
		libtuner>=1.0.7:${PORTSDIR}/multimedia/libtuner
20
21
21
KMODDIR=	/boot/modules
22
KMODDIR=	/boot/modules
22
PLIST_SUB+=	KMODDIR=${KMODDIR}
23
PLIST_SUB+=	KMODDIR=${KMODDIR}
Lines 25-32 Link Here
25
26
26
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>
27
28
29
.if (${OSVERSION} >= 801000)
30
LIB_DEPENDS+= cuse4bsd.1:${PORTSDIR}/multimedia/cuse4bsd-kmod
31
BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat \
32
		cuse4bsd-kmod>=0.1.12:${PORTSDIR}/multimedia/cuse4bsd-kmod
33
MAKE_ARGS+= -D WITH_LINUX_DVB
34
.endif
35
28
.if (${OSVERSION} < 704000) || ((${OSVERSION} >= 800000) && (${OSVERSION} < 801000))
36
.if (${OSVERSION} < 704000) || ((${OSVERSION} >= 800000) && (${OSVERSION} < 801000))
29
IGNORE=	requires kernel support for kmem_alloc_attr() (FreeBSD 7.4+, FreeBSD 8.1+)
37
IGNORE= requires kernel support for kmem_alloc_attr() (FreeBSD 7.4+, FreeBSD 8.1+)
30
.endif
38
.endif
31
39
32
.if !exists(${SRC_BASE}/sys/Makefile)
40
.if !exists(${SRC_BASE}/sys/Makefile)
(-)cx88/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (cx88-1.3.1.tar.gz) = 9d411e106ed57771462159a9a7ddd1d5fa7bb2178a46f5a421fda0b765526e53
1
SHA256 (cx88-1.4.0.tar.gz) = 28f37fcd033dcebac39085632adee0338a5bc69d207399c361605df107181a6d
2
SIZE (cx88-1.3.1.tar.gz) = 163183
2
SIZE (cx88-1.4.0.tar.gz) = 177677
(-)cx88/files/patch-client-analog-cx88__analog__driver.cpp (-15 lines)
Lines 1-15 Link Here
1
Index: client/analog/cx88_analog_driver.cpp
2
===================================================================
3
--- client/analog/cx88_analog_driver.cpp	(revision 562)
4
+++ client/analog/cx88_analog_driver.cpp	(working copy)
5
@@ -133,10 +133,6 @@
6
          error = m_pip_driver->start(slave_pip_params);
7
       }
8
    }
9
-   if (m_slave_mode)
10
-   {
11
-      wait_for_event(0);
12
-   }
13
    if (m_mode == CX88_ANALOG_MODE_VIDEO)
14
    {
15
       error = (error ? error : capture_video(params));
(-)cx88/pkg-descr (-6 / +4 lines)
Lines 1-8 Link Here
1
cx88 provides drivers for PCI and PCI-e TV/radio capture
1
cx88 provides drivers for PCI and PCI-e TV/radio capture cards based on the
2
cards based on the Conexant CX23880/1/2/3 and CX23885/7/8 
2
Conexant CX23880/1/2/3 and CX23885/7/8 chip families.  This port includes the
3
chip families.  This port includes the cx88 kernel drivers
3
cx88 kernel drivers as well as a simple app for TV capture. It requires
4
as well as a simple app for TV capture. It requires 
4
multimedia/libtuner for channel selection and peripheral configuration.
5
multimedia/libtuner for channel selection and peripheral
6
configuration.
7
5
8
WWW: http://corona.homeunix.net/cx88wiki
6
WWW: http://corona.homeunix.net/cx88wiki

Return to bug 160766