public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-0.32.0_p2.ebuild
@ 2011-02-27 13:46 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2011-02-27 13:46 UTC (permalink / raw
  To: gentoo-commits

aballier    11/02/27 13:46:55

  Modified:             ChangeLog
  Added:                libva-0.32.0_p2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 x11-libs/libva/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	21 Feb 2011 06:29:17 -0000	1.14
+++ ChangeLog	27 Feb 2011 13:46:55 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libva
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.14 2011/02/21 06:29:17 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.15 2011/02/27 13:46:55 aballier Exp $
+
+*libva-0.32.0_p2 (27 Feb 2011)
+
+  27 Feb 2011; Alexis Ballier <aballier@gentoo.org> +libva-0.32.0_p2.ebuild:
+  version bump
 
   21 Feb 2011; Jeremy Olexa <darkside@gentoo.org> libva-0.32.0_p1.ebuild:
   Add ~amd64-linux as tested on bug 351553



1.1                  x11-libs/libva/libva-0.32.0_p2.ebuild

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

Index: libva-0.32.0_p2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.32.0_p2.ebuild,v 1.1 2011/02/27 13:46:55 aballier Exp $

EAPI="2"
inherit eutils autotools

PLEVEL=${PV##*_p}
MY_PV=${PV/_p*}
MY_P=${PN}-${MY_PV}

DESCRIPTION="Video Acceleration (VA) API for Linux"
HOMEPAGE="http://www.splitted-desktop.com/~gbeauchesne/libva/"
SRC_URI="http://www.splitted-desktop.com/~gbeauchesne/${PN}/${PN}_${MY_PV}-1+sds${PLEVEL}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE="opengl"

VIDEO_CARDS="dummy nvidia intel" # fglrx
for x in ${VIDEO_CARDS}; do
	IUSE+=" video_cards_${x}"
done

RDEPEND=">=x11-libs/libdrm-2.4
	video_cards_intel? ( >=x11-libs/libdrm-2.4.23 )
	x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXfixes
	opengl? ( virtual/opengl )"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"
PDEPEND="video_cards_nvidia? ( x11-libs/vdpau-video )"
	#video_cards_fglrx? ( x11-libs/xvba-video )

S=${WORKDIR}/${MY_P}

src_prepare() {
	EPATCH_SOURCE="${S}/debian/patches" EPATCH_SUFFIX="patch" \
	EPATCH_FORCE="yes" EPATCH_OPTS="-g0 -E --no-backup-if-mismatch -p1" epatch
	eautoreconf
}

src_configure() {
	econf \
	$(use_enable video_cards_dummy dummy-driver) \
	$(use_enable video_cards_intel i965-driver) \
	$(use_enable opengl glx)
}

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






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-0.32.0_p2.ebuild
@ 2011-04-26 11:34 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 5+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-04-26 11:34 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/04/26 11:34:30

  Modified:             ChangeLog libva-0.32.0_p2.ebuild
  Log:
  Pdepend on xvba-video. Per bug #325033.
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 x11-libs/libva/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	9 Mar 2011 12:39:16 -0000	1.17
+++ ChangeLog	26 Apr 2011 11:34:30 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libva
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.17 2011/03/09 12:39:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.18 2011/04/26 11:34:30 scarabeus Exp $
+
+  26 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> libva-0.32.0_p2.ebuild:
+  Pdepend on xvba-video. Per bug #325033.
 
   09 Mar 2011; Alexis Ballier <aballier@gentoo.org> -libva-1.0.10.ebuild,
   -files/libva-dont-install-tests.patch, metadata.xml:



1.2                  x11-libs/libva/libva-0.32.0_p2.ebuild

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

Index: libva-0.32.0_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.32.0_p2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libva-0.32.0_p2.ebuild	27 Feb 2011 13:46:55 -0000	1.1
+++ libva-0.32.0_p2.ebuild	26 Apr 2011 11:34:30 -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/libva/libva-0.32.0_p2.ebuild,v 1.1 2011/02/27 13:46:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.32.0_p2.ebuild,v 1.2 2011/04/26 11:34:30 scarabeus Exp $
 
 EAPI="2"
 inherit eutils autotools
@@ -18,7 +18,7 @@
 KEYWORDS="~amd64 ~x86 ~amd64-linux"
 IUSE="opengl"
 
-VIDEO_CARDS="dummy nvidia intel" # fglrx
+VIDEO_CARDS="dummy nvidia intel fglrx"
 for x in ${VIDEO_CARDS}; do
 	IUSE+=" video_cards_${x}"
 done
@@ -32,8 +32,8 @@
 
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
-PDEPEND="video_cards_nvidia? ( x11-libs/vdpau-video )"
-	#video_cards_fglrx? ( x11-libs/xvba-video )
+PDEPEND="video_cards_nvidia? ( x11-libs/vdpau-video )
+	video_cards_fglrx? ( x11-libs/xvba-video )"
 
 S=${WORKDIR}/${MY_P}
 






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-0.32.0_p2.ebuild
@ 2011-06-23 14:38 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-06-23 14:38 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/06/23 14:38:30

  Modified:             ChangeLog libva-0.32.0_p2.ebuild
  Log:
  x86 stable wrt security bug #365273
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.20                 x11-libs/libva/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	7 Jun 2011 17:00:06 -0000	1.19
+++ ChangeLog	23 Jun 2011 14:38:30 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libva
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.19 2011/06/07 17:00:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.20 2011/06/23 14:38:30 phajdan.jr Exp $
+
+  23 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libva-0.32.0_p2.ebuild:
+  x86 stable wrt security bug #365273
 
 *libva-9999 (07 Jun 2011)
 



1.3                  x11-libs/libva/libva-0.32.0_p2.ebuild

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

Index: libva-0.32.0_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.32.0_p2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libva-0.32.0_p2.ebuild	26 Apr 2011 11:34:30 -0000	1.2
+++ libva-0.32.0_p2.ebuild	23 Jun 2011 14:38:30 -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/libva/libva-0.32.0_p2.ebuild,v 1.2 2011/04/26 11:34:30 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.32.0_p2.ebuild,v 1.3 2011/06/23 14:38:30 phajdan.jr Exp $
 
 EAPI="2"
 inherit eutils autotools
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux"
 IUSE="opengl"
 
 VIDEO_CARDS="dummy nvidia intel fglrx"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-0.32.0_p2.ebuild
@ 2011-06-29 14:56 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2011-06-29 14:56 UTC (permalink / raw
  To: gentoo-commits

angelos     11/06/29 14:56:54

  Modified:             ChangeLog libva-0.32.0_p2.ebuild
  Log:
  Stable on amd64 wrt bug #365273
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 x11-libs/libva/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	23 Jun 2011 14:38:30 -0000	1.20
+++ ChangeLog	29 Jun 2011 14:56:54 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libva
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.20 2011/06/23 14:38:30 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.21 2011/06/29 14:56:54 angelos Exp $
+
+  29 Jun 2011; Christoph Mende <angelos@gentoo.org> libva-0.32.0_p2.ebuild:
+  Stable on amd64 wrt bug #365273
 
   23 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libva-0.32.0_p2.ebuild:
   x86 stable wrt security bug #365273



1.4                  x11-libs/libva/libva-0.32.0_p2.ebuild

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

Index: libva-0.32.0_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.32.0_p2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libva-0.32.0_p2.ebuild	23 Jun 2011 14:38:30 -0000	1.3
+++ libva-0.32.0_p2.ebuild	29 Jun 2011 14:56:54 -0000	1.4
@@ -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/libva/libva-0.32.0_p2.ebuild,v 1.3 2011/06/23 14:38:30 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.32.0_p2.ebuild,v 1.4 2011/06/29 14:56:54 angelos Exp $
 
 EAPI="2"
 inherit eutils autotools
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux"
+KEYWORDS="amd64 x86 ~amd64-linux"
 IUSE="opengl"
 
 VIDEO_CARDS="dummy nvidia intel fglrx"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-0.32.0_p2.ebuild
@ 2011-09-14 20:42 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2011-09-14 20:42 UTC (permalink / raw
  To: gentoo-commits

aballier    11/09/14 20:42:38

  Modified:             ChangeLog
  Removed:              libva-0.32.0_p2.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 x11-libs/libva/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	14 Sep 2011 18:47:00 -0000	1.26
+++ ChangeLog	14 Sep 2011 20:42:38 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libva
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.26 2011/09/14 18:47:00 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.27 2011/09/14 20:42:38 aballier Exp $
+
+  14 Sep 2011; Alexis Ballier <aballier@gentoo.org> -libva-0.32.0_p2.ebuild:
+  remove old
 
   15 Sep 2011; Andreas Schuerch <nativemad@gentoo.org> libva-1.0.14.ebuild:
   x86 stable, thanks JD, bug 382401






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

end of thread, other threads:[~2011-09-14 20:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-27 13:46 [gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-0.32.0_p2.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-26 11:34 Tomas Chvatal (scarabeus)
2011-06-23 14:38 PaweA Hajdan (phajdan.jr)
2011-06-29 14:56 Christoph Mende (angelos)
2011-09-14 20:42 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