Mercurial > mplayer.hg
changeset 2759:ce39b5cc7e16
add gui, this way we can finally add usable entry to menus. ( Sveg Hartge
<hartge@ds9.argh.org> )
author | eyck |
---|---|
date | Wed, 07 Nov 2001 10:06:51 +0000 |
parents | 5e5cba50b1d0 |
children | ab3cc8156c3d |
files | debian/rules |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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