diff options
author | 2011-07-31 04:09:24 +0000 | |
---|---|---|
committer | 2011-07-31 04:09:24 +0000 | |
commit | 879845a37043d2b72aaa90c32a3f03c54f6b0892 (patch) | |
tree | cb6ce4ee6f39a11e2c63c9ce8341f393d5fecc4f /media-plugins/gst-plugins-ximagesrc | |
parent | Version bump. New v4l2radio element to control radio devices. Adds PJPG mappi... (diff) | |
download | historical-879845a37043d2b72aaa90c32a3f03c54f6b0892.tar.gz historical-879845a37043d2b72aaa90c32a3f03c54f6b0892.tar.bz2 historical-879845a37043d2b72aaa90c32a3f03c54f6b0892.zip |
Version bump to be in sync with the rest; no code changes
Package-Manager: portage-2.2.0_alpha45/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/gst-plugins-ximagesrc')
-rw-r--r-- | media-plugins/gst-plugins-ximagesrc/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.30.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-ximagesrc/ChangeLog b/media-plugins/gst-plugins-ximagesrc/ChangeLog index edd8f165e0d3..92cea27a9023 100644 --- a/media-plugins/gst-plugins-ximagesrc/ChangeLog +++ b/media-plugins/gst-plugins-ximagesrc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-ximagesrc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v 1.44 2011/07/25 18:07:10 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v 1.45 2011/07/31 04:09:24 leio Exp $ + +*gst-plugins-ximagesrc-0.10.30 (31 Jul 2011) + + 31 Jul 2011; Mart Raudsepp <leio@gentoo.org> + +gst-plugins-ximagesrc-0.10.30.ebuild: + Version bump to be in sync with the rest; no code changes 25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> gst-plugins-ximagesrc-0.10.28.ebuild: diff --git a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.30.ebuild b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.30.ebuild new file mode 100644 index 000000000000..bce07b217d25 --- /dev/null +++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.30.ebuild @@ -0,0 +1,19 @@ +# 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-ximagesrc/gst-plugins-ximagesrc-0.10.30.ebuild,v 1.1 2011/07/31 04:09:24 leio Exp $ + +inherit gst-plugins-good + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +IUSE="" +RDEPEND=">=media-libs/gst-plugins-base-0.10.33 + 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" |