diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-19 09:28:09 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-19 09:28:09 +0000 |
commit | f92143d10438ac0e41ed01fa82175dfc63212acd (patch) | |
tree | 6ed4c3b755b38d12d89c2235d0e6a1df013745e5 /eclass/gstreamer.eclass | |
parent | -remove old, fixes Bug #513662 by Monsieur L. Bachelier (diff) | |
download | gentoo-2-f92143d10438ac0e41ed01fa82175dfc63212acd.tar.gz gentoo-2-f92143d10438ac0e41ed01fa82175dfc63212acd.tar.bz2 gentoo-2-f92143d10438ac0e41ed01fa82175dfc63212acd.zip |
Bump gstreamer deps to satisfy multilib.
Diffstat (limited to 'eclass/gstreamer.eclass')
-rw-r--r-- | eclass/gstreamer.eclass | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass index d2dd2a72d315..424d0fbfca69 100644 --- a/eclass/gstreamer.eclass +++ b/eclass/gstreamer.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gstreamer.eclass,v 1.1 2014/06/10 18:37:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gstreamer.eclass,v 1.2 2014/06/19 09:28:09 mgorny Exp $ # @ECLASS: gstreamer.eclass # @MAINTAINER: @@ -82,20 +82,20 @@ SRC_URI="http://gstreamer.freedesktop.org/src/${GST_ORG_MODULE}/${GST_ORG_MODULE LICENSE="GPL-2" case ${GST_ORG_PVP} in - 0.10) SLOT="0.10" ;; - 1.*) SLOT="1.0" ;; + 0.10) SLOT="0.10"; GST_MIN_PV="0.10.36-r2" ;; + 1.*) SLOT="1.0"; GST_MIN_PV="1.2.4-r1" ;; *) die "Unkown gstreamer release." esac S="${WORKDIR}/${GST_ORG_MODULE}-${PV}" RDEPEND=" - dev-libs/glib:2[${MULTILIB_USEDEP}] - media-libs/gstreamer:${SLOT}[${MULTILIB_USEDEP}] + >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}] + >=media-libs/gstreamer-${GST_MIN_PV}:${SLOT}[${MULTILIB_USEDEP}] " DEPEND=" >=sys-apps/sed-4 - virtual/pkgconfig[${MULTILIB_USEDEP}] + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] " # Export common multilib phases. |