]> git.pld-linux.org Git - packages/avidemux.git/blobdiff - avidemux.spec
- update name, comment
[packages/avidemux.git] / avidemux.spec
index 0018f2b922ceedf52b445a4d752bb901eb96df4c..00f1b2f99f3473e5d69d0ccb805346266e229298 100644 (file)
@@ -2,18 +2,25 @@
 #      - create aften.spec (aften.sf.net) and use it
 #
 # Conditional build:
+%bcond_without esd     # disable EsounD sound support
+%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    ssse3   # use SSSE3 instructions
 #
+%ifarch pentium4 %{x8664}
+%define                with_sse3       1
+%endif
+
 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.1
-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: 2d972f6b8795c891dd6e0ebe5035852a
+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
@@ -23,10 +30,10 @@ BuildRequires:      SDL-devel
 BuildRequires: a52dec-libs-devel
 BuildRequires: alsa-lib-devel >= 1.0
 %{?with_amr:BuildRequires:     amrnb-devel}
-BuildRequires: artsc-devel
+%{?with_arts:BuildRequires:    artsc-devel}
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: esound-devel
+%{?with_esd:BuildRequires:     esound-devel}
 BuildRequires: faad2-devel
 BuildRequires: ffmpeg-devel
 BuildRequires: freetype-devel >= 2.0.0
@@ -37,6 +44,7 @@ BuildRequires:        lame-libs-devel
 BuildRequires: libdts-devel
 BuildRequires: libmad-devel
 BuildRequires: libmpeg3-devel
+BuildRequires: libsamplerate-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: libvorbis-devel
@@ -46,7 +54,9 @@ BuildRequires:        pkgconfig
 %{?with_qt:BuildRequires:      QtGui-devel}
 %{?with_qt:BuildRequires:      qt4-build}
 BuildRequires: sed >= 4.0
+BuildRequires: xorg-lib-libXt-devel
 BuildRequires: xorg-lib-libXv-devel
+BuildRequires: xorg-proto-xextproto-devel
 BuildRequires: xvid-devel >= 1:1.0
 Requires:      js(threads)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -66,20 +76,21 @@ Mały edytor audio/wideo dla Linuksa.
 echo 'pt_BR' >> po/LINGUAS
 
 %build
-export kde_htmldir=%{_kdedocdir}
-export kde_libs_htmldir=%{_kdedocdir}
+%{__cp} /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
 %{__make} -f admin/Makefile.common cvs
 %{__libtoolize}
 %{__aclocal} -I m4
-%{__automake}
 %{__autoconf}
+%{__automake}
 %configure \
        %{!?with_amr:ac_cv_header_amrnb_interf_dec_h=no} \
+       %{!?with_arts:--without-arts} \
+       %{!?with_esd:--without-esd} \
        --disable-static \
 %ifarch ppc
        --enable-altivec \
 %endif
-       --with-jsapi-include=%{_includedir}/js \
+       %{?with_ssse3:--enable-ssse3} \
 %if %{with qt}
        --with-qt-dir=%{_prefix} \
        --with-qt-include=%{_includedir}/qt4 \
This page took 0.054971 seconds and 4 git commands to generate.