* [gentoo-commits] proj/musl:master commit in: x11-libs/libva-vdpau-driver/
@ 2019-12-26 11:47 Anthony G. Basile
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile @ 2019-12-26 11:47 UTC (permalink / raw
To: gentoo-commits
commit: 0bfe31e53d9b9c5854541bef841baa575e053d14
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 11:46:57 2019 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 11:46:57 2019 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=0bfe31e5
x11-libs/libva-vdpau-driver: remove older version
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
.../libva-vdpau-driver-0.7.4-r4.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r4.ebuild b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r4.ebuild
deleted file mode 100644
index cb8f67d..0000000
--- a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF="yes"
-inherit autotools-multilib eutils
-
-DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/vaapi"
-SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug opengl"
-
-RDEPEND=">=x11-libs/libva-1.2.1-r1[X,opengl?,${MULTILIB_USEDEP}]
- opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] )
- >=x11-libs/libvdpau-0.8[${MULTILIB_USEDEP}]
- !x11-libs/vdpau-video"
-
-DEPEND="${DEPEND}
- virtual/pkgconfig"
-
-DOCS=( NEWS README AUTHORS )
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-glext-missing-definition.patch \
- "${FILESDIR}"/${P}-VAEncH264VUIBufferType.patch \
- "${FILESDIR}"/${P}-libvdpau-0.8.patch \
- "${FILESDIR}"/${P}-missing-sys_time_h.patch
- sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
- autotools-multilib_src_prepare
-}
-
-multilib_src_configure() {
- local myeconfargs=(
- $(use_enable debug)
- $(use_enable opengl glx)
- )
- autotools-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/musl:master commit in: x11-libs/libva-vdpau-driver/
@ 2020-07-12 14:12 Jory Pratt
0 siblings, 0 replies; 3+ messages in thread
From: Jory Pratt @ 2020-07-12 14:12 UTC (permalink / raw
To: gentoo-commits
commit: c819c60a0628cdcefab962d4148de4f769ba8d81
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 12 14:12:23 2020 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sun Jul 12 14:12:23 2020 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=c819c60a
x11-libs/libva-vdpau-driver: mark stable on all supported archs
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild
index 15a4cc7..34f68b0 100644
--- a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild
+++ b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
IUSE="debug opengl"
RDEPEND=">=x11-libs/libva-1.2.1-r1:=[X,opengl?,${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/musl:master commit in: x11-libs/libva-vdpau-driver/
@ 2022-08-02 22:08 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-08-02 22:08 UTC (permalink / raw
To: gentoo-commits
commit: 532b798b35a4ba2a069333ce0e533fa3b46b0f15
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 22:08:34 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 22:08:48 2022 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=532b798b
x11-libs/libva-vdpau-driver: [QA] fix DTD HTTP->HTTPS
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-libs/libva-vdpau-driver/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libva-vdpau-driver/metadata.xml b/x11-libs/libva-vdpau-driver/metadata.xml
index e0c65e53..970c74a7 100644
--- a/x11-libs/libva-vdpau-driver/metadata.xml
+++ b/x11-libs/libva-vdpau-driver/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>aballier@gentoo.org</email>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-08-02 22:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-02 22:08 [gentoo-commits] proj/musl:master commit in: x11-libs/libva-vdpau-driver/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2020-07-12 14:12 Jory Pratt
2019-12-26 11:47 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox