diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-08-25 19:58:39 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-08-25 19:58:39 +0000 |
commit | e9231fd9d54bd90d74c451b145cec058749e2ba6 (patch) | |
tree | 95dfb843b3d542daf1936570a359aee8771b9e59 /media-plugins/gst-plugins-xvideo | |
parent | Remove old (diff) | |
download | gentoo-2-e9231fd9d54bd90d74c451b145cec058749e2ba6.tar.gz gentoo-2-e9231fd9d54bd90d74c451b145cec058749e2ba6.tar.bz2 gentoo-2-e9231fd9d54bd90d74c451b145cec058749e2ba6.zip |
Remove old
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-xvideo')
-rw-r--r-- | media-plugins/gst-plugins-xvideo/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.31.ebuild | 20 |
2 files changed, 5 insertions, 21 deletions
diff --git a/media-plugins/gst-plugins-xvideo/ChangeLog b/media-plugins/gst-plugins-xvideo/ChangeLog index 4b879b6f7c78..7d49f15f599c 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.177 2011/07/25 18:07:09 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.178 2011/08/25 19:58:39 nirbheek Exp $ + + 25 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + -gst-plugins-xvideo-0.10.31.ebuild: + Remove old 25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> gst-plugins-xvideo-0.10.32.ebuild: diff --git a/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.31.ebuild b/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.31.ebuild deleted file mode 100644 index 1d35e853c91a..000000000000 --- a/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.31.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2011 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.31.ebuild,v 1.8 2011/03/13 10:18:22 xarthisius Exp $ - -inherit gst-plugins-base - -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~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" |