1
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 07:33:46 +01:00

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
This commit is contained in:
eyck 2001-11-11 21:05:53 +00:00
parent 615471a069
commit ac51a45afe
2 changed files with 3 additions and 2 deletions

3
debian/control vendored
View File

@ -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

2
debian/menu vendored
View File

@ -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