rpms/vlc/devel vlc.spec,1.22,1.23

NicolasChauvet kwizart at rpmfusion.org
Fri Jan 16 18:39:40 CET 2009


Author: kwizart

Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8785

Modified Files:
	vlc.spec 
Log Message:
Add lua support by default



Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- vlc.spec	16 Jan 2009 17:37:08 -0000	1.22
+++ vlc.spec	16 Jan 2009 17:39:40 -0000	1.23
@@ -112,7 +112,7 @@
 BuildRequires:	libGL-devel
 BuildRequires:	libGLU-devel
 BuildRequires:  libmusicbrainz-devel
-%{?_with_lua:BuildRequires: lua-devel}
+BuildRequires:  lua-devel
 BuildRequires:	mpeg2dec-devel >= 0.3.2
 BuildRequires:	ncurses-devel
 BuildRequires:  opencv-devel
@@ -205,7 +205,6 @@
 Non-default rpmbuild options:
 --with dirac:   Enable dirac codec support
 --with kate:    Enable kate codec support
---with lua:     Enable lua support
 
 
 %description devel
@@ -306,7 +305,7 @@
 	--with-tuning=no			\
 	--enable-switcher			\
 	--enable-shout				\
-	%{?_with_lua:--enable-lua --enable-lua} \
+	--enable-lua                            \
 	--enable-live555 			\
 %if %with_internal_live555
 	--with-live555-tree=live		\
@@ -556,6 +555,7 @@
 - Add libxul 1.9.1 prelimary support
 - backport postproc fixes
 - Add pending 0.9-bugfix git branch
+- Add lua support by default
 
 * Thu Jan 15 2009 kwizart < kwizart at gmail.com > - 0.9.8a-2
 - Disable mozilla-vlc because of libxul 1.9.1 WIP



More information about the rpmfusion-commits mailing list