| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2011 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/vdr-plugin.eclass,v 1.75 2011/10/24 19:54:51 hd_brummy Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.77 2011/12/31 01:01:56 hd_brummy Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: |
5 | # Author: |
| 6 | # Matthias Schwarzott <zzam@gentoo.org> |
6 | # Matthias Schwarzott <zzam@gentoo.org> |
| 7 | # Joerg Bornkessel <hd_brummy@gentoo.org> |
7 | # Joerg Bornkessel <hd_brummy@gentoo.org> |
| 8 | |
8 | |
| … | |
… | |
| 263 | plugin_has_gettext() { |
263 | plugin_has_gettext() { |
| 264 | [[ -d po ]] |
264 | [[ -d po ]] |
| 265 | } |
265 | } |
| 266 | |
266 | |
| 267 | vdr_i18n_convert_to_gettext() { |
267 | vdr_i18n_convert_to_gettext() { |
|
|
268 | if has_version ">=media-video/vdr-1.7.22"; then |
|
|
269 | local i18n_tool="${ROOT}/usr/share/vdr/bin/i18n-to-gettext" |
|
|
270 | else |
| 268 | local i18n_tool="${ROOT}/usr/share/vdr/bin/i18n-to-gettext.pl" |
271 | local i18n_tool="${ROOT}/usr/share/vdr/bin/i18n-to-gettext.pl" |
|
|
272 | fi |
| 269 | |
273 | |
| 270 | if [[ ${NO_GETTEXT_HACK} == "1" ]]; then |
274 | if [[ ${NO_GETTEXT_HACK} == "1" ]]; then |
| 271 | ewarn "Conversion to gettext disabled in ebuild" |
275 | ewarn "Conversion to gettext disabled in ebuild" |
| 272 | return 1 |
276 | return 1 |
| 273 | fi |
277 | fi |