From 11cf0bf7f5bd6d143bd46aec9e8badc80d84c913bdbb0ea8f543cd58720ee892 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 2 Oct 2013 08:50:12 +0000 Subject: [PATCH] cleanup OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=47 --- vlc.changes | 9 +++++++-- vlc.spec | 8 ++++---- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/vlc.changes b/vlc.changes index fa5c1c9..8c85be9 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,12 +1,17 @@ ------------------------------------------------------------------- Wed Oct 2 08:20:45 UTC 2013 - guillaume@opensuse.org -- Add support to openGL ES 2 (enabled by default for %arm) +- Add support to openGL ES 2 (enabled by default for %arm): + + Introduce bcon_with(out) opengles. + + If enabled, pass --enable-gles2 --enable-egl to configure. + + Adjust the files section for that. ------------------------------------------------------------------- Wed Oct 2 08:16:18 UTC 2013 - guillaume@opensuse.org -- Add libvdpau to codec +- Add vdpau support to -codecs package (BUILD_ORIG): + + BuildRequire libvdpua-devel + + Adapt files section. ------------------------------------------------------------------- Tue Oct 1 20:09:40 UTC 2013 - dimstar@opensuse.org diff --git a/vlc.spec b/vlc.spec index bcf9d96..54fcadd 100644 --- a/vlc.spec +++ b/vlc.spec @@ -27,9 +27,9 @@ %define with_ncurses 0 %ifarch %arm -%bcond_without enable_opengles +%bcond_without opengles %else -%bcond_with enable_opengles +%bcond_with opengles %endif Summary: VLC - Video Lan Client @@ -361,7 +361,7 @@ export CXXFLAGS="%{optflags} -L%{_libdir}/live -Wno-return-type $smbclient" %else --disable-xcb \ %endif -%if %{with enable_opengles} +%if %{with opengles} --enable-gles2 \ --enable-egl \ %endif @@ -407,7 +407,7 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/vlc/plugins/video_filter/libpanoramix_plugin.so %{_libdir}/vlc/plugins/video_output/libxcb_glx_plugin.so %endif -%if %{with enable_opengles} +%if %{with opengles} %{_libdir}/vlc/plugins/video_output/libegl_plugin.so %{_libdir}/vlc/plugins/video_output/libgles2_plugin.so %endif