SPECS: cinelerra.spec - added fixes for make 3.81 to fix patch - e...

qboosh qboosh at pld-linux.org
Thu Jul 6 20:43:33 CEST 2006


Author: qboosh                       Date: Thu Jul  6 18:43:32 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added fixes for make 3.81 to fix patch
- enabled DVB support
- switched to modular xorg

---- Files affected:
SPECS:
   cinelerra.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/cinelerra.spec
diff -u SPECS/cinelerra.spec:1.26 SPECS/cinelerra.spec:1.27
--- SPECS/cinelerra.spec:1.26	Wed Jul  5 12:19:25 2006
+++ SPECS/cinelerra.spec	Thu Jul  6 20:43:24 2006
@@ -23,7 +23,7 @@
 Patch5:		%{name}-fix.patch
 URL:		http://heroinewarrior.com/cinelerra.php3
 BuildRequires:	OpenEXR-devel >= 1.2.1
-BuildRequires:	XFree86-devel
+#BuildRequires:	OpenGL-devel >= 2.0
 BuildRequires:	alsa-lib-devel >= 1.0.8
 BuildRequires:	esound-devel
 BuildRequires:	freetype-devel >= 2.1.4
@@ -41,6 +41,10 @@
 BuildRequires:	nasm
 %endif
 BuildRequires:	quicktime4linux-devel >= 2.2
+BuildRequires:	xorg-lib-libX11-devel
+BuildRequires:	xorg-lib-libXext-devel
+BuildRequires:	xorg-lib-libXv-devel
+BuildRequires:	xorg-lib-libXxf86vm-devel
 Requires:	OpenEXR-devel >= 1.2.1
 Requires:	alsa-lib >= 1.0.8
 Requires:	freetype >= 2.1.4
@@ -89,9 +93,13 @@
 %patch4 -p1
 %patch5 -p1
 
-# assume we have <linux/videodev2.h> (it's in llh)
-echo '#define HAVE_VIDEO4LINUX2' > hvirtual_config.h
-echo '#define PACKAGE_STRING "cinelerra"' >> hvirtual_config.h
+# assume we have <linux/videodev2.h> and <linux/dvb/*> (present in llh)
+# don't define HAVE_GL as Mesa doesn't support OpenGL 2.0 (e.g. glUseProgram()) yet
+cat > hvirtual_config.h <<EOF
+#define HAVE_VIDEO4LINUX2
+#define HAVE_DVB
+#define PACKAGE_STRING "cinelerra"
+EOF
 
 rm -rf OpenEXR-* alsa-lib-* audiofile esound fftw-* freetype-* libavc1394-* libiec61883-* libmpeg3 libraw1394-* libsndfile-* libtheora-* mjpegtools-* quicktime tiff-* uuid
 
@@ -129,6 +137,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2006/07/06 18:43:24  qboosh
+- added fixes for make 3.81 to fix patch
+- enabled DVB support
+- switched to modular xorg
+
 Revision 1.26  2006/07/05 10:19:25  qboosh
 - updated to 2.1, updated system-libs,guicast_bootstrap patches, added fix patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cinelerra.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list