Update to 2.1.1
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=56
This commit is contained in:
parent
5bce98a502
commit
aefb1d4ff5
@ -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
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d2177daa31786acf1e961b2f63429797a8c62c090e5359bcc7929a1ba5fe41f7
|
|
||||||
size 19571224
|
|
3
vlc-2.1.1.tar.xz
Normal file
3
vlc-2.1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:339c92cfb939ef6517b42fce7db59e59f259476d79d15b9b39e9d7f2b966b992
|
||||||
|
size 19605108
|
58
vlc.changes
58
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
|
Wed Nov 13 09:58:01 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
10
vlc.spec
10
vlc.spec
@ -34,12 +34,11 @@ Summary: Video Lan Client multimedia player
|
|||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
Group: Productivity/Multimedia/Video/Players
|
Group: Productivity/Multimedia/Video/Players
|
||||||
Name: vlc
|
Name: vlc
|
||||||
Version: 2.1.0
|
Version: 2.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define _version 2.1.0
|
%define _version 2.1.1
|
||||||
Url: http://www.videolan.org/
|
Url: http://www.videolan.org/
|
||||||
Source: http://download.videolan.org/vlc/%{_version}/vlc-%{_version}.tar.xz
|
Source: http://download.videolan.org/vlc/%{_version}/vlc-%{_version}.tar.xz
|
||||||
Patch1: fix_font_path.patch
|
|
||||||
Patch3: 0001-no-return-in-non-void.patch
|
Patch3: 0001-no-return-in-non-void.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: Mesa-devel
|
BuildRequires: Mesa-devel
|
||||||
@ -237,7 +236,6 @@ for gnome-vfs2.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{_version}
|
%setup -q -n %{name}-%{_version}
|
||||||
%patch1 -p1
|
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
rm -rf contrib
|
rm -rf contrib
|
||||||
|
|
||||||
@ -335,7 +333,9 @@ export CXXFLAGS="%{optflags} -L%{_libdir}/live -Wno-return-type $smbclient"
|
|||||||
--enable-gles2 \
|
--enable-gles2 \
|
||||||
--enable-egl \
|
--enable-egl \
|
||||||
%endif
|
%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
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user