Change logs for mplayer source package in Karmic

  • mplayer (2:1.0~rc3+svn20090426-1ubuntu10.1) karmic-proposed; urgency=low
    
      * debian/patches/41_fix_forcedsubsonly.patch: fix the forcedsubsonly
        option. This fixes a problem with ogmrip always encoding with
        subtitles. (LP: #458129).
     -- Marc Deslauriers <email address hidden>   Tue, 24 Nov 2009 08:26:53 -0500
  • mplayer (2:1.0~rc3+svn20090426-1ubuntu10) karmic; urgency=low
    
      * make sure that patches are applied for non-i386 builds as well.
        Fixes: LP: #390398, #448603, #448595, #441566, #440346
    
     -- Reinhard Tartler <email address hidden>   Thu, 15 Oct 2009 17:55:21 +0200
  • mplayer (2:1.0~rc3+svn20090426-1ubuntu9) karmic; urgency=low
    
      [ Julien Lavergne ]
      * Renable xvid support by removing --disable-xvid in debian/rules.
    
      [ Reinhard Tartler ]
      * Also enable mp3lame support (at least for now) LP: #386449
      * don't override the mplayer built-in defaults for the vo module LP: #446040
      * verified that mennuc's screensaver patch is enabled and works in the default
        configuration. LP: #439787
    
     -- Reinhard Tartler <email address hidden>   Thu, 08 Oct 2009 09:23:29 +0200
  • mplayer (2:1.0~rc3+svn20090426-1ubuntu8) karmic; urgency=low
    
      * build depend on nvidia-185-libvdpau-dev only on i386 and amd64
      * add ubuntu specific configuration file. LP: #276957, #440343
    
     -- Reinhard Tartler <email address hidden>   Sat, 03 Oct 2009 10:45:23 +0200
  • mplayer (2:1.0~rc3+svn20090426-1ubuntu7) karmic; urgency=low
    
      * remove 41_use_fontconfig_by_default.patch, doesn't apply
      * enable VDPAU on i386 and amd64 (LP: #437039)
    
     -- Reinhard Tartler <email address hidden>   Mon, 28 Sep 2009 19:32:29 +0000
  • mplayer (2:1.0~rc3+svn20090426-1ubuntu6) karmic; urgency=low
    
      [ Andres Mejia ]
      * Enable VDPAU support by including vdpau headers in deb packaging.
    
      [ Reinhard Tartler ]
      * sort build dependencies alphabetically
      * avoid using tabs - prefer space instead
      * reenable 22disable-xscreensaver.patch. The patch does work, but you
        need to have the mouse cursor INSIDE the window
      * don't build-depend on libmad, the internal mp3lib library is superiour
        for most cases these days, according to upstream. LP: #111025, #163382
      * add clarifications to the libgsm license.
      * install the TOOLS/midentify.sh script LP: #333828
    
     -- Reinhard Tartler <email address hidden>   Thu, 24 Sep 2009 21:09:24 +0200
  • mplayer (2:1.0~rc3+svn20090426-1ubuntu5) karmic; urgency=low
    
      * No-change rebuild to pick up new ffmpeg shlibs file.
    
     -- Stefan Potyra <email address hidden>   Fri, 28 Aug 2009 21:04:38 +0200
  • mplayer (2:1.0~rc3+svn20090426-1ubuntu4) karmic; urgency=low
    
      * remove 22disable-xscreensaver.patch. Patch is not working properly
        anyways and actually potentially dangerous because it is faking input
        activity.
      * enable fontconfig by default.
    
     -- Reinhard Tartler <email address hidden>   Thu, 18 Jun 2009 16:09:33 +0200
  • mplayer (2:1.0~rc3+svn20090426-1ubuntu3) karmic; urgency=low
    
      [ Reinhard Tartler ]
      * add additional build dependencies that are available in
        ubuntu/multiverse LP: #386449
      * prefer auto-detection and lavc variants of many codecs in debian/rules
      * install .desktop and .xpm file in the mplayer package
    
      [ Siegfried Gevatter ]
      * improve desktop file to conform (more) to the freedesktop file
        specification LP: #386505
    
     -- Reinhard Tartler <email address hidden>   Mon, 15 Jun 2009 23:24:25 +0200
  • mplayer (2:1.0~rc3+svn20090426-1ubuntu2) karmic; urgency=low
    
      * Bump epoch in debian/control as well, so that the Replaces field has
        any effect in ubuntu
    
     -- Reinhard Tartler <email address hidden>   Mon, 08 Jun 2009 07:51:12 +0200
  • mplayer (2:1.0~rc3+svn20090426-1ubuntu1) karmic; urgency=low
    
      * Switch to debian packaging for the mplayer package
      * New upstream release, LP: #336697, #260918, #246675, #243453, #74282
      * Fixes security issues: CVE-2008-5616, LP: #308939
      * many flv fixes LP: #73271, #347021
      * Build and install mencoder
      * Bump epoch
    
    mplayer (1.0~rc3+svn20090426-1) unstable; urgency=low
    
      [ fabrice ]
      * Introduce the mplayer-nogui package, that does not depend on GTK+
    
      [ Reinhard Tartler ]
      * new upstream svn version based on the 1.0rc3 branch
      * various cleanups and refactoring in debian/rules
      * no longer remove mencoder.c: It does hardly contain any "dangerous"
        or patented code. Instead:
      * strip libavcodec similar to how its done in the ffmpeg package. This
        brings the patent policy of the mplayer and ffmpeg package in debian
        finally in sync. c.f. the comments and the "discussion" in #522373.
      * install upstream's version of binary_codecs.sh
    
    mplayer (1.0~rc3+svn20090405-1) unstable; urgency=low
    
      * New upstream version. Track the 1.0rc3 release branch for now.
      * remove 50_r28803_segfault_print_int.patch, merged upstream.
      * no longer remove the TOOLS subdirectory from the upstream source.
      * make get-orig-source rule actually work.
      * disable musepack support. Closes: #476384
      * completely delegate handling of /etc/mplayer/mplayer.conf to
        dpkg. This change removes also all debconf templates and reduces
        package complexity.
      * move .gbp.conf to debian/gbp.conf
      * cleanups in debian/rules: prefer external debhelper helper files
      * enhance upstream Makefile to install gmplayer manpages
         - implement as quilt patch, submitted upstream
         - debian/rules: make use of the added rules
      * use dh_prep instead of dh_clean -k
      * bump Standards-Version to 3.8.1
    
    mplayer (1.0~rc2+svn20090303-7) unstable; urgency=low
    
      * various cleanups in  debian/rules.
      * as a side effect, DEB_BUILD_OPTIONS set to noopt no longer works. It
        really needs to be implemented in ./configure instead of weird hackery
        in debian/rules. patches welcome.
      * run 'make distclean' only of config.mak exists.
      * remove debian/control.mplayer* variants.
      * don't --enable-debug on mipsen. This hopfully fixes the FTBFS on mipsen.
    
    mplayer (1.0~rc2+svn20090303-6) unstable; urgency=low
    
      [ A Mennucc1 ]
    
      * use ./configure flags to dynamically link FFmpeg,
        delete patch  30link-system-ffmpeg.patch
    
      [ Reinhard Tartler ]
    
      * cleanup debian/rules: use --enable-debug on all architectures but mips.
        in order to fix a FTBFS. This results in making the -dbg package on mips
        useless. If you are interested in having a usable mplayer-dbg package on
        mips, please try enabling that switch in debian/rules and send us your
        buildlog!
      * run 'make distclean' only of config.mak exists
      * cleanup debian/rules: remove unnecessary clean statements
    
    mplayer (1.0~rc2+svn20090303-5) unstable; urgency=low
    
      * debian/control : move docbook-xml,docbook-xsl,xsltproc from
        Build-Depends-Indep to Build-Depends, since they are needed to run
        configure
    
    mplayer (1.0~rc2+svn20090303-4) unstable; urgency=low
    
      * try another fix for bug 520113
      * disable specific patch for powerpc, that was reducing optimization to -O
        to avoid gcc bug 475153
    
    mplayer (1.0~rc2+svn20090303-3) unstable; urgency=low
    
      * try a fix for bug 520113
    
    mplayer (1.0~rc2+svn20090303-2) unstable; urgency=low
    
      * always build documentation. Fixes FTBFS.
    
    mplayer (1.0~rc2+svn20090303-1) unstable; urgency=low
    
      * new upstream snapshot (Closes: #517774)
      * this version has dvdnav:// support (Closes: #430211)
      * rebuild against new ffmpeg in unstable,
        (Closes: #518670, #516933, #492229, #505048, #512892, #496709)
      * converted package to use git Closes: #508483
      * completly reworked the way the .orig.tar.gz is created, please see
        debian/README.upstream-upgrade and debian/get-orig-source.sh for details
      * large refactoring of debian/control and debian/rules
      * dropped many unnecessary versioned build dependencies
      * bumped debhelper compatibility level 4->7
      * replace patch system from dpatch to quilt
      * dropped the following patches, merged upstream:
            - 10configure-alpha.dpatch
            - 12configure-vidix-alpha.dpatch
            - 24mplayer.desktop.dpatch
            - 25kFreeBDS.dpatch
            - 25mplayer-desktop.dpatch
            - 30vorbis-block-alloc.dpatch
            - 40rtsp_demux.dpatch
            - 51xsai.dpatch
            - CVE-2008-0073--rtsp_fix.diff
            - CVE-2008-0629--stream_cddb.c.diff
            - CVE-2008-0630.diff
            - SA33136_demux_vqf.c.diff
            - demux.patch
            - demux_audio_fix_20080129.diff
            - demux_mov_fix_20080129.diff
            - oCERT-2008-013--realfix.diff
            - theora_length_fix_svn27354.diff
            - to-ffmpeg-free-0.svn20080206.diff
      * reworked the way the control file for the mplayer-non-dfsg package is
        handled: it now copied from debian/control.mplayer-non-dfsg. Add a
        debian/control target in debian rules.
      * do not run the actual rules of debian/rules in parallel, fixes FTBFS
      * implement the debconf review by Josselin Mouette and Christian
        Perrier. The last debconf question is mplayer/replace-existing-files
        (which can be dropped after ucf is deployed in the package) and
        mplayer/voutput, which needs more thought. (Closes: #445091)
      * verified that http://oumph.free.fr/tmp/29761.h264 no longer crashes
        mplayer (Closes: #497467)
      * add japanese debconf translation, thanks to Hideki Yamane.
        (Closes: #512874)
      * warn about libstdc++.so.5 when installing binary codecs in i386 as well
        (Closes: #497787)
      * add libpulse-dev to build dependencies to enable pulseaudio backend
        (Closes: #468470)
      * add libschroedinger-dev to build dependencies
    
     -- Reinhard Tartler <email address hidden>   Sat, 06 Jun 2009 23:01:52 +0200
  • mplayer (2:1.0~rc2-0ubuntu19) jaunty; urgency=low
    
      * No change rebuild to build with latest libdvdread (LP: #330684).
    
     -- Alessio Treglia <email address hidden>   Mon, 02 Mar 2009 21:20:01 +0100