public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp (leio)" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gst-plugins-good.eclass
Date: Fri, 18 Mar 2011 09:34:48 +0000 (UTC)	[thread overview]
Message-ID: <20110318093448.A5E0920054@flycatcher.gentoo.org> (raw)

leio        11/03/18 09:34:48

  Modified:             gst-plugins-good.eclass
  Log:
  Prepare for gst-plugins-good-0.10.28 - since .24 the liboil dep is gone, but splits relied on RDEPEND in gst-plugins-good to pass configure check for it. So build depend on it here for old splits, as new -good does not pull it in anymore

Revision  Changes    Path
1.22                 eclass/gst-plugins-good.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins-good.eclass?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins-good.eclass?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins-good.eclass?r1=1.21&r2=1.22

Index: gst-plugins-good.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- gst-plugins-good.eclass	30 Jul 2010 11:08:44 -0000	1.21
+++ gst-plugins-good.eclass	18 Mar 2011 09:34:48 -0000	1.22
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.21 2010/07/30 11:08:44 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.22 2011/03/18 09:34:48 leio Exp $
 
 # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org>
 
@@ -55,6 +55,15 @@
 DEPEND="${RDEPEND}
 	>=sys-apps/sed-4
 	dev-util/pkgconfig"
+
+# -good-0.10.24 uses orc optionally instead of liboil unconditionally.
+# While <0.10.24 configure always checks for liboil, it is linked to only by non-split
+# plugins in gst/, so we only builddep for all old packages, and have a RDEPEND in old
+# versions of media-libs/gst-plugins-good
+if ! version_is_at_least "0.10.24"; then
+DEPEND="${DEPEND} >=dev-libs/liboil-0.3.8"
+fi
+
 RESTRICT=test
 fi
 






             reply	other threads:[~2011-03-18  9:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-18  9:34 Mart Raudsepp (leio) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-13  5:12 [gentoo-commits] gentoo-x86 commit in eclass: gst-plugins-good.eclass Mart Raudsepp (leio)
2011-05-04  3:19 Mart Raudsepp (leio)
2011-03-20  9:44 Mart Raudsepp (leio)
2010-07-30 11:08 Mart Raudsepp (leio)
2010-04-03  5:49 Mart Raudsepp (leio)
2008-12-05 20:39 Samuli Suominen (ssuominen)
2008-06-29 15:21 Samuli Suominen (drac)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110318093448.A5E0920054@flycatcher.gentoo.org \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox