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.7.3.ebuild
@ 2011-02-27 13:47 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2011-02-27 13:47 UTC (permalink / raw
  To: gentoo-commits

aballier    11/02/27 13:47:23

  Modified:             ChangeLog
  Added:                vdpau-video-0.7.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	3 Feb 2011 14:17:01 -0000	1.10
+++ ChangeLog	27 Feb 2011 13:47:23 -0000	1.11
@@ -1,6 +1,11 @@
 # 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.10 2011/02/03 14:17:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.11 2011/02/27 13:47:23 aballier Exp $
+
+*vdpau-video-0.7.3 (27 Feb 2011)
+
+  27 Feb 2011; Alexis Ballier <aballier@gentoo.org> +vdpau-video-0.7.3.ebuild:
+  version bump
 
   03 Feb 2011; Alexis Ballier <aballier@gentoo.org> -vdpau-video-0.7.2.ebuild,
   -vdpau-video-0.7.3_pre2.ebuild, -files/vdpau-video-nogl.patch:



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

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

Index: vdpau-video-0.7.3.ebuild
===================================================================
# Copyright 1999-2011 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.7.3.ebuild,v 1.1 2011/02/27 13:47:23 aballier Exp $

EAPI="2"
inherit autotools

MY_P=${P/_/.}
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}/${MY_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"

S=${WORKDIR}/${MY_P}

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.7.3.ebuild
@ 2011-03-21 13:41 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-03-21 13:41 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/03/21 13:41:41

  Modified:             ChangeLog vdpau-video-0.7.3.ebuild
  Log:
  Stable on amd64 wrt bug #359059
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	27 Feb 2011 13:48:22 -0000	1.12
+++ ChangeLog	21 Mar 2011 13:41:41 -0000	1.13
@@ -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.12 2011/02/27 13:48:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.13 2011/03/21 13:41:41 hwoarang Exp $
+
+  21 Mar 2011; Markos Chandras <hwoarang@gentoo.org> vdpau-video-0.7.3.ebuild:
+  Stable on amd64 wrt bug #359059
 
   27 Feb 2011; Alexis Ballier <aballier@gentoo.org>
   -vdpau-video-0.7.3_pre6.ebuild:



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

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

Index: vdpau-video-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.7.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdpau-video-0.7.3.ebuild	27 Feb 2011 13:47:23 -0000	1.1
+++ vdpau-video-0.7.3.ebuild	21 Mar 2011 13:41:41 -0000	1.2
@@ -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/x11-libs/vdpau-video/vdpau-video-0.7.3.ebuild,v 1.1 2011/02/27 13:47:23 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.7.3.ebuild,v 1.2 2011/03/21 13:41:41 hwoarang Exp $
 
 EAPI="2"
 inherit autotools
@@ -12,7 +12,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.7.3.ebuild
@ 2011-03-26 10:49 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-03-26 10:49 UTC (permalink / raw
  To: gentoo-commits

fauli       11/03/26 10:49:02

  Modified:             ChangeLog vdpau-video-0.7.3.ebuild
  Log:
  x86 stable, bug 359059
  
  (Portage version: 2.1.9.42/cvs/Linux i686, RepoMan options: --force)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	21 Mar 2011 13:41:41 -0000	1.13
+++ ChangeLog	26 Mar 2011 10:49:01 -0000	1.14
@@ -1,6 +1,10 @@
 # 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.13 2011/03/21 13:41:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.14 2011/03/26 10:49:01 fauli Exp $
+
+  26 Mar 2011; Christian Faulhammer <fauli@gentoo.org>
+  vdpau-video-0.7.3.ebuild:
+  x86 stable, bug 359059
 
   21 Mar 2011; Markos Chandras <hwoarang@gentoo.org> vdpau-video-0.7.3.ebuild:
   Stable on amd64 wrt bug #359059



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

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

Index: vdpau-video-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.7.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdpau-video-0.7.3.ebuild	21 Mar 2011 13:41:41 -0000	1.2
+++ vdpau-video-0.7.3.ebuild	26 Mar 2011 10:49:01 -0000	1.3
@@ -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/x11-libs/vdpau-video/vdpau-video-0.7.3.ebuild,v 1.2 2011/03/21 13:41:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.7.3.ebuild,v 1.3 2011/03/26 10:49:01 fauli Exp $
 
 EAPI="2"
 inherit autotools
@@ -12,7 +12,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.7.3.ebuild
@ 2012-05-05  3:52 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-05  3:52 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/05 03:52:29

  Modified:             ChangeLog vdpau-video-0.7.3.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	6 Jul 2011 18:11:18 -0000	1.15
+++ ChangeLog	5 May 2012 03:52:29 -0000	1.16
@@ -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.15 2011/07/06 18:11:18 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.16 2012/05/05 03:52:29 jdhore Exp $
+
+  05 May 2012; Jeff Horelick <jdhore@gentoo.org> vdpau-video-0.7.3.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   06 Jul 2011; Alexis Ballier <aballier@gentoo.org> -vdpau-video-0.6.10.ebuild:
   remove old



1.4                  x11-libs/vdpau-video/vdpau-video-0.7.3.ebuild

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

Index: vdpau-video-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.7.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdpau-video-0.7.3.ebuild	26 Mar 2011 10:49:01 -0000	1.3
+++ vdpau-video-0.7.3.ebuild	5 May 2012 03:52:29 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.7.3.ebuild,v 1.3 2011/03/26 10:49:01 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.7.3.ebuild,v 1.4 2012/05/05 03:52:29 jdhore Exp $
 
 EAPI="2"
 inherit autotools
@@ -20,7 +20,7 @@
 	x11-libs/libvdpau"
 
 DEPEND="${DEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 S=${WORKDIR}/${MY_P}
 






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

end of thread, other threads:[~2012-05-05  3:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 10:49 [gentoo-commits] gentoo-x86 commit in x11-libs/vdpau-video: ChangeLog vdpau-video-0.7.3.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-05  3:52 Jeff Horelick (jdhore)
2011-03-21 13:41 Markos Chandras (hwoarang)
2011-02-27 13:47 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