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.4.ebuild
@ 2012-10-11 12:51 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2012-10-11 12:51 UTC (permalink / raw
  To: gentoo-commits

aballier    12/10/11 12:51:00

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	5 May 2012 03:52:29 -0000	1.16
+++ ChangeLog	11 Oct 2012 12:51:00 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/vdpau-video
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.17 2012/10/11 12:51:00 aballier Exp $
+
+*vdpau-video-0.7.4 (11 Oct 2012)
+
+  11 Oct 2012; Alexis Ballier <aballier@gentoo.org> +vdpau-video-0.7.4.ebuild:
+  version bump
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> vdpau-video-0.7.3.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig



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

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

Index: vdpau-video-0.7.4.ebuild
===================================================================
# 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.4.ebuild,v 1.1 2012/10/11 12:51:00 aballier Exp $

EAPI="2"
inherit autotools

MY_P=libva-vdpau-driver-${PV}
DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi"
SRC_URI="http://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/${MY_P}.tar.bz2"

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

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

DEPEND="${DEPEND}
	virtual/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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/vdpau-video: ChangeLog vdpau-video-0.7.4.ebuild
@ 2012-10-20 22:07 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2012-10-20 22:07 UTC (permalink / raw
  To: gentoo-commits

aballier    12/10/20 22:07:45

  Modified:             ChangeLog vdpau-video-0.7.4.ebuild
  Log:
  Fix build with mesa opengl, bug #438180, patch ported from gstreamer-vaapi by Steven Newbury
  
  (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	11 Oct 2012 12:51:00 -0000	1.17
+++ ChangeLog	20 Oct 2012 22:07:45 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/vdpau-video
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.17 2012/10/11 12:51:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.18 2012/10/20 22:07:45 aballier Exp $
+
+  20 Oct 2012; Alexis Ballier <aballier@gentoo.org> vdpau-video-0.7.4.ebuild,
+  +files/vdpau-video-0.7.4-glext-missing-definition.patch:
+  Fix build with mesa opengl, bug #438180, patch ported from gstreamer-vaapi by
+  Steven Newbury
 
 *vdpau-video-0.7.4 (11 Oct 2012)
 



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.7.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.7.4.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.4.ebuild?r1=1.1&r2=1.2

Index: vdpau-video-0.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.7.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdpau-video-0.7.4.ebuild	11 Oct 2012 12:51:00 -0000	1.1
+++ vdpau-video-0.7.4.ebuild	20 Oct 2012 22:07:45 -0000	1.2
@@ -1,9 +1,9 @@
 # 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.4.ebuild,v 1.1 2012/10/11 12:51:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.7.4.ebuild,v 1.2 2012/10/20 22:07:45 aballier Exp $
 
 EAPI="2"
-inherit autotools
+inherit autotools eutils
 
 MY_P=libva-vdpau-driver-${PV}
 DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API"
@@ -25,6 +25,7 @@
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
+	epatch "${FILESDIR}/${P}-glext-missing-definition.patch"
 	eautoreconf
 }
 





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/vdpau-video: ChangeLog vdpau-video-0.7.4.ebuild
@ 2012-11-21 17:30 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2012-11-21 17:30 UTC (permalink / raw
  To: gentoo-commits

aballier    12/11/21 17:30:50

  Modified:             ChangeLog vdpau-video-0.7.4.ebuild
  Log:
  disable silent rules, bug #443330
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	20 Oct 2012 22:07:45 -0000	1.18
+++ ChangeLog	21 Nov 2012 17:30:50 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/vdpau-video
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.18 2012/10/20 22:07:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.19 2012/11/21 17:30:50 aballier Exp $
+
+  21 Nov 2012; Alexis Ballier <aballier@gentoo.org> vdpau-video-0.7.4.ebuild:
+  disable silent rules, bug #443330
 
   20 Oct 2012; Alexis Ballier <aballier@gentoo.org> vdpau-video-0.7.4.ebuild,
   +files/vdpau-video-0.7.4-glext-missing-definition.patch:



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.7.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.7.4.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.4.ebuild?r1=1.2&r2=1.3

Index: vdpau-video-0.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.7.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdpau-video-0.7.4.ebuild	20 Oct 2012 22:07:45 -0000	1.2
+++ vdpau-video-0.7.4.ebuild	21 Nov 2012 17:30:50 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.4.ebuild,v 1.2 2012/10/20 22:07:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.7.4.ebuild,v 1.3 2012/11/21 17:30:50 aballier Exp $
 
 EAPI="2"
 inherit autotools eutils
@@ -31,6 +31,7 @@
 
 src_configure() {
 	econf \
+		--disable-silent-rules \
 		$(use_enable debug) \
 		$(use_enable opengl glx)
 }





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

end of thread, other threads:[~2012-11-21 17:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21 17:30 [gentoo-commits] gentoo-x86 commit in x11-libs/vdpau-video: ChangeLog vdpau-video-0.7.4.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-20 22:07 Alexis Ballier (aballier)
2012-10-11 12:51 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