summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2013-04-03 12:42:15 +0000
committerRichard Freeman <rich0@gentoo.org>2013-04-03 12:42:15 +0000
commit23ec7f4d1a5a51d72f43ad91cee3938218eae95b (patch)
tree3852ea9dfe48824f0b828e5df63c809c33e26fbc /media-plugins/mythplugins
parentBump xml to 1.3.13 (diff)
downloadgentoo-2-23ec7f4d1a5a51d72f43ad91cee3938218eae95b.tar.gz
gentoo-2-23ec7f4d1a5a51d72f43ad91cee3938218eae95b.tar.bz2
gentoo-2-23ec7f4d1a5a51d72f43ad91cee3938218eae95b.zip
Add zoneminder support to latest version.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
Diffstat (limited to 'media-plugins/mythplugins')
-rw-r--r--media-plugins/mythplugins/ChangeLog6
-rw-r--r--media-plugins/mythplugins/metadata.xml1
-rw-r--r--media-plugins/mythplugins/mythplugins-0.26.0_p20130322.ebuild6
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 <rich0@gentoo.org>
+ 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 @@
<flag name='mythnetvision'>Adds the ability to view netvision devices within MythTV</flag>
<flag name='mythnews'>Adds a news viewer within MythTV</flag>
<flag name='mythweather'>Adds weather information within MythTV</flag>
+ <flag name='mythzoneminder'>Adds support for zoneminder (requires a server with the appropriate mythtv daemon somewhere on the network).</flag>
</use>
</pkgmetadata>
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) \