Subject: CVS commit: pkgsrc/multimedia/xine-lib
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 03/28/2005 08:12:48
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Mon Mar 28 08:12:48 UTC 2005

Modified Files:
	pkgsrc/multimedia/xine-lib: distinfo
	pkgsrc/multimedia/xine-lib/patches: patch-ag
Added Files:
	pkgsrc/multimedia/xine-lib/patches: patch-bf

Log Message:
Fix build of packages providing plugins (such as xine-arts) on systems using
X11 from pkgsrc.

For some reason, X11 is not found by the configure script in such systems
(which is the correct behavior, as USE_X11 is undefined).  This results in
a configuration failure because the script defines the HAVE_XV conditional
in an incorrect place (inside a shell conditional).

Problem reported by Owen Becker <owen at safeasmilk.net> in tech-pkg@.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/multimedia/xine-lib/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/multimedia/xine-lib/patches/patch-ag
cvs rdiff -r0 -r1.1 pkgsrc/multimedia/xine-lib/patches/patch-bf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.