| 1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.19 2006/10/14 20:27:21 swegener Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.22 2007/06/28 18:13:15 cardoe Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Doug Goldstein <cardoe@gentoo.org> |
5 | # Author: Doug Goldstein <cardoe@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # Installs MythTV plugins along with patches from the release-${PV}-fixes branch |
7 | # Installs MythTV plugins along with patches from the release-${PV}-fixes branch |
| 8 | # |
8 | # |
| … | |
… | |
| 28 | MYTHPLUGINS="${MYTHPLUGINS} mythgame mythmusic mythnews mythphone" |
28 | MYTHPLUGINS="${MYTHPLUGINS} mythgame mythmusic mythnews mythphone" |
| 29 | MYTHPLUGINS="${MYTHPLUGINS} mythvideo mythweather mythweb" |
29 | MYTHPLUGINS="${MYTHPLUGINS} mythvideo mythweather mythweb" |
| 30 | |
30 | |
| 31 | if version_is_at_least "0.20" ; then |
31 | if version_is_at_least "0.20" ; then |
| 32 | MYTHPLUGINS="${MYTHPLUGINS} mytharchive" |
32 | MYTHPLUGINS="${MYTHPLUGINS} mytharchive" |
|
|
33 | fi |
|
|
34 | |
|
|
35 | if version_is_at_least "0.21_pre" ; then |
|
|
36 | MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies" |
| 33 | fi |
37 | fi |
| 34 | } |
38 | } |
| 35 | |
39 | |
| 36 | mythtv-plugins_src_unpack() { |
40 | mythtv-plugins_src_unpack() { |
| 37 | unpack ${A} |
41 | unpack ${A} |