mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
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. PR: 127668 Submitted by: Jason Harmening <jason dot harmening at gmail dot com>
This commit is contained in:
parent
95517590bd
commit
e9a418c64f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221080
@ -124,6 +124,7 @@
|
||||
SUBDIR += libquicktime
|
||||
SUBDIR += libspiff
|
||||
SUBDIR += libtheora
|
||||
SUBDIR += libtuner
|
||||
SUBDIR += libxine
|
||||
SUBDIR += linux-divx4linux
|
||||
SUBDIR += linux-divx4linux4
|
||||
|
20
multimedia/libtuner/Makefile
Normal file
20
multimedia/libtuner/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: libtuner
|
||||
# Date created: 7 September 2008
|
||||
# Whom: jah
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libtuner
|
||||
PORTVERSION= 1.0.1
|
||||
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=1 INSTALLDIR=${PREFIX}
|
||||
USE_LDCONFIG= ${PREFIX}/lib/libtuner
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/libtuner/distinfo
Normal file
3
multimedia/libtuner/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (libtuner-1.0.1.tar.gz) = 39ca0ddc39bddfe30fd4065cf9526c83
|
||||
SHA256 (libtuner-1.0.1.tar.gz) = c40e20e1df1c65bc75cffec30525dec7768feaaa767123f2990ac41aa9d663ae
|
||||
SIZE (libtuner-1.0.1.tar.gz) = 14987
|
5
multimedia/libtuner/pkg-descr
Normal file
5
multimedia/libtuner/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
23
multimedia/libtuner/pkg-plist
Normal file
23
multimedia/libtuner/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
||||
lib/libtuner/libtuner.so
|
||||
lib/libtuner/libtuner.so.1
|
||||
lib/libtuner/libtuner.so.1.0
|
||||
lib/libtuner/libtuner.so.1.0.1
|
||||
include/libtuner/avb_driver.h
|
||||
include/libtuner/cx22702.h
|
||||
include/libtuner/dtt75105.h
|
||||
include/libtuner/dtt7579.h
|
||||
include/libtuner/dtt7612.h
|
||||
include/libtuner/dvb_driver.h
|
||||
include/libtuner/fmd1216me.h
|
||||
include/libtuner/lg3303.h
|
||||
include/libtuner/lgh064f.h
|
||||
include/libtuner/or51132.h
|
||||
include/libtuner/pll_driver.h
|
||||
include/libtuner/tda9887.h
|
||||
include/libtuner/tuner_config.h
|
||||
include/libtuner/tuner_device.h
|
||||
include/libtuner/tuner_devnode_device.h
|
||||
include/libtuner/tuner_driver.h
|
||||
include/libtuner/tuner_firmware.h
|
||||
@dirrm lib/libtuner
|
||||
@dirrm include/libtuner
|
Loading…
x
Reference in New Issue
Block a user