On Wed, Sep 28, 2011 at 02:16:42PM +0200, David Coppa wrote:
> While I initially found this using out-of-date:
> 
> $ /usr/ports/infrastructure/build/out-of-date
> Collecting installed packages: ok
> Collecting port versions: ok
> Collecting port signatures: ok
> Outdated ports:
> 
> audio/audacious-plugins,-main  #  -> libmpcdec-1.2.6,taglib-1.6.3
> 
> I've double-checked and there's no use of these libraries for the 
> audacious plugins.
> 
> While here, I've also fixed WANTLIB...
> 
> OK?
> 

ok shadchin@

> ciao,
> David
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/audio/audacious-plugins/Makefile,v
> retrieving revision 1.37
> diff -u -p -r1.37 Makefile
> --- Makefile  16 Sep 2011 08:26:10 -0000      1.37
> +++ Makefile  28 Sep 2011 11:12:23 -0000
> @@ -8,9 +8,9 @@ COMMENT-jack =                jack plugin for audaciou
>  V =                  2.4.5
>  DISTNAME =           audacious-plugins-$V
>  PKGNAME-main =               ${DISTNAME}
> -REVISION-main =              2
> +REVISION-main =              3
>  PKGNAME-jack =               audacious-jack-$V
> -REVISION-jack =              1
> +REVISION-jack =              2
>  
>  CATEGORIES =         audio multimedia
>  
> @@ -22,12 +22,13 @@ PERMIT_PACKAGE_FTP =      Yes
>  PERMIT_DISTFILES_CDROM =Yes
>  PERMIT_DISTFILES_FTP =       Yes
>  
> -WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
> +WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
>  WANTLIB += Xrandr Xrender atk-1.0 audcore audgui cairo dbus-1
>  WANTLIB += dbus-glib-1 expat fontconfig freetype gdk-x11-2.0
>  WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
>  WANTLIB += gthread-2.0 gtk-x11-2.0 m mcs mowgli pango-1.0 pangocairo-1.0
> -WANTLIB += pangoft2-1.0 samplerate z ${MODGETTEXT_WANTLIB}
> +WANTLIB += pangoft2-1.0 pixman-1 png pthread-stubs samplerate xcb
> +WANTLIB += xcb-render xcb-shm z ${MODGETTEXT_WANTLIB}
>  
>  WANTLIB-main += ${WANTLIB} FLAC SDL audtag avcodec avformat avutil
>  WANTLIB-main += bz2 cddb cdio cdio_cdda cue curl faad gsm mp3lame
> @@ -55,11 +56,9 @@ LIB_DEPENDS-main = audio/faad \
>                       audio/lame \
>                       audio/libcdio \
>                       audio/libcue \
> -                     audio/libmpcdec \
>                       audio/libsamplerate \
>                       audio/libsndfile \
>                       audio/libvorbis \
> -                     audio/taglib>=1.4 \
>                       audio/wavpack \
>                       devel/libnotify>=0.7.2 \
>                       devel/sdl \

-- 
Alexandr Shadchin

Reply via email to