From 23ec7f4d1a5a51d72f43ad91cee3938218eae95b Mon Sep 17 00:00:00 2001 From: Richard Freeman Date: Wed, 3 Apr 2013 12:42:15 +0000 Subject: Add zoneminder support to latest version. (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A) --- media-plugins/mythplugins/ChangeLog | 6 +++++- media-plugins/mythplugins/metadata.xml | 1 + media-plugins/mythplugins/mythplugins-0.26.0_p20130322.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/media-plugins/mythplugins/ChangeLog b/media-plugins/mythplugins/ChangeLog index 4e9ea8c331f1..19844af6a4f4 100644 --- a/media-plugins/mythplugins/ChangeLog +++ b/media-plugins/mythplugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/mythplugins # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.12 2013/03/29 20:54:22 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.13 2013/04/03 12:42:15 rich0 Exp $ + + 03 Apr 2013; Richard Freeman + mythplugins-0.26.0_p20130322.ebuild, metadata.xml: + Add zoneminder support to latest version. *mythplugins-0.26.0_p20130322 (29 Mar 2013) diff --git a/media-plugins/mythplugins/metadata.xml b/media-plugins/mythplugins/metadata.xml index a932ae89adc0..26f533cdc9d6 100644 --- a/media-plugins/mythplugins/metadata.xml +++ b/media-plugins/mythplugins/metadata.xml @@ -16,6 +16,7 @@ Adds the ability to view netvision devices within MythTV Adds a news viewer within MythTV Adds weather information within MythTV + Adds support for zoneminder (requires a server with the appropriate mythtv daemon somewhere on the network). diff --git a/media-plugins/mythplugins/mythplugins-0.26.0_p20130322.ebuild b/media-plugins/mythplugins/mythplugins-0.26.0_p20130322.ebuild index 83b7ec24f792..aeef66a76b2a 100644 --- a/media-plugins/mythplugins/mythplugins-0.26.0_p20130322.ebuild +++ b/media-plugins/mythplugins/mythplugins-0.26.0_p20130322.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.26.0_p20130322.ebuild,v 1.1 2013/03/29 20:54:22 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.26.0_p20130322.ebuild,v 1.2 2013/04/03 12:42:15 rich0 Exp $ EAPI=4 @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" MYTHPLUGINS="mytharchive mythbrowser mythgallery mythgame \ -mythmusic mythnetvision mythnews mythweather" +mythmusic mythnetvision mythnews mythweather mythzoneminder" IUSE="${MYTHPLUGINS} cdda cdr exif fftw raw" @@ -108,7 +108,7 @@ src_configure() { --prefix=/usr \ --python=python2 \ --enable-opengl \ - --disable-mythzoneminder \ + $(use_enable mythzoneminder) \ $(use_enable mytharchive) \ $(use_enable mythbrowser) \ $(use_enable mythgallery) \ -- cgit v1.2.3-65-gdbad