rpms/vlc/devel vlc.spec,1.178,1.179

Nicolas Chauvet kwizart at rpmfusion.org
Fri Jun 28 07:47:47 CEST 2013


Author: kwizart

Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1919

Modified Files:
	vlc.spec 
Log Message:
HACK for build on fedora-20



Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- vlc.spec	26 Jun 2013 21:56:19 -0000	1.178
+++ vlc.spec	28 Jun 2013 05:47:46 -0000	1.179
@@ -18,6 +18,7 @@
 %if 0%{?fedora}
 %global _with_fluidsynth 1
 %global _with_bluray    1
+%global _with_opencv    1
 %ifarch x86_64 i686
 %global _with_crystalhd 1
 %endif
@@ -97,6 +98,7 @@
 BuildRequires:	libtiger-devel
 BuildRequires:	libtiff-devel
 BuildRequires:	pkgconfig(libudev)
+BuildRequires:	pkgconfig(libvncclient)
 BuildRequires:	libupnp-devel
 BuildRequires:	libv4l-devel
 %{?_with_vaapi:BuildRequires: libva-devel}
@@ -270,7 +272,9 @@
 	--enable-ncurses			\
 	--enable-lirc				\
 %if 0%{?fedora} < 19
-	--disable-vdpau
+	--disable-vdpau				\
+%else
+	--disable-vaapi				\
 %endif
 
 


More information about the rpmfusion-commits mailing list