From: Hugo Villeneuve Date: Mon, 15 Dec 2014 04:41:19 +0000 (-0500) Subject: Upgrade to vlc-2.1.5 X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=d89155de78de078b7315638d0dffa16cd07f8b7b Upgrade to vlc-2.1.5 --- diff --git a/config/packages-list b/config/packages-list index 8fa283c..dd89265 100644 --- a/config/packages-list +++ b/config/packages-list @@ -412,7 +412,7 @@ UW_IMAP="imap-2007e" VALA="vala-0.26.1" VAMP="vamp-plugin-sdk-2.3" VIEWNIOR="viewnior-1.4" -VLC="vlc-2.1.4" +VLC="vlc-2.1.5" VOBCOPY="vobcopy-1.2.0" VTE="vte-0.28.2" diff --git a/stage5/patches/common/vlc-2.1.5-ffmpeg.patch b/stage5/patches/common/vlc-2.1.5-ffmpeg.patch new file mode 100644 index 0000000..fbe2186 --- /dev/null +++ b/stage5/patches/common/vlc-2.1.5-ffmpeg.patch @@ -0,0 +1,14 @@ +diff -Naur vlc-2.1.5.orig/configure vlc-2.1.5.new/configure +--- vlc-2.1.5.orig/configure 2014-02-27 10:20:10.000000000 -0500 ++++ vlc-2.1.5.new/configure 2014-12-26 12:58:37.404381223 -0500 +@@ -35411,8 +35411,8 @@ + $as_echo "yes" >&6; } + + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavcodec < 56\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "libavcodec < 56") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavcodec < 57\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "libavcodec < 57") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then