public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: libvpx-1.1.0.ebuild ChangeLog
Date: Thu, 16 Aug 2012 18:53:27 +0000 (UTC)	[thread overview]
Message-ID: <20120816185327.CA5632004C@flycatcher.gentoo.org> (raw)

vapier      12/08/16 18:53:27

  Modified:             libvpx-1.1.0.ebuild ChangeLog
  Log:
  Fix from upstream for automatic parsing of arm targets.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 media-libs/libvpx/libvpx-1.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?r1=1.12&r2=1.13

Index: libvpx-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libvpx-1.1.0.ebuild	15 Aug 2012 15:35:23 -0000	1.12
+++ libvpx-1.1.0.ebuild	16 Aug 2012 18:53:27 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.12 2012/08/15 15:35:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.13 2012/08/16 18:53:27 vapier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs base
@@ -42,6 +42,7 @@
 PATCHES=(
 	"${FILESDIR}/${P}-chost.patch"
 	"${FILESDIR}/${P}-generic-gnu-shared.patch"
+	"${FILESDIR}/${P}-arm.patch"
 )
 
 src_configure() {



1.64                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	15 Aug 2012 15:35:23 -0000	1.63
+++ ChangeLog	16 Aug 2012 18:53:27 -0000	1.64
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libvpx
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.63 2012/08/15 15:35:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.64 2012/08/16 18:53:27 vapier Exp $
+
+  16 Aug 2012; Mike Frysinger <vapier@gentoo.org> +files/libvpx-1.1.0-arm.patch,
+  libvpx-1.1.0.ebuild:
+  Fix from upstream for automatic parsing of arm targets.
 
   15 Aug 2012; Mike Frysinger <vapier@gentoo.org>
   +files/libvpx-1.1.0-generic-gnu-shared.patch, libvpx-1.1.0.ebuild:





             reply	other threads:[~2012-08-16 18:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-16 18:53 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-04-16 21:03 [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: libvpx-1.1.0.ebuild ChangeLog Agostino Sarubbo (ago)
2013-04-15 14:19 Agostino Sarubbo (ago)
2013-04-14 19:24 Agostino Sarubbo (ago)
2013-04-14 19:24 Agostino Sarubbo (ago)
2013-04-14 19:22 Agostino Sarubbo (ago)
2013-04-14 19:20 Agostino Sarubbo (ago)
2013-01-06  9:51 Agostino Sarubbo (ago)
2012-09-25  5:37 Mike Frysinger (vapier)
2012-08-15 15:35 Mike Frysinger (vapier)

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=20120816185327.CA5632004C@flycatcher.gentoo.org \
    --to=vapier@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