Date: Mon, 17 Dec 2012 21:51:46 GMT From: Jason Harmening <jason.harmening@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/174527: Update multimedia/cx88 to 1.4.5 Message-ID: <201212172151.qBHLpkx3045876@red.freebsd.org> Resent-Message-ID: <201212172200.qBHM00YC060466@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 174527 >Category: ports >Synopsis: Update multimedia/cx88 to 1.4.5 >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: Mon Dec 17 22:00:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jason Harmening >Release: 9.1-PRERELEASE >Organization: >Environment: FreeBSD corona.austin.rr.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r243914M: Wed Dec 5 18:15:27 CST 2012 root@corona.austin.rr.com:/usr/obj/usr/src/sys/CUSTOM amd64 >Description: --fix DVB hang w/ VLC 2.0 --improve interrupt handling performance for all devices --clean up analog signal scan output >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNb cx88.orig/Makefile cx88/Makefile --- cx88.orig/Makefile 2012-11-16 23:59:48.000000000 -0600 +++ cx88/Makefile 2012-12-17 15:56:03.000000000 -0600 @@ -1,8 +1,8 @@ # Created by: Jason Harmening <jason.harmening@gmail.com> -# $FreeBSD: ports/multimedia/cx88/Makefile,v 1.23 2012/11/17 05:59:48 svnexp Exp $ +# $FreeBSD$ PORTNAME= cx88 -PORTVERSION= 1.4.4 +PORTVERSION= 1.4.5 CATEGORIES= multimedia kld MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/ @@ -37,14 +37,11 @@ .if (${OSVERSION} >= 801000) .if ${PORT_OPTIONS:MLINUX_COMPAT} LIB_DEPENDS+= cuse4bsd.1:${PORTSDIR}/multimedia/cuse4bsd-kmod -BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat \ - cuse4bsd-kmod>=0.1.12:${PORTSDIR}/multimedia/cuse4bsd-kmod +BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat MAKE_ARGS+= -D WITH_LINUX_COMPAT .if ${PORT_OPTIONS:MHAL} LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal \ dbus-1:${PORTSDIR}/devel/dbus -BUILD_DEPENDS+= hal>=0.5.14:${PORTSDIR}/sysutils/hal \ - dbus>=1.4.0:${PORTSDIR}/devel/dbus MAKE_ARGS+= -D WITH_HAL .endif .endif diff -ruNb cx88.orig/distinfo cx88/distinfo --- cx88.orig/distinfo 2012-09-18 18:34:46.000000000 -0500 +++ cx88/distinfo 2012-12-17 15:56:03.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (cx88-1.4.4.tar.gz) = 57a04ab9639ed8b09d00859c69ca0eafe1ab62f668fc93b236f1d28533aed995 -SIZE (cx88-1.4.4.tar.gz) = 189060 +SHA256 (cx88-1.4.5.tar.gz) = 91e86d838051c189d0dc098d5842db1ee1341da896ee5782e98a895a28cc125e +SIZE (cx88-1.4.5.tar.gz) = 190344 diff -ruNb cx88.orig/pkg-plist cx88/pkg-plist --- cx88.orig/pkg-plist 2012-09-18 18:34:46.000000000 -0500 +++ cx88/pkg-plist 2012-12-17 15:56:03.000000000 -0600 @@ -2,12 +2,12 @@ %%EXAMPLESDIR%%/cx88.xml.sample %%EXAMPLESDIR%%/cx88_audio_enable.cpp %%EXAMPLESDIR%%/remote.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 +%%EXAMPLESDIR%%/cx88_mpeg_client.cpp +%%EXAMPLESDIR%%/hd3k_analog_kbuf.cpp +%%EXAMPLESDIR%%/tuner_config 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?201212172151.qBHLpkx3045876>