[vlc-devel] [PATCH] do not put symlinks in the .tar.bz2

Rafaël Carré funman at videolan.org
Wed Feb 18 18:29:52 CET 2015


Hello,

The fix is simply "rm libdts.a"

vlc uses libdca rather than libdts

On 02/17/2015 12:25 PM, Steve Lhomme wrote:
> The win32 prebuilt contrib package includes some symlink that fails to
> decompress on msys2. In the end some files are missing from the contrib
> like "rcc.exe".
> 
> This patch should fix this.
> 
> ---
>  contrib/src/main.mak | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/contrib/src/main.mak b/contrib/src/main.mak
> index fdeeba9..731e604 100644
> --- a/contrib/src/main.mak
> +++ b/contrib/src/main.mak
> @@ -396,7 +396,7 @@ package: install
>          cd share; rm -Rf man doc gtk-doc info lua projectM gettext; cd ..;
> \
>          rm -Rf man sbin etc lib/lua lib/sidplay
>      cd tmp/$(notdir $(PREFIX)) && $(abspath $(SRC))/change_prefix.sh
> $(PREFIX) @@CONTRIB_PREFIX@@
> -    (cd tmp && tar c $(notdir $(PREFIX))/) | bzip2 -c >
> ../vlc-contrib-$(HOST)-$(DATE).tar.bz2
> +    (cd tmp && tar c -h $(notdir $(PREFIX))/) | bzip2 -c >
> ../vlc-contrib-$(HOST)-$(DATE).tar.bz2
> 
>  list:
>      @echo All packages:
> 
> 
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> 



More information about the vlc-devel mailing list