Add support for MythTV 0.21's new plugins
authorDoug Goldstein <cardoe@gentoo.org>
Thu, 19 Apr 2007 23:00:39 +0000 (23:00 +0000)
committerDoug Goldstein <cardoe@gentoo.org>
Thu, 19 Apr 2007 23:00:39 +0000 (23:00 +0000)
eclass/mythtv-plugins.eclass

index ed8a7130cce4b7b7b43882f6851a73783b3caffc..2ea2ecef9642fda77c21bfb897933dd698968cbf 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.19 2006/10/14 20:27:21 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.20 2007/04/19 23:00:39 cardoe Exp $
 #
 # Author: Doug Goldstein <cardoe@gentoo.org>
 #
@@ -31,6 +31,10 @@ mythtv-plugins_pkg_setup() {
        if version_is_at_least "0.20" ; then
                MYTHPLUGINS="${MYTHPLUGINS} mytharchive"
        fi
+
+       if version_is_at_least "0.21" ; then
+               MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder"
+       fi
 }
 
 mythtv-plugins_src_unpack() {