[macports-ports] branch master updated: VLC: upgrade to 2.2.6 and FFmpeg 3
Ryan Schmidt
ryandesign at macports.org
Sat Aug 19 14:19:24 UTC 2017
> On Aug 19, 2017, at 07:22, Zero King <l2dy at macports.org> wrote:
>
> Zero King (l2dy) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/c0fff8944a6d33e366abc4321e385189a3d9d1d9
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new c0fff89 VLC: upgrade to 2.2.6 and FFmpeg 3
>
> c0fff89 is described below
>
>
> commit c0fff8944a6d33e366abc4321e385189a3d9d1d9
>
> Author: Zero King <l2dy at macports.org>
> AuthorDate: Sat Aug 19 10:36:34 2017 +0000
>
>
> VLC: upgrade to 2.2.6 and FFmpeg 3
>
>
>
> Fixes: https://trac.macports.org/ticket/54480
>
> ---
> multimedia/VLC/Portfile | 295 ++++++-----------------
> multimedia/VLC/files/patch-ffmpeg3-compat.diff | 231 ++++++++++++++++++
> multimedia/VLC/files/patch-use-NSGetEnviron.diff | 40 +++
> 3 files changed, 351 insertions(+), 215 deletions(-)
>
>
> diff --git a/multimedia/VLC/Portfile b/multimedia/VLC/Portfile
> index 8086f8d..222feb2 100644
> --- a/multimedia/VLC/Portfile
> +++ b/multimedia/VLC/Portfile
> @@ -5,6 +5,14 @@ PortGroup compiler_blacklist_versions 1.0
> PortGroup active_variants 1.1
> PortGroup conflicts_build 1.0
>
> +if {[file exists ${prefix}/etc/macports/locales.tcl]} {
> + # experimental feature to cut down the NLS/locale files, which take up over 50% of
> + # the install footprint for VLC. This feature loads the locale_select PortGroup
> + # if its configuration file exist; a variant is then added which prunes all translations from
> + # ${destroot}${prefix}/share/locale except those whitelisted in etc/macports/locales.tcl .
> + PortGroup locale_select 1.0
> +}
I don't like this.
More information about the macports-dev
mailing list