# HG changeset patch # User eyck # Date 1005127611 0 # Node ID ce39b5cc7e1686dea6c5505e72815858d397f263 # Parent 5e5cba50b1d0ac6635ed52709cdb6ef9a7f7d52f add gui, this way we can finally add usable entry to menus. ( Sveg Hartge ) diff -r 5e5cba50b1d0 -r ce39b5cc7e16 debian/rules --- a/debian/rules Wed Nov 07 08:52:04 2001 +0000 +++ b/debian/rules Wed Nov 07 10:06:51 2001 +0000 @@ -12,7 +12,7 @@ dh_testdir # Add here commands to configure the package. $(checkdir) - ./configure --prefix=/usr + ./configure --prefix=/usr --enable-gui --enable-streaming touch configure-stamp @@ -24,6 +24,7 @@ #$(MAKE) #/usr/bin/docbook-to-man debian/etherconf.sgml > etherconf.1 ${MAKE} mplayer + ${MAKE} mencoder touch build-stamp @@ -54,6 +55,8 @@ # $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr # install -d $(CURDIR)/debian/tmp/usr/bin install -m 755 -s mplayer $(CURDIR)/debian/`dh_listpackages`/usr/bin/mplayer + dh_link usr/bin/mplayer usr/bin/gmplayer + #Do we really need this?: # install -o root -g root -m 4755 fibmap_mplayer usr/bin/fibmap_mplayer