diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2007-03-23 18:47:32 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2007-03-23 18:47:32 +0000 |
commit | dd23330ab5d0e90d6d02be5264b7f46a9ef0248e (patch) | |
tree | 709277a29be653c0a0c581d427495cbb654aa4b6 /media-plugins/gst-plugins-xvideo | |
parent | Stable on ppc wrt bug #171452. (diff) | |
download | gentoo-2-dd23330ab5d0e90d6d02be5264b7f46a9ef0248e.tar.gz gentoo-2-dd23330ab5d0e90d6d02be5264b7f46a9ef0248e.tar.bz2 gentoo-2-dd23330ab5d0e90d6d02be5264b7f46a9ef0248e.zip |
version bump
(Portage version: 2.1.2-r12)
Diffstat (limited to 'media-plugins/gst-plugins-xvideo')
3 files changed, 31 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-xvideo/ChangeLog b/media-plugins/gst-plugins-xvideo/ChangeLog index 67e3b54c384a..140e02f0a6b7 100644 --- a/media-plugins/gst-plugins-xvideo/ChangeLog +++ b/media-plugins/gst-plugins-xvideo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-xvideo # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.87 2007/02/16 12:51:53 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.88 2007/03/23 18:47:32 zaheerm Exp $ + +*gst-plugins-xvideo-0.10.12 (23 Mar 2007) + + 23 Mar 2007; Zaheer Abbas Merali <zaheerm@gentoo.org> + +gst-plugins-xvideo-0.10.12.ebuild: + version bump 16 Feb 2007; Roy Marples <uberlord@gentoo.org> gst-plugins-xvideo-0.10.11.ebuild: diff --git a/media-plugins/gst-plugins-xvideo/files/digest-gst-plugins-xvideo-0.10.12 b/media-plugins/gst-plugins-xvideo/files/digest-gst-plugins-xvideo-0.10.12 new file mode 100644 index 000000000000..9f429b6590ae --- /dev/null +++ b/media-plugins/gst-plugins-xvideo/files/digest-gst-plugins-xvideo-0.10.12 @@ -0,0 +1,3 @@ +MD5 0ee35455a4eb507bcfbfcd44d9e15d1e gst-plugins-base-0.10.12.tar.bz2 1460658 +RMD160 30ab89cb22b0e596749a651eea86421c72ba0425 gst-plugins-base-0.10.12.tar.bz2 1460658 +SHA256 b88a85b21499bd064a531a3b5d06ae69ee025ad5f88b6e86ed4af245509247ee gst-plugins-base-0.10.12.tar.bz2 1460658 diff --git a/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.12.ebuild b/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.12.ebuild new file mode 100644 index 000000000000..66cbe9b038ab --- /dev/null +++ b/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.12.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 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.12.ebuild,v 1.1 2007/03/23 18:47:32 zaheerm Exp $ + +inherit gst-plugins-base + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=media-libs/gst-plugins-base-0.10.12 + || ( x11-libs/libXv virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( x11-proto/videoproto + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" + +# 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" |