1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
This plugin performs a channel scans for digital terrestrial and digital
cable TV and analog ivtv cards, satellite is also supported.

WWW: http://wirbel.htpc-forum.de/wirbelscan/index2.html
This commit is contained in:
Juergen Lock 2011-04-30 19:09:06 +00:00
parent 551fea4ca8
commit 69f41c8ff4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273379
7 changed files with 92 additions and 0 deletions

View File

@ -350,6 +350,7 @@
SUBDIR += vdr-plugin-streamdev
SUBDIR += vdr-plugin-upnp
SUBDIR += vdr-plugin-vnsiserver
SUBDIR += vdr-plugin-wirbelscan
SUBDIR += vdr-plugin-xineliboutput
SUBDIR += vdr-plugins
SUBDIR += vic

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: vdr-plugin-wirbelscan
# Date created: Sat Apr 30 18:33:49 CEST 2011
# Whom: Juergen Lock <nox@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= vdr-plugin-wirbelscan
PORTVERSION= 0.0.7
CATEGORIES= multimedia
MASTER_SITES= http://wirbel.htpc-forum.de/wirbelscan/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - wirbelscan plugin
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= COPYING README
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${PLUGIN}-${DISTVERSION}
.include "${.CURDIR}/../vdr/Makefile.plugins"
post-patch: post-patch-plugin
${REINPLACE_CMD} -f ${FILESDIR}/types.sed ${WRKSRC}/*.c ${WRKSRC}/*.h
post-install: post-install-pluginlocales
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (vdr/vdr-wirbelscan-0.0.7.tgz) = 42ffc3da1efd2ec6e40e233e4750f9b19ba04aa6e887d9cac960b758e4371dd2
SIZE (vdr/vdr-wirbelscan-0.0.7.tgz) = 149949

View File

@ -0,0 +1,21 @@
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,11 @@ i18n: $(I18Nmsgs) $(I18Npot)
libvdr-$(PLUGIN).so: $(OBJS)
$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@
+ifdef FREEBSD
+ @cp -f $@ $(LIBDIR)/$@.$(APIVERSION)
+else
@cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
+endif
perm:
@chmod 644 *.{c,h,html} COPYING HISTORY README TODO Makefile po/* patches/*
@@ -138,3 +142,6 @@ clean:
clean_code: clean
uncrustify -c ../../../../clean_code/config --replace --no-backup $(UNCRUSTIFY_FILES)
+
+install:
+ ${INSTALL_PROGRAM} $(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION) $(PREFIX)/lib/vdr/libvdr-$(PLUGIN).so.$(APIVERSION)

View File

@ -0,0 +1,5 @@
/^#include <linux\/dvb\/frontend.h>/i\
#include <stdint.h>
s/^#include <linux\/types.h>/#include <stdint.h>/
s/__u8/uint8_t/g
s/__u32/uint32_t/g

View File

@ -0,0 +1,6 @@
http://www.vdr-wiki.de/wiki/index.php/Wirbelscan-plugin
This plugin performs a channel scans for digital terrestrial and digital
cable TV and analog ivtv cards, satellite is also supported.
WWW: http://wirbel.htpc-forum.de/wirbelscan/index2.html

View File

@ -0,0 +1,22 @@
lib/vdr/libvdr-wirbelscan.so.1.7.18
%%NLS%%share/locale/fr_FR/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/sl_SI/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/ru_RU/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/hr_HR/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/nn_NO/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/de_DE/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/tr_TR/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/sv_SE/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/el_GR/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/nl_NL/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/it_IT/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/es_ES/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/fi_FI/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/da_DK/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/hu_HU/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/cs_CZ/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/ca_ES/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/et_EE/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/ro_RO/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/pl_PL/LC_MESSAGES/vdr-wirbelscan.mo
%%NLS%%share/locale/pt_PT/LC_MESSAGES/vdr-wirbelscan.mo