Author: sls                          Date: Fri Jan  4 11:57:31 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added bcond amrnb
- BR: libx264-devel
- TODO entry
- workaround for parallel building

---- Files affected:
SPECS:
   avidemux.spec (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: SPECS/avidemux.spec
diff -u SPECS/avidemux.spec:1.56 SPECS/avidemux.spec:1.57
--- SPECS/avidemux.spec:1.56    Fri Jan  4 11:47:23 2008
+++ SPECS/avidemux.spec Fri Jan  4 12:57:26 2008
@@ -1,7 +1,11 @@
 # $Revision$, $Date$
 # 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
@@ -18,6 +22,7 @@
 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
@@ -34,6 +39,7 @@
 BuildRequires: libmpeg3-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libvorbis-devel
+BuildRequires: libx264-devel
 BuildRequires: libxml2-devel
 BuildRequires: pkgconfig
 BuildRequires: sed >= 4.0
@@ -67,6 +73,9 @@
        --with-jsapi-include=%{_includedir}/js \
        --disable-static
 
+cd po
+%{__make} -j1
+cd ..
 %{__make}
 
 %install
@@ -98,6 +107,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2008-01-04 11:57:26  sls
+- added bcond amrnb
+- BR: libx264-devel
+- TODO entry
+- workaround for parallel building
+
 Revision 1.56  2008-01-04 10:47:23  sls
 - enable parallel building
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/avidemux.spec?r1=1.56&r2=1.57&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to