pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/31587: [Patch] Dependency bug in mplayer-share



>Number:         31587
>Category:       pkg
>Synopsis:       [Patch] Dependency bug in mplayer-share
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 14 09:30:00 +0000 2005
>Originator:     Thomas Zander
>Release:        
>Organization:
>Environment:
DragonFly 1.3.7-DEVELOPMENT
>Description:
Recent versions of mplayer bring their own tremor-based vorbis codec which is 
used if nothing else is specified. The current revision of mplayer-share pkg 
registers a dependency to the libvorbis package but mplayer wouldn't use it.
>How-To-Repeat:

>Fix:
diff -ruN /usr/pkgsrc/multimedia/mplayer-share/options.mk 
mplayer-share/options.mk
--- /usr/pkgsrc/multimedia/mplayer-share/options.mk     2005-10-11 
09:09:20.000000000 +0200
+++ mplayer-share/options.mk    2005-10-11 20:04:45.000000000 +0200
@@ -210,6 +210,7 @@

 .if !empty(PKG_OPTIONS:Mvorbis)
 CONFIGURE_ARGS+=       --enable-vorbis
+CONFIGURE_ARGS+=       --disable-internal-tremor
 .  include "../../audio/libvorbis/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-vorbis




Home | Main Index | Thread Index | Old Index