diff options
author | Olivier Crête <tester@gentoo.org> | 2009-03-30 05:06:26 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-03-30 05:06:26 +0000 |
commit | 49800cb473ac050b0d038c181c68aa25efac92c8 (patch) | |
tree | a49c5b4d8dca9c455dab5e275ce68b8d24455c8f /media-plugins/gst-plugins-xvideo | |
parent | Version bump (diff) | |
download | gentoo-2-49800cb473ac050b0d038c181c68aa25efac92c8.tar.gz gentoo-2-49800cb473ac050b0d038c181c68aa25efac92c8.tar.bz2 gentoo-2-49800cb473ac050b0d038c181c68aa25efac92c8.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'media-plugins/gst-plugins-xvideo')
-rw-r--r-- | media-plugins/gst-plugins-xvideo/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.22.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-xvideo/ChangeLog b/media-plugins/gst-plugins-xvideo/ChangeLog index fc44707b987c..5723eff503a9 100644 --- a/media-plugins/gst-plugins-xvideo/ChangeLog +++ b/media-plugins/gst-plugins-xvideo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-xvideo -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.110 2008/12/05 20:05:57 ssuominen Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.111 2009/03/30 05:06:26 tester Exp $ + +*gst-plugins-xvideo-0.10.22 (30 Mar 2009) + + 30 Mar 2009; Olivier Crête <tester@gentoo.org> + +gst-plugins-xvideo-0.10.22.ebuild: + Version bump *gst-plugins-xvideo-0.10.21 (05 Dec 2008) diff --git a/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.22.ebuild b/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.22.ebuild new file mode 100644 index 000000000000..78b238049a14 --- /dev/null +++ b/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.22.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.22.ebuild,v 1.1 2009/03/30 05:06:26 tester Exp $ + +inherit gst-plugins-base + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=media-libs/gst-plugins-base-0.10.22 + x11-libs/libXv" +DEPEND="${RDEPEND} + x11-proto/videoproto + x11-proto/xproto + x11-proto/xextproto" + +# xshm is a compile time option of xvideo +# x is needed to build any X plugins, but we build/install only xv anyway +GST_PLUGINS_BUILD="x xvideo xshm" +GST_PLUGINS_BUILD_DIR="xvimage" |