diff options
author | Sven 'sleipnir' Rebhan <odinshorse@googlemail.com> | 2010-02-07 15:27:04 +0000 |
---|---|---|
committer | Sven 'sleipnir' Rebhan <odinshorse@googlemail.com> | 2010-02-07 15:27:04 +0000 |
commit | d9c84b06a8960bb8331c8562cba03288687eeca3 (patch) | |
tree | 2c5b5d85e696e6322967584c9ba03c11e4366183 /media-libs | |
parent | Add elibtoolize to gstreamer as it is required for cross-compilation. (diff) | |
download | embedded-cross-d9c84b06a8960bb8331c8562cba03288687eeca3.tar.gz embedded-cross-d9c84b06a8960bb8331c8562cba03288687eeca3.tar.bz2 embedded-cross-d9c84b06a8960bb8331c8562cba03288687eeca3.zip |
Remove old version of gst-plugins-base as the portage version cross-compiles just fine.
Diffstat (limited to 'media-libs')
3 files changed, 0 insertions, 65 deletions
diff --git a/media-libs/gst-plugins-base/Manifest b/media-libs/gst-plugins-base/Manifest deleted file mode 100644 index 44d943c..0000000 --- a/media-libs/gst-plugins-base/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -AUX gst-plugins-base-0.10.21-gtkdoc.patch 616 RMD160 867ec46661f588b15de21816309aa45a5cca1bbb SHA1 6b20eb8e4fca6c7b374b8c856de6576453b54319 SHA256 2498479168c08c064cc294deecd3891c011a2448d7bf264e060302916a466579 -DIST gst-plugins-base-0.10.21.tar.bz2 1982446 RMD160 4fa9056c8cc5d21db30074596831ffc14f6b671b SHA1 ae83b3306f52aa3affd014dade30c6cd5c2baa66 SHA256 673f4a45a0f3aa99606a58097bde02d09ad51d7b2e702f0d68eeb6db21d47e93 -EBUILD gst-plugins-base-0.10.21.ebuild 1284 RMD160 6b5fa0e04c71d2744809e5898be762147245ee70 SHA1 7ebb2d346670c0acf5e4cc91677396a32b832a92 SHA256 c0c8343e77e89abb4ba3d6a1f82d148ca046fc0b57eaa19a0288b4c493389d06 diff --git a/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.21-gtkdoc.patch b/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.21-gtkdoc.patch deleted file mode 100644 index 3445327..0000000 --- a/media-libs/gst-plugins-base/files/gst-plugins-base-0.10.21-gtkdoc.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- common/gtk-doc.mak 2008/09/05 09:20:52 1.25 -+++ common/gtk-doc.mak 2008/10/06 08:36:15 1.26 -@@ -200,8 +200,8 @@ - $(INSTALL_DATA) $(srcdir)/html/$(DOC_MODULE).devhelp2 \ - $(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE)-@GST_MAJORMINOR@.devhelp2; \ - fi; \ -- which gtkdoc-rebase >/dev/null && \ -- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ -+ (which gtkdoc-rebase >/dev/null && \ -+ gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR)) || true ; \ - fi) - uninstall-local: - (installfiles=`echo ./html/*.html`; \ - diff --git a/media-libs/gst-plugins-base/gst-plugins-base-0.10.21.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-0.10.21.ebuild deleted file mode 100644 index aee0448..0000000 --- a/media-libs/gst-plugins-base/gst-plugins-base-0.10.21.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.21.ebuild,v 1.3 2008/12/09 12:02:35 ssuominen Exp $ - -# order is important, gnome2 after gst-plugins -inherit gst-plugins-base gst-plugins10 gnome2 flag-o-matic autotools eutils -# 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="debug nls" - -RDEPEND=">=dev-libs/glib-2.8 - >=media-libs/gstreamer-0.10.21 - >=dev-libs/liboil-0.3.14" -DEPEND="nls? ( >=sys-devel/gettext-0.11.5 ) - dev-util/pkgconfig" - -DOCS="AUTHORS README RELEASE" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Needed for sane .so versioning on Gentoo/FreeBSD - # elibtoolize - epatch "${FILESDIR}"/${P}-gtkdoc.patch - AT_M4DIR="common/m4" eautoreconf -} - -src_compile() { - # gst doesnt handle opts well, last tested with 0.10.15 - strip-flags - replace-flags "-O3" "-O2" - - gst-plugins-base_src_configure \ - $(use_enable nls) \ - $(use_enable debug) - emake || die "emake failed." -} - -src_install() { - gnome2_src_install -} |