diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 22:06:29 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 22:06:29 +0000 |
commit | 627798dfd0fcd4c80c6a535d0657304d9d3ecf7e (patch) | |
tree | f5fb0afbf9545d6f5934f12125fa16836f836f13 /media-plugins | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-627798dfd0fcd4c80c6a535d0657304d9d3ecf7e.tar.gz gentoo-2-627798dfd0fcd4c80c6a535d0657304d9d3ecf7e.tar.bz2 gentoo-2-627798dfd0fcd4c80c6a535d0657304d9d3ecf7e.zip |
Clean up old revisions.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-plugins')
3 files changed, 5 insertions, 67 deletions
diff --git a/media-plugins/gst-plugins-xvideo/ChangeLog b/media-plugins/gst-plugins-xvideo/ChangeLog index 2cf38a08c73a..a16054348e88 100644 --- a/media-plugins/gst-plugins-xvideo/ChangeLog +++ b/media-plugins/gst-plugins-xvideo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-xvideo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.200 2013/02/24 18:02:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.201 2013/03/05 22:06:29 eva Exp $ + + 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -gst-plugins-xvideo-0.10.35.ebuild, -gst-plugins-xvideo-0.10.35-r1.ebuild: + Clean up old revisions. 24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-xvideo-0.10.36.ebuild: diff --git a/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.35-r1.ebuild b/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.35-r1.ebuild deleted file mode 100644 index 6e175ace4c61..000000000000 --- a/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.35-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.35-r1.ebuild,v 1.2 2012/12/02 18:31:39 eva Exp $ - -EAPI=3 - -inherit gst-plugins-base gst-plugins10 - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/libXv - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-proto/videoproto - x11-proto/xproto - x11-proto/xextproto" - -# xshm is a compile time option of xvideo -# x is needed to build any X plugins, but we build/install only xv anyway -GST_PLUGINS_BUILD="x xvideo xshm" -GST_PLUGINS_BUILD_DIR="xvimage" - -src_prepare() { - # The AC_PATH_XTRA macro unnecessarily pulls in libSM and libICE even - # though they are not actually used. This needs to be fixed upstream by - # replacing AC_PATH_XTRA with PKG_CONFIG calls. - sed -i -e 's:X_PRE_LIBS -lSM -lICE:X_PRE_LIBS:' "${S}"/configure - - gst-plugins10_system_link \ - gst-libs/gst/video:gstreamer-video \ - gst-libs/gst/interfaces:gstreamer-interfaces -} diff --git a/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.35.ebuild b/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.35.ebuild deleted file mode 100644 index f92df9b3c991..000000000000 --- a/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.35.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.35.ebuild,v 1.11 2012/12/02 18:31:39 eva Exp $ - -EAPI="3" - -inherit gst-plugins-base gst-plugins10 - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/libXv - x11-libs/libXext - - x11-libs/libSM - x11-libs/libICE" -# libSM and libICE are not used, but the build system links to them anyway -# Fixed in >=0.10.35-r1 -DEPEND="${RDEPEND} - x11-proto/videoproto - x11-proto/xproto - x11-proto/xextproto" - -# xshm is a compile time option of xvideo -# x is needed to build any X plugins, but we build/install only xv anyway -GST_PLUGINS_BUILD="x xvideo xshm" -GST_PLUGINS_BUILD_DIR="xvimage" - -src_prepare() { - gst-plugins10_system_link \ - gst-libs/gst/video:gstreamer-video \ - gst-libs/gst/interfaces:gstreamer-interfaces -} |