Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2013 13:18:09 GMT
From:      Jason Harmening <jason.harmening@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180088: update multimedia/cx88 to 1.4.7
Message-ID:  <201306291318.r5TDI9Yl010070@oldred.freebsd.org>
Resent-Message-ID: <201306291320.r5TDK0iL045135@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180088
>Category:       ports
>Synopsis:       update multimedia/cx88 to 1.4.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 29 13:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jason Harmening
>Release:        9.1-STABLE
>Organization:
>Environment:
FreeBSD corona.austin.rr.com 9.1-STABLE FreeBSD 9.1-STABLE #1 r248589M: Thu Mar 21 15:33:44 CDT 2013     root@corona.austin.rr.com:/usr/obj/usr/src/sys/CUSTOM  amd64
>Description:
--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
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNb cx88.orig/Makefile cx88/Makefile
--- cx88.orig/Makefile	2013-01-09 18:27:02.039674000 -0600
+++ cx88/Makefile	2013-06-29 08:20:59.000000000 -0500
@@ -1,8 +1,8 @@
 # Created by: Jason Harmening <jason.harmening@gmail.com>
-# $FreeBSD: Makefile 310166 2013-01-10 00:27:02Z madpilot $
+# $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 @@
 
 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}
diff -ruNb cx88.orig/distinfo cx88/distinfo
--- cx88.orig/distinfo	2013-01-09 18:27:02.039674000 -0600
+++ cx88/distinfo	2013-06-29 08:20:59.000000000 -0500
@@ -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
diff -ruNb cx88.orig/pkg-plist cx88/pkg-plist
--- cx88.orig/pkg-plist	2012-12-17 19:42:45.689620000 -0600
+++ cx88/pkg-plist	2013-06-29 08:20:59.000000000 -0500
@@ -2,12 +2,12 @@
 %%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


>Release-Note:
>Audit-Trail:
>Unformatted:



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