Subject: Merging the aalib packages (was: CVS commit: pkgsrc)
To: None <tech-pkg@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: tech-pkg
Date: 12/11/2005 10:59:01
On Sun, Dec 11, 2005 at 09:40:46AM +0000, Thomas Klausner wrote:
>
> Module Name: pkgsrc
> Committed By: wiz
> Date: Sun Dec 11 09:40:46 UTC 2005
>
> Modified Files:
[..]
> Removed Files:
> pkgsrc/graphics/aalib: Makefile.common
> pkgsrc/graphics/aalib-x11: DESCR Makefile PLIST buildlink3.mk
> pkgsrc/graphics/aview-x11: DESCR Makefile PLIST distinfo
> pkgsrc/graphics/aview-x11/patches: patch-aa patch-ab patch-ac patch-ad
>
> Log Message:
> Convert aalib to options framework, adding an 'x11' option, and remove
> aalib-x11 and aview-x11.
> SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
> for affected packages.
>
> Addresses PR 32046 by Leonard Schmidt.
Is it still possible to use gimp and mplayer after you merged the aalib packages?
aalib-x11 is used by mplayer and aalib is used by gimp, so we need two packages
at the same time and not an option for builing one package.
# pkg_info aalib-x11
Information for aalib-x11-1.4.0.5:
Comment:
ASCII Art library with X11 support
Required by:
SDL-1.2.9
smpeg-0.4.4nb10
SDL_mixer-1.2.6nb2
SDL_image-1.2.4nb1
SDL_net-1.2.5nb3
mplayer-1.0rc7nb4
gmplayer-1.0rc7nb3
# pkg_info aalib
Information for aalib-1.4.0.5:
Comment:
ASCII Art library
Required by:
gphoto2-2.1.6
gimp-2.2.9
Bernd