]> git.pld-linux.org Git - packages/avidemux.git/blobdiff - avidemux.spec
- update name, comment
[packages/avidemux.git] / avidemux.spec
index 4a031de2a24ada6372119918ac42a21dab9171ec..00f1b2f99f3473e5d69d0ccb805346266e229298 100644 (file)
@@ -6,7 +6,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
 Summary:       A small audio/video editing software for Linux
 Summary(pl.UTF-8):     Mały edytor audio/wideo dla Linuksa
 Name:          avidemux
-Version:       2.4.3
-Release:       1
+Version:       2.4.4
+Release:       2
 License:       GPL v2+
 Group:         X11/Applications/Multimedia
-Source0:       http://download2.berlios.de/avidemux/%{name}_%{version}.tar.gz
-# Source0-md5: ff8e6ac186321e7e8bec9f8177df3724
+Source0:       http://dl.sourceforge.net/avidemux/%{name}_%{version}.tar.gz
+# Source0-md5: 503dfd25842ef81be7c769811e7bc54e
 Source1:       %{name}.desktop
 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
@@ -73,11 +72,11 @@ Mały edytor audio/wideo dla Linuksa.
 %patch0 -p1
 %patch1 -p0
 %patch2 -p1
-#%patch3 -p1
 
 echo 'pt_BR' >> po/LINGUAS
 
 %build
+%{__cp} /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
 %{__make} -f admin/Makefile.common cvs
 %{__libtoolize}
 %{__aclocal} -I m4
@@ -91,7 +90,7 @@ echo 'pt_BR' >> po/LINGUAS
 %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 \
This page took 0.043322 seconds and 4 git commands to generate.