SPECS: avidemux.spec - removed -c++.patch (applied upstream); typo
charles
charles at pld-linux.org
Sun Aug 17 20:48:05 CEST 2008
Author: charles Date: Sun Aug 17 18:48:05 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- removed -c++.patch (applied upstream); typo
---- Files affected:
SPECS:
avidemux.spec (1.65 -> 1.66)
---- Diffs:
================================================================
Index: SPECS/avidemux.spec
diff -u SPECS/avidemux.spec:1.65 SPECS/avidemux.spec:1.66
--- SPECS/avidemux.spec:1.65 Sun Aug 17 11:09:36 2008
+++ SPECS/avidemux.spec Sun Aug 17 20:48:00 2008
@@ -7,7 +7,7 @@
%bcond_without arts # without arts audio output
%bcond_with amr # enable 3GPP Adaptive Multi Rate (AMR) speech codec support
%bcond_with qt # build qt4-base interface
-%bcond_with sse3 # use SSE3 instructions
+%bcond_with ssse3 # use SSSE3 instructions
#
%ifarch pentium4 %{x8664}
%define with_sse3 1
@@ -26,7 +26,6 @@
Patch0: %{name}-autoconf.patch
Patch1: %{name}-dts_internal.patch
Patch2: %{name}-sparc64.patch
-Patch3: %{name}-c++.patch
URL: http://fixounet.free.fr/avidemux/
BuildRequires: SDL-devel
BuildRequires: a52dec-libs-devel
@@ -74,7 +73,6 @@
%patch0 -p1
%patch1 -p0
%patch2 -p1
-#%patch3 -p1
echo 'pt_BR' >> po/LINGUAS
@@ -92,7 +90,7 @@
%ifarch ppc
--enable-altivec \
%endif
- %{?with_sse3:--enable-ssse3} \
+ %{?with_ssse3:--enable-ssse3} \
%if %{with qt}
--with-qt-dir=%{_prefix} \
--with-qt-include=%{_includedir}/qt4 \
@@ -132,6 +130,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.66 2008/08/17 18:48:00 charles
+- removed -c++.patch (applied upstream); typo
+
Revision 1.65 2008/08/17 09:09:36 charles
- updated to 2.4.3
- added new bconds and SSE3 support
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/avidemux.spec?r1=1.65&r2=1.66&f=u
More information about the pld-cvs-commit
mailing list