mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Update to 0.0.20061227
- Freshmeat blurb (20061109): A number of bugs were fixed in this release. The most important is that screenshots and video capture are working again, having been broken in the previous release. Freshmeat blurb (20061227): There is now an option in the texture and framebuffer viewers to remap the range. This is useful for viewing textures with data outside the [0, 1] range as well as images with low dynamic range. There are also many bugfixes. In particular, BuGLe should now work much better on ATI cards. PR: ports/107417 Submitted by: maintainer (Erik Greenwald)
This commit is contained in:
parent
fe33587b33
commit
1b4e89c707
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181476
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= bugle
|
||||
PORTVERSION= 0.0.20061022
|
||||
PORTVERSION= 0.0.20061227
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -26,16 +26,16 @@ USE_AUTOTOOLS= libltdl:15
|
||||
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/${PORTNAME}
|
||||
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS=--enable-ltdl-install=no
|
||||
CONFIGURE_ARGS=--enable-ltdl-install=no --mandir=${MANPREFIX}/man
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
|
||||
LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \
|
||||
GL_LIBS="-L${X11BASE}/lib"
|
||||
|
||||
MAN1= gldb.1
|
||||
MAN3= bugle.3
|
||||
MAN7= bugle-camera.7 bugle-checks.7 bugle-eps.7 bugle-error.7 \
|
||||
bugle-frontbuffer.7 bugle-log.7 bugle-logstats.7 \
|
||||
bugle-screenshot.7 bugle-showerror.7 bugle-showextensions.7 \
|
||||
MAN7= bugle-camera.7 bugle-checks.7 bugle-eps.7 bugle-error.7 \
|
||||
bugle-frontbuffer.7 bugle-log.7 bugle-logstats.7 \
|
||||
bugle-screenshot.7 bugle-showerror.7 bugle-showextensions.7 \
|
||||
bugle-showstats.7 bugle-stats_basic.7 bugle-stats_fragments.7 \
|
||||
bugle-stats_nv.7 bugle-stats_primitives.7 bugle-trace.7 \
|
||||
bugle-unwindstack.7 bugle-wireframe.7
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (bugle-0.0.20061022.tar.gz) = f4ae9bf2a07dd37e2993ad165544c75e
|
||||
SHA256 (bugle-0.0.20061022.tar.gz) = b8fd4c9ae7f256d6673a96c51c24824ef3cadd0c0d469857df3761605606c959
|
||||
SIZE (bugle-0.0.20061022.tar.gz) = 1411939
|
||||
MD5 (bugle-0.0.20061227.tar.gz) = 47eb3441d48756854ba758408f3404bb
|
||||
SHA256 (bugle-0.0.20061227.tar.gz) = 8f4051f7be344268d9bb4bf295136e66564ac46c944e7b3d62ce84a1ff523a93
|
||||
SIZE (bugle-0.0.20061227.tar.gz) = 1421354
|
||||
|
Loading…
Reference in New Issue
Block a user