public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/vdpau-video: ChangeLog vdpau-video-0.6.10.ebuild
@ 2010-07-20  3:22 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2010-07-20  3:22 UTC (permalink / raw
  To: gentoo-commits

aballier    10/07/20 03:22:45

  Modified:             ChangeLog
  Added:                vdpau-video-0.6.10.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-libs/vdpau-video/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	22 Jun 2010 08:46:46 -0000	1.2
+++ ChangeLog	20 Jul 2010 03:22:45 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/vdpau-video
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.2 2010/06/22 08:46:46 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.3 2010/07/20 03:22:45 aballier Exp $
+
+*vdpau-video-0.6.10 (20 Jul 2010)
+
+  20 Jul 2010; Alexis Ballier <aballier@gentoo.org>
+  +vdpau-video-0.6.10.ebuild:
+  version bump
 
   22 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
   vdpau-video-0.6.9.ebuild:



1.1                  x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild?rev=1.1&content-type=text/plain

Index: vdpau-video-0.6.10.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild,v 1.1 2010/07/20 03:22:45 aballier Exp $

EAPI="2"
inherit eutils autotools

DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi"
SRC_URI="http://www.splitted-desktop.com/~gbeauchesne/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug opengl"

RDEPEND="x11-libs/libva[opengl?]
	opengl? ( virtual/opengl )
	x11-libs/libvdpau"

DEPEND="${DEPEND}
	dev-util/pkgconfig"

src_prepare() {
	eautoreconf
}

src_configure() {
	econf \
		$(use_enable debug) \
		$(use_enable opengl glx)
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	dodoc NEWS README AUTHORS
	find "${D}" -name '*.la' -delete
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/vdpau-video: ChangeLog vdpau-video-0.6.10.ebuild
@ 2010-09-17  9:41 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-09-17  9:41 UTC (permalink / raw
  To: gentoo-commits

fauli       10/09/17 09:41:58

  Modified:             ChangeLog vdpau-video-0.6.10.ebuild
  Log:
  stable x86, security bug 332361
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.4                  x11-libs/vdpau-video/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	20 Jul 2010 03:22:45 -0000	1.3
+++ ChangeLog	17 Sep 2010 09:41:58 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/vdpau-video
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.3 2010/07/20 03:22:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.4 2010/09/17 09:41:58 fauli Exp $
+
+  17 Sep 2010; Christian Faulhammer <fauli@gentoo.org>
+  vdpau-video-0.6.10.ebuild:
+  stable x86, security bug 332361
 
 *vdpau-video-0.6.10 (20 Jul 2010)
 



1.2                  x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild?r1=1.1&r2=1.2

Index: vdpau-video-0.6.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdpau-video-0.6.10.ebuild	20 Jul 2010 03:22:45 -0000	1.1
+++ vdpau-video-0.6.10.ebuild	17 Sep 2010 09:41:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild,v 1.1 2010/07/20 03:22:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild,v 1.2 2010/09/17 09:41:58 fauli Exp $
 
 EAPI="2"
 inherit eutils autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="debug opengl"
 
 RDEPEND="x11-libs/libva[opengl?]






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/vdpau-video: ChangeLog vdpau-video-0.6.10.ebuild
@ 2010-09-24 20:45 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-09-24 20:45 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/09/24 20:45:12

  Modified:             ChangeLog vdpau-video-0.6.10.ebuild
  Log:
  Stable on amd64 wrt bug #332361
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-libs/vdpau-video/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	17 Sep 2010 09:41:58 -0000	1.4
+++ ChangeLog	24 Sep 2010 20:45:12 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/vdpau-video
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.4 2010/09/17 09:41:58 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.5 2010/09/24 20:45:12 hwoarang Exp $
+
+  24 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
+  vdpau-video-0.6.10.ebuild:
+  Stable on amd64 wrt bug #332361
 
   17 Sep 2010; Christian Faulhammer <fauli@gentoo.org>
   vdpau-video-0.6.10.ebuild:



1.3                  x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild?r1=1.2&r2=1.3

Index: vdpau-video-0.6.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdpau-video-0.6.10.ebuild	17 Sep 2010 09:41:58 -0000	1.2
+++ vdpau-video-0.6.10.ebuild	24 Sep 2010 20:45:12 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild,v 1.2 2010/09/17 09:41:58 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.10.ebuild,v 1.3 2010/09/24 20:45:12 hwoarang Exp $
 
 EAPI="2"
 inherit eutils autotools
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="debug opengl"
 
 RDEPEND="x11-libs/libva[opengl?]






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/vdpau-video: ChangeLog vdpau-video-0.6.10.ebuild
@ 2011-07-06 18:11 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2011-07-06 18:11 UTC (permalink / raw
  To: gentoo-commits

aballier    11/07/06 18:11:19

  Modified:             ChangeLog
  Removed:              vdpau-video-0.6.10.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 x11-libs/vdpau-video/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	26 Mar 2011 10:49:01 -0000	1.14
+++ ChangeLog	6 Jul 2011 18:11:18 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/vdpau-video
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.14 2011/03/26 10:49:01 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.15 2011/07/06 18:11:18 aballier Exp $
+
+  06 Jul 2011; Alexis Ballier <aballier@gentoo.org> -vdpau-video-0.6.10.ebuild:
+  remove old
 
   26 Mar 2011; Christian Faulhammer <fauli@gentoo.org>
   vdpau-video-0.7.3.ebuild:






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-06 18:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-06 18:11 [gentoo-commits] gentoo-x86 commit in x11-libs/vdpau-video: ChangeLog vdpau-video-0.6.10.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-24 20:45 Markos Chandras (hwoarang)
2010-09-17  9:41 Christian Faulhammer (fauli)
2010-07-20  3:22 Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox