williamh    14/12/30 07:12:46

  Modified:             ChangeLog
  Added:                libvdpau-0.9.ebuild
  Log:
  version bump approved by ssuominen
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  Changes    Path
1.36                 x11-libs/libvdpau/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   20 Jul 2014 19:26:04 -0000      1.35
+++ ChangeLog   30 Dec 2014 07:12:46 -0000      1.36
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libvdpau
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.35 
2014/07/20 19:26:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.36 
2014/12/30 07:12:46 williamh Exp $
+
+*libvdpau-0.9 (30 Dec 2014)
+
+  30 Dec 2014; William Hubbs <willi...@gentoo.org> +libvdpau-0.9.ebuild:
+  version bump approved by ssuominen
 
   20 Jul 2014; Samuli Suominen <ssuomi...@gentoo.org> libvdpau-0.8.ebuild:
   Use virtualx.eclass for the testsuite wrt #517604 by Nikoli



1.1                  x11-libs/libvdpau/libvdpau-0.9.ebuild

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

Index: libvdpau-0.9.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.9.ebuild,v 1.1 
2014/12/30 07:12:46 williamh Exp $

EAPI=5
VIRTUALX_REQUIRED="test"
inherit autotools-multilib virtualx

DESCRIPTION="VDPAU wrapper and trace libraries"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU";
SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc dri"

RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
        dri? ( >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] )
        !=x11-drivers/nvidia-drivers-180*
        !=x11-drivers/nvidia-drivers-185*
        !=x11-drivers/nvidia-drivers-190*
        abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        doc? (
                app-doc/doxygen
                media-gfx/graphviz
                virtual/latex-base
                )
        dri? ( >=x11-proto/dri2proto-2.2 )"

src_configure() {
        local myeconfargs=(
                --docdir="${EPREFIX}"/usr/share/doc/${PF}
                $(use_enable doc documentation)
                $(use dri || echo --disable-dri2)
        )

        autotools-multilib_src_configure
}

multilib_src_test() {
        Xemake check
}

src_install() {
        autotools-multilib_src_install
        prune_libtool_files --modules
}




Reply via email to