summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authoreyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 21:05:53 +0000
committereyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 21:05:53 +0000
commitac51a45afe70a7d8cc65cb638b3538522e5ff4ba (patch)
treeace8b90114319c1d7cb4f7c6f3de35151475c34f /debian
parent615471a06935d4331997f0b7cba1e60950ee92ad (diff)
downloadmpv-ac51a45afe70a7d8cc65cb638b3538522e5ff4ba.tar.bz2
mpv-ac51a45afe70a7d8cc65cb638b3538522e5ff4ba.tar.xz
BuildDepend on libgtk-dev since we want to build GUI by default ( as suggested
by Rob Bos <rbos@sandwich.net> ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2845 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian')
-rw-r--r--debian/control3
-rw-r--r--debian/menu2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 699ef4029f..dcd6badebb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: misc
Priority: optional
Maintainer: Dariush Pietrzak <eyck@ghost.anime.pl>
Standards-Version: 3.2.1
-Build-Depends: xlibs-dev, libpng2-dev, zlib1g-dev, debhelper (>= 2)
+Build-Depends: libglib-dev, libgtk-dev, xlibs-dev, libpng2-dev, zlib1g-dev, debhelper (>= 2)
+Recommends: libsdl1.2-dev
Package: mplayer
Architecture: any
diff --git a/debian/menu b/debian/menu
index 44cfe6918e..cd10901372 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1 +1 @@
-?package(mplayer):command=/usr/bin/mplayer section="Apps/Viewers" needs=text title=mplayer
+?package(mplayer):command=/usr/bin/gmplayer section="Apps/Viewers" needs=X11 title=gmplayer