summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bressler <ruben.bressler@cerpamid.co.cu>2010-08-02 14:26:20 -0400
committerRuben Bressler <ruben.bressler@cerpamid.co.cu>2010-08-02 14:26:20 -0400
commit31ffd26e49fd9f7477bae81ed2c5031c3958776a (patch)
tree5b8d56638bbf1899b9e50f156c1d753475a63512
parent20100802 - Cambio automático (diff)
downloadrubenqba-31ffd26e49fd9f7477bae81ed2c5031c3958776a.tar.gz
rubenqba-31ffd26e49fd9f7477bae81ed2c5031c3958776a.tar.bz2
rubenqba-31ffd26e49fd9f7477bae81ed2c5031c3958776a.zip
20100802 - Cambio automático
-rw-r--r--gnome-extra/gnome-media/gnome-media-2.31.5.ebuild73
1 files changed, 0 insertions, 73 deletions
diff --git a/gnome-extra/gnome-media/gnome-media-2.31.5.ebuild b/gnome-extra/gnome-media/gnome-media-2.31.5.ebuild
deleted file mode 100644
index 64fa58b..0000000
--- a/gnome-extra/gnome-media/gnome-media-2.31.5.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-media/gnome-media-2.30.0-r1.ebuild,v 1.1 2010/06/13 19:14:28 pacho Exp $
-
-EAPI="2"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2 autotools
-
-DESCRIPTION="Multimedia related programs for the GNOME desktop"
-HOMEPAGE="http://ronald.bitfreak.net/gnome-media.php"
-
-LICENSE="LGPL-2 GPL-2 FDL-1.1"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="pulseaudio"
-
-RDEPEND=">=dev-libs/glib-2.18.2:2
- x11-libs/gtk+:3
- >=gnome-base/libglade-2
- >=gnome-base/gconf-2.6.1
- >=gnome-base/gnome-control-center-2.31.5
- >=media-libs/gstreamer-0.10.23
- >=media-libs/gst-plugins-base-0.10.23
- >=media-libs/gst-plugins-good-0.10
- dev-libs/libunique:3
-
- pulseaudio? ( >=media-sound/pulseaudio-0.9.15 )
- >=media-libs/libcanberra-0.13[gtk3]
- dev-libs/libxml2
- >=media-libs/gst-plugins-base-0.10.23:0.10
- >=media-plugins/gst-plugins-meta-0.10-r2:0.10
- >=media-plugins/gst-plugins-gconf-0.10.1"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- >=app-text/scrollkeeper-0.3.11
- >=app-text/gnome-doc-utils-0.3.2
- >=dev-util/intltool-0.35.0"
-
-DOCS="AUTHORS ChangeLog* NEWS MAINTAINERS README"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-static
- --disable-scrollkeeper
- --disable-schemas-install
- --enable-gstprops
- --enable-grecord
- --enable-profiles
- $(use_enable pulseaudio)
- $(use_enable !pulseaudio gstmix)"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Use libunique:3
- epatch "${FILESDIR}"/${P}-use-libunique-3.patch
-
- eautoreconf
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- ewarn
- ewarn "If you cannot play some music format, please check your"
- ewarn "USE flags on media-plugins/gst-plugins-meta"
- ewarn
- if use pulseaudio; then
- ewarn "You have enabled pulseaudio support, gstmixer will not be built"
- ewarn "If you do not use pulseaudio, you do not want this"
- fi
-}