public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/xvba-video: ChangeLog xvba-video-0.8.0.ebuild
@ 2011-08-27 14:45 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-08-27 14:45 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/08/27 14:45:59

  Modified:             ChangeLog
  Added:                xvba-video-0.8.0.ebuild
  Log:
  Version bump to latest.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  x11-libs/xvba-video/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	23 Jun 2011 14:37:42 -0000	1.5
+++ ChangeLog	27 Aug 2011 14:45:59 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/xvba-video
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.5 2011/06/23 14:37:42 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.6 2011/08/27 14:45:59 scarabeus Exp $
+
+*xvba-video-0.8.0 (28 Aug 2011)
+
+  28 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+  +xvba-video-0.8.0.ebuild:
+  Version bump to latest.
 
   23 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> xvba-video-0.7.8.ebuild:
   x86 stable wrt security bug #365273



1.1                  x11-libs/xvba-video/xvba-video-0.8.0.ebuild

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

Index: xvba-video-0.8.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0.ebuild,v 1.1 2011/08/27 14:45:59 scarabeus Exp $

EAPI=4

inherit multilib

x86name="${P}.i686"
amd64name="${P}.x86_64"

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

LICENSE="as-is"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""

RDEPEND="x11-libs/libva[opengl]
	x11-drivers/ati-drivers"
DEPEND=""

S=${WORKDIR}

# TODO: ignore QA warning about ldflags since this is binary
QA_PRESTRIPPED="
	usr/lib\(32\|64\)\?/va/drivers/xvba_drv_video.so
	usr/lib\(32\|64\)\?/va/drivers/fglrx_drv_video.so
"

src_install() {
	use x86 && cd "${x86name}"
	use amd64 && cd "${amd64name}"

	dodoc AUTHORS NEWS README
	exeinto /usr/$(get_libdir)/va/drivers/
	doexe usr/lib/va/drivers/*
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/xvba-video: ChangeLog xvba-video-0.8.0.ebuild
@ 2011-12-27 21:11 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2011-12-27 21:11 UTC (permalink / raw
  To: gentoo-commits

maekke      11/12/27 21:11:10

  Modified:             ChangeLog xvba-video-0.8.0.ebuild
  Log:
  x86 stable, bug #394393
  
  (Portage version: 2.1.10.43/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  x11-libs/xvba-video/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	20 Dec 2011 15:31:08 -0000	1.7
+++ ChangeLog	27 Dec 2011 21:11:10 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/xvba-video
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.7 2011/12/20 15:31:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.8 2011/12/27 21:11:10 maekke Exp $
+
+  27 Dec 2011; Markus Meier <maekke@gentoo.org> xvba-video-0.8.0.ebuild:
+  x86 stable, bug #394393
 
   20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> xvba-video-0.8.0.ebuild:
   Stable for AMD64, wrt bug #394393



1.3                  x11-libs/xvba-video/xvba-video-0.8.0.ebuild

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

Index: xvba-video-0.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xvba-video-0.8.0.ebuild	20 Dec 2011 15:31:08 -0000	1.2
+++ xvba-video-0.8.0.ebuild	27 Dec 2011 21:11:10 -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/xvba-video/xvba-video-0.8.0.ebuild,v 1.2 2011/12/20 15:31:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0.ebuild,v 1.3 2011/12/27 21:11:10 maekke Exp $
 
 EAPI=4
 
@@ -18,7 +18,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE=""
 
 RDEPEND="x11-libs/libva[opengl]






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

end of thread, other threads:[~2011-12-27 21:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-27 21:11 [gentoo-commits] gentoo-x86 commit in x11-libs/xvba-video: ChangeLog xvba-video-0.8.0.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-27 14:45 Tomas Chvatal (scarabeus)

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