mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
debian/: remove references to the internal GUI.
This commit is contained in:
parent
7431eabaab
commit
104aec4537
2
debian/control
vendored
2
debian/control
vendored
@ -3,7 +3,7 @@ Section: misc
|
||||
Priority: optional
|
||||
Maintainer: Diego Biurrun <diego@biurrun.de>
|
||||
Standards-Version: 3.2.1
|
||||
Build-Depends: libgtk1.2-dev | libgtk2.0-dev, libpng12-dev, zlib1g-dev, x11proto-core-dev, libx11-dev, libxext-dev, libxinerama-dev, libxv-dev, debhelper (>= 2)
|
||||
Build-Depends: libpng12-dev, zlib1g-dev, x11proto-core-dev, libx11-dev, libxext-dev, libxinerama-dev, libxv-dev, debhelper (>= 2)
|
||||
|
||||
Package: mplayer
|
||||
Architecture: any
|
||||
|
6
debian/menu
vendored
6
debian/menu
vendored
@ -1,6 +0,0 @@
|
||||
?package(mplayer):\
|
||||
needs="X11"\
|
||||
section="Apps/Viewers"\
|
||||
title="MPlayer"\
|
||||
command="/usr/bin/gmplayer"\
|
||||
icon="/usr/share/pixmaps/mplayer.xpm"
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -61,14 +61,9 @@ binary-arch: build
|
||||
# commands to install the package into debian/<packagename>
|
||||
$(MAKE) prefix=$(prefix)/usr BINDIR=$(prefix)/usr/bin CONFDIR=$(prefix)/etc/mplayer LIBDIR=$(prefix)/usr/lib DATADIR=$(prefix)/usr/share/mplayer MANDIR=$(prefix)/usr/share/man install
|
||||
|
||||
dh_link usr/bin/mplayer usr/bin/gmplayer \
|
||||
usr/share/man/man1/mplayer.1.gz usr/share/man/man1/gmplayer.1.gz
|
||||
|
||||
|
||||
dh_installdebconf
|
||||
dh_installdocs -X.svn -Xmplayer.1 DOCS/*
|
||||
dh_installexamples etc/example.conf etc/dvb-menu.conf etc/input.conf etc/menu.conf
|
||||
dh_installmenu
|
||||
dh_installmime
|
||||
dh_installinfo
|
||||
dh_installchangelogs
|
||||
|
Loading…
Reference in New Issue
Block a user