| 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.27 2007/08/07 19:19:52 cardoe Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mythtv-plugins.eclass,v 1.29 2008/02/20 20:05:23 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 | # |
| … | |
… | |
| 38 | if version_is_at_least "0.20" ; then |
38 | if version_is_at_least "0.20" ; then |
| 39 | MYTHPLUGINS="${MYTHPLUGINS} mytharchive" |
39 | MYTHPLUGINS="${MYTHPLUGINS} mytharchive" |
| 40 | fi |
40 | fi |
| 41 | |
41 | |
| 42 | if version_is_at_least "0.21_pre" ; then |
42 | if version_is_at_least "0.21_pre" ; then |
| 43 | MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies" |
43 | MYTHPLUGINS="${MYTHPLUGINS} mythzoneminder mythmovies mythappearance" |
| 44 | MYTHPLUGINS="${MYTHPLUGINS/mythdvd/}" |
44 | MYTHPLUGINS="${MYTHPLUGINS/mythdvd/}" |
| 45 | fi |
45 | fi |
| 46 | } |
46 | } |
| 47 | |
47 | |
| 48 | mythtv-plugins_src_unpack() { |
48 | mythtv-plugins_src_unpack() { |
| 49 | if [ -n "${SVNREV}" ]; then |
|
|
| 50 | subversion_src_unpack |
49 | subversion_src_unpack |
| 51 | else |
|
|
| 52 | unpack ${A} |
|
|
| 53 | fi |
|
|
| 54 | |
|
|
| 55 | mythtv-plugins_src_unpack_patch |
50 | mythtv-plugins_src_unpack_patch |
| 56 | } |
51 | } |
| 57 | |
52 | |
| 58 | mythtv-plugins_src_unpack_patch() { |
53 | mythtv-plugins_src_unpack_patch() { |
| 59 | cd "${S}" |
54 | cd "${S}" |