changeset 8404:8df33450a374

updating some descriptions, changelog, etc
author gabucino
date Sat, 07 Dec 2002 21:36:25 +0000
parents be6f1b281620
children c1d951a07f0a
files debian/TODO.Debian debian/changelog debian/control debian/rules
diffstat 4 files changed, 34 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/debian/TODO.Debian	Sat Dec 07 21:35:10 2002 +0000
+++ b/debian/TODO.Debian	Sat Dec 07 21:36:25 2002 +0000
@@ -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
--- a/debian/changelog	Sat Dec 07 21:35:10 2002 +0000
+++ b/debian/changelog	Sat Dec 07 21:36:25 2002 +0000
@@ -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 <gabucino@mplayerhq.hu>  Sun, 24 Nov 2002 17:01:12 +0100
+
 mplayer (0.90pre9-0) unstable; urgency=low
 
   * new release.
--- a/debian/control	Sat Dec 07 21:35:10 2002 +0000
+++ b/debian/control	Sat Dec 07 21:36:25 2002 +0000
@@ -9,16 +9,23 @@
 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)?
--- a/debian/rules	Sat Dec 07 21:35:10 2002 +0000
+++ b/debian/rules	Sat Dec 07 21:36:25 2002 +0000
@@ -20,7 +20,7 @@
 	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