diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-07-31 11:33:39 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-07-31 11:33:39 +0000 |
commit | 59ba5ffb82def80dc6bce0e221497d0b61d4010e (patch) | |
tree | a0b8c9777b1831ee25ae91b2be0654d76063c874 /media-plugins/gst-plugins-ximagesrc | |
parent | Version bump to be in sync with the rest; no code changes (diff) | |
download | gentoo-2-59ba5ffb82def80dc6bce0e221497d0b61d4010e.tar.gz gentoo-2-59ba5ffb82def80dc6bce0e221497d0b61d4010e.tar.bz2 gentoo-2-59ba5ffb82def80dc6bce0e221497d0b61d4010e.zip |
Version bump to be in sync with the rest; no code changes
(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 | 8 | ||||
-rw-r--r-- | media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.23.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 3eb834eccb66..d17396adf95c 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v 1.34 2010/07/27 17:50:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v 1.35 2010/07/31 11:33:39 leio Exp $ + +*gst-plugins-ximagesrc-0.10.23 (31 Jul 2010) + + 31 Jul 2010; Mart Raudsepp <leio@gentoo.org> + +gst-plugins-ximagesrc-0.10.23.ebuild: + Version bump to be in sync with the rest; no code changes 27 Jul 2010; Pacho Ramos <pacho@gentoo.org> gst-plugins-ximagesrc-0.10.22.ebuild: diff --git a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.23.ebuild b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.23.ebuild new file mode 100644 index 000000000000..4d50c33e769d --- /dev/null +++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-0.10.23.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.23.ebuild,v 1.1 2010/07/31 11:33:39 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" |