summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <ford_prefect@gentoo.org>2011-01-12 19:06:07 +0000
committerArun Raghavan <ford_prefect@gentoo.org>2011-01-12 19:06:07 +0000
commitd1f7ff5cca07f65c187c6580b746c4d067939b82 (patch)
treeae68218e39d03c7e4a36d786a6912d6180dba94f /media-plugins/gst-plugins-x
parentStable on amd64 wrt bug #346985 (diff)
downloadgentoo-2-d1f7ff5cca07f65c187c6580b746c4d067939b82.tar.gz
gentoo-2-d1f7ff5cca07f65c187c6580b746c4d067939b82.tar.bz2
gentoo-2-d1f7ff5cca07f65c187c6580b746c4d067939b82.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-x')
-rw-r--r--media-plugins/gst-plugins-x/ChangeLog10
-rw-r--r--media-plugins/gst-plugins-x/gst-plugins-x-0.10.31.ebuild18
2 files changed, 26 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-x/ChangeLog b/media-plugins/gst-plugins-x/ChangeLog
index c5685377858f..c450c0248d2d 100644
--- a/media-plugins/gst-plugins-x/ChangeLog
+++ b/media-plugins/gst-plugins-x/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/gst-plugins-x
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-x/ChangeLog,v 1.100 2010/11/19 05:58:48 ford_prefect Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-x/ChangeLog,v 1.101 2011/01/12 19:06:07 ford_prefect Exp $
+
+*gst-plugins-x-0.10.31 (12 Jan 2011)
+
+ 12 Jan 2011; Arun Raghavan <ford_prefect@gentoo.org>
+ +gst-plugins-x-0.10.31.ebuild:
+ Bump to 0.10.31. Minor fixes in this release.
*gst-plugins-x-0.10.30 (19 Nov 2010)
diff --git a/media-plugins/gst-plugins-x/gst-plugins-x-0.10.31.ebuild b/media-plugins/gst-plugins-x/gst-plugins-x-0.10.31.ebuild
new file mode 100644
index 000000000000..d92b7b589e35
--- /dev/null
+++ b/media-plugins/gst-plugins-x/gst-plugins-x-0.10.31.ebuild
@@ -0,0 +1,18 @@
+# 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-x/gst-plugins-x-0.10.31.ebuild,v 1.1 2011/01/12 19:06:07 ford_prefect Exp $
+
+inherit gst-plugins-base
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext"
+DEPEND="${RDEPEND}
+ x11-proto/xproto
+ x11-proto/xextproto"
+
+# xshm is a compile time option of ximage, which is in libXext
+GST_PLUGINS_BUILD="x xshm"
+GST_PLUGINS_BUILD_DIR="ximage"