summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <ford_prefect@gentoo.org>2011-01-13 18:21:45 +0000
committerArun Raghavan <ford_prefect@gentoo.org>2011-01-13 18:21:45 +0000
commite1f20901d414c44a7485b26e504c6c60db37fec2 (patch)
tree815549969755dd776d40dbe8683123e7603ce0f0 /media-plugins/gst-plugins-xvideo
parentstable ppc, bug 349163 (diff)
downloadgentoo-2-e1f20901d414c44a7485b26e504c6c60db37fec2.tar.gz
gentoo-2-e1f20901d414c44a7485b26e504c6c60db37fec2.tar.bz2
gentoo-2-e1f20901d414c44a7485b26e504c6c60db37fec2.zip
Bump to 0.10.31. Minor fixes in this release.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-xvideo')
-rw-r--r--media-plugins/gst-plugins-xvideo/ChangeLog10
-rw-r--r--media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.31.ebuild20
2 files changed, 28 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-xvideo/ChangeLog b/media-plugins/gst-plugins-xvideo/ChangeLog
index fe4daeaa5ae3..1de75a5bf845 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 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.160 2010/11/19 05:59:40 ford_prefect Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.161 2011/01/13 18:21:45 ford_prefect Exp $
+
+*gst-plugins-xvideo-0.10.31 (12 Jan 2011)
+
+ 12 Jan 2011; Arun Raghavan <ford_prefect@gentoo.org>
+ +gst-plugins-xvideo-0.10.31.ebuild:
+ Bump to 0.10.31. Minor fixes in this release.
*gst-plugins-xvideo-0.10.30 (19 Nov 2010)
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
new file mode 100644
index 000000000000..eaba0ef445f2
--- /dev/null
+++ b/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.31.ebuild
@@ -0,0 +1,20 @@
+# 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.1 2011/01/13 18:21:45 ford_prefect 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"