Dominique Leuenberger 2013-10-02 08:50:12 +00:00 committed by Git OBS Bridge
parent 10933fe8a2
commit 11cf0bf7f5
2 changed files with 11 additions and 6 deletions

View File

@ -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

View File

@ -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