Subject: Re: pkg/35564: multimedia/xine-lib PLIST problem
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Bernd Ernesti <veego@NetBSD.org>
List: pkgsrc-bugs
Date: 02/11/2007 09:00:09
The following reply was made to PR pkg/35564; it has been noted by GNATS.

From: Bernd Ernesti <veego@NetBSD.org>
To: Matthias Drochner <M.Drochner@fz-juelich.de>
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/35564: multimedia/xine-lib PLIST problem
Date: Sun, 11 Feb 2007 09:50:03 +0100

 Ok, this problem is fixed now, but xine-ui doesn't install all files.
 
 => Checking file-check results for xine-ui-0.99.4nb6
 ERROR: ************************************************************
 ERROR: The following files are in the PLIST but not in /usr/pkg:
 ERROR:         /usr/pkg/bin/aaxine
 *** Error code 1
 
 Because aalib wasn't found:
 
 checking for AALIB version >= 1.2.0... no
 *** Could not run AALIB test program, checking why...
 *** The test program failed to compile or link. See the file config.log for the
 *** exact error that occured. This usually means AALIB was incorrectly installed
 *** or that you have moved AALIB since it was installed.
 
 You changed that in revision 1.49 of multimedia/xine-lib/Makefile
 
 [..]
 -removed build of plugins for more exotic video outputs (SDL, ImageMagick,
  GL, aalib), this might be built in extra pkgs (like esound and arts
  already do)
 
 Btw, the aaxine manpage is still installed.
 
 Bernd