[46468] trunk/dports/audio/sox/Portfile

Ryan Schmidt ryandesign at macports.org
Thu Feb 5 01:08:09 PST 2009


On Feb 5, 2009, at 03:04, devans at macports.org wrote:

> Revision: 46468
>           http://trac.macports.org/changeset/46468
> Author:   devans at macports.org
> Date:     2009-02-05 01:04:45 -0800 (Thu, 05 Feb 2009)
> Log Message:
> -----------
> sox: per maintainers request, change style of dependency on ffmpeg  
> from port to lib to allow either ffmpeg or ffmpeg-devel to satisfy  
> the dependency. Closes #18339.
>
> Modified Paths:
> --------------
>     trunk/dports/audio/sox/Portfile
>
> Modified: trunk/dports/audio/sox/Portfile
> ===================================================================
> --- trunk/dports/audio/sox/Portfile	2009-02-05 08:57:44 UTC (rev  
> 46467)
> +++ trunk/dports/audio/sox/Portfile	2009-02-05 09:04:45 UTC (rev  
> 46468)
> @@ -22,7 +22,7 @@
>                   port:libid3tag \
>                   port:libsamplerate \
>                   port:libvorbis \
> -                 port:ffmpeg \
> +                 lib:libavcodec:ffmpeg \

This would also allow a libavcodec installed outside of the MacPorts  
prefix to satisfy the dependency, which we do not want. Therefore  
this should be declared as a path:-style dependency, e.g. "path:lib/ 
libavcodec.dylib:ffmpeg"





More information about the macports-dev mailing list