From owner-svn-ports-all@freebsd.org Sun Jul 3 17:44:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35E81B9067F; Sun, 3 Jul 2016 17:44:50 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDBE026B8; Sun, 3 Jul 2016 17:44:49 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u63HingK063729; Sun, 3 Jul 2016 17:44:49 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u63Him5V063726; Sun, 3 Jul 2016 17:44:48 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201607031744.u63Him5V063726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 3 Jul 2016 17:44:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417981 - head/multimedia/cx88 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2016 17:44:50 -0000 Author: riggs Date: Sun Jul 3 17:44:48 2016 New Revision: 417981 URL: https://svnweb.freebsd.org/changeset/ports/417981 Log: Update to upstream version 1.5.0 PR: 210629 Submitted by: 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 Sun Jul 3 16:43:33 2016 (r417980) +++ head/multimedia/cx88/Makefile Sun Jul 3 17:44:48 2016 (r417981) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cx88 -PORTVERSION= 1.4.11 -PORTREVISION= 2 +PORTVERSION= 1.5.0 CATEGORIES= multimedia MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/ @@ -14,7 +13,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libjson-c.so:devel/json-c BUILD_DEPENDS= ${LOCALBASE}/lib/libezxml.a:textproc/ezxml \ - libtuner>=1.1.2:multimedia/libtuner + libtuner>=1.1.3:multimedia/libtuner MAKE_ARGS+= LIBTUNER_LIB=${LOCALBASE}/lib/libtuner LIBTUNER_HEADER=${LOCALBASE}/include/libtuner KMODDIR=${KMODDIR} PREFIX=${STAGEDIR}${PREFIX} MAKE_JOBS_UNSAFE= yes @@ -46,6 +45,10 @@ MAKE_ARGS+= -D WITH_HAL .endif .endif +.if (${OSVERSION} >= 1003500) +MAKE_ARGS+= -D CX88_USE_IIC +.endif + MAKE_ARGS+= DEFAULT_XML_CONFIG="${EXAMPLESDIR}/cx88.xml.sample" .include Modified: head/multimedia/cx88/distinfo ============================================================================== --- head/multimedia/cx88/distinfo Sun Jul 3 16:43:33 2016 (r417980) +++ head/multimedia/cx88/distinfo Sun Jul 3 17:44:48 2016 (r417981) @@ -1,2 +1,3 @@ -SHA256 (cx88-1.4.11.tar.gz) = a6625d228bccedee3c58a6981635a9e7d32aa44ff7853e628beaecc2724786a4 -SIZE (cx88-1.4.11.tar.gz) = 194929 +TIMESTAMP = 1467565307 +SHA256 (cx88-1.5.0.tar.gz) = 71f78839dceb9d24600a447d6cae03ef368831c5a00e962e5586dd54db41ba29 +SIZE (cx88-1.5.0.tar.gz) = 196292 Modified: head/multimedia/cx88/pkg-plist ============================================================================== --- head/multimedia/cx88/pkg-plist Sun Jul 3 16:43:33 2016 (r417980) +++ head/multimedia/cx88/pkg-plist Sun Jul 3 17:44:48 2016 (r417981) @@ -1,24 +1,22 @@ bin/cx88 %%EXAMPLESDIR%%/cx88.xml.sample -%%EXAMPLESDIR%%/remote.cpp %%EXAMPLESDIR%%/cx88_audio_enable.cpp +%%EXAMPLESDIR%%/remote.cpp +%%EXAMPLESDIR%%/Makefile %%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%%/cx88_video_client.cpp %%EXAMPLESDIR%%/tuner_config -include/iicdev/iicdev_ioctl.h include/cx88/cx88_common_ioctl.h include/cx88/cx88_mpeg_ioctl.h include/cx88/cx88_video_ioctl.h include/cx88/cx88_audio_ioctl.h /%%KMODDIR%%/cx88.ko -/%%KMODDIR%%/cx88i2c.ko /%%KMODDIR%%/iicdev.ko /%%KMODDIR%%/cx88ir.ko /%%KMODDIR%%/cx88mpegcore.ko /%%KMODDIR%%/cx88mpeg.ko +/%%KMODDIR%%/cx88videocore.ko /%%KMODDIR%%/cx88video.ko /%%KMODDIR%%/cx88audiocore.ko /%%KMODDIR%%/cx88audio.ko