]> git.sesse.net Git - vlc/blobdiff - vlc.spec
*) Added "#include <string.>" to include/threads.h
[vlc] / vlc.spec
index a7a8894217987f549fb1f5ac3e5ea02a416ca59b..109060c39d80fc646f6c49eeba934019a055f721 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,11 +1,11 @@
 # This is borrowed and adapted from Mandrake's Cooker
 %define name   vlc
-%define vlc_ver 0.2.83
+%define vlc_ver 0.2.91
 %define version        %vlc_ver
 
 # libdvdcss
 %define major   0
-%define lib_ver 0.0.3
+%define lib_ver 1.0.0
 %define lib_name libdvdcss%{major}
 
 %define cvs     0
@@ -40,9 +40,10 @@ BuildRoot:   %_tmppath/%name-%version-%release-root
 #Buildrequires:        db1-devel
 #This is for RedHat :
 Buildrequires: ncurses-devel
-Buildrequires: qt2-devel
+Buildrequires: qt-devel
 Buildrequires: gtk+-devel
-Buildrequires: gnome-libs-devel
+Buildrequires: gnome-libs-devel
+Buildrequires: SDL-devel
 Buildrequires: db1
 
 %description
@@ -102,15 +103,15 @@ install vlc-ncurses
 %endif
 
 %build
-%configure --with-dvdcss=local-shared \
-       --enable-gnome --enable-gtk \
+export QTDIR=%{_libdir}/qt-2.3.0/
+%configure --enable-release --with-dvdcss=local-shared \
+          --enable-gnome --enable-gtk \
           --enable-x11 --enable-qt --enable-ncurses \
           --enable-esd --disable-alsa \
           --enable-fb \
           --enable-xvideo \
           --enable-sdl 
-export QTDIR=%{_libdir}/qt2 
-%make
+make
 
 %install
 %makeinstall
@@ -122,7 +123,7 @@ rm -fr %buildroot
 
 %files
 %defattr(-,root,root,-)
-%doc README COPYING
+%doc README COPYING FAQ AUTHORS
 %{_bindir}/vlc
 
 %{_libdir}/videolan/vlc/dsp.so
@@ -156,6 +157,12 @@ rm -fr %buildroot
 
 
 %changelog
+* Mon Nov 12 2001 Christophe Massiot <massiot@via.ecp.fr> 0.2.91-1
+- version 0.2.91
+
+* Wed Oct 10 2001 Christophe Massiot <massiot@via.ecp.fr> 0.2.90-1
+- version 0.2.90
+
 * Tue Oct 02 2001 Christophe Massiot <massiot@via.ecp.fr>
 - Imported Mandrake's vlc.spec into the CVS