diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-08-15 21:45:24 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-08-15 21:45:24 +0800 |
commit | 44600c7116df69a812a33f410c3a8c46b569ff5d (patch) | |
tree | 70557aa4f1bc8b35851416c9eec1acc4f91fad7c /graphics | |
parent | 8ad370a63247aea0f9b96cf06481baae47d55a41 (diff) | |
download | freebsd-ports-gnome-44600c7116df69a812a33f410c3a8c46b569ff5d.tar.gz freebsd-ports-gnome-44600c7116df69a812a33f410c3a8c46b569ff5d.tar.zst freebsd-ports-gnome-44600c7116df69a812a33f410c3a8c46b569ff5d.zip |
Update to 0.0.20060813: [1]
- This release makes some improvements to the texture viewer: in particular,
shadow textures will be displayed in grey-scale rather than crashing, and
luminance textures will appear in grey-scale rather than red-scale. There are
miscellaneous other bugfixes and improvements.
- Additionally, the gtkglext LIB_DEPEND was fixed, as 1.0.2 seems to be the
current version.
Add OPTIONS support [2]
PR: ports/102014
Submitted by: Erik Greenwald (maintainer) [1], itetcu (me) [2]
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/bugle/Makefile | 10 | ||||
-rw-r--r-- | graphics/bugle/distinfo | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index c5c93e35c586..2c8de68613d2 100644 --- a/graphics/bugle/Makefile +++ b/graphics/bugle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bugle -PORTVERSION= 0.0.20060528 +PORTVERSION= 0.0.20060813 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,7 @@ USE_GCC= 3.4 USE_GL= yes USE_PERL5= yes USE_AUTOTOOLS= libltdl:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/${PORTNAME} CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS=--enable-ltdl-install=no @@ -37,6 +37,10 @@ MAN7= bugle-camera.7 bugle-checks.7 bugle-eps.7 bugle-error.7 \ bugle-showerror.7 bugle-showextensions.7 bugle-showstats.7 \ bugle-stats.7 bugle-trace.7 bugle-unwindstack.7 bugle-wireframe.7 +OPTIONS= AVCODEC "Use lavc from multimedia/ffmpeg" off +OPTIONS+= GUI "Use gktglext" off +OPTIONS+= THREADS "Use pthreads" off + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 @@ -51,7 +55,7 @@ CONFIGURE_ARGS+=--without-lavc .endif .if defined(WITH_GUI) -LIB_DEPENDS+= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext +LIB_DEPENDS+= gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext CONFIGURE_ARGS+=--with-gtk --with-gtkglext .else CONFIGURE_ARGS+=--without-gtk --without-gtkglext diff --git a/graphics/bugle/distinfo b/graphics/bugle/distinfo index a18dc6c58f65..80f0eadd5cae 100644 --- a/graphics/bugle/distinfo +++ b/graphics/bugle/distinfo @@ -1,3 +1,3 @@ -MD5 (bugle-0.0.20060528.tar.gz) = f197fcb3eae8e870daeb6f32251e8c4b -SHA256 (bugle-0.0.20060528.tar.gz) = 0c4b1597022237d7e50b74433029846453b08a6ba52e88edf716298b45468ae9 -SIZE (bugle-0.0.20060528.tar.gz) = 1313650 +MD5 (bugle-0.0.20060813.tar.gz) = e75dc99258438daa9f99189c160d0b81 +SHA256 (bugle-0.0.20060813.tar.gz) = e784050b18434eab87e154007ff3271edf6abf424c157ccd05f7a08d26b9107e +SIZE (bugle-0.0.20060813.tar.gz) = 1314685 |