diff options
author | jgh <jgh@FreeBSD.org> | 2012-03-04 05:10:53 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-03-04 05:10:53 +0800 |
commit | fbd918a73e7332cfcc7c1997a12a643ac148ad72 (patch) | |
tree | 260bc47f120f97e2222cb716c602996c68aa2c0b /multimedia/cx88 | |
parent | 950a55a103995f05f1ca52c2275fd50eb1d4f0f7 (diff) | |
download | freebsd-ports-gnome-fbd918a73e7332cfcc7c1997a12a643ac148ad72.tar.gz freebsd-ports-gnome-fbd918a73e7332cfcc7c1997a12a643ac148ad72.tar.zst freebsd-ports-gnome-fbd918a73e7332cfcc7c1997a12a643ac148ad72.zip |
- Update to 1.4.2
PR: ports/165652
Submitted by: maintainer, jason.harmening@gmail.com
Add Linux /dev/radio support
Add support for Hauppauge WinTV PCI-FM
Add support for ATI HDTV Wonder
Diffstat (limited to 'multimedia/cx88')
-rw-r--r-- | multimedia/cx88/Makefile | 6 | ||||
-rw-r--r-- | multimedia/cx88/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/cx88/Makefile b/multimedia/cx88/Makefile index ce04149cb523..b72258b20e29 100644 --- a/multimedia/cx88/Makefile +++ b/multimedia/cx88/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cx88 -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= multimedia kld MASTER_SITES= ftp://corona.homeunix.net/ports/cx88/ @@ -17,7 +17,7 @@ LICENSE= BSD LIB_DEPENDS= tuner.1:${PORTSDIR}/multimedia/libtuner BUILD_DEPENDS= ${LOCALBASE}/lib/libezxml.a:${PORTSDIR}/textproc/ezxml \ - libtuner>=1.0.7:${PORTSDIR}/multimedia/libtuner + libtuner>=1.0.8:${PORTSDIR}/multimedia/libtuner KMODDIR= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR} @@ -30,7 +30,7 @@ MAKE_JOBS_UNSAFE= yes 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 -MAKE_ARGS+= -D WITH_LINUX_DVB +MAKE_ARGS+= -D WITH_LINUX_COMPAT .endif .if (${OSVERSION} < 704000) || ((${OSVERSION} >= 800000) && (${OSVERSION} < 801000)) diff --git a/multimedia/cx88/distinfo b/multimedia/cx88/distinfo index 4c1511eb61d8..cc6734b0a80a 100644 --- a/multimedia/cx88/distinfo +++ b/multimedia/cx88/distinfo @@ -1,2 +1,2 @@ -SHA256 (cx88-1.4.1.tar.gz) = eb1f5a2e83e3735793a8cfd0c352894f8921efe7a92c10d6de5674bc7e78e098 -SIZE (cx88-1.4.1.tar.gz) = 178296 +SHA256 (cx88-1.4.2.tar.gz) = c9127481fbed600452f043ae3f395c29b2cac88db5ee84f1786f07336ca7c8ec +SIZE (cx88-1.4.2.tar.gz) = 182216 |