Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2013 15:09:57 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322049 - head/multimedia/cx88
Message-ID:  <201306291509.r5TF9vVw009242@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Jun 29 15:09:57 2013
New Revision: 322049
URL: http://svnweb.freebsd.org/changeset/ports/322049

Log:
  Update to 1.4.7.
  
  - Configure board drivers and capture types from XML file
  - Fix stale packet issue for DVB
  - Add data-only capture mode for unsupported boards
  - Various usability improvements
  
  PR:		ports/180088
  Submitted by:	Jason Harmening <jason.harmening@gmail.com> (maintainer)

Modified:
  head/multimedia/cx88/Makefile
  head/multimedia/cx88/distinfo
  head/multimedia/cx88/pkg-plist

Modified: head/multimedia/cx88/Makefile
==============================================================================
--- head/multimedia/cx88/Makefile	Sat Jun 29 14:28:59 2013	(r322048)
+++ head/multimedia/cx88/Makefile	Sat Jun 29 15:09:57 2013	(r322049)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cx88
-PORTVERSION=	1.4.6
+PORTVERSION=	1.4.7
 CATEGORIES=	multimedia kld
 MASTER_SITES=	ftp://corona.homeunix.net/ports/cx88/
 
@@ -11,9 +11,8 @@ COMMENT=	Drivers for Conexant CX23880/1/
 
 LICENSE=	BSD
 
-LIB_DEPENDS=	tuner.1:${PORTSDIR}/multimedia/libtuner
 BUILD_DEPENDS=	${LOCALBASE}/lib/libezxml.a:${PORTSDIR}/textproc/ezxml \
-		libtuner>=1.0.9:${PORTSDIR}/multimedia/libtuner
+		libtuner>=1.1.0:${PORTSDIR}/multimedia/libtuner
 
 KMODDIR=	/boot/modules
 PLIST_SUB+=	KMODDIR=${KMODDIR}

Modified: head/multimedia/cx88/distinfo
==============================================================================
--- head/multimedia/cx88/distinfo	Sat Jun 29 14:28:59 2013	(r322048)
+++ head/multimedia/cx88/distinfo	Sat Jun 29 15:09:57 2013	(r322049)
@@ -1,2 +1,2 @@
-SHA256 (cx88-1.4.6.tar.gz) = 744df7fb4ad404983bb11bad7d9694193f3581912ec2229de293bfc19bbea74a
-SIZE (cx88-1.4.6.tar.gz) = 189203
+SHA256 (cx88-1.4.7.tar.gz) = b5037f74571dffe974a9fef6e8d9acea4d7a809fb22fcd51abe70d47c3f2fcd9
+SIZE (cx88-1.4.7.tar.gz) = 190987

Modified: head/multimedia/cx88/pkg-plist
==============================================================================
--- head/multimedia/cx88/pkg-plist	Sat Jun 29 14:28:59 2013	(r322048)
+++ head/multimedia/cx88/pkg-plist	Sat Jun 29 15:09:57 2013	(r322049)
@@ -2,12 +2,12 @@ bin/cx88
 %%EXAMPLESDIR%%/cx88.xml.sample
 %%EXAMPLESDIR%%/remote.cpp
 %%EXAMPLESDIR%%/cx88_audio_enable.cpp
-%%EXAMPLESDIR%%/cx88_audio_client.cpp
-%%EXAMPLESDIR%%/hd3k_analog_ubuf.cpp
-%%EXAMPLESDIR%%/hd5k_analog_ubuf.cpp
 %%EXAMPLESDIR%%/cx88_mpeg_client.cpp
 %%EXAMPLESDIR%%/hd3k_analog_kbuf.cpp
 %%EXAMPLESDIR%%/tuner_config
+%%EXAMPLESDIR%%/cx88_audio_client.cpp
+%%EXAMPLESDIR%%/hd3k_analog_ubuf.cpp
+%%EXAMPLESDIR%%/hd5k_analog_ubuf.cpp
 etc/rc.d/cx88d
 include/iicdev/iicdev_ioctl.h
 include/cx88/cx88_common_ioctl.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306291509.r5TF9vVw009242>