From 56c50a2d3b4a757061c3ef14ee6453cd7cbed620 Mon Sep 17 00:00:00 2001 From: gabucino Date: Sat, 7 Dec 2002 21:36:25 +0000 Subject: updating some descriptions, changelog, etc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8405 b3059339-0415-0410-9bf9-f77b7e298cf2 --- debian/TODO.Debian | 10 +++++----- debian/changelog | 10 ++++++++++ debian/control | 29 ++++++++++++++++++----------- debian/rules | 2 +- 4 files changed, 34 insertions(+), 17 deletions(-) (limited to 'debian') diff --git a/debian/TODO.Debian b/debian/TODO.Debian index 4b43b7cade..5a0fa2a491 100644 --- a/debian/TODO.Debian +++ b/debian/TODO.Debian @@ -1,12 +1,12 @@ -- create packages of mp_font3 and win32codecs, depend/recommend them. -- fibmap_mplayer - figure out what to do with suid. +- create packages of mp_font (TTF? BITMAP? AND HOW?), depend/recommend them. +- create package for win32codecs (WHY?) - global configuration ( /etc/mplayer/mplayer.conf /etc/mplayer/codecs.conf /usr/lib/mplayer/font ) -- Add script for copying *.dlls from users windows directory, +- OBSOLETED: fibmap_mplayer - figure out what to do with suid. +- OBSOLETED: create package with odivx and make this one depend/recommend it +- OBSOLETED: Add script for copying *.dlls from users windows directory, or figure out some other way of satisfying other dependencies like *.dlls and fonts. In other words - automate win32dll.zip installation. - -- create package with odivx and make this one depend/recommend it diff --git a/debian/changelog b/debian/changelog index 63a7ef7577..90a328ef9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +mplayer (0.90pre11-0) unstable; urgency=low + + * new release. + * now compiled with --enable-runtime-cpudetection for safety reasons. + Disable it for slightly better performance, but the package will run only + on the CPU the build machine had. + * updated package description + + -- Gabucino Sun, 24 Nov 2002 17:01:12 +0100 + mplayer (0.90pre9-0) unstable; urgency=low * new release. diff --git a/debian/control b/debian/control index 36d1f41fac..615c5875ff 100644 --- a/debian/control +++ b/debian/control @@ -9,16 +9,23 @@ Package: mplayer Architecture: any Depends: ${shlibs:Depends},debconf,libconfhelper-perl Description: The Ultimate Movie Player - MPlayer is a movie player for Un*x. It plays most MPEG, AVI and ASF files, - supported by many native and Win32 DLL codecs. You can watch VCD, DVD and even - DivX movies with MPlayer. + MPlayer is a movie player for LINUX (runs on many other Unices, and non-x86 + CPUs, see the ports section). It plays most MPEG, VOB, AVI, OGG/OGM, VIVO, + ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA files, + supported by many native, XAnim, RealPlayer, and Win32 DLL codecs. You can + watch VideoCD, SVCD, DVD, 3ivx, RealMedia, and DivX movies too (and you don't + need the avifile library at all!). . - MPlayer supports a wide range of output drivers: X11, Xv, DGA, OpenGL, - SVGAlib, fbdev, AAlib, GGI, SDL . You can use SDL and thus all the SDL - drivers. Same goes for GGI. - There are some low-level card-specific drivers (e.g. Matrox). Most of the - drivers support either software or hardware scaling, so you can enjoy - movies in full screen mode. + Another big feature of MPlayer is the wide range of supported output drivers. + It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, DirectFB, but you + can also use GGI and SDL (and this way all their drivers) and some lowlevel + card-specific drivers (for Matrox, 3Dfx and Radeon, Mach64, Permedia3) too! + Most of them supports software or hardware scaling, so you can enjoy movies in + fullscreen. . - MPlayer has nice, big antialiased shaded subtitles (7 supported types!) - with Hungarian, English, Cyrillic, Czech and Korean fonts, and OSD. + MPlayer supports displaying through some hardware MPEG decoder boards, such as + the DVB and DXR3/Hollywood+. + . + And what about the nice big antialiased shaded subtitles (10 supported types) + with European/ISO 8859-1,2 (Hungarian, English, Czech, etc), Cyrillic, Korean + fonts, and the onscreen display (OSD)? diff --git a/debian/rules b/debian/rules index 5b07fa6647..29105cb11f 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ configure-stamp: dh_testdir # Add here commands to configure the package. $(checkdir) - ./configure --prefix=/usr --confdir=/etc/mplayer --enable-gui $(DEB_BUILD_OPTIONS) + ./configure --prefix=/usr --confdir=/etc/mplayer --enable-runtime-cpudetection --enable-gui $(DEB_BUILD_OPTIONS) touch configure-stamp -- cgit v1.2.3