mirror of https://github.com/mpv-player/mpv
spellcheck, start of integration with debian menu system, /etc/mplayer.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@846 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8c94b3ddd0
commit
a9494a46df
|
@ -1,6 +1,6 @@
|
|||
mplayer for Debian
|
||||
----------------------
|
||||
This package is ment for users to build themselves.
|
||||
This package is meant for users to build themselves.
|
||||
Recommended method is running "fakeroot debian/rules binary" in "main" directory
|
||||
|
||||
Dariush Pietrzak <eyck@incubus.ar.lublin.pl> Thu, 17 May 2001 13:25:12 +0200
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
mplayer (0.17a-2) unstable; urgency=low
|
||||
|
||||
* mplayer.conf file, automatic menu files update
|
||||
|
||||
-- Dariush Pietrzak <eyck@incubus.ar.lublin.pl> Sun, 20 May 2001 22:50:41 +0200
|
||||
|
||||
mplayer (0.17a-1) unstable; urgency=low
|
||||
|
||||
* Version change, debian scripts update (rm), temporary(?) new maintainer;)
|
||||
* Version change, debian scripts update (rm), maintainer switch
|
||||
|
||||
-- Dariush Pietrzak <eyck@incubus.ar.lublin.pl> Thu, 17 May 2001 13:25:12 +0200
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
mplayer_0.11pre-1_i386.deb unknown optional
|
||||
mplayer_0.17a-1_i386.deb unknown optional
|
||||
|
|
|
@ -24,12 +24,19 @@ binary-indep: checkroot build
|
|||
# generated by this package. If there were any they would be
|
||||
# made here.
|
||||
|
||||
|
||||
|
||||
binary-arch: checkroot build
|
||||
$(checkdir)
|
||||
-rm -rf debian/tmp
|
||||
install -d debian/tmp
|
||||
cd debian/tmp && install -d `cat ../dirs`
|
||||
$(MAKE) install prefix=`pwd`/debian/tmp/usr
|
||||
|
||||
# questionable quality of solution:
|
||||
mkdir -p debian/tmp/etc
|
||||
cp debian/mplayer.conf debian/tmp/etc/
|
||||
|
||||
# Must have debmake installed for this to work. Otherwise please copy
|
||||
# /usr/bin/debstd into the debian directory and change debstd to debian/debstd
|
||||
debstd
|
||||
|
|
|
@ -1 +1 @@
|
|||
shlibs:Depends=libc6 (>= 2.2.1-2), liblircclient0, libncurses5, xlibs (>= 4.0.1-11)
|
||||
shlibs:Depends=libc6 (>= 2.2.3-1), libgl1, libncurses5 (>= 5.2.20010310-1), libpng2(>=1.0.10), libsdl1.1, libstdc++2.10-glibc2.2, svgalibg1, xlibs (>> 4.0.3), zlib1g (>= 1:1.1.3)
|
||||
|
|
Loading…
Reference in New Issue