diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-07-03 02:22:03 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-07-03 02:22:03 +0000 |
commit | 340c9ccb2c5dedfdcf172ea4dd562720debff6b0 (patch) | |
tree | 9e67554231fc3c6cea3ac54c9a87194a2dde139a /media-plugins/gst-plugins-ximagesrc | |
parent | Version bump. No noteworthy changes. (diff) | |
download | gentoo-2-340c9ccb2c5dedfdcf172ea4dd562720debff6b0.tar.gz gentoo-2-340c9ccb2c5dedfdcf172ea4dd562720debff6b0.tar.bz2 gentoo-2-340c9ccb2c5dedfdcf172ea4dd562720debff6b0.zip |
Version bump. Sends new segment events in TIME format to make it work with input-selector and probably some others
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-ximagesrc')
-rw-r--r-- | media-plugins/gst-plugins-ximagesrc/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.22.ebuild | 19 |
2 files changed, 27 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-ximagesrc/ChangeLog b/media-plugins/gst-plugins-ximagesrc/ChangeLog index 9aea7cde769b..98691bc5dbdf 100644 --- a/media-plugins/gst-plugins-ximagesrc/ChangeLog +++ b/media-plugins/gst-plugins-ximagesrc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/gst-plugins-ximagesrc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v 1.31 2010/07/01 12:11:59 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v 1.32 2010/07/03 02:22:03 leio Exp $ + +*gst-plugins-ximagesrc-0.10.22 (03 Jul 2010) + + 03 Jul 2010; Mart Raudsepp <leio@gentoo.org> + +gst-plugins-ximagesrc-0.10.22.ebuild: + Version bump. Sends new segment events in TIME format to make it work with + input-selector and probably some others 01 Jul 2010; Christian Faulhammer <fauli@gentoo.org> gst-plugins-ximagesrc-0.10.21.ebuild: diff --git a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.22.ebuild b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.22.ebuild new file mode 100644 index 000000000000..ea9ee6de3731 --- /dev/null +++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.22.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.22.ebuild,v 1.1 2010/07/03 02:22:03 leio Exp $ + +inherit gst-plugins-good + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +IUSE="" +RDEPEND=">=media-libs/gst-plugins-base-0.10.29 + x11-libs/libX11 + x11-libs/libXdamage + x11-libs/libXfixes" +DEPEND="${RDEPEND} + x11-proto/xproto" + +# xshm is a compile time option of ximage +GST_PLUGINS_BUILD="x xshm" +GST_PLUGINS_BUILD_DIR="ximage" |