summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-02-02 13:53:52 +0000
committerSamuli Suominen <drac@gentoo.org>2008-02-02 13:53:52 +0000
commit4504773f5cc515f26d438045bcfcd35be68a47e7 (patch)
tree1b50e2dcaaa045d64b08a78306f0422a4c8dd3d7 /media-libs
parentunused versions (diff)
downloadgentoo-2-4504773f5cc515f26d438045bcfcd35be68a47e7.tar.gz
gentoo-2-4504773f5cc515f26d438045bcfcd35be68a47e7.tar.bz2
gentoo-2-4504773f5cc515f26d438045bcfcd35be68a47e7.zip
unused versions.
(Portage version: 2.1.4.1)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gst-plugins-good/ChangeLog9
-rw-r--r--media-libs/gst-plugins-good/gst-plugins-good-0.10.2.ebuild64
-rw-r--r--media-libs/gst-plugins-good/gst-plugins-good-0.10.3.ebuild65
-rw-r--r--media-libs/gst-plugins-good/gst-plugins-good-0.10.4.ebuild65
-rw-r--r--media-libs/gst-plugins-good/gst-plugins-good-0.10.5.ebuild65
5 files changed, 7 insertions, 261 deletions
diff --git a/media-libs/gst-plugins-good/ChangeLog b/media-libs/gst-plugins-good/ChangeLog
index 74aa6c85a0ad..55b52c67ece9 100644
--- a/media-libs/gst-plugins-good/ChangeLog
+++ b/media-libs/gst-plugins-good/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/gst-plugins-good
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.44 2007/11/01 13:57:27 armin76 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.45 2008/02/02 13:53:52 drac Exp $
+
+ 02 Feb 2008; Samuli Suominen <drac@gentoo.org>
+ -gst-plugins-good-0.10.2.ebuild, -gst-plugins-good-0.10.3.ebuild,
+ -gst-plugins-good-0.10.4.ebuild, -gst-plugins-good-0.10.5.ebuild:
+ Remove unused versions.
01 Nov 2007; Raúl Porcel <armin76@gentoo.org>
gst-plugins-good-0.10.6.ebuild:
diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.2.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.2.ebuild
deleted file mode 100644
index 0e992bf95382..000000000000
--- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.2.ebuild,v 1.10 2007/07/12 03:10:24 mr_bones_ Exp $
-
-# order is important, gnome2 after gst-plugins
-inherit gst-plugins-good gst-plugins10 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="alpha ~amd64 ~ppc ppc64 ~sparc ~x86"
-
-RDEPEND=">=media-libs/gst-plugins-base-0.10.3
- >=dev-libs/liboil-0.3.3"
-
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.11.5
- >=dev-util/pkgconfig-0.9"
-
-# overrides the eclass
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- elibtoolize
-
- # gst doesnt handle optimisations well
- strip-flags
- replace-flags "-O3" "-O2"
- filter-flags "-fprefetch-loop-arrays" # see bug 22249
- if use alpha || use amd64 || use ia64 || use hppa; then
- append-flags -fPIC
- fi
-
- gst-plugins-good_src_configure
-
- emake || die
-}
-
-# override eclass
-src_install() {
- gnome2_src_install
-}
-
-DOCS="AUTHORS INSTALL README RELEASE TODO"
-
-pkg_postinst () {
- gnome2_pkg_postinst
-
- echo ""
- 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-good/gst-plugins-good-0.10.3.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.3.ebuild
deleted file mode 100644
index ecc0bdd0e5b7..000000000000
--- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.3.ebuild,v 1.14 2007/04/30 23:04:07 genone Exp $
-
-# order is important, gnome2 after gst-plugins
-inherit gst-plugins-good gst-plugins10 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="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
-
-RDEPEND=">=media-libs/gst-plugins-base-0.10.6
- >=media-libs/gstreamer-0.10.5
- >=dev-libs/liboil-0.3.6"
-
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.11.5
- >=dev-util/pkgconfig-0.9"
-
-# overrides the eclass
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- elibtoolize
-
- # gst doesnt handle optimisations well
- strip-flags
- replace-flags "-O3" "-O2"
- filter-flags "-fprefetch-loop-arrays" # see bug 22249
- if use alpha || use amd64 || use ia64 || use hppa; then
- append-flags -fPIC
- fi
-
- gst-plugins-good_src_configure
-
- emake || die
-}
-
-# override eclass
-src_install() {
- gnome2_src_install
-}
-
-DOCS="AUTHORS INSTALL README RELEASE TODO"
-
-pkg_postinst () {
- gnome2_pkg_postinst
-
- echo ""
- 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-good/gst-plugins-good-0.10.4.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.4.ebuild
deleted file mode 100644
index e88baea646fd..000000000000
--- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.4.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.4.ebuild,v 1.10 2007/06/28 15:22:25 josejx Exp $
-
-# order is important, gnome2 after gst-plugins
-inherit gst-plugins-good gst-plugins10 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="~alpha amd64 arm hppa ~ia64 ppc ppc64 sh sparc x86"
-
-RDEPEND=">=media-libs/gst-plugins-base-0.10.10
- >=media-libs/gstreamer-0.10.8
- >=dev-libs/liboil-0.3.6"
-
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.11.5
- >=dev-util/pkgconfig-0.9"
-
-# overrides the eclass
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- elibtoolize
-
- # gst doesnt handle optimisations well
- strip-flags
- replace-flags "-O3" "-O2"
- filter-flags "-fprefetch-loop-arrays" # see bug 22249
- if use alpha || use amd64 || use ia64 || use hppa; then
- append-flags -fPIC
- fi
-
- gst-plugins-good_src_configure
-
- emake || die
-}
-
-# override eclass
-src_install() {
- gnome2_src_install
-}
-
-DOCS="AUTHORS INSTALL README RELEASE TODO"
-
-pkg_postinst () {
- gnome2_pkg_postinst
-
- echo ""
- 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-good/gst-plugins-good-0.10.5.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.5.ebuild
deleted file mode 100644
index 427c0018d4bc..000000000000
--- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.5.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.5.ebuild,v 1.4 2007/07/26 13:59:58 gustavoz Exp $
-
-# order is important, gnome2 after gst-plugins
-inherit gst-plugins-good gst-plugins10 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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh sparc ~x86 ~x86-fbsd"
-
-RDEPEND=">=media-libs/gst-plugins-base-0.10.10.1
- >=media-libs/gstreamer-0.10.10
- >=dev-libs/liboil-0.3.6"
-
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.11.5
- >=dev-util/pkgconfig-0.9"
-
-# overrides the eclass
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- elibtoolize
-
- # gst doesnt handle optimisations well
- strip-flags
- replace-flags "-O3" "-O2"
- filter-flags "-fprefetch-loop-arrays" # see bug 22249
- if use alpha || use amd64 || use ia64 || use hppa; then
- append-flags -fPIC
- fi
-
- gst-plugins-good_src_configure
-
- emake || die
-}
-
-# override eclass
-src_install() {
- gnome2_src_install
-}
-
-DOCS="AUTHORS INSTALL README RELEASE TODO"
-
-pkg_postinst () {
- gnome2_pkg_postinst
-
- echo ""
- 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
-}