hd_brummy    15/01/20 11:40:00

  Added:                ChangeLog metadata.xml vdr-satip-1.0.2.ebuild
  Log:
  initial commit, get from overlay vdr-devel
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  Changes    Path
1.1                  media-plugins/vdr-satip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-satip/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-satip/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for media-plugins/vdr-satip
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-satip/ChangeLog,v 1.1 
2015/01/20 11:40:00 hd_brummy Exp $

*vdr-satip-1.0.2 (20 Jan 2015)

  20 Jan 2015; Joerg Bornkessel <hd_bru...@gentoo.org> +vdr-satip-1.0.2.ebuild,
  +metadata.xml:
  initial commit, get from overlay vdr-devel




1.1                  media-plugins/vdr-satip/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-satip/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-satip/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
<herd>media-tv</herd>
<maintainer>
<email>v...@gentoo.org</email>
<name>Gentoo VDR Project</name>
</maintainer>
</pkgmetadata>




1.1                  media-plugins/vdr-satip/vdr-satip-1.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-satip/vdr-satip-1.0.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-satip/vdr-satip-1.0.2.ebuild?rev=1.1&content-type=text/plain

Index: vdr-satip-1.0.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-satip/vdr-satip-1.0.2.ebuild,v 1.1 
2015/01/20 11:40:00 hd_brummy Exp $

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
}




Reply via email to