mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 1.0.7 [1]
- Remove useless EXTRACT_ONLY [2] - Reformat pkg-descr [2] - Add missing LICENSE [2] PR: ports/160665 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) [1] Approved by: Jason Harmening <jason.harmening@gmail.com> (maintainer) [2]
This commit is contained in:
parent
035998ce4a
commit
9047af682b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281721
@ -6,15 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= libtuner
|
||||
PORTVERSION= 1.0.6
|
||||
PORTVERSION= 1.0.7
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ftp://corona.homeunix.net/ports/libtuner/
|
||||
EXTRACT_ONLY= libtuner-${PORTVERSION}.tar.gz
|
||||
|
||||
MAINTAINER= jason.harmening@gmail.com
|
||||
COMMENT= Userspace drivers for various TV/radio tuner ICs
|
||||
|
||||
MAKE_ARGS+= LIBTUNER_MAJOR=1 LIBTUNER_MINOR=0 LIBTUNER_REV=6 INSTALLDIR=${PREFIX}
|
||||
LICENSE= BSD
|
||||
|
||||
MAKE_ARGS+= LIBTUNER_MAJOR=1 LIBTUNER_MINOR=0 LIBTUNER_REV=7 INSTALLDIR=${PREFIX}
|
||||
USE_LDCONFIG= ${PREFIX}/lib/libtuner
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libtuner-1.0.6.tar.gz) = 692965302f0f0cf39375865bf4e2a2717f85780adc9e62a1c43bba9c41cfb3a0
|
||||
SIZE (libtuner-1.0.6.tar.gz) = 64753
|
||||
SHA256 (libtuner-1.0.7.tar.gz) = c61ee9ff3e7ce861fc0e998cbe71a12f827ecd9c47e6aaf87e274dddcf75aae2
|
||||
SIZE (libtuner-1.0.7.tar.gz) = 64496
|
||||
|
@ -1,5 +1,4 @@
|
||||
libtuner provides userspace drivers and support routines for
|
||||
a variety of TV and radio tuner ICs. These ICs are usually
|
||||
attached to a peripheral bus (such as an I2C bus) embedded
|
||||
on a tuner card, and "stub" device nodes for the ICs will
|
||||
be exported by a card-specific driver.
|
||||
libtuner provides userspace drivers and support routines for a variety of TV
|
||||
and radio tuner ICs. These ICs are usually attached to a peripheral bus (such
|
||||
as an I2C bus) embedded on a tuner card, and "stub" device nodes for the ICs
|
||||
will be exported by a card-specific driver.
|
||||
|
@ -1,8 +1,5 @@
|
||||
@comment $FreeBSD$
|
||||
lib/libtuner/libtuner.so
|
||||
lib/libtuner/libtuner.so.1
|
||||
lib/libtuner/libtuner.so.1.0
|
||||
lib/libtuner/libtuner.so.1.0.6
|
||||
include/libtuner/avb_driver.h
|
||||
include/libtuner/cx22702.h
|
||||
include/libtuner/cx24227.h
|
||||
|
Loading…
Reference in New Issue
Block a user