mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
linux_mesa3 (deprecatred) -> linux_dri (possibly hardware accelerated)
I assume the maintainer overlooked this port in the patchset, since he already committed a similar change to another port and didn't objected to any patch in the patchset. So I take a shortcut and just commit the patch instead of further delaying the move from linux_mesa3 to linux_dri. Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de> Approved by: maintainer timeout (a week and a half)
This commit is contained in:
parent
d6804b96b8
commit
f018b92c12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139962
1 changed files with 8 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= pete-mesagpu
|
PORTNAME= pete-mesagpu
|
||||||
PORTVERSION= 1.76
|
PORTVERSION= 1.76
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= emulators linux
|
CATEGORIES= emulators linux
|
||||||
MASTER_SITES= http://www.pbernert.com/
|
MASTER_SITES= http://www.pbernert.com/
|
||||||
PKGNAMEPREFIX= linux-
|
PKGNAMEPREFIX= linux-
|
||||||
|
@ -15,8 +16,13 @@ DISTNAME= gpupetemesagl${MAJOR}${MINOR}
|
||||||
MAINTAINER= jylefort@FreeBSD.org
|
MAINTAINER= jylefort@FreeBSD.org
|
||||||
COMMENT= A PSEmu Pro GPU plugin using an OpenGL renderer (Linux version)
|
COMMENT= A PSEmu Pro GPU plugin using an OpenGL renderer (Linux version)
|
||||||
|
|
||||||
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk \
|
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
|
||||||
${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/graphics/linux_mesa3
|
|
||||||
|
.ifdef WITH_NVIDIA_GL
|
||||||
|
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
|
||||||
|
.else
|
||||||
|
RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri
|
||||||
|
.endif
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue