summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-22 06:37:05 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-22 06:37:05 +0000
commit83c1e99cd852d9e3b28311e802afea1e7f22a7c6 (patch)
tree4c2db0aa2d95a68e654ba8175c0268f979fc660f /media-libs/gst-plugins
parentia64 stable (diff)
downloadgentoo-2-83c1e99cd852d9e3b28311e802afea1e7f22a7c6.tar.gz
gentoo-2-83c1e99cd852d9e3b28311e802afea1e7f22a7c6.tar.bz2
gentoo-2-83c1e99cd852d9e3b28311e802afea1e7f22a7c6.zip
arm/ia64 stable
(Portage version: 2.0.51-r14)
Diffstat (limited to 'media-libs/gst-plugins')
-rw-r--r--media-libs/gst-plugins/gst-plugins-0.8.5-r1.ebuild12
-rw-r--r--media-libs/gst-plugins/gst-plugins-0.8.7.ebuild8
2 files changed, 10 insertions, 10 deletions
diff --git a/media-libs/gst-plugins/gst-plugins-0.8.5-r1.ebuild b/media-libs/gst-plugins/gst-plugins-0.8.5-r1.ebuild
index e458b89ceab8..3398958738d7 100644
--- a/media-libs/gst-plugins/gst-plugins-0.8.5-r1.ebuild
+++ b/media-libs/gst-plugins/gst-plugins-0.8.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.8.5-r1.ebuild,v 1.8 2004/12/23 20:26:28 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.8.5-r1.ebuild,v 1.9 2005/01/22 06:37:05 vapier Exp $
# order is important, gnome2 after gst-plugins
inherit gst-plugins gnome2 eutils flag-o-matic libtool
@@ -8,9 +8,9 @@ inherit gst-plugins gnome2 eutils flag-o-matic libtool
DESCRIPTION="Basepack of plugins for gstreamer"
HOMEPAGE="http://gstreamer.net/"
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc alpha hppa amd64 ~ia64 ~mips ~arm ~ppc64"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ~mips arm ~ppc64"
IUSE="esd alsa oss"
RDEPEND=">=media-libs/gstreamer-0.8.5
@@ -63,9 +63,9 @@ src_install() {
}
-DOCS="AUTHORS COPYING INSTALL README RELEASE TODO"
+DOCS="AUTHORS INSTALL README RELEASE TODO"
-pkg_postinst () {
+pkg_postinst() {
gnome2_pkg_postinst
gst-plugins_pkg_postinst
diff --git a/media-libs/gst-plugins/gst-plugins-0.8.7.ebuild b/media-libs/gst-plugins/gst-plugins-0.8.7.ebuild
index 33aa575e96d1..b07cc7085a72 100644
--- a/media-libs/gst-plugins/gst-plugins-0.8.7.ebuild
+++ b/media-libs/gst-plugins/gst-plugins-0.8.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.8.7.ebuild,v 1.1 2005/01/05 22:59:17 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins/gst-plugins-0.8.7.ebuild,v 1.2 2005/01/22 06:37:05 vapier Exp $
# order is important, gnome2 after gst-plugins
inherit gst-plugins gnome2 eutils flag-o-matic libtool
@@ -8,8 +8,8 @@ inherit gst-plugins gnome2 eutils flag-o-matic libtool
DESCRIPTION="Basepack of plugins for gstreamer"
HOMEPAGE="http://gstreamer.net/"
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 ~mips ~arm ~ppc64"
IUSE="esd alsa oss"
@@ -53,13 +53,13 @@ src_compile() {
}
# override eclass
-src_install() {
+src_instal() {
gnome2_src_install
}
-DOCS="AUTHORS COPYING INSTALL README RELEASE TODO"
+DOCS="AUTHORS INSTALL README RELEASE TODO"
pkg_postinst () {