From 558d8413b7e96d7551abd668cb836a86f203765e Mon Sep 17 00:00:00 2001 From: dcoppa Date: Wed, 27 Apr 2011 11:45:16 +0000 Subject: [PATCH] Fix WANTLIB after modifications to audio/audacious. Bump AUTOCONF_VERSION to 2.67. OK jasper@ --- audio/audacious-plugins/Makefile | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/audio/audacious-plugins/Makefile b/audio/audacious-plugins/Makefile index 8d91209d003..884232d570d 100644 --- a/audio/audacious-plugins/Makefile +++ b/audio/audacious-plugins/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2011/04/21 07:04:56 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.31 2011/04/27 11:45:16 dcoppa Exp $ SHARED_ONLY = Yes @@ -8,8 +8,8 @@ COMMENT-jack = jack plugin for audacious V = 2.4.4 DISTNAME = audacious-plugins-$V PKGNAME-main = ${DISTNAME} -REVISION-main = 2 -REVISION-jack= 0 +REVISION-main = 3 +REVISION-jack= 1 PKGNAME-jack = audacious-jack-$V CATEGORIES = audio multimedia @@ -23,14 +23,15 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes WANTLIB = GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ - Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo dbus-1 \ - dbus-glib-1 drm expat fontconfig freetype gdk-x11-2.0 \ - gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \ - gthread-2.0 gtk-x11-2.0 m mcs mowgli pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 pixman-1 png pthread-stubs \ - samplerate xcb xcb-render xcb-shm z ${MODGETTEXT_WANTLIB} -WANTLIB-main = ${WANTLIB} FLAC SDL avcodec avformat avutil bz2 cddb \ - cdio cdio_cdda cue curl faac faad gsm mp3lame neon \ + Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 audcore \ + audgui cairo dbus-1 dbus-glib-1 drm expat fontconfig \ + freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \ + gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 m mcs \ + mowgli pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 \ + png pthread-stubs samplerate xcb xcb-render xcb-shm z \ + ${MODGETTEXT_WANTLIB} +WANTLIB-main = ${WANTLIB} FLAC SDL audtag avcodec avformat avutil bz2 \ + cddb cdio cdio_cdda cue curl faac faad gsm mp3lame neon \ notify ogg orc-0.4 schroedinger-1.0 sndfile sndio speex \ stdc++ theoradec theoraenc vorbis vorbisenc vorbisfile \ vpx wavpack x264 xml2 @@ -85,7 +86,8 @@ MULTI_PACKAGES += -jack USE_GMAKE = Yes -AUTOCONF_VERSION = 2.61 +# Should be 2.68 +AUTOCONF_VERSION = 2.67 CONFIGURE_STYLE = autoconf CONFIGURE_ARGS += --enable-ipv6 \