diff options
author | riggs <riggs@FreeBSD.org> | 2014-06-29 02:30:41 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2014-06-29 02:30:41 +0800 |
commit | 574bd80a8b5bee928484892b8e9ddfc0f46708a6 (patch) | |
tree | 1fbd0f972058391abc0d44e9029ef217b73eadc3 /multimedia | |
parent | 6934788d1912a58b73377f00b2fb97bac9ace533 (diff) | |
download | freebsd-ports-gnome-574bd80a8b5bee928484892b8e9ddfc0f46708a6.tar.gz freebsd-ports-gnome-574bd80a8b5bee928484892b8e9ddfc0f46708a6.tar.zst freebsd-ports-gnome-574bd80a8b5bee928484892b8e9ddfc0f46708a6.zip |
- Update to upstream release 1.4.10
- Add frontend-only and backend-only capture modes
- Allow multiple open device handles
- Add json-formatted low-level ioctl commands
- Stagify
- Correct LICENSE
- Handle stripping
- Pet portlint
PR: 190914
Submitted by: jason.harmening@gmail.com (maintainer)
Approved by: jason.harmening@gmail.com (maintainer), mentors (implicit)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/cx88/Makefile | 23 | ||||
-rw-r--r-- | multimedia/cx88/distinfo | 4 | ||||
-rw-r--r-- | multimedia/cx88/pkg-plist | 2 |
3 files changed, 14 insertions, 15 deletions
diff --git a/multimedia/cx88/Makefile b/multimedia/cx88/Makefile index 5d26058f5186..67e6f6e6b006 100644 --- a/multimedia/cx88/Makefile +++ b/multimedia/cx88/Makefile @@ -2,23 +2,24 @@ # $FreeBSD$ PORTNAME= cx88 -PORTVERSION= 1.4.9 -CATEGORIES= multimedia kld +PORTVERSION= 1.4.10 +CATEGORIES= multimedia MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/ MAINTAINER= jason.harmening@gmail.com COMMENT= Drivers for Conexant CX23880/1/2/3/5/7/8-based TV/radio capture cards -LICENSE= BSD +LICENSE= BSD2CLAUSE +LIB_DEPENDS= libjson-c.so:${PORTSDIR}/devel/json-c BUILD_DEPENDS= ${LOCALBASE}/lib/libezxml.a:${PORTSDIR}/textproc/ezxml \ - libtuner>=1.1.0:${PORTSDIR}/multimedia/libtuner + libtuner>=1.1.2:${PORTSDIR}/multimedia/libtuner KMODDIR= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR} -MAKE_ARGS+= LIBTUNER_LIB=${LOCALBASE}/lib/libtuner LIBTUNER_HEADER=${LOCALBASE}/include/libtuner KMODDIR=${KMODDIR} +MAKE_ARGS+= LIBTUNER_LIB=${LOCALBASE}/lib/libtuner LIBTUNER_HEADER=${LOCALBASE}/include/libtuner KMODDIR=${KMODDIR} PREFIX=${STAGEDIR}${PREFIX} MAKE_JOBS_UNSAFE= yes -SSP_UNSAFE= kernel module does not support ssp +USES= kmod pkgconfig OPTIONS_DEFINE= DEBUG LINUX_COMPAT HAL @@ -28,11 +29,10 @@ HAL_DESC= Register Linux DVB devices with HAL OPTIONS_DEFAULT= LINUX_COMPAT -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG} -MAKE_ARGS+= DIAGNOSTIC=0x7f +MAKE_ARGS+= DIAGNOSTIC=0x7f -DDEBUG .endif .if ${PORT_OPTIONS:MLINUX_COMPAT} @@ -41,7 +41,7 @@ BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat MAKE_ARGS+= -D WITH_LINUX_COMPAT .if ${PORT_OPTIONS:MHAL} LIB_DEPENDS+= libhal.so:${PORTSDIR}/sysutils/hal \ - dbus-1:${PORTSDIR}/devel/dbus + libdbus-1.so:${PORTSDIR}/devel/dbus MAKE_ARGS+= -D WITH_HAL .endif .endif @@ -52,8 +52,7 @@ MAKE_ARGS+= DEFAULT_XML_CONFIG="${EXAMPLESDIR}/cx88.xml.sample" IGNORE= requires kernel support for DRIVER_MODULE_ORDERED macro (FreeBSD 8.3+, FreeBSD 9.0+) .endif -.if !exists(${SRC_BASE}/sys/Makefile) -IGNORE= requires kernel source files -.endif +post-patch: + ${REINPLACE_CMD} -e 's|install cx88 |install -s cx88 |g' ${WRKSRC}/client/Makefile .include <bsd.port.mk> diff --git a/multimedia/cx88/distinfo b/multimedia/cx88/distinfo index 239d834f17c2..7a01275705d7 100644 --- a/multimedia/cx88/distinfo +++ b/multimedia/cx88/distinfo @@ -1,2 +1,2 @@ -SHA256 (cx88-1.4.9.tar.gz) = e05c90dea79a1ddc1f96e53e0839f0f57eef17b118d3d1304043d9b1771e7b86 -SIZE (cx88-1.4.9.tar.gz) = 191178 +SHA256 (cx88-1.4.10.tar.gz) = afa2055fe21b4fda0d27d05a25c9da6c0b31036c2d7b5b49ccd899b1c60d9603 +SIZE (cx88-1.4.10.tar.gz) = 193901 diff --git a/multimedia/cx88/pkg-plist b/multimedia/cx88/pkg-plist index 7fb684863a24..96bd80a430f4 100644 --- a/multimedia/cx88/pkg-plist +++ b/multimedia/cx88/pkg-plist @@ -1,7 +1,7 @@ bin/cx88 %%EXAMPLESDIR%%/cx88.xml.sample -%%EXAMPLESDIR%%/remote.cpp %%EXAMPLESDIR%%/cx88_audio_enable.cpp +%%EXAMPLESDIR%%/remote.cpp %%EXAMPLESDIR%%/cx88_mpeg_client.cpp %%EXAMPLESDIR%%/hd3k_analog_kbuf.cpp %%EXAMPLESDIR%%/tuner_config |