summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2011-04-13 18:47:14 +0200
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2011-04-13 18:47:14 +0200
commit9252ba2652968253cb25f74f557d2bbb33cf0bdf (patch)
tree8ad06b8c99e5d38b95d64a448bb0031315f775c1 /media-libs
parenttweak (diff)
downloadkeruspe-9252ba2652968253cb25f74f557d2bbb33cf0bdf.tar.gz
keruspe-9252ba2652968253cb25f74f557d2bbb33cf0bdf.tar.bz2
keruspe-9252ba2652968253cb25f74f557d2bbb33cf0bdf.zip
in tree
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gst-plugins-bad/Manifest2
-rw-r--r--media-libs/gst-plugins-bad/gst-plugins-bad-0.10.21.ebuild49
2 files changed, 0 insertions, 51 deletions
diff --git a/media-libs/gst-plugins-bad/Manifest b/media-libs/gst-plugins-bad/Manifest
deleted file mode 100644
index 4174cb24..00000000
--- a/media-libs/gst-plugins-bad/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD gst-plugins-bad-0.10.21.ebuild 1061 RMD160 94790c6a3dbd82641dadb6b990c8e85cf7b3463f SHA1 b9e8bd40cd79f9b616229a15058fb53835317b0d SHA256 5b8c568abe01075c0b27ebf4e76f53ba4adea7774ecf1232592540ab894a3c92
-DIST gst-plugins-bad-0.10.21.tar.bz2 3429224 RMD160 b12f7a26fdbef06a1914d9a4192d2114855f41a1 SHA1 5bc4e5a1edff4bf22cbabc32cb87dc055b55c65a SHA256 422badacbda37ac33cb446c6751dabcd0b223c308dbb01024a34ded682fa47e3
diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.21.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.21.ebuild
deleted file mode 100644
index 6b58cf59..00000000
--- a/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.21.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit gst-plugins-bad gnome2 eutils flag-o-matic libtool
-
-DESCRIPTION="Less plugins for GStreamer"
-HOMEPAGE="http://gstreamer.freedesktop.org/"
-SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=media-libs/gst-plugins-base-0.10.29
- >=media-libs/gstreamer-0.10.29
- >=dev-libs/glib-2.16
- !<media-plugins/gst-plugins-farsight-0.12.11"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-# Avoid --enable-bad passing by the eclass blindly
-GST_PLUGINS_BUILD=""
-
-src_compile() {
- strip-flags
- replace-flags "-O3" "-O2"
- filter-flags "-fprefetch-loop-arrays" # (Bug #22249)
-
- gst-plugins-bad_src_configure
-
- emake || die "emake failed."
-}
-
-src_install() {
- gnome2_src_install
-}
-
-DOCS="AUTHORS ChangeLog NEWS README RELEASE"
-
-pkg_postinst() {
- gnome2_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
-}