[Mplayer-cvslog] CVS: main README,1.20,1.21

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Nov 5 11:38:37 CET 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv18774

Modified Files:
	README 
Log Message:
Explain how to use custom options while building Debian packages, based on a
patch by Guillaume Poirier.


Index: README
===================================================================
RCS file: /cvsroot/mplayer/main/README,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- README	10 Sep 2004 17:54:17 -0000	1.20
+++ README	5 Nov 2004 10:38:33 -0000	1.21
@@ -171,6 +171,20 @@
 
   fakeroot debian/rules binary
 
+If you want to pass custom options to configure, you can set up the
+DEB_BUILD_OPTIONS environment variable. For instance, if you want GUI
+and OSD menu support you would use:
+
+  DEB_BUILD_OPTIONS="--enable-gui --enable-menu" fakeroot debian/rules binary
+
+You can also pass some variables to the Makefile. For example, if you want
+to compile with gcc 3.4 even if it's not the default compiler:
+
+  CC=gcc-3.4 DEB_BUILD_OPTIONS="--enable-gui" fakeroot debian/rules clean
+
+To clean up the source tree run the following command:
+
+  fakeroot debian/rules clean
 
 ____________________________________________
 STEP5: Installing the onscreen display fonts




More information about the MPlayer-cvslog mailing list