[SCM] mplayer packaging branch, master, updated. debian/1.0.rc3+svn20090405-1-9-g3c42cec

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Jun 3 07:01:06 UTC 2009


The following commit has been merged in the master branch:
commit 3c42cec266a6c443c67a68251647c8df4a60b172
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Wed Jun 3 08:58:50 2009 +0200

    replace the GUI_FLAG variable with explicit values
    
    this ensure that the gui version is actually compiled with gui
    support. Technically, the non-gui version doesn't actually need the
    --disable-gui flag, but this way it becomes more clear what is actually
    intended here.

diff --git a/debian/rules b/debian/rules
index 162a440..dd109fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -155,7 +155,7 @@ install-arch:
 	dh_testdir
 	[ ! -f config.mak ] || $(MAKE) distclean
 	$(CLEAN_ENV) \
-	./configure $(COMMON_CONFIGURE_FLAGS) $(DEB_BUILD_CONFIGURE) $(GUI_FLAG)
+	./configure $(COMMON_CONFIGURE_FLAGS) $(DEB_BUILD_CONFIGURE) --disable-gui
 	$(CLEAN_ENV) \
 	$(MAKE)
 	# build non-gui version
@@ -169,7 +169,7 @@ install-arch:
 	# build gui version
 	[ ! -f config.mak ] || $(MAKE) distclean
 	$(CLEAN_ENV) \
-	./configure $(COMMON_CONFIGURE_FLAGS) $(DEB_BUILD_CONFIGURE) $(GUI_FLAG)
+	./configure $(COMMON_CONFIGURE_FLAGS) $(DEB_BUILD_CONFIGURE) --enable-gui
 	$(CLEAN_ENV) \
 	$(MAKE)
 	install -D -m 755 mplayer $(CURDIR)/debian/mplayer/usr/bin/gmplayer

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list