Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2013-08-14 22:49:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlc (Old)
 and      /work/SRC/openSUSE:Factory/.vlc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2013-08-04 08:05:10.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes     2013-08-14 
22:49:36.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Aug  9 14:20:19 UTC 2013 - [email protected]
+
+- Add ppc64_altivec.patch: Enable altivec for powerpc64
+  (backport cce2cdb0dd246fa9669378f5a3b967464c88bf20)
+- Add autoreconf call in build section, as above patch touches the
+  build system.
+
+-------------------------------------------------------------------
+Fri Aug  9 11:30:54 UTC 2013 - [email protected]
+
+- Package altivec plugins on powerpc
+
+-------------------------------------------------------------------

New:
----
  ppc64_altivec.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.6MxiXw/_old  2013-08-14 22:49:37.000000000 +0200
+++ /var/tmp/diff_new_pack.6MxiXw/_new  2013-08-14 22:49:37.000000000 +0200
@@ -38,6 +38,7 @@
 Patch3:         0001-no-return-in-non-void.patch
 # PATCH-FIX-UPSTREAM vlc-avcodec-encoder-single-threaded.patch 
[email protected] -- Disable avcodec encoder multithreading for now, taken 
from git.
 Patch4:         vlc-avcodec-encoder-single-threaded.patch
+Patch5:         ppc64_altivec.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  aalib-devel
 BuildRequires:  alsa-devel
@@ -254,6 +255,7 @@
 %patch1 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 rm -rf contrib
 echo '********* ENDED PREP PHASE *********'
 date
@@ -269,7 +271,8 @@
 export CXXFLAGS="%{optflags} -L%{_libdir}/live"
 %endif
 
-#./bootstrap
+# Needed for patch5
+autoreconf -fi
 %configure \
    --disable-dependency-tracking        \
    --enable-aa                          \
@@ -437,6 +440,9 @@
 %ifarch %{ix86} x86_64
 %dir %{_libdir}/vlc/plugins/3dnow
 %endif
+%ifarch ppc ppc64
+%dir %{_libdir}/vlc/plugins/altivec
+%endif
 %dir %{_libdir}/vlc/plugins/access
 %dir %{_libdir}/vlc/plugins/access_output
 %dir %{_libdir}/vlc/plugins/audio_filter
@@ -523,6 +529,10 @@
 %ifarch %{ix86} x86_64
 %{_libdir}/vlc/plugins/3dnow/libmemcpy3dn_plugin.so
 %endif
+%ifarch ppc ppc64
+%{_libdir}/vlc/plugins/altivec/libi420_yuy2_altivec_plugin.so
+%{_libdir}/vlc/plugins/altivec/libmemcpyaltivec_plugin.so
+%endif
 %{_libdir}/vlc/plugins/access/libaccess_alsa_plugin.so
 %{_libdir}/vlc/plugins/access/libaccess_attachment_plugin.so
 %{_libdir}/vlc/plugins/access/libaccess_bd_plugin.so

++++++ ppc64_altivec.patch ++++++
--- a/configure.ac
+++ b/configure.ac
@@ -1371,7 +1371,7 @@ AM_CONDITIONAL(HAVE_NEON, [test "${ac_cv_arm_neon}" = 
"yes"])
 AC_ARG_ENABLE(altivec,
   [AS_HELP_STRING([--disable-altivec],
     [disable AltiVec optimizations (default auto)])],, [
-  AS_IF([test "${host_cpu}" = "powerpc"],
+  AS_CASE(["${host_cpu}"], [powerpc*],
         [enable_altivec=yes], [enable_altivec=no])
 ])
 have_altivec="no"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to