summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-07 21:36:25 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-07 21:36:25 +0000
commit56c50a2d3b4a757061c3ef14ee6453cd7cbed620 (patch)
tree9a8843b4d96fadf756e149284e0e5dfe5380ba0f /debian
parent5fe43b6fd6f0812a74677757c876764e6a2c3138 (diff)
downloadmpv-56c50a2d3b4a757061c3ef14ee6453cd7cbed620.tar.bz2
mpv-56c50a2d3b4a757061c3ef14ee6453cd7cbed620.tar.xz
updating some descriptions, changelog, etc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8405 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'debian')
-rw-r--r--debian/TODO.Debian10
-rw-r--r--debian/changelog10
-rw-r--r--debian/control29
-rwxr-xr-xdebian/rules2
4 files changed, 34 insertions, 17 deletions
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 <gabucino@mplayerhq.hu> 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