Author: kwizart
Update of /cvs/free/rpms/transcode/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17002
Modified Files:
transcode.spec
Log Message:
Disable pvm3 on arm
Index: transcode.spec
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/transcode.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- transcode.spec 25 Jul 2014 18:05:25 -0000 1.44
+++ transcode.spec 3 May 2015 12:28:16 -0000 1.45
@@ -7,7 +7,7 @@
Name: transcode
Version: 1.1.7
-Release: 12%{?dist}
+Release: 13%{?dist}
Summary: Video stream processing tool
Group: Applications/Multimedia
@@ -103,9 +103,11 @@
--enable-ogg \
--enable-vorbis \
--enable-theora \
+%ifarch %{ix86} x86_64
--enable-pvm3 \
--with-pvm3-libs=`ls -1d %{pvmdir}/lib/LINUX*` \
--with-pvm3-includes=%{pvmdir}/include \
+%endif
--enable-libdv \
--enable-libquicktime \
--enable-a52 \
@@ -154,6 +156,9 @@
%changelog
+* Sun May 03 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.7-13
+- Disable pvm3 on arm - rhbz#986677
+
* Fri Jul 25 2014 Orion Poplawski <orion(a)cora.nwra.com> - 1.1.7-12
- Add patch to fix build with freetype 2.5
Show replies by date