public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/virtualgl/
Date: Wed,  1 May 2019 23:35:39 +0000 (UTC)	[thread overview]
Message-ID: <1556753728.5c8df2080a700ab49e52337e8ee4424178961d31.candrews@gentoo> (raw)

commit:     5c8df2080a700ab49e52337e8ee4424178961d31
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 20:12:42 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed May  1 23:35:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8df208

x11-misc/virtualgl: EAPI=7, install to /usr/lib/VirtualGL, add dep on libXtst

Closes: https://bugs.gentoo.org/683656
Closes: https://bugs.gentoo.org/679710
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 .../virtualgl/{virtualgl-9999.ebuild => virtualgl-2.6.1-r1.ebuild}  | 6 ++++--
 x11-misc/virtualgl/virtualgl-9999.ebuild                            | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/x11-misc/virtualgl/virtualgl-9999.ebuild b/x11-misc/virtualgl/virtualgl-2.6.1-r1.ebuild
similarity index 94%
copy from x11-misc/virtualgl/virtualgl-9999.ebuild
copy to x11-misc/virtualgl/virtualgl-2.6.1-r1.ebuild
index 05ef6a70377..baca3aa9453 100644
--- a/x11-misc/virtualgl/virtualgl-9999.ebuild
+++ b/x11-misc/virtualgl/virtualgl-2.6.1-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit cmake-multilib flag-o-matic multilib systemd
 
 if [[ ${PV} == *9999 ]] ; then
@@ -30,6 +30,7 @@ RDEPEND="
 	media-libs/libjpeg-turbo[${MULTILIB_USEDEP}]
 	x11-libs/libX11[${MULTILIB_USEDEP}]
 	x11-libs/libXext[${MULTILIB_USEDEP}]
+	x11-libs/libXtst[${MULTILIB_USEDEP}]
 	x11-libs/libXv[${MULTILIB_USEDEP}]
 	virtual/glu[${MULTILIB_USEDEP}]
 	virtual/opengl[${MULTILIB_USEDEP}]
@@ -37,6 +38,7 @@ RDEPEND="
 		>=media-libs/libjpeg-turbo-1.3.0-r3[abi_x86_32]
 		>=x11-libs/libX11-1.6.2[abi_x86_32]
 		>=x11-libs/libXext-1.3.2[abi_x86_32]
+		>=x11-libs/libXtst-1.2.3[abi_x86_32]
 		>=x11-libs/libXv-1.0.10[abi_x86_32]
 		>=virtual/glu-9.0-r1[abi_x86_32]
 		>=virtual/opengl-7.0-r1[abi_x86_32]
@@ -62,7 +64,7 @@ src_configure() {
 			-DVGL_USESSL="$(usex ssl)"
 			-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/"${PF}"
 			-DTJPEG_INCLUDE_DIR=/usr/include
-			-DCMAKE_INSTALL_LIBDIR=/usr/$(get_libdir)
+			-DCMAKE_INSTALL_LIBDIR=/usr/$(get_libdir)/VirtualGL
 			-DTJPEG_LIBRARY=/usr/$(get_libdir)/libturbojpeg.so
 			-DCMAKE_LIBRARY_PATH=/usr/$(get_libdir)
 		)

diff --git a/x11-misc/virtualgl/virtualgl-9999.ebuild b/x11-misc/virtualgl/virtualgl-9999.ebuild
index 05ef6a70377..baca3aa9453 100644
--- a/x11-misc/virtualgl/virtualgl-9999.ebuild
+++ b/x11-misc/virtualgl/virtualgl-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit cmake-multilib flag-o-matic multilib systemd
 
 if [[ ${PV} == *9999 ]] ; then
@@ -30,6 +30,7 @@ RDEPEND="
 	media-libs/libjpeg-turbo[${MULTILIB_USEDEP}]
 	x11-libs/libX11[${MULTILIB_USEDEP}]
 	x11-libs/libXext[${MULTILIB_USEDEP}]
+	x11-libs/libXtst[${MULTILIB_USEDEP}]
 	x11-libs/libXv[${MULTILIB_USEDEP}]
 	virtual/glu[${MULTILIB_USEDEP}]
 	virtual/opengl[${MULTILIB_USEDEP}]
@@ -37,6 +38,7 @@ RDEPEND="
 		>=media-libs/libjpeg-turbo-1.3.0-r3[abi_x86_32]
 		>=x11-libs/libX11-1.6.2[abi_x86_32]
 		>=x11-libs/libXext-1.3.2[abi_x86_32]
+		>=x11-libs/libXtst-1.2.3[abi_x86_32]
 		>=x11-libs/libXv-1.0.10[abi_x86_32]
 		>=virtual/glu-9.0-r1[abi_x86_32]
 		>=virtual/opengl-7.0-r1[abi_x86_32]
@@ -62,7 +64,7 @@ src_configure() {
 			-DVGL_USESSL="$(usex ssl)"
 			-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/"${PF}"
 			-DTJPEG_INCLUDE_DIR=/usr/include
-			-DCMAKE_INSTALL_LIBDIR=/usr/$(get_libdir)
+			-DCMAKE_INSTALL_LIBDIR=/usr/$(get_libdir)/VirtualGL
 			-DTJPEG_LIBRARY=/usr/$(get_libdir)/libturbojpeg.so
 			-DCMAKE_LIBRARY_PATH=/usr/$(get_libdir)
 		)


             reply	other threads:[~2019-05-01 23:35 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-01 23:35 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-12  8:37 [gentoo-commits] repo/gentoo:master commit in: x11-misc/virtualgl/ Pacho Ramos
2025-10-12  8:37 Pacho Ramos
2025-06-22 18:03 Arthur Zamarin
2025-05-28 12:49 Pacho Ramos
2025-05-28 12:49 Pacho Ramos
2025-04-14  7:05 Joonas Niilola
2025-04-14  6:12 Joonas Niilola
2025-04-13 16:44 Pacho Ramos
2024-12-20 11:21 Pacho Ramos
2024-07-12 17:23 Arthur Zamarin
2024-07-12 17:23 Arthur Zamarin
2024-05-18 16:08 Sam James
2024-05-18 15:35 Sam James
2024-05-18 10:16 Pacho Ramos
2024-05-18 10:16 Pacho Ramos
2024-05-18 10:16 Pacho Ramos
2023-04-17 13:30 Pacho Ramos
2023-04-17 13:30 Pacho Ramos
2022-12-01 22:28 Jakov Smolić
2022-12-01 22:24 Jakov Smolić
2022-10-23 16:17 Pacho Ramos
2022-10-23 16:17 Pacho Ramos
2022-08-16  5:32 Joonas Niilola
2022-08-16  5:32 Joonas Niilola
2022-08-15 16:43 Andreas Sturmlechner
2022-07-10 14:39 Sam James
2022-05-22 11:04 Pacho Ramos
2022-05-22 11:04 Pacho Ramos
2022-05-04 22:32 Sam James
2022-05-04 22:32 Sam James
2021-12-22 10:30 Pacho Ramos
2021-12-21 18:25 Pacho Ramos
2021-05-08  9:27 Pacho Ramos
2021-05-08  9:27 Pacho Ramos
2021-05-08  9:27 Pacho Ramos
2021-05-01  9:53 Mikle Kolyada
2021-04-12 17:33 Sam James
2021-04-12 17:33 Sam James
2021-03-26 11:25 Sam James
2021-03-25 15:42 Sam James
2021-02-14 19:52 Sam James
2020-11-29 11:45 Pacho Ramos
2020-11-29 11:45 Pacho Ramos
2020-07-25 14:16 Pacho Ramos
2020-07-24 12:23 Sam James
2020-06-27 10:48 Pacho Ramos
2020-06-27 10:48 Pacho Ramos
2020-06-06 15:58 Pacho Ramos
2020-06-04 20:36 Pacho Ramos
2020-06-04 20:36 Pacho Ramos
2019-11-20 12:22 Andreas Sturmlechner
2019-11-19 12:48 Agostino Sarubbo
2019-11-18 11:50 Agostino Sarubbo
2019-06-05  9:19 Andreas Sturmlechner
2019-06-05  7:46 Agostino Sarubbo
2019-06-05  6:48 Agostino Sarubbo
2019-01-11 21:31 Craig Andrews
2019-01-11 21:31 Craig Andrews
2018-06-09 14:15 Mart Raudsepp
2018-06-06  8:13 Andreas Sturmlechner
2017-11-07 13:17 Manuel Rüger
2017-11-02 21:16 Thomas Deutschmann
2017-10-16  3:34 David Seifert
2017-04-08  9:09 Ettore Di Giacinto
2017-04-08  9:09 Ettore Di Giacinto
2016-10-22  7:54 Pacho Ramos
2016-10-16  8:23 Pacho Ramos
2016-09-29 17:45 Pacho Ramos
2016-06-10 15:32 Agostino Sarubbo
2015-12-04  9:43 Anthony G. Basile
2015-09-20  8:23 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1556753728.5c8df2080a700ab49e52337e8ee4424178961d31.candrews@gentoo \
    --to=candrews@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox