diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-plugins/vdr-satip | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-plugins/vdr-satip')
-rw-r--r-- | media-plugins/vdr-satip/Manifest | 2 | ||||
-rw-r--r-- | media-plugins/vdr-satip/files/confd | 25 | ||||
-rw-r--r-- | media-plugins/vdr-satip/metadata.xml | 10 | ||||
-rw-r--r-- | media-plugins/vdr-satip/vdr-satip-1.0.2-r1.ebuild | 31 | ||||
-rw-r--r-- | media-plugins/vdr-satip/vdr-satip-2.2.0.ebuild | 31 |
5 files changed, 99 insertions, 0 deletions
diff --git a/media-plugins/vdr-satip/Manifest b/media-plugins/vdr-satip/Manifest new file mode 100644 index 000000000000..e0e411260dbb --- /dev/null +++ b/media-plugins/vdr-satip/Manifest @@ -0,0 +1,2 @@ +DIST vdr-satip-1.0.2.tgz 59480 SHA256 a7ab27fbd0857301ecc9cbccf4fd0d0000ba2a7ad1710dff3059d2f952f62af2 SHA512 a8630c1ebfbbe74eb7f78d350bd487bf67256d2d01ee05c631351d5a0891fd0ea5dcd1bbf8a2c26be806ee6dfbb1415bf8616914a6bb9a46a3fac213a6c60c94 WHIRLPOOL 2638d0300aa33d347cf53ffd7d4d5436d7b91e5a4cc8e4e1c5ab378d6ec7b9c7b21af488fc2b4ded0ac4a5f2b48cee580c47425e908bc37f240d2fa4ad615622 +DIST vdr-satip-2.2.0.tgz 60496 SHA256 07c9ec9d438965ab09d17b00f32fbc1c28354771745db1fb21a421b5a61d268a SHA512 9a32297c48650ee6ce22aebc0e6f59774a39aba7b1c75942833bba6e65b518c0bc6b50d3deba95fecec34dbfcb092e905a04eade92ce7658f2ca452131e9210e WHIRLPOOL daf054dbccfbacba6768eb917b80914e0f438e92bacfcecad17aeb63207a53c4182fddbaa98519d43850824977f42345e7570efbf6f23a9355ab09f30a614e6a diff --git a/media-plugins/vdr-satip/files/confd b/media-plugins/vdr-satip/files/confd new file mode 100644 index 000000000000..c40b2699eb1e --- /dev/null +++ b/media-plugins/vdr-satip/files/confd @@ -0,0 +1,25 @@ +# /etc/conf.d/vdr.satip: +# $Id$ + +#Configuration: + +#The plugin accepts a "--devices" (-d) command-line parameter defaulting +#to one. This parameter defines how many simultaneous transponders can +#be received, if there are available SAT>IP tuners. + +#The plugin accepts also a "--server" (-s) command-line parameter, that +#can be used to manually configure static SAT>IP servers if autodetection +#via UPnP somehow can't be used. The parameter string is a semicolon +#separated list of "<ipaddress>|<model>|<description>" entries. The model +#consists of a DVB system (DVBS2,DVBT2,DVBT,DVBC) and number of available +#frontends separated by a hyphen: + +#vdr -P 'satip -s <ipaddress>|<model>|<description>;...' +#vdr -P 'satip -s 192.168.0.1|DVBS2-2,DVBT2-2|Octo1' +#vdr -P 'satip -s 192.168.0.1|DVBS2-4|Octo1;192.168.0.2|DVBT2-4|Octo2' + +# no default parameters +# uncomment the next line and add your personal settings, +# depend on the infos from ahead +# +#_EXTRAOPTS"" diff --git a/media-plugins/vdr-satip/metadata.xml b/media-plugins/vdr-satip/metadata.xml new file mode 100644 index 000000000000..5f9f14619db8 --- /dev/null +++ b/media-plugins/vdr-satip/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>media-tv</herd> +<maintainer> +<email>vdr@gentoo.org</email> +<name>Gentoo VDR Project</name> +</maintainer> +</pkgmetadata> + diff --git a/media-plugins/vdr-satip/vdr-satip-1.0.2-r1.ebuild b/media-plugins/vdr-satip/vdr-satip-1.0.2-r1.ebuild new file mode 100644 index 000000000000..c19158b9e766 --- /dev/null +++ b/media-plugins/vdr-satip/vdr-satip-1.0.2-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vdr-plugin-2 + +DESCRIPTION="VDR Plugin: integrates SAT>IP network devices seamlessly into VDR" +HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/satip/" +SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/satip/files/${P}.tgz" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND=">=media-video/vdr-2 + >=net-misc/curl-7.36 + || ( dev-libs/tinyxml + dev-libs/pugixml )" +RDEPEND="${DEPEND}" + +src_prepare() { + vdr-plugin-2_src_prepare + + if has_version "dev-libs/tinyxml" ; then + sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile + #BUILD_PARAMS+=" SATIP_USE_TINYXML = 1 " + fi +} diff --git a/media-plugins/vdr-satip/vdr-satip-2.2.0.ebuild b/media-plugins/vdr-satip/vdr-satip-2.2.0.ebuild new file mode 100644 index 000000000000..8f634997fe28 --- /dev/null +++ b/media-plugins/vdr-satip/vdr-satip-2.2.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vdr-plugin-2 + +DESCRIPTION="VDR Plugin: integrates SAT>IP network devices seamlessly into VDR" +HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/satip/" +SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/satip/files/${P}.tgz" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +DEPEND=">=media-video/vdr-2.2.0 + >=net-misc/curl-7.36 + || ( dev-libs/tinyxml + dev-libs/pugixml )" +RDEPEND="${DEPEND}" + +src_prepare() { + vdr-plugin-2_src_prepare + + if has_version "dev-libs/tinyxml" ; then + sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile + #BUILD_PARAMS+=" SATIP_USE_TINYXML = 1 " + fi +} |