diff --git a/libxine.spec b/libxine.spec index cd4fa88..f9f14f9 100644 --- a/libxine.spec +++ b/libxine.spec @@ -2,7 +2,7 @@ %define with_arts 0 Name: libxine -Version: 1.2.5 +Version: 1.2.6 Release: 1mamba Epoch: 2 Summary: A free multimedia player. It plays back CDs, DVDs, and VCDs @@ -140,7 +140,10 @@ find ./ -name Makefile -exec \ # fix to set correct ffmpeg include locations sed -i "s|\(#define HAVE_FFMPEG_AVUTIL_H 1\)|//\1|" include/configure.h -%make +%make \ +%ifarch arm + MMAL_LIBS="-lbcm_host -lmmal -lmmal_core -lmmal_util -lvchostif" +%endif %install [ %{buildroot} != / ] && rm -rf "%{buildroot}" @@ -194,6 +197,9 @@ mv %{buildroot}%{_datadir}/doc/xine-lib \ %doc ChangeLog CREDITS TODO %changelog +* Tue Jul 08 2014 Automatic Build System 1.2.6-1mamba +- automatic version update by autodist + * Tue Apr 08 2014 Automatic Build System 1.2.5-1mamba - automatic version update by autodist