Mercurial > mplayer.hg
changeset 845:29a3f57d5e1d
spellcheck, start of integration with debian menu system, /etc/mplayer.conf
author | eyck |
---|---|
date | Mon, 21 May 2001 08:32:00 +0000 |
parents | 108ea5157cbc |
children | fc413ca1b283 |
files | debian/README.debian debian/changelog debian/files debian/rules debian/substvars |
diffstat | 5 files changed, 17 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/README.debian Sun May 20 21:49:45 2001 +0000 +++ b/debian/README.debian Mon May 21 08:32:00 2001 +0000 @@ -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
--- a/debian/changelog Sun May 20 21:49:45 2001 +0000 +++ b/debian/changelog Mon May 21 08:32:00 2001 +0000 @@ -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
--- a/debian/files Sun May 20 21:49:45 2001 +0000 +++ b/debian/files Mon May 21 08:32:00 2001 +0000 @@ -1,1 +1,1 @@ -mplayer_0.11pre-1_i386.deb unknown optional +mplayer_0.17a-1_i386.deb unknown optional
--- a/debian/rules Sun May 20 21:49:45 2001 +0000 +++ b/debian/rules Mon May 21 08:32:00 2001 +0000 @@ -24,12 +24,19 @@ # 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
--- a/debian/substvars Sun May 20 21:49:45 2001 +0000 +++ b/debian/substvars Mon May 21 08:32:00 2001 +0000 @@ -1,1 +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)