| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 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/gst-plugins-ugly.eclass,v 1.7 2006/09/01 16:46:28 zaheerm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.8 2006/09/14 21:16:37 zaheerm Exp $ |
| 4 | |
4 | |
| 5 | # Author : foser <foser@gentoo.org> |
5 | # Author : foser <foser@gentoo.org> |
| 6 | |
6 | |
| 7 | # gst-plugins-ugly eclass |
7 | # gst-plugins-ugly eclass |
| 8 | # |
8 | # |
| … | |
… | |
| 62 | for plugin in ${GST_PLUGINS_BUILD}; do |
62 | for plugin in ${GST_PLUGINS_BUILD}; do |
| 63 | gst_conf="${gst_conf} --enable-${plugin} " |
63 | gst_conf="${gst_conf} --enable-${plugin} " |
| 64 | done |
64 | done |
| 65 | |
65 | |
| 66 | cd ${S} |
66 | cd ${S} |
| 67 | econf ${@} ${gst_conf} || die "./configure failure" |
67 | econf ${@} --with-package-name="Gentoo GStreamer Ebuild" --with-package-origin="http://www.gentoo.org" ${gst_conf} || die "./configure failure" |
| 68 | |
68 | |
| 69 | } |
69 | } |
| 70 | |
70 | |
| 71 | ### |
71 | ### |
| 72 | # public inheritable functions |
72 | # public inheritable functions |