public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-xvideo: gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog
Date: Tue, 10 Jun 2014 19:25:01 +0000 (UTC)	[thread overview]
Message-ID: <20140610192501.C70112004E@flycatcher.gentoo.org> (raw)

mgorny      14/06/10 19:25:01

  Modified:             ChangeLog
  Added:                gst-plugins-xvideo-0.10.36-r1.ebuild
  Log:
  Enable multilib support, bug #493176.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.202                media-plugins/gst-plugins-xvideo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog?rev=1.202&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog?rev=1.202&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog?r1=1.201&r2=1.202

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- ChangeLog	5 Mar 2013 22:06:29 -0000	1.201
+++ ChangeLog	10 Jun 2014 19:25:01 -0000	1.202
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gst-plugins-xvideo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.201 2013/03/05 22:06:29 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvideo/ChangeLog,v 1.202 2014/06/10 19:25:01 mgorny Exp $
+
+*gst-plugins-xvideo-0.10.36-r1 (10 Jun 2014)
+
+  10 Jun 2014; Michał Górny <mgorny@gentoo.org>
+  +gst-plugins-xvideo-0.10.36-r1.ebuild:
+  Enable multilib support, bug #493176.
 
   05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
   -gst-plugins-xvideo-0.10.35.ebuild, -gst-plugins-xvideo-0.10.35-r1.ebuild:



1.1                  media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-xvideo/gst-plugins-xvideo-0.10.36-r1.ebuild?rev=1.1&content-type=text/plain

Index: gst-plugins-xvideo-0.10.36-r1.ebuild
===================================================================
# Copyright 1999-2014 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-r1.ebuild,v 1.1 2014/06/10 19:25:01 mgorny Exp $

EAPI="5"

GST_ORG_MODULE=gst-plugins-base
inherit gstreamer

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""

RDEPEND="x11-libs/libXv[${MULTILIB_USEDEP}]
	x11-libs/libXext[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
	x11-proto/videoproto[${MULTILIB_USEDEP}]
	x11-proto/xproto[${MULTILIB_USEDEP}]
	x11-proto/xextproto[${MULTILIB_USEDEP}]"

# 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"

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

	gstreamer_system_link \
		gst-libs/gst/video:gstreamer-video \
		gst-libs/gst/interfaces:gstreamer-interfaces
}





             reply	other threads:[~2014-06-10 19:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-10 19:25 Michal Gorny (mgorny) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-06-18 20:27 [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-xvideo: gst-plugins-xvideo-0.10.36-r1.ebuild ChangeLog Michal Gorny (mgorny)
2014-07-22 10:51 Agostino Sarubbo (ago)
2014-07-23 15:22 Agostino Sarubbo (ago)
2014-07-28 13:48 Agostino Sarubbo (ago)
2014-08-07 20:06 Jeroen Roovers (jer)
2014-08-21 10:44 Agostino Sarubbo (ago)
2014-08-23 15:33 Agostino Sarubbo (ago)
2014-08-25 11:02 Agostino Sarubbo (ago)
2014-09-15  8:23 Agostino Sarubbo (ago)
2014-10-11 13:32 Markus Meier (maekke)

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=20140610192501.C70112004E@flycatcher.gentoo.org \
    --to=mgorny@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