diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-23 11:51:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-07-23 11:51:50 +0000 |
commit | 831b423f0eadcb6cbdd92b20f7d2317a2711d55d (patch) | |
tree | 133b9df836cfcc23e2325cca63524d96876e7492 /media-libs/gst-plugins-good | |
parent | old (diff) | |
download | gentoo-2-831b423f0eadcb6cbdd92b20f7d2317a2711d55d.tar.gz gentoo-2-831b423f0eadcb6cbdd92b20f7d2317a2711d55d.tar.bz2 gentoo-2-831b423f0eadcb6cbdd92b20f7d2317a2711d55d.zip |
old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/gst-plugins-good')
-rw-r--r-- | media-libs/gst-plugins-good/Manifest | 2 | ||||
-rw-r--r-- | media-libs/gst-plugins-good/gst-plugins-good-0.10.8-r1.ebuild | 65 |
2 files changed, 0 insertions, 67 deletions
diff --git a/media-libs/gst-plugins-good/Manifest b/media-libs/gst-plugins-good/Manifest index c21170cdf767..8ab32ea1343c 100644 --- a/media-libs/gst-plugins-good/Manifest +++ b/media-libs/gst-plugins-good/Manifest @@ -1,6 +1,4 @@ DIST gst-plugins-good-0.10.14.tar.bz2 2228076 RMD160 7832c2087c2a5d6c354f5a931dcc49f24c547ee9 SHA1 49dbcfcbbab9bd6a1e54d9e548184016c20f3aba SHA256 12205d01cb99900ed6f936a09ac31b5849f8a7ff3c9a93e5857a76dc3e30788a -DIST gst-plugins-good-0.10.8.tar.bz2 1917366 RMD160 00766eafafc000a407dc244ed5b9f33f9eee56f7 SHA1 bcba3aae2893e3d598f9890a5c7bcd0ae366e5c6 SHA256 7723728b5fa771f06078c32e9e315e161b8eebc460d1fb6fcbf4b60df5c057ee EBUILD gst-plugins-good-0.10.14.ebuild 1787 RMD160 df12aa4eb553c4ad4524539f22d7de05ee46334b SHA1 2060d3ac139a73e91f82f158bbf7989a0085e5db SHA256 710a94cea4f9f131af4b2972a2cec3ef7bec081e549007b7c6d3d45cf0732e6e -EBUILD gst-plugins-good-0.10.8-r1.ebuild 1787 RMD160 5fe5fdc5ed073643369ee8421bdf3080ab72d4d2 SHA1 649e4280401fa3ca4333e25b4738d78ebdd96ee6 SHA256 bf08e9dcb77e4c5510f081be76435cd7bcfc1a309860e70e0e59de4475f7fca7 MISC ChangeLog 9328 RMD160 0a5f9db284d19e26b66c147de2c3136004528eca SHA1 f3a332df271fc5728b0627ce1858d886b84ef9e1 SHA256 554b87ce295313e499b1e5bb07bd884873498122a51b6e8b6a82f1c11c55d35f MISC metadata.xml 183 RMD160 1ff3457acfc2fe0f859b9cc5879b3093b2979fe9 SHA1 829dff00498fcdadd7e4f172770790cf601450b2 SHA256 d204aaee1ef1b7f278926aeadf0958d8b6a81affb746a3924a565263a97022fc diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.8-r1.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.8-r1.ebuild deleted file mode 100644 index 10f40bd2937e..000000000000 --- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.8-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2009 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.8-r1.ebuild,v 1.9 2009/04/05 17:44:18 armin76 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="LGPL-2.1" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/gst-plugins-base-0.10.18 - >=media-libs/gstreamer-0.10.18 - >=dev-libs/liboil-0.3.8" -DEPEND="${RDEPEND} - >=sys-devel/gettext-0.11.5 - dev-util/pkgconfig - !<media-libs/gst-plugins-bad-0.10.6" - -# overrides the eclass -src_unpack() { - unpack ${A} - # Required for FreeBSD sane .so versioning - elibtoolize -} - -src_compile() { - # gst doesnt handle optimisations well - strip-flags - replace-flags "-O3" "-O2" - filter-flags "-fprefetch-loop-arrays" # see bug 22249 - - gst-plugins-good_src_configure \ - --with-default-audiosink=autoaudiosink \ - --with-default-visualizer=goom - - emake || die "emake failed." -} - -# override eclass -src_install() { - gnome2_src_install -} - -DOCS="AUTHORS README RELEASE" - -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." - echo - 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 -} |