SPECS: mlt.spec - some options for configure; BRs

zbyniu zbyniu at pld-linux.org
Thu Jun 1 23:40:06 CEST 2006


Author: zbyniu                       Date: Thu Jun  1 21:40:06 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- some options for configure; BRs

---- Files affected:
SPECS:
   mlt.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/mlt.spec
diff -u SPECS/mlt.spec:1.5 SPECS/mlt.spec:1.6
--- SPECS/mlt.spec:1.5	Thu Jun  1 04:01:25 2006
+++ SPECS/mlt.spec	Thu Jun  1 23:40:01 2006
@@ -17,12 +17,18 @@
 BuildRequires:	SDL-devel
 BuildRequires:	bluefish
 #BuildRequires:	ffmpeg-devel
+BuildRequires:	gtk+2-devel
+BuildRequires:	lame-libs-devel
 BuildRequires:	libdv-devel >= 0.102
+BuildRequires:	libmad-devel
 BuildRequires:	libquicktime-devel
 BuildRequires:	libsamplerate-devel
 BuildRequires:	libvorbis-devel >= 1.0.1
 BuildRequires:	libxml2-devel >= 2.5
+BuildRequires:	pkgconfig
+BuildRequires:	qt-devel
 BuildRequires:	sox-devel
+BuildRequires:	which
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -52,10 +58,19 @@
 
 %build
 %configure \
-	--disable-avformat
-%{__make}
-	CFLAGS="%{rpmcflags}" \
-	LDFLAGS="%{rpmldflags}"
+	--disable-avformat \
+	--enable-gpl \
+	--disable-debug \
+%ifarch i586 i686 %{x8664}
+	--disable-mmx \
+%else
+	--enable-mmx \
+%endif
+	--qimage-includedir=%{_includedir}/qt \
+	--qimage-libdir=%{_libdir}
+	
+%{__make} \
+	CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -87,6 +102,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/06/01 21:40:01  zbyniu
+- some options for configure; BRs
+
 Revision 1.5  2006/06/01 02:01:25  shadzik
 - cleanups
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mlt.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list