diff --git a/fix_font_path.patch b/fix_font_path.patch deleted file mode 100644 index 70dbd49..0000000 --- a/fix_font_path.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: vlc-2.1.0/modules/text_renderer/freetype.c -=================================================================== ---- vlc-2.1.0.orig/modules/text_renderer/freetype.c -+++ vlc-2.1.0/modules/text_renderer/freetype.c -@@ -67,9 +67,9 @@ - # define SYSTEM_DEFAULT_MONOSPACE_FONT_FILE "/system/fonts/DroidSansMono.ttf" - # define SYSTEM_DEFAULT_MONOSPACE_FAMILY "Droid Sans Mono" - #else --# define SYSTEM_DEFAULT_FONT_FILE "/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf" -+# define SYSTEM_DEFAULT_FONT_FILE "/usr/share/fonts/truetype/FreeSerifBold.ttf" - # define SYSTEM_DEFAULT_FAMILY "Serif Bold" --# define SYSTEM_DEFAULT_MONOSPACE_FONT_FILE "/usr/share/fonts/truetype/freefont/FreeMono.ttf" -+# define SYSTEM_DEFAULT_MONOSPACE_FONT_FILE "/usr/share/fonts/truetype/FreeMono.ttf" - # define SYSTEM_DEFAULT_MONOSPACE_FAMILY "Monospace" - #endif - diff --git a/vlc-2.1.0.tar.xz b/vlc-2.1.0.tar.xz deleted file mode 100644 index 2fe249f..0000000 --- a/vlc-2.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2177daa31786acf1e961b2f63429797a8c62c090e5359bcc7929a1ba5fe41f7 -size 19571224 diff --git a/vlc-2.1.1.tar.xz b/vlc-2.1.1.tar.xz new file mode 100644 index 0000000..61f7456 --- /dev/null +++ b/vlc-2.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339c92cfb939ef6517b42fce7db59e59f259476d79d15b9b39e9d7f2b966b992 +size 19605108 diff --git a/vlc.changes b/vlc.changes index e2fd7ae..d47a0e9 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,3 +1,61 @@ +------------------------------------------------------------------- +Mon Nov 18 09:54:30 UTC 2013 - dimstar@opensuse.org + +- Update to version 2.1.1: + + Core: + - Fix random and reshuffling behaviour. + - Fix recording. + - Fix some subtitles track selection. + + Decoders: + - VP9 support in WebM. + - HEVC/H.265 support in MKV, MP4 and raw files. + - Fix GPU decoding under Windows (DxVA2) crashes. + + Demuxers: + - Fix crashes on wav, mlp and mkv and modplug files. + - Support Speex in ogg files. + - Fix some .mov playlists support. + - Support Alac in mkv. + - Fix WMV3 and palette in AVI. + - Fix FLAC packetizer issues in some files. + + Access: + - Fix DVB options parsing. + - Fix DeckLink HDMI input. + - Fix HTTPS connectivity on OS X by loading root certificates + from Keychain. + + Audio output: + - Fixes for DirectSound pass-through. + - Fixes for OSS output, notably on BSD. + + Interfaces: + - Fix HTTP interface infinite loop. + - Fix D-Bus volume setting. + + Qt: + - Reinstore right click subtitle menu to open a subtitle. + - Fix saving the hotkeys in preferences. + - Fix saving the audio volume on Win32, using DirectSound. + - Fix play after drag'n drop. + - Fix streaming options edition and scale parameter. + + Stream out: + - Fix transcoding audio drift issues. + - Fix numerous audio encoding issues. + + Win32 installer: + - Important rewrite to fix numerous bugs, notably about + updates. + - Simplification of the upgrade mechanism. + + Mac OS X interface: + - Reintroduce the language selector known from pre-2.1 + releases. + - Fix fullscreen behaviour and various crashes. + - Fix about dialog crash in Japanese. + - Fix crashes on proxy lookups. + - Fixes on the playlist and information behaviours. + - Fixes on the streaming dialogs. + - Improves interface resizings. + + Updated translations. +- Pass --with-default-font=[path] and + --with-default-monospace-font=[path] to configure. +- Drop fix_font_path.patch: replaced with configure parameters + above. + ------------------------------------------------------------------- Wed Nov 13 09:58:01 UTC 2013 - dimstar@opensuse.org diff --git a/vlc.spec b/vlc.spec index d6d20f0..c93ad6c 100644 --- a/vlc.spec +++ b/vlc.spec @@ -34,12 +34,11 @@ Summary: Video Lan Client multimedia player License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Multimedia/Video/Players Name: vlc -Version: 2.1.0 +Version: 2.1.1 Release: 0 -%define _version 2.1.0 +%define _version 2.1.1 Url: http://www.videolan.org/ Source: http://download.videolan.org/vlc/%{_version}/vlc-%{_version}.tar.xz -Patch1: fix_font_path.patch Patch3: 0001-no-return-in-non-void.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: Mesa-devel @@ -237,7 +236,6 @@ for gnome-vfs2. %prep %setup -q -n %{name}-%{_version} -%patch1 -p1 %patch3 -p1 rm -rf contrib @@ -335,7 +333,9 @@ export CXXFLAGS="%{optflags} -L%{_libdir}/live -Wno-return-type $smbclient" --enable-gles2 \ --enable-egl \ %endif - --enable-xvideo + --enable-xvideo \ + --with-default-font=/usr/share/fonts/truetype/FreeSerifBold.ttf \ + --with-default-monospace-font=/usr/share/fonts/truetype/FreeMono.ttf make %{?_smp_mflags} V=1 %install