]> git.pld-linux.org Git - packages/avidemux.git/commitdiff
- rel 3; fix x264 build auto/th/avidemux-2_4_3-4 auto/ti/avidemux-2_4_3-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 26 Oct 2008 06:56:58 +0000 (06:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avidemux.spec -> 1.70

avidemux.spec

index 86bac18088f88e4158504199f599093b0910af39..61f4aeba1c9baff6f9bafffc03eb15f2713e7cdf 100644 (file)
@@ -16,7 +16,7 @@ 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:       3
+Release:       4
 License:       GPL v2+
 Group:         X11/Applications/Multimedia
 Source0:       http://download2.berlios.de/avidemux/%{name}_%{version}.tar.gz
@@ -25,6 +25,7 @@ Source1:      %{name}.desktop
 Patch0:                %{name}-autoconf.patch
 Patch1:                %{name}-dts_internal.patch
 Patch2:                %{name}-sparc64.patch
+Patch3:                %{name}-x264.patch
 URL:           http://fixounet.free.fr/avidemux/
 BuildRequires: SDL-devel
 BuildRequires: a52dec-libs-devel
@@ -72,16 +73,17 @@ 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
-#%{__autoconf}
-#%{__automake}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
 %configure \
        %{!?with_amr:ac_cv_header_amrnb_interf_dec_h=no} \
        %{!?with_arts:--without-arts} \
This page took 0.054134 seconds and 4 git commands to generate.