public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/gpac: ChangeLog gpac-0.4.5-r4.ebuild
Date: Mon, 16 May 2011 20:30:53 +0000 (UTC)	[thread overview]
Message-ID: <20110516203053.6B05D20054@flycatcher.gentoo.org> (raw)

aballier    11/05/16 20:30:53

  Modified:             ChangeLog gpac-0.4.5-r4.ebuild
  Log:
  avoid running wx-config if wxwidgets isnt requested and fix build, again, with ffmpeg git
  
  (Portage version: 2.2.0_alpha33/cvs/Linux x86_64)

Revision  Changes    Path
1.89                 media-video/gpac/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gpac/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gpac/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gpac/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/gpac/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	20 Apr 2011 17:35:07 -0000	1.88
+++ ChangeLog	16 May 2011 20:30:53 -0000	1.89
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/gpac
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/gpac/ChangeLog,v 1.88 2011/04/20 17:35:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/gpac/ChangeLog,v 1.89 2011/05/16 20:30:53 aballier Exp $
+
+  16 May 2011; Alexis Ballier <aballier@gentoo.org> gpac-0.4.5-r4.ebuild:
+  avoid running wx-config if wxwidgets isnt requested and fix build, again,
+  with ffmpeg git
 
   20 Apr 2011; Alexis Ballier <aballier@gentoo.org> gpac-0.4.5-r4.ebuild:
   fix build with latest ffmpeg



1.7                  media-video/gpac/gpac-0.4.5-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gpac/gpac-0.4.5-r4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gpac/gpac-0.4.5-r4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/gpac/gpac-0.4.5-r4.ebuild?r1=1.6&r2=1.7

Index: gpac-0.4.5-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/gpac/gpac-0.4.5-r4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gpac-0.4.5-r4.ebuild	20 Apr 2011 17:35:07 -0000	1.6
+++ gpac-0.4.5-r4.ebuild	16 May 2011 20:30:53 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/gpac/gpac-0.4.5-r4.ebuild,v 1.6 2011/04/20 17:35:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/gpac/gpac-0.4.5-r4.ebuild,v 1.7 2011/05/16 20:30:53 aballier Exp $
 
 inherit eutils wxwidgets flag-o-matic multilib toolchain-funcs
 
@@ -8,7 +8,7 @@
 HOMEPAGE="http://gpac.sourceforge.net/"
 NBV="610"
 WBV="600"
-PATCHLEVEL="7"
+PATCHLEVEL="8"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 	mirror://gentoo/${P}-patches-${PATCHLEVEL}.tar.bz2"
 
@@ -80,6 +80,7 @@
 		need-wxwidgets unicode
 		sed -i -e "s:wx-config:${WX_CONFIG}:g" configure
 	else
+		sed -i -e "s:wx-config:false:g" configure
 		sed -i -e 's:^has_wx="yes:has_wx="no:' configure
 	fi
 






             reply	other threads:[~2011-05-16 20:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-16 20:30 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-24 18:18 [gentoo-commits] gentoo-x86 commit in media-video/gpac: ChangeLog gpac-0.4.5-r4.ebuild Raul Porcel (armin76)
2011-07-17 12:38 Kacper Kowalik (xarthisius)
2011-07-12 13:02 Thomas Kahle (tomka)
2011-07-02 22:18 Markos Chandras (hwoarang)
2011-06-19  9:19 Justin Lecher (jlec)
2011-04-20 17:35 Alexis Ballier (aballier)
2011-04-03  3:38 Alexis Ballier (aballier)
2011-02-16 22:55 Alexis Ballier (aballier)

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=20110516203053.6B05D20054@flycatcher.gentoo.org \
    --to=aballier@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