multimedia/ogle: build package with Xv support

Mario Sergio Fujikawa Ferreira lioux-list at uol.com.br
Tue Sep 30 15:27:25 UTC 2008


Hi,

	Could you check if either attached patch fixes it for you?

	I currently lack the proper clean room environment available for the test.

	Regards,
		Mario Ferreira

Andriy Gapon wrote:
> It seems that currently ogle package is built without Xv support. That
> results in sub-optimal performance and features (no resize/scale). I
> think that currently most systems (used for DVD playback) have support
> for Xv extension, so they suffer needlessly (if the package is used).
> Besides, ogle (if built with Xv support) is smart enough to detect at
> run-time if Xv extension is indeed available, so there should not be any
> regression at all.
> I think that to enable Xv support ogle needs to grow a (build)
> dependency on videoproto.
> 

-------------- next part --------------
--- Makefile.orig	2008-09-30 12:23:20.000000000 -0300
+++ Makefile	2008-09-30 12:23:40.000000000 -0300
@@ -21,7 +21,7 @@
 		xml2.5:${PORTSDIR}/textproc/libxml2
 
 USE_AUTOTOOLS=	libtool:15
-USE_XORG=	x11 xext sm
+USE_XORG=	x11 xext sm videoproto
 USE_SUBMAKE=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-------------- next part --------------
--- Makefile.orig	2008-09-30 12:23:20.000000000 -0300
+++ Makefile	2008-09-30 12:23:52.000000000 -0300
@@ -21,7 +21,7 @@
 		xml2.5:${PORTSDIR}/textproc/libxml2
 
 USE_AUTOTOOLS=	libtool:15
-USE_XORG=	x11 xext sm
+USE_XORG=	x11 xext sm videoproto xextproto
 USE_SUBMAKE=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes


More information about the freebsd-multimedia mailing list