diff options
author | 2012-12-02 17:49:48 +0000 | |
---|---|---|
committer | 2012-12-02 17:49:48 +0000 | |
commit | e725e81a2279d2b6087bdb200b9523afff515a2d (patch) | |
tree | c41c2c3f67a3f52a649f5dc8d89c03de7a2a0bcd /media-plugins/gst-plugins-xvideo | |
parent | Update with ebuild from gnome overlay. (diff) | |
download | gentoo-2-e725e81a2279d2b6087bdb200b9523afff515a2d.tar.gz gentoo-2-e725e81a2279d2b6087bdb200b9523afff515a2d.tar.bz2 gentoo-2-e725e81a2279d2b6087bdb200b9523afff515a2d.zip |
Update with ebuild from gnome overlay.
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-plugins/gst-plugins-xvideo')
-rw-r--r-- | media-plugins/gst-plugins-xvideo/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36.ebuild | 12 |
2 files changed, 12 insertions, 6 deletions
diff --git a/media-plugins/gst-plugins-xvideo/ChangeLog b/media-plugins/gst-plugins-xvideo/ChangeLog index db0115d832d6..e61db2f7affa 100644 --- a/media-plugins/gst-plugins-xvideo/ChangeLog +++ b/media-plugins/gst-plugins-xvideo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-xvideo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.188 2012/12/02 16:44:15 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.189 2012/12/02 17:49:48 eva Exp $ + + 02 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> + gst-plugins-xvideo-0.10.36.ebuild: + Update with ebuild from gnome overlay. 02 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> -gst-plugins-xvideo-0.10.32.ebuild, gst-plugins-xvideo-0.10.35.ebuild: diff --git a/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36.ebuild b/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36.ebuild index cfef8228c745..20b448d535f0 100644 --- a/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36.ebuild +++ b/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 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.36.ebuild,v 1.1 2012/10/21 08:02:38 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36.ebuild,v 1.2 2012/12/02 17:49:48 eva Exp $ -EAPI=4 +EAPI="5" -inherit gst-plugins-base +inherit gst-plugins-base gst-plugins10 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" @@ -22,10 +22,12 @@ GST_PLUGINS_BUILD="x xvideo xshm" GST_PLUGINS_BUILD_DIR="xvimage" src_prepare() { - gst-plugins-base_src_prepare - # The AC_PATH_XTRA macro unnecessarily pulls in libSM and libICE even # though they are not actually used. This needs to be fixed upstream by # replacing AC_PATH_XTRA with PKG_CONFIG calls. sed -i -e 's:X_PRE_LIBS -lSM -lICE:X_PRE_LIBS:' "${S}"/configure + + gst-plugins10_system_link \ + gst-libs/gst/video:gstreamer-video \ + gst-libs/gst/interfaces:gstreamer-interfaces } |