Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2013-09-09 10:58:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-14 22:49:36.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes     2013-09-09 
10:58:42.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Sep  7 18:52:22 UTC 2013 - [email protected]
+
+- If we have a smblcient.pc available (meaning, we build against
+  samba 4), we export the output of pkg-config --cflags smbclient
+  into CFLAGS. Fixes build with Samab 4.0.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vlc.spec ++++++
--- /var/tmp/diff_new_pack.TEAbfD/_old  2013-09-09 10:58:43.000000000 +0200
+++ /var/tmp/diff_new_pack.TEAbfD/_new  2013-09-09 10:58:43.000000000 +0200
@@ -263,12 +263,14 @@
 %build 
 echo '********* BOOTSTRAPPING *********'
 date
+pkg-config --exists smbclient && 
+  smbclient=$(pkg-config --cflags smbclient)
 %ifarch %{ix86} x86_64
-export CFLAGS="%{optflags} -L%{_libdir}/live -msse"
-export CXXFLAGS="%{optflags} -L%{_libdir}/live -msse"
+export CFLAGS="%{optflags} -L%{_libdir}/live -msse $smbclient"
+export CXXFLAGS="%{optflags} -L%{_libdir}/live -msse $smbclient"
 %else
-export CFLAGS="%{optflags} -L%{_libdir}/live"
-export CXXFLAGS="%{optflags} -L%{_libdir}/live"
+export CFLAGS="%{optflags} -L%{_libdir}/live $smbclient"
+export CXXFLAGS="%{optflags} -L%{_libdir}/live $smbclient"
 %endif
 
 # Needed for patch5

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to