debian/0000755000000000000000000000000012315150543007165 5ustar debian/watch0000644000000000000000000000025412105775635010233 0ustar version=3 opts=uversionmangle=s/([\d\.]+)-(rc|alpha|beta)([\d\.]*)/$1~$2$3/,\ filenamemangle=s/build-// \ http://ftp.mplayer2.org/pub/release/mplayer2-[^\d]*-(.*)\.tar\.xz debian/rules0000755000000000000000000000373212204706012010245 0ustar #!/usr/bin/make -f # Support multiple makes at once ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) NUMJOBS = -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) else # on i386 and amd64, we query the system unless overriden by DEB_BUILD_OPTIONS ifeq ($(DEB_HOST_ARCH),i386) NUMJOBS := -j$(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1) else ifeq ($(DEB_HOST_ARCH),amd64) NUMJOBS := -j$(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1) endif endif DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) ifeq ($(DEB_HOST_GNU_CPU),i686) CFLAGS += -march=i686 endif CFLAGS = `dpkg-buildflags --get CFLAGS` CFLAGS += `dpkg-buildflags --get CPPFLAGS` LDFLAGS = `dpkg-buildflags --get LDFLAGS` confflags := --prefix=/usr \ --confdir=/etc/mplayer \ --enable-translation \ --extra-cflags="${CFLAGS}" \ --extra-ldflags="${LDFLAGS}" \ --enable-debug=3 \ $(archconf) ifeq ($(DEB_HOST_ARCH),i386) #configure optimizes for the cpu detected at ./configure time #in order to build a generic binary, avoid non-standard opcodes through gcc archconf += --target=i586-linux confflags += --enable-runtime-cpudetection endif ifeq ($(DEB_HOST_ARCH),amd64) confflags += --enable-runtime-cpudetection endif ifeq ($(DEB_HOST_ARCH),kfreebsd-i386) confflags += --enable-runtime-cpudetection endif ifeq ($(DEB_HOST_ARCH),kfreebsd-amd64) confflags += --enable-runtime-cpudetection endif ifeq ($(DEB_HOST_ARCH),powerpc) confflags += --enable-runtime-cpudetection endif %: dh $@ override_dh_auto_configure: dpkg-parsechangelog | sed -n 's/^Version: //p' > VERSION ./configure $(confflags) override_dh_auto_build: make V=1 $(NUMJOBS) override_dh_install: dh_install find debian/mplayer2/ -type d -empty -delete override_dh_strip: dh_strip --dbg-package=mplayer2-dbg override_dh_auto_clean: dh_auto_clean || true override_dh_clean: [ ! -f config.mak ] || dh_clean rm -f VERSION get-orig-source: sh debian/get-git-source.sh .PHONY: get-orig-source debian/get-git-source.sh0000755000000000000000000000116212106001352012351 0ustar #!/bin/sh set -e PACKAGE=mplayer2 BASE_REL=$(dpkg-parsechangelog 2>/dev/null | sed -ne 's/Version: \([0-9]\)\+.*/\1/p') OLDDIR=${PWD} GOS_DIR=${OLDDIR}/get-orig-source GIT_DESCRIBE_STR='git describe | sed -e "s/v\(.*\)/\1/"' if [ -z ${BASE_REL} ]; then echo 'Please run this script from the sources root directory.' exit 1 fi rm -rf ${GOS_DIR} mkdir ${GOS_DIR} && cd ${GOS_DIR} git clone git://git.mplayer2.org/mplayer2.git ${PACKAGE} cd ${PACKAGE}/ GIT_DESCRIBE=$(eval "${GIT_DESCRIBE_STR}") cd .. && XZ_OPT=-f9 tar cJf \ ${OLDDIR}/${PACKAGE}_${GIT_DESCRIBE}.orig.tar.xz \ ${PACKAGE} --exclude-vcs rm -rf ${GOS_DIR} debian/mplayer2.debhelper.log0000644000000000000000000000001612204704662013355 0ustar dh_auto_clean debian/mime0000644000000000000000000000223612105775635010056 0ustar application/x-ogg; mplayer %s; description="Ogg Stream" application/ogg; mplayer %s; description="Ogg Stream" audio/mpeg; mplayer %s; description="MPEG Audio" audio/x-mpegurl; mplayer %s; description="Icecast Playlist" audio/x-ms-wax; mplayer %s; description="Windows Media Audio" audio/x-ms-wma; mplayer %s; description="Windows Media Audio" audio/x-pls; mplayer %s; description="MP3 ShoutCast/IceCast Playlist" audio/x-scpls; mplayer %s; description="Shoutcast Playlist" audio/x-wav; mplayer %s; description="WAV Audio" video/mpeg; mplayer %s; description="MPEG Video"; video/quicktime; mplayer %s; description="Apple QuickTime Video"; video/x-mpeg; mplayer %s; description="MPEG Video"; video/x-mpeg2; mplayer %s; description="MPEG-2 Video"; video/x-msvideo; mplayer %s; description="MS Video (AVI)"; video/x-ms-afs; mplayer %s; description="Microsoft ASF Video"; video/x-ms-asf; mplayer %s; description="Microsoft ASF Video"; video/x-ms-wma; mplayer %s; description="Windows Media Audio"; video/x-ms-wmv; mplayer %s; description="Windows Media Video"; video/x-ms-wmx; mplayer %s; description="Windows Media Video"; video/x-ms-wvx; mplayer %s; description="Windows Media Video"; debian/copyright0000644000000000000000000003264512105775635011146 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mplayer2 Upstream-Contact: The mplayer and mplayer2 Developers Source: http://mplayer2.org Copyright: GPL-3+ Files: * Copyright: 2000-2011 The mplayer and mplayer2 Developers 1995-1999 by Michael Hipp 2006 Zuxy MENG License: GPL-2+ Files: mplayer/talloc.* Copyright: 2004-2005 Andrew Tridgell 2006 Stefan Metzmacher License: LGPL-3+ Files: debian/* Copyright: 2011 Reinhard Tartler License: GPL-2+ Files: ffmpeg-mt/* Copyright: 2010 Zhentan Feng 2010 Tomas Härdin 2010 Sebastian Vater 2010 Rafael Carre 2010 Nolan Lum 2010 Mohamed Naufal Basheer 2010 Michele Orrù 2010 Michael Chinen 2010 Martin Storsjo 2010 Marcelo Galvao Povoa 2010 Laurent Aimar 2010 Josh Allmann 2010 Jason Garrett-Glaser 2010 Janne Grunau 2010, Google, Inc 2010 Francesco Lavra 2010 Eli Friedman 2010 Daniel G. Taylor 2010 Carl Eugen Hoyos 2010 Anton Khirnov 2010 Anatoly Nenashev 2010 Amanda, Y.N. Wu 2010 Alex Converse 2010 Adrian Daerr and Nicolas George 2009 Tobias Bindhammer 2009 Thomas P. Higdon 2009 Thilo Borgmann 2009 Stephen Backway 2009 Samalyse 2009 Ronald S. Bultje 2009 Nathan Caldwell 2009 Michael Tison 2009 Maxim Poliakovski 2009 Kostya Shishkov 2009 Kenan Gillet 2009 Kenan Gillet 2009 Jimmy Christensen 2009 James Darnley 2009 Ivan Schreter 2009 Dylan Yudaken 2009 Daniel Verkamp 2009 Colin McQuillan 2009 Christian Schmidt 2009 Bjorn Axelsson 2009-2010 Stefano Sabatini 2008 vmrsss 2008 Vladimir Voroshilov 2008 Victor Paesa 2008 Sisir Koppaka 2008 Robert Marston 2008 NVIDIA 2008 Jaikrishnan Menon 2008 Jaikrishnan Menon 2008 GUCAS, Zhentan Feng 2008 Alessandro Sappia 2008 Affine Systems, Inc (Michael Sullivan, Bobby Impollonia) 2008-2010 Vitor Sessak 2008-2010 Paul Kendall 2008-2010 David Conrad 2008-2010 Alexander Strange 2008-2009 Splitted-Desktop Systems 2007 Nicholas Tung 2007 Marco Gerards 2007 Marc Hoffman 2007 Luca Barbato 2007 Denes Balatoni 2007 Bobby Bingham 2007 Bjrn Axelsson 2007 Benoit Fouet ( benoit fouet free fr ) 2007 Anssi Hannula 2007-2010 Baptiste Coudurier 2007-2009 Loren Merritt 2007-2009 Bartlomiej Wolowiec 2007-2008 Siarhei Siamashka 2007-2008 Ian Caulfield 2006 Thijs Vermeir 2006 Steve Lhomme 2006 Stefan Gehrer 2006 Paul Richards 2006 Patrick Guimond 2006 Kartikey Mahendra BHATT (bhattkm at gmail dot com) 2006 Julian Hall 2006 Guillaume Poirier 2006 Expertisecentrum Digitale Media, UHasselt 2006 Daniel Maas 2006 Corey Hickey 2006 Benjamin Larsson 2006-2010 Reimar Döffinger 2006-2010 Prakash Punnoor 2006-2010 Justin Ruggles 2006-2010 Aurelien Jacobs 2006-2009 Robert Swain ( rob opendot cl ) 2006-2009 Ramiro Polla 2006-2009 Baptiste Coudurier 2006-2008 Zuxy MENG Jie, Loren Merritt 2006-2008 Ivo van Poorten 2006-2008 Gregory Montoir (cyx@users.sourceforge.net) 2006-2008 BBC, Anuradha Suraparaju 2006-2007 SmartJog S.A., Baptiste Coudurier 2006-2007 Ryan Martell 2006-2007 Reynaldo H. Verdejo Pinochet 2006, 2007 Michel Bardiaux 2006-2007 Maxim Gavrilov ( maxim.gavrilov gmail com ) 2006-2007 Luca Abeni ( lucabe72 email it ) 2005 Vidar Madsen 2005 Steve Underwood 2005 Ole Andr Vadla Ravns 2005 Matthieu CASTET, Alex Beregszaszi 2005 Luca Barbato 2005 Jeff Muizelaar 2005 BBC, Andrew Kennedy 2005 Anonymous, Alex Beregszaszi, Michael Niedermayer 2005 Alban Bedel 2005-2010 Mans Rullgard 2005-2008 Konstantin Shishkov 2005-2007 Wolfram Gloger 2005-2006 Robert Edele 2005-2006 Oded Shimon 2005-2006 DivX, Inc 2004 Maarten Daniels 2004 Gildas Bazin 2004 AGAWA Koji 2004 Adam Thayer 2004-2007 Eric Lasota 2004-2007 Denes Balatoni < dbalatoni XatX interware XdotX hu > 2004-2007 Benjamin Zores 2004-2005 Michael Niedermayer, Loren Merritt 2003 Tinic Uro 2003 Thomas Raivio 2003 Sascha Sommer 2003 Pascal Massimino 2003 Nick Kurshev 2003 Michel Bardiaux 2003 Max Krasnyansky 2003 James Klicman 2003 Ivan Kalvachev 2003 Dr. Tim Ferguson 2003 David S. Miller 2003 Daniel Moreno 2003, 2007 Mike Melanson 2003-2004 Roman Shaposhnik 2003-2004 Romain Dolbeau 2002 the xine project 2002 Steve O'Hara-Smith 2002 Remi Guyomarch ] 2002 Laszlo Torok 2002 Francois Revol 2002 Falk Hueffner 2002 Dieter Shirley 2002 by Leon van Stuivenberg 2002 Brian Foley 2002 A'rpi 2002-2009 Maxim Poliakovski 2002-2007 the ffmpeg project 2002-2006 Alex Beregszaszi 2002-2004 Roberto Togni 2002-2003 Brian J. Murrell 2001 Tim Ferguson 2001 Lionel Ulmer 2001 Juan J. Sierralta P 2001-2010 Michael Niedermayer 2001, 2006-2010 Peter Ross 2001-2003 BERO 2000 Michel Lespinasse 2000-2011 The FFmpeg developers 2000-2003 Fabrice Bellard 2000-2001 Peter Gubanov 2000-2001 Michel Lespinasse 1999 Roger Hardiman 1999 Intel Corporation 1999,2000 Sebastien Rougeaux 1994-1996, Thomas G. Lane License: LGPL-2.1+ Files: ffmpeg-mt/ffmpeg.c ffmpeg-mt/libavcodec/dtsdec.c ffmpeg-mt/libavcodec/i386/idct_mmx.c ffmpeg-mt/libavcodec/liba52/*.[ch] ffmpeg-mt/libavformat/x11grab.c ffmpeg-mt/libavformat/gxfenc.c ffmpeg-mt/libpostproc/postprocess_internal.h ffmpeg-mt/libpostproc/postprocess_altivec_template.c ffmpeg-mt/libpostproc/postprocess.h ffmpeg-mt/libpostproc/postprocess_template.c ffmpeg-mt/libpostproc/postprocess.c ffmpeg-mt/libpostproc/mangle.h ffmpeg-mt/libswscale/swscale.c ffmpeg-mt/libswscale/swscale-example.c ffmpeg-mt/libswscale/yuv2rgb_template.c ffmpeg-mt/libswscale/swscale_altivec_template.c ffmpeg-mt/libswscale/yuv2rgb_altivec.c ffmpeg-mt/libswscale/swscale_template.c ffmpeg-mt/libswscale/rgb2rgb_template.c ffmpeg-mt/libswscale/rgb2rgb.c ffmpeg-mt/libswscale/cs_test.c ffmpeg-mt/libswscale/yuv2rgb_mlib.c ffmpeg-mt/libswscale/yuv2rgb.c Copyright: 2000-2011 The FFmpeg developers 2006 Clemens Fruhwirth 1999-2001 Aaron Holtzman 2000-2001 Fabrice Bellard 1997-1998 Rasca, Berlin License: GPL-2+ Files: ffmpeg-mt/libavcodec/x86/vc1dsp_mmx.c ffmpeg-mt/libavcodec/nellymoser.* ffmpeg-mt/libavcodec/nellymoserdec.c ffmpeg-mt/libavformat/oggdec.* ffmpeg-mt/libavformat/oggparseogm.c ffmpeg-mt/libavformat/oggparsevorbis.c Copyright: 2007 Christophe GISQUET 2007 Loic Minier , Benjamin Larsson 2005 Michael Ahlberg, Måns Rullgård License: Expat Files: mplayer/ffmpeg_files/arm/bswap.h mplayer/ffmpeg_files/sh4/bswap.h mplayer/ffmpeg_files/taglists.c mplayer/ffmpeg_files/bswap.h mplayer/ffmpeg_files/bfin/bswap.h mplayer/ffmpeg_files/taglists.h mplayer/ffmpeg_files/x86/bswap.h mplayer/ffmpeg_files/x86_cpu.h Copyright: 2004 Romain Dolbeau 2000-2011 The FFmpeg developers 1995-1999 by Michael Hipp License: LGPL-2.1+ Files: libass/* Copyright: 2009-2010 Grigori Goronzy 2006 Evgeniy Stepanov 1988-1993 The Regents of the University of California. 1994 Sun Microsystems, Inc. License: ISC License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License can be found in "/usr/share/common-licenses/GPL-2". License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in "/usr/share/common-licenses/GPL-3". License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. Comment: You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU Lesser General Public License version can be found in "/usr/share/common-licenses/LGPL-2.1". License: LGPL-3+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. Comment: You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU Lesser General Public License version can be found in "/usr/share/common-licenses/LGPL-3". License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/source/0000755000000000000000000000000012105775635010501 5ustar debian/source/format0000644000000000000000000000001412105775635011707 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000004112105775635012112 0ustar extend-diff-ignore = "^.*\.pyc$" debian/patches/0000755000000000000000000000000012315150502010607 5ustar debian/patches/aarch64.patch0000644000000000000000000000107112315143470013065 0ustar Index: b/configure =================================================================== --- a/configure +++ b/configure @@ -1167,6 +1167,7 @@ sparc) host_arch=sparc ;; sparc64) host_arch=sparc64 ;; parisc*|hppa*|9000*) host_arch=hppa ;; + aarch64*) host_arch=aarch64 ;; arm*|zaurus|cats) host_arch=arm ;; sh3|sh4|sh4a) host_arch=sh ;; s390) host_arch=s390 ;; @@ -1828,6 +1829,11 @@ _optimizing="$proc" ;; + aarch64*) + arch='aarch64' + iproc='aarch64' + ;; + arm*) arch='arm' iproc='arm' debian/patches/ppc64el.patch0000644000000000000000000000155312315150502013111 0ustar Index: b/configure =================================================================== --- a/configure +++ b/configure @@ -235,7 +235,7 @@ ppc() { case "$host_arch" in - ppc|ppc64|powerpc|powerpc64) return 0;; + ppc*|powerpc*) return 0;; *) return 1;; esac } @@ -1162,7 +1162,7 @@ x86_64|amd64|i[3-9]86*|x86|x86pc|k5|k6|k6_2|k6_3|k6-2|k6-3|pentium*|athlon*|i586_i686|i586-i686|BePC) host_arch=i386 ;; ia64) host_arch=ia64 ;; macppc|ppc) host_arch=ppc ;; - ppc64) host_arch=ppc64 ;; + ppc64*) host_arch=ppc64 ;; alpha) host_arch=alpha ;; sparc) host_arch=sparc ;; sparc64) host_arch=sparc64 ;; @@ -1851,7 +1851,7 @@ iproc='sh4' ;; - ppc|ppc64|powerpc|powerpc64) + ppc*|powerpc*) arch='ppc' def_dcbzl='#define HAVE_DCBZL 0' def_fast_unaligned='#define HAVE_FAST_UNALIGNED 1' debian/patches/series0000644000000000000000000000003412315143500012021 0ustar aarch64.patch ppc64el.patch debian/compat0000644000000000000000000000000212105775635010377 0ustar 7 debian/mplayer2.install0000644000000000000000000000000412105775635012316 0ustar usr debian/control0000644000000000000000000000653112315144275010602 0ustar Source: mplayer2 Section: video Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia , Jonas Smedegaard , Reinhard Tartler Build-Depends: autoconf, automake, debhelper (>= 7.0.50~), docbook-xml, docbook-xsl, dpkg-dev (>> 1.16.1~), ladspa-sdk, liba52-0.7.4-dev, libaa1-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libass-dev, libaudio-dev, libavcodec-dev (>= 6:9~), libavformat-dev (>= 6:9~), libavresample-dev (>= 6:9~), libavutil-dev (>= 6:9~), libbluray-dev, libcaca-dev, libcdio-cdda-dev, libcdio-paranoia-dev, libdirectfb-dev, libbs2b-dev, libdts-dev, libdv4-dev, libdvdnav-dev, libdvdread-dev, libenca-dev, libfaad-dev, libfontconfig1-dev, libfreetype6-dev, libfribidi-dev, libgif-dev, libgl1-mesa-dev, libjack-dev, libjpeg-dev, liblcms2-dev, liblircclient-dev, liblivemedia-dev, liblzo2-dev, libmad0-dev, libmng-dev, libmpcdec-dev, libmpg123-dev, libncurses5-dev, libopenal-dev, libpng-dev, libpostproc-dev (>= 6:0.git20120821~), libpulse-dev, libquvi-dev, libschroedinger-dev, libsdl1.2-dev | libsdl1.1-dev, libsmbclient-dev, libspeex-dev, libswscale-dev (>= 6:9~), libtheora-dev (>= 1.0~beta1), libtool, libvdpau-dev, libvorbis-dev, libvorbisidec-dev, libx11-dev, libxext-dev, libxinerama-dev, libxss-dev, libxv-dev, libxvidcore-dev, libxvmc-dev, libxxf86dga-dev, libxxf86vm-dev, pkg-config, python-docutils, python3, vstream-client-dev, x11proto-core-dev, xsltproc, yasm, zlib1g-dev Standards-Version: 3.9.4 Homepage: http://mplayer2.org Vcs-Git: git://anonscm.debian.org/pkg-multimedia/mplayer2.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/mplayer2.git Package: mplayer2 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: mplayer Conflicts: mplayer Provides: mplayer Description: next generation movie player for Unix-like systems MPlayer 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. It can also play VideoCD, SVCD, DVD, 3ivx, RealMedia, and DivX movies. . 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+. Package: mplayer2-dbg Section: debug Architecture: any Depends: mplayer2 (= ${binary:Version}), ${misc:Depends} Replaces: mplayer-dbg Conflicts: mplayer-dbg Provides: mplayer-dbg Description: Debugging symbols for mplayer2 MPlayer 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. It can also play VideoCD, SVCD, DVD, 3ivx, RealMedia, and DivX movies. . This package provides the debugging symbols for mplayer2. debian/mplayer2-dbg.debhelper.log0000644000000000000000000000001612204704662014107 0ustar dh_auto_clean debian/gbp.conf0000644000000000000000000000006012105775635010614 0ustar [DEFAULT] pristine-tar = True compression = xz debian/changelog0000644000000000000000000001620212315150527011042 0ustar mplayer2 (2.0-701-gd4c5b7f-2ubuntu2) trusty; urgency=medium * Fix overenthusiastic case statement modification in ppc64el.patch. -- Colin Watson Fri, 28 Mar 2014 01:33:10 +0000 mplayer2 (2.0-701-gd4c5b7f-2ubuntu1) trusty; urgency=medium * Minimal ports to arm64 and ppc64el. I haven't done any assembler optimisations so this may not be very fast, but it's at least good enough to satisfy dependencies of other packages. -- Colin Watson Fri, 28 Mar 2014 01:08:16 +0000 mplayer2 (2.0-701-gd4c5b7f-2build1) trusty; urgency=medium * No-change rebuild for libmng soname bump. -- Matthias Klose Mon, 16 Dec 2013 17:02:09 +0100 mplayer2 (2.0-701-gd4c5b7f-2) unstable; urgency=low [ Alessio Treglia ] * Add mechanism to retrieve upstream snapshots. * Do not fail on clean if config.mak is missing. (Closes: #718111) * Use canonical VCS url. * Bump Standards. [ Reinhard Tartler ] * Upload to unstable. * run dh_clean only when configured -- Alessio Treglia Tue, 20 Aug 2013 16:33:40 +0100 mplayer2 (2.0-701-gd4c5b7f-1) experimental; urgency=low [ upstream ] * New VCS snapshot. [ Reinhard Tartler ] * Drop fix-format-string-error.patch: All changes are merged upstream. [ Jonas Smedegaard ] * Add myself as uploader, and sort them alphabetically. * Tighten build-dependencies on libswscale-dev and libpostproc-dev, to use experimental ones. * Build-depend on liba52-0.7.4-dev, libavresample-dev, libdv4-dev, liblcms2-dev, libmng-dev, libquvi-dev and libxss-dev. * Fix set version string. -- Reinhard Tartler Sun, 20 Jan 2013 16:42:43 +0100 mplayer2 (2.0-665-gb5349bb-2) experimental; urgency=low [ Julien Lavergne ] * Enable CPU autodetection on architectures that support it, Closes: #627197, LP: #934774, #928793, #858226, #974125, #974774, #987734, #1014279 -- Reinhard Tartler Fri, 23 Nov 2012 20:53:49 +0100 mplayer2 (2.0-665-gb5349bb-1) experimental; urgency=low * New upstream snapshot * build against libav9 * use xz compression * vo_svga has been removed upstream * package build now requires python3 to build * Fix a format string error. Patch by Rico Tzschichholz * mplayer2 uses rst2man for generating manpages * build against libbluray-dev, Closes: #692612 * build against libmad0-dev, and libmpg123-dev, Closes: #676920 -- Reinhard Tartler Sun, 18 Nov 2012 20:45:52 +0100 mplayer2 (2.0-554-gf63dbad-1) unstable; urgency=low * New upstream snapshot: - Pass a dummy address instead of NULL pointer as third argument to FcFontMatch() to fix an assertion failure with the latest 2.9.0 version of fontconfig (Closes: #672947). -- Alessio Treglia Sat, 19 May 2012 20:07:25 +0200 mplayer2 (2.0-542-gbb90802-1) unstable; urgency=low * New upstream snapshot: - ao_pulse: fix specifying host/sink (Closes: #671362) * Drop support for cdparanoia. * Build-Depends on libcdio-{cdda,paranoia}-dev. -- Alessio Treglia Sat, 05 May 2012 01:37:30 +0200 mplayer2 (2.0-518-gb711624-2) unstable; urgency=low * Upload to unstable. * Merge 2.0-518-gb711624 from experimental. -- Alessio Treglia Tue, 01 May 2012 03:32:15 +0200 mplayer2 (2.0-518-gb711624-1) experimental; urgency=low * New upstream snapshot. * Enable harden'd flags, thanks to Moritz Muehlenhoff for the patch. (Closes: #658034) * Build-depend on libpng-dev only. (Closes: #662435) * Drop esound support as it's obsolete. * Update debian/copyright. * Bump Standards. -- Alessio Treglia Thu, 26 Apr 2012 12:33:29 +0200 mplayer2 (2.0-426-gc32b3ed-2) unstable; urgency=low * Upload to unstable * don't build-depend on libcdparanoia-dev on the hurd -- Reinhard Tartler Thu, 12 Jan 2012 22:59:30 +0100 mplayer2 (2.0-426-gc32b3ed-1) experimental; urgency=low * New upstream snapshot. - Fixes endless loop with remote files via HTTP, Closes: #648593 * Imported Upstream version 2.0-426-gc32b3ed * Tighten build dependencies on Libav 0.8, Closes: #654219 * Drop all distro patches, all have been applied upstream -- Reinhard Tartler Thu, 05 Jan 2012 17:57:01 +0100 mplayer2 (2.0-134-g84d8671-9) unstable; urgency=high * Bug Fix: "CVE-2011-3625: Buffer overflow in SAMI parsing" Thanks to Mehdi Dogguy for reporting (Closes: #646937) * Bumped urgency for fixing security issue. -- Reinhard Tartler Sat, 29 Oct 2011 10:38:32 +0200 mplayer2 (2.0-134-g84d8671-8) unstable; urgency=low * Fix build failure on sparc after recent binutils change. * Avoid any architecture optimization on sparc -- Reinhard Tartler Mon, 10 Oct 2011 12:52:04 +0200 mplayer2 (2.0-134-g84d8671-7) unstable; urgency=low [ Alessio Treglia ] * Set Replaces/Conflicts/Provides field to properly fix file overwrite errors (Closes: #640100). [ Reinhard Tartler ] * upload to unstable. -- Reinhard Tartler Tue, 04 Oct 2011 13:26:01 +0200 mplayer2 (2.0-134-g84d8671-6) unstable; urgency=low * Drop libsvga support, it's dead upstream (Closes: #640229). -- Alessio Treglia Sun, 04 Sep 2011 10:38:26 +0200 mplayer2 (2.0-134-g84d8671-5) unstable; urgency=low * Upload to unstable. -- Reinhard Tartler Fri, 02 Sep 2011 09:12:55 +0200 mplayer2 (2.0-134-g84d8671-4) experimental; urgency=low * Enable libbluray support, thanks to Andrea De Pirro for the report. -- Alessio Treglia Tue, 30 Aug 2011 12:49:51 +0200 mplayer2 (2.0-134-g84d8671-3) experimental; urgency=low * Fix path for system-wide configuration file, Closes: #632575 * Build against xvidcore * Rebuild against new libjpeg, libswscale -- Reinhard Tartler Mon, 08 Aug 2011 21:14:55 +0200 mplayer2 (2.0-134-g84d8671-2) experimental; urgency=low * enable runtime-cpudetection only on architectures where it is supported -- Reinhard Tartler Sun, 19 Jun 2011 18:40:45 +0200 mplayer2 (2.0-134-g84d8671-1) experimental; urgency=low * New upstream version * Switch to standalone tree * Build against system Libav -- Reinhard Tartler Fri, 22 Apr 2011 07:28:58 +0200 mplayer2 (2.0-54-gd33877a-1) experimental; urgency=low * New upstream version * Bug fix: "internal MP3 decoder miscompiles with gcc 4.6", thanks to Norbert Preining (Closes: #623279). Fixed by no longer using internal mp3lib copy. * drop build host specific optimizations -- Reinhard Tartler Thu, 21 Apr 2011 09:21:39 +0200 mplayer2 (2.0-1) experimental; urgency=low * New upstream release * provide, conflict and replace old mplayer1 package * Bump standards version, no changes needed -- Reinhard Tartler Mon, 18 Apr 2011 18:36:58 +0200 mplayer2 (2.0~rc2-1) experimental; urgency=low * Initial release (Closes: #613806) -- Reinhard Tartler Sun, 20 Mar 2011 22:48:03 +0100