summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2011-04-12 05:55:30 +0000
committerMart Raudsepp <leio@gentoo.org>2011-04-12 05:55:30 +0000
commit7f16d8c9989f38a7d9066100a150f8879a9d3161 (patch)
treec922a42168fa656ef7773ac46d65a095df78cdb2 /eclass
parentVersion bump. (diff)
downloadhistorical-7f16d8c9989f38a7d9066100a150f8879a9d3161.tar.gz
historical-7f16d8c9989f38a7d9066100a150f8879a9d3161.tar.bz2
historical-7f16d8c9989f38a7d9066100a150f8879a9d3161.zip
Print out the plugin that will be built, as we know that information anyway (the build dir, anyhow)
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gst-plugins10.eclass11
1 files changed, 5 insertions, 6 deletions
diff --git a/eclass/gst-plugins10.eclass b/eclass/gst-plugins10.eclass
index 3107f5229878..311e29c234b5 100644
--- a/eclass/gst-plugins10.eclass
+++ b/eclass/gst-plugins10.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins10.eclass,v 1.3 2010/08/12 10:48:59 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins10.eclass,v 1.4 2011/04/12 05:55:30 leio Exp $
# Author : foser <foser@gentoo.org>
@@ -11,8 +11,8 @@
#
# 3rd party applications using gstreamer now should depend on a set of plugins as
# defined in the source, in case of spider usage obtain recommended plugins to use from
-# Gentoo developers responsible for gstreamer <gnome@gentoo.org>, the application developer
-# or the gstreamer team.
+# Gentoo developers responsible for gstreamer <gstreamer@gentoo.org> or the application
+# developer.
inherit eutils
@@ -52,10 +52,10 @@ gst-plugins10_find_plugin_dir() {
ewarn "No such plugin directory"
die
fi
- einfo "Building system plugin ..."
+ einfo "Building system plugin ${GST_PLUGINS_BUILD_DIR} ..."
cd "${S}"/sys/${GST_PLUGINS_BUILD_DIR}
else
- einfo "Building external plugin ..."
+ einfo "Building external plugin ${GST_PLUGINS_BUILD_DIR} ..."
cd "${S}"/ext/${GST_PLUGINS_BUILD_DIR}
fi
@@ -78,4 +78,3 @@ gst-plugins10_remove_unversioned_binaries() {
done
}
-