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 | 846ec6020896e58df8a07b7ff7f9c0f82c7a0760 (patch) | |
tree | e73674841efbf7062cb39548f45cea183391ae1d /media-plugins/gst-plugins-ximagesrc | |
parent | Add 0.50.3 (diff) | |
download | historical-846ec6020896e58df8a07b7ff7f9c0f82c7a0760.tar.gz historical-846ec6020896e58df8a07b7ff7f9c0f82c7a0760.tar.bz2 historical-846ec6020896e58df8a07b7ff7f9c0f82c7a0760.zip |
Version bump to be in sync with the rest; no code changes
Package-Manager: portage-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" |