rpms/avidemux/F-11 avidemux.spec,1.25,1.26

Stewart Adam firewing at rpmfusion.org
Tue Aug 4 03:27:05 CEST 2009


Author: firewing

Update of /cvs/free/rpms/avidemux/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1797

Modified Files:
	avidemux.spec 
Log Message:
* Mon Aug 3 2009 Stewart Adam <s.adam at diffingo.com> - 2.5.0-5
- Disable smp_mflags



Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/F-11/avidemux.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- avidemux.spec	3 Aug 2009 23:26:37 -0000	1.25
+++ avidemux.spec	4 Aug 2009 01:27:05 -0000	1.26
@@ -1,6 +1,6 @@
 Name:           avidemux
 Version:        2.5.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Graphical video editing and transcoding tool
 
 Group:          Applications/Multimedia
@@ -172,8 +172,11 @@
 mkdir build build_plugins && cd build
 %cmake ../
 # po/ not smp safe - http://bugs.avidemux.org/index.php?do=details&task_id=605
-make -C po
-make %{?_smp_mflags}
+#make -C po
+# smp_mflags seems to break on the buildsys
+#make %{?_smp_mflags}
+make
+
 # Do a local install to build plugins
 make install DESTDIR=%{_builddir}/avidemux_%{version}/localinstall
 
@@ -184,7 +187,9 @@
        -DAVIDEMUX_CORECONFIG_DIR=%{_builddir}/avidemux_%{version}/build/config \
        -DAVIDEMUX_INSTALL_PREFIX=%{_builddir}/avidemux_%{version}/localinstall/%{_prefix} \
        ../plugins
-make %{?_smp_mflags}
+# See note above, this doesn't always work properly
+#make %{?_smp_mflags}
+make
 
 
 %install
@@ -251,6 +256,9 @@
 %{_includedir}/ADM_coreConfig.h
 
 %changelog
+* Mon Aug 3 2009 Stewart Adam <s.adam at diffingo.com> - 2.5.0-5
+- Disable smp_mflags
+
 * Mon Aug 3 2009 Stewart Adam <s.adam at diffingo.com> - 2.5.0-4
 - Disable building on ppc and ppc64
 



More information about the rpmfusion-commits mailing list