ports/71342: [Maintainer Update] graphics/bugle 0.0.20040719 -> 0.0.20040903

Erik Greenwald erik at smluc.org
Fri Sep 3 14:40:05 UTC 2004


>Number:         71342
>Category:       ports
>Synopsis:       [Maintainer Update]  graphics/bugle  0.0.20040719 -> 0.0.20040903
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 03 14:40:04 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Thu Aug 12 18:34:27 EDT 2004 root at fenris:/usr/obj/usr/src/sys/FENRIS i386


>Description:

Freshmeat Blurb:
	This release adds improvements to video capturing. It gets 
	libavcodec to do the mirroring and uses 
	GL_EXT_pixel_buffer_object for possibly faster capturing.  

also threw in a var to wire in ffmpeg deps if desired

no change to pkg-plist needed

>How-To-Repeat:
>Fix:

--- graphics_bugle.patch begins here ---
diff -ur graphics/bugle.orig/Makefile graphics/bugle/Makefile
--- graphics/bugle.orig/Makefile	Fri Sep  3 09:53:02 2004
+++ graphics/bugle/Makefile	Fri Sep  3 10:29:07 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bugle
-PORTVERSION=	0.0.20040719
+PORTVERSION=	0.0.20040903
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	bugle
@@ -21,8 +21,20 @@
 USE_GL=		yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include" \
-		LIBS="-L${X11BASE}/lib"
+CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \
+		LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib"
 INSTALLS_SHLIB=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+pre-everything::
+.ifndef(WITH_FFMPEG)
+	${ECHO_MSG} "Define WITH_FFMPEG to enable ffmpeg video capture"
+	${ECHO_MSG}
+.endif
+
+.ifdef(WITH_FFMPEG)
+LIB_DEPENDS+=	avcodec:${PORTSDIR}/multimedia/ffmpeg
+.endif
+
+.include <bsd.port.post.mk>
diff -ur graphics/bugle.orig/distinfo graphics/bugle/distinfo
--- graphics/bugle.orig/distinfo	Fri Sep  3 09:53:02 2004
+++ graphics/bugle/distinfo	Fri Sep  3 09:53:27 2004
@@ -1,2 +1,2 @@
-MD5 (bugle-0.0.20040719.tar.gz) = 40c66ce93aef47992906fee2f3d35d50
-SIZE (bugle-0.0.20040719.tar.gz) = 374384
+MD5 (bugle-0.0.20040903.tar.gz) = ba9aba4ec0b7fb2e258654d90d56e125
+SIZE (bugle-0.0.20040903.tar.gz) = 377992
--- graphics_bugle.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list