]> git.pld-linux.org Git - packages/avidemux.git/commitdiff
- added bcond amrnb
authorSzymon Siwek <sls@pld-linux.org>
Fri, 4 Jan 2008 11:57:26 +0000 (11:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: libx264-devel
- TODO entry
- workaround for parallel building

Changed files:
    avidemux.spec -> 1.57

avidemux.spec

index 38f9ad618dfe1576fcb16dd8752d080de8580fc3..f83bbc124bbe493740edabedbca416e2df220c1d 100644 (file)
@@ -1,6 +1,10 @@
 # TODO:
+#      - build qt4 interface
 #      - create aften.spec (aften.sf.net) and use it
 #
+# Conditional build:
+%bcond_with    amrnb           # enable 3GPP Adaptive Multi Rate (AMR) speech codec support
+#
 Summary:       A small audio/video editing software for Linux
 Summary(pl.UTF-8):     Mały edytor audio/wideo dla Linuksa
 Name:          avidemux
@@ -17,6 +21,7 @@ URL:          http://fixounet.free.fr/avidemux/
 BuildRequires: SDL-devel
 BuildRequires: a52dec-libs-devel
 BuildRequires: alsa-lib-devel >= 1.0
+%{?with_amrnb:BuildRequires:   amrnb-devel}
 BuildRequires: artsc-devel
 BuildRequires: autoconf
 BuildRequires: automake
@@ -33,6 +38,7 @@ BuildRequires:        libmad-devel
 BuildRequires: libmpeg3-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libvorbis-devel
+BuildRequires: libx264-devel
 BuildRequires: libxml2-devel
 BuildRequires: pkgconfig
 BuildRequires: sed >= 4.0
@@ -66,6 +72,9 @@ export kde_libs_htmldir=%{_kdedocdir}
        --with-jsapi-include=%{_includedir}/js \
        --disable-static
 
+cd po
+%{__make} -j1
+cd ..
 %{__make}
 
 %install
This page took 0.082538 seconds and 4 git commands to generate.