Date: Tue, 30 Sep 2008 12:25:48 -0300 From: Mario Sergio Fujikawa Ferreira <lioux-list@uol.com.br> To: Andriy Gapon <avg@icyb.net.ua> Cc: freebsd-multimedia@FreeBSD.org Subject: Re: multimedia/ogle: build package with Xv support Message-ID: <48E244FC.2020102@uol.com.br> In-Reply-To: <48DA2AD5.8040700@icyb.net.ua> (sfid-20080924_09270_38A5D8AD) References: <48DA2AD5.8040700@icyb.net.ua> (sfid-20080924_09270_38A5D8AD)
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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.
>
[-- Attachment #2 --]
--- 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
[-- Attachment #3 --]
--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48E244FC.2020102>
