pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip clean-up: remove zvbi



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Tue Jul 5 18:41:22 2022 +0200
Changeset:	65701a6f026f039c5cc467ff3917ebd39f9b5f10

Modified Files:
	Makefile
Removed Files:
	zvbi/DESCR
	zvbi/Makefile
	zvbi/PLIST
	zvbi/TODO
	zvbi/buildlink3.mk
	zvbi/distinfo

Log Message:
wip clean-up: remove zvbi

Last tarball released 2013.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=65701a6f026f039c5cc467ff3917ebd39f9b5f10

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |  1 -
 zvbi/DESCR         | 21 ---------------------
 zvbi/Makefile      | 33 ---------------------------------
 zvbi/PLIST         |  4 ----
 zvbi/TODO          |  2 --
 zvbi/buildlink3.mk | 22 ----------------------
 zvbi/distinfo      |  5 -----
 7 files changed, 88 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 0e043d84ed..d98b37f46d 100644
--- a/Makefile
+++ b/Makefile
@@ -6121,7 +6121,6 @@ SUBDIR+=	zodiac
 SUBDIR+=	zoneminder
 SUBDIR+=	zpaq
 SUBDIR+=	zrepl
-SUBDIR+=	zvbi
 
 ${.CURDIR}/PKGDB:
 	${RM} -f ${.CURDIR}/PKGDB
diff --git a/zvbi/DESCR b/zvbi/DESCR
deleted file mode 100644
index 448d81f137..0000000000
--- a/zvbi/DESCR
+++ /dev/null
@@ -1,21 +0,0 @@
-The vertical blanking interval (VBI) is an interval in a television
-signal that temporarily suspends transmission of the signal for
-the electron gun to move back up to the first line of the television
-screen to trace the next screen field. The vertical blanking interval
-can be used to carry data, since anything sent during the VBI would
-naturally not be displayed; various test signals, closed captioning,
-and other digital data can be sent during this time period.
-
-The zvbi library provides functions to read from Linux V4L, V4L2
-and FreeBSD BKTR raw VBI capture devices, from Linux DVB devices
-and from a VBI proxy to share V4L and V4L2 VBI devices between
-multiple applications.
-
-It can demodulate raw to sliced VBI data in software, with support
-for a wide range of formats, has functions to decode several popular
-services including Teletext and Closed Caption, a Teletext cache
-with search function, various text export and rendering functions.
-
-Basically zvbi offers all functions needed by VBI applications
-except for the user interface. The library was written for the
-Zapping TV viewer http://zapping.sourceforge.net.
diff --git a/zvbi/Makefile b/zvbi/Makefile
deleted file mode 100644
index 41e35c27bc..0000000000
--- a/zvbi/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2012/10/07 20:11:11 asau Exp $
-#
-
-DISTNAME=		zvbi-0.2.16
-CATEGORIES=		multimedia
-MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=zapping/}
-EXTRACT_SUFX=		.tar.bz2
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		http://zapping.sourceforge.net/Zapping/
-COMMENT=		Library for accessing raw VBI sampling devices
-LICENSE=		gnu-gpl-v2 AND gnu-lgpl-v2
-
-USE_PKGLOCALEDIR=	yes
-USE_LIBTOOL=		yes
-PKGCONFIG_OVERRIDE+=	${WRKSRC}/zvbi-0.2.pc.in
-GNU_CONFIGURE=		yes
-TEST_TARGET=		check
-
-SUBST_CLASSES+=		putwchar
-SUBST_STAGE.putwchar=	post-extract
-SUBST_MESSAGE.putwchar=	Renaming conflicting function putwchar.
-SUBST_FILES.putwchar=	test/glyph.c test/unicode.c
-SUBST_SED.putwchar=	-e s/putwchar/my_putwchar/
-
-.include "../../textproc/libunicode/buildlink3.mk"
-.include "../../mk/bsd.prefs.mk"
-.if ${X11_TYPE} == "native"
-.include "../../mk/x11.buildlink3.mk"
-.else
-.include "../../x11/libX11/buildlink3.mk"
-.endif
-.include "../../mk/bsd.pkg.mk"
diff --git a/zvbi/PLIST b/zvbi/PLIST
deleted file mode 100644
index e221288917..0000000000
--- a/zvbi/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/24 23:43:17 thomasklausner Exp $
-include/libzvbi.h
-lib/libzvbi.la
-lib/pkgconfig/zvbi-0.2.pc
diff --git a/zvbi/TODO b/zvbi/TODO
deleted file mode 100644
index 06a390c7ef..0000000000
--- a/zvbi/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-Needs to be tested on hardware -- send success/failure reports
-to pkgsrc-wip-discuss@lists or thomasklausner@users.
diff --git a/zvbi/buildlink3.mk b/zvbi/buildlink3.mk
deleted file mode 100644
index 6578bad17b..0000000000
--- a/zvbi/buildlink3.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.7 2009/06/02 14:39:03 noud4 Exp $
-
-BUILDLINK_TREE+=	zvbi
-
-.if !defined(ZVBI_BUILDLINK3_MK)
-ZVBI_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.zvbi+=	zvbi>=0.2.16
-BUILDLINK_PKGSRCDIR.zvbi?=	../../wip/zvbi
-
-.include "../../textproc/libunicode/buildlink3.mk"
-
-.include "../../mk/bsd.fast.prefs.mk"
-
-.if ${X11_TYPE} == "modular"
-.include "../../x11/libX11/buildlink3.mk"
-.else
-.include "../../mk/x11.buildlink3.mk"
-.endif # X11_TYPE
-.endif # ZVBI_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-zvbi
diff --git a/zvbi/distinfo b/zvbi/distinfo
deleted file mode 100644
index 5f1920dc1f..0000000000
--- a/zvbi/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/07/24 23:43:17 thomasklausner Exp $
-
-RMD160 (zvbi-0.2.16.tar.bz2) = 7974527e6cfc67eeaed066e2f99c9d5fb474d3f0
-SHA512 (zvbi-0.2.16.tar.bz2) = b4b694b467c42dab8535e6dde4ce6832bfa09128b7274c954643204b3712cdaab98050e08d4ae6d274eeda8ef595ff6ae404c519f17610f5559b96d97d7ff999
-Size (zvbi-0.2.16.tar.bz2) = 699343 bytes


Home | Main Index | Thread Index | Old Index