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.31.1_p4.ebuild
@ 2010-07-20  3:22 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2010-07-20  3:22 UTC (permalink / raw
  To: gentoo-commits

aballier    10/07/20 03:22:01

  Modified:             ChangeLog
  Added:                libva-0.31.1_p4.ebuild
  Log:
  version bump, bug #329025, by    Hypnos <hypnos75@gmail.com>
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-libs/libva/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	22 Jun 2010 12:31:30 -0000	1.4
+++ ChangeLog	20 Jul 2010 03:22:01 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libva
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.4 2010/06/22 12:31:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.5 2010/07/20 03:22:01 aballier Exp $
+
+*libva-0.31.1_p4 (20 Jul 2010)
+
+  20 Jul 2010; Alexis Ballier <aballier@gentoo.org> +libva-0.31.1_p4.ebuild:
+  version bump, bug #329025, by Hypnos <hypnos75@gmail.com>
 
   22 Jun 2010; Alexis Ballier <aballier@gentoo.org> libva-0.31.0_p13.ebuild,
   metadata.xml:



1.1                  x11-libs/libva/libva-0.31.1_p4.ebuild

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

Index: libva-0.31.1_p4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.31.1_p4.ebuild,v 1.1 2010/07/20 03:22:01 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"
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.21 )
	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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-0.31.1_p4.ebuild
@ 2010-12-23 13:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-12-23 13:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/12/23 13:07:19

  Modified:             ChangeLog libva-0.31.1_p4.ebuild
  Log:
  amd64 stable wrt #344827
  
  (Portage version: 2.2.0_alpha10/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.9                  x11-libs/libva/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	24 Sep 2010 20:44:37 -0000	1.8
+++ ChangeLog	23 Dec 2010 13:07:19 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libva
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.8 2010/09/24 20:44:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.9 2010/12/23 13:07:19 ssuominen Exp $
+
+  23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> libva-0.31.1_p4.ebuild:
+  amd64 stable wrt #344827
 
   24 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
   libva-0.31.0_p13.ebuild:



1.2                  x11-libs/libva/libva-0.31.1_p4.ebuild

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

Index: libva-0.31.1_p4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.31.1_p4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libva-0.31.1_p4.ebuild	20 Jul 2010 03:22:01 -0000	1.1
+++ libva-0.31.1_p4.ebuild	23 Dec 2010 13:07:19 -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/libva/libva-0.31.1_p4.ebuild,v 1.1 2010/07/20 03:22:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.31.1_p4.ebuild,v 1.2 2010/12/23 13:07:19 ssuominen Exp $
 
 EAPI="2"
 inherit eutils autotools
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="opengl"
 
 VIDEO_CARDS="dummy nvidia intel" # fglrx






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-0.31.1_p4.ebuild
@ 2010-12-25 20:36 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-12-25 20:36 UTC (permalink / raw
  To: gentoo-commits

fauli       10/12/25 20:36:14

  Modified:             ChangeLog libva-0.31.1_p4.ebuild
  Log:
  x86 stable, bug 344827
  
  (Portage version: 2.1.9.25/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.10                 x11-libs/libva/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	23 Dec 2010 13:07:19 -0000	1.9
+++ ChangeLog	25 Dec 2010 20:36:14 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libva
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.9 2010/12/23 13:07:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.10 2010/12/25 20:36:14 fauli Exp $
+
+  25 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
+  libva-0.31.1_p4.ebuild:
+  x86 stable, bug 344827
 
   23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> libva-0.31.1_p4.ebuild:
   amd64 stable wrt #344827



1.3                  x11-libs/libva/libva-0.31.1_p4.ebuild

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

Index: libva-0.31.1_p4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.31.1_p4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libva-0.31.1_p4.ebuild	23 Dec 2010 13:07:19 -0000	1.2
+++ libva-0.31.1_p4.ebuild	25 Dec 2010 20:36:14 -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/libva/libva-0.31.1_p4.ebuild,v 1.2 2010/12/23 13:07:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.31.1_p4.ebuild,v 1.3 2010/12/25 20:36:14 fauli Exp $
 
 EAPI="2"
 inherit eutils autotools
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="opengl"
 
 VIDEO_CARDS="dummy nvidia intel" # fglrx






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

end of thread, other threads:[~2010-12-25 20:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-25 20:36 [gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-0.31.1_p4.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-23 13:07 Samuli Suominen (ssuominen)
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