Add libzvbi, routines to access raw VBI capture devices
PR: 48809 Approved by: alex (mentor)
This commit is contained in:
parent
e75cf91623
commit
813226c98e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81039
@ -348,6 +348,7 @@
|
||||
SUBDIR += libvanessa_socket
|
||||
SUBDIR += libvc
|
||||
SUBDIR += libxalloc
|
||||
SUBDIR += libzvbi
|
||||
SUBDIR += lightning
|
||||
SUBDIR += lincvs
|
||||
SUBDIR += linguist
|
||||
|
36
devel/libzvbi/Makefile
Normal file
36
devel/libzvbi/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: libzvbi
|
||||
# Date created: 15 May 2003
|
||||
# Whom: Oliver Lehmann <oliver@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libzvbi
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= zapping
|
||||
DISTNAME= ${PORTNAME:S/lib//}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= oliver@freebsd.org
|
||||
COMMENT= Routines to access raw VBI capture devices
|
||||
|
||||
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
|
||||
intl.4:${PORTSDIR}/devel/gettext
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE}/include \
|
||||
--with-libintl-prefix=${LOCALBASE}/include
|
||||
|
||||
CONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -L/usr/lib"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
devel/libzvbi/distinfo
Normal file
1
devel/libzvbi/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (zvbi-0.2.4.tar.bz2) = 1eb3698c3ff792646b3f79923f12b865
|
6
devel/libzvbi/pkg-descr
Normal file
6
devel/libzvbi/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Routines to access raw VBI capture devices (currently the V4L and
|
||||
V4L2 API, and the *BSD bktr driver are supported), a versatile VBI
|
||||
bit slicer, decoders for various data services and basic search,
|
||||
render and export functions for Closed Caption and Teletext pages.
|
||||
|
||||
WWW: http://zapping.sourceforge.net/doc/libzvbi/
|
11
devel/libzvbi/pkg-plist
Normal file
11
devel/libzvbi/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
include/libzvbi.h
|
||||
lib/libzvbi.a
|
||||
lib/libzvbi.la
|
||||
lib/libzvbi.so.1
|
||||
share/locale/de/LC_MESSAGES/zvbi.mo
|
||||
share/locale/en@boldquot/LC_MESSAGES/zvbi.mo
|
||||
share/locale/en@quot/LC_MESSAGES/zvbi.mo
|
||||
share/locale/es/LC_MESSAGES/zvbi.mo
|
||||
share/locale/fr/LC_MESSAGES/zvbi.mo
|
||||
share/locale/it/LC_MESSAGES/zvbi.mo
|
||||
share/locale/nl/LC_MESSAGES/zvbi.mo
|
Loading…
Reference in New Issue
Block a user