[SCM] mplayer/master.experimental: No longer advertise nor build 3fdx, mga and dxr3 backends, Closes: #496106

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Fri Jan 6 15:31:11 UTC 2012


The following commit has been merged in the master.experimental branch:
commit 1f71ba0d8286a21eee29df0875e9d4b78ce73535
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Fri Jan 6 15:35:20 2012 +0100

    No longer advertise nor build 3fdx, mga and dxr3 backends, Closes: #496106
    
    In case someone really misses these drivers, please file a bug that
    confirms that they still work!

diff --git a/debian/control b/debian/control
index 190110f..40abc02 100644
--- a/debian/control
+++ b/debian/control
@@ -99,12 +99,7 @@ Description: movie player for Unix-like systems
  .
  Another big feature of MPlayer is the wide range of supported output
  drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev,
- DirectFB, but also SDL (plus all its drivers) and some
- low level card-specific drivers (for Matrox, 3Dfx and Radeon, Mach64
- and Permedia3). Most of them support software or hardware scaling,
- therefore allowing fullscreen display.  MPlayer is also able
- to use some hardware MPEG decoder boards, such as the DVB
- and DXR3/Hollywood+.
+ DirectFB, but also SDL.
  .
  This package includes the gui variant of mplayer.
 
@@ -158,12 +153,7 @@ Description: movie player for Unix-like systems
  .
  Another big feature of MPlayer is the wide range of supported output
  drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev,
- DirectFB, but also SDL (plus all its drivers) and some
- low level card-specific drivers (for Matrox, 3Dfx and Radeon, Mach64
- and Permedia3). Most of them support software or hardware scaling,
- therefore allowing fullscreen display.  MPlayer is also able
- to use some hardware MPEG decoder boards, such as the DVB
- and DXR3/Hollywood+.
+ DirectFB, but also SDL.
  .
  Not all of the upstream code is distributed in the source tarball.
  See the README.Debian and copyright files for details.
diff --git a/debian/rules b/debian/rules
index 55e3990..48f1384 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,7 +86,7 @@ CONFIGURE_FLAGS += --enable-debug
 endif
 
 ifeq (linux,$(DEB_HOST_ARCH_OS))
-    CONFIGURE_FLAGS += --enable-mga --enable-3dfx --enable-tdfxfb --enable-joystick
+    CONFIGURE_FLAGS += --enable-joystick
     sound_backend := alsa
 else
     sound_backend := oss

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list