mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
multimedia/libtuner: 1.1.2 -> 1.1.3
- Add iic(4) support for FreeBSD 10.2+ PR: 210599 Submitted by: jason.harmening@gmail.com (maintainer)
This commit is contained in:
parent
09f9c5a0cd
commit
9be0b6dd2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417632
3 changed files with 13 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libtuner
|
||||
PORTVERSION= 1.1.2
|
||||
PORTVERSION= 1.1.3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ftp://corona.homeunix.net/ports/libtuner/
|
||||
|
||||
|
@ -15,4 +15,10 @@ LICENSE_COMB= multi
|
|||
MAKE_ARGS+= INSTALLDIR=${STAGEDIR}${PREFIX}
|
||||
USE_LDCONFIG= ${PREFIX}/lib/libtuner
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if (${OSVERSION} >= 1002502)
|
||||
MAKE_ARGS+= -D LIBTUNER_ENABLE_IIC
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (libtuner-1.1.2.tar.gz) = 155803499e4974ae1fd25d2910078f0bfeb3511f2852ec4f23cdcf5ead3e110d
|
||||
SIZE (libtuner-1.1.2.tar.gz) = 97770
|
||||
TIMESTAMP = 1466977046
|
||||
SHA256 (libtuner-1.1.3.tar.gz) = 5cf3654efe568f428e8e52b96f51347e7bc5a01049af22ede7914c62c61e4bda
|
||||
SIZE (libtuner-1.1.3.tar.gz) = 96072
|
||||
|
|
|
@ -24,12 +24,13 @@ include/libtuner/tuner_device.h
|
|||
include/libtuner/tuner_devnode_device.h
|
||||
include/libtuner/tuner_driver.h
|
||||
include/libtuner/tuner_firmware.h
|
||||
include/libtuner/tuner_iic_device.h
|
||||
include/libtuner/tuv1236d.h
|
||||
include/libtuner/xc3028.h
|
||||
include/libtuner/xc5000.h
|
||||
%%DATADIR%%/or51132_qam.fw
|
||||
%%DATADIR%%/nxt2004.fw
|
||||
%%DATADIR%%/xc3028-v27.fw
|
||||
%%DATADIR%%/nxt2004.fw
|
||||
%%DATADIR%%/license.txt
|
||||
%%DATADIR%%/xc5000-1.6.114.fw
|
||||
%%DATADIR%%/or51132_vsb.fw
|
||||
%%DATADIR%%/or51132_qam.fw
|
||||
|
|
Loading…
Add table
Reference in a new issue