diff options
author | Mart Raudsepp <leio@gentoo.org> | 2011-05-04 02:04:59 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2011-05-04 02:04:59 +0000 |
commit | c57940bdd0bc823bfa2023cabbb5510578929fb4 (patch) | |
tree | b9956f96a8e84c797111ff5b9950267206698207 /media-libs | |
parent | Remove old (diff) | |
download | gentoo-2-c57940bdd0bc823bfa2023cabbb5510578929fb4.tar.gz gentoo-2-c57940bdd0bc823bfa2023cabbb5510578929fb4.tar.bz2 gentoo-2-c57940bdd0bc823bfa2023cabbb5510578929fb4.zip |
Also install ChangeLog and NEWS docs. Remove old
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gst-plugins-ugly/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.13.ebuild | 58 | ||||
-rw-r--r-- | media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild | 4 |
3 files changed, 7 insertions, 61 deletions
diff --git a/media-libs/gst-plugins-ugly/ChangeLog b/media-libs/gst-plugins-ugly/ChangeLog index 2b29f603c3aa..8e7c1c4c9890 100644 --- a/media-libs/gst-plugins-ugly/ChangeLog +++ b/media-libs/gst-plugins-ugly/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/gst-plugins-ugly # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.81 2011/03/29 19:29:37 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.82 2011/05/04 02:04:59 leio Exp $ + + 04 May 2011; Mart Raudsepp <leio@gentoo.org> + -gst-plugins-ugly-0.10.13.ebuild, gst-plugins-ugly-0.10.17.ebuild: + Also install ChangeLog and NEWS docs. Remove old 29 Mar 2011; Mart Raudsepp <leio@gentoo.org> gst-plugins-ugly-0.10.17.ebuild: Add ~mips keyword diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.13.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.13.ebuild deleted file mode 100644 index 3a3833e9aff0..000000000000 --- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.13.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.13.ebuild,v 1.7 2010/08/05 20:05:29 ssuominen Exp $ - -# order is important, gnome2 after gst-plugins -inherit gst-plugins-ugly gst-plugins10 gnome2 eutils flag-o-matic libtool - -DESCRIPTION="Basepack of plugins for gstreamer" -HOMEPAGE="http://gstreamer.sourceforge.net" -SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/gst-plugins-base-0.10.25 - >=media-libs/gstreamer-0.10.25 - >=dev-libs/liboil-0.3.8 - >=dev-libs/glib-2.12" -DEPEND="${RDEPEND} - >=sys-devel/gettext-0.11.5 - dev-util/pkgconfig - !<media-libs/gst-plugins-bad-0.10.13" - -GST_PLUGINS_BUILD="" - -src_compile() { - # gst doesnt handle optimisations well - strip-flags - replace-flags "-O3" "-O2" - filter-flags "-fprefetch-loop-arrays" # see bug 22249 - - gst-plugins-ugly_src_configure - - emake || die "emake failed." -} - -# override eclass -src_install() { - gnome2_src_install -} - -DOCS="AUTHORS README RELEASE" - -pkg_postinst () { - gnome2_pkg_postinst - - elog "The Gstreamer plugins setup has changed quite a bit on Gentoo," - elog "applications now should provide the basic plugins needed." - elog "" - elog "The new seperate plugins are all named 'gst-plugins-<plugin>'." - elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'." - elog "In most cases it shouldn't be needed though to emerge extra plugins." -} - -pkg_postrm() { - gnome2_pkg_postrm -} diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild index fc56737fc781..833855cf9f99 100644 --- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild +++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.2 2011/03/29 19:29:37 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.17.ebuild,v 1.3 2011/05/04 02:04:59 leio Exp $ # order is important, gnome2 after gst-plugins inherit gst-plugins-ugly gst-plugins10 gnome2 eutils flag-o-matic libtool @@ -39,7 +39,7 @@ src_install() { gnome2_src_install } -DOCS="AUTHORS README RELEASE" +DOCS="AUTHORS ChangeLog NEWS README RELEASE" pkg_postinst () { gnome2_pkg_postinst |