debian/0000755000000000000000000000000012143444014007163 5ustar debian/kmplayer.postrm0000644000000000000000000000177010416204732012264 0ustar #! /bin/sh # postrm script for #PACKAGE# # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `purge' # * `upgrade' # * `failed-upgrade' # * `abort-install' # * `abort-install' # * `abort-upgrade' # * `disappear' overwrit>r> # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 esac # dh_makeshlibs doesn't automatically add :-( if [ "$1" = "remove" ]; then ldconfig fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/docs0000644000000000000000000000001410443247032010033 0ustar README TODO debian/not-installed0000644000000000000000000000051711167760412011676 0ustar usr/share/icons/oxygen/128x128/apps/kmplayer.png usr/share/icons/oxygen/16x16/apps/kmplayer.png usr/share/icons/oxygen/22x22/apps/kmplayer.png usr/share/icons/oxygen/32x32/apps/kmplayer.png usr/share/icons/oxygen/48x48/apps/kmplayer.png usr/share/icons/oxygen/64x64/apps/kmplayer.png usr/share/icons/oxygen/scalable/apps/kmplayer.svgz debian/kmplayer.1.docbook0000644000000000000000000001072010752632474012525 0ustar Jonathan Patrick Davies jpatrick@kubuntu.org 2006-2008 Jonathan Patrick Davies 2008-02-05 kmplayer 1 kmplayer a media player for KDE kmplayer DESCRIPTION KMPlayer is a basic audio/video viewer application for KDE.
KMPlayer can: * play DVD (DVDNav only with the Xine player). * play VCD. * let the backend players play from a pipe (read from stdin). * play from a TV device (experimental). * show backend player's console output. * launch ffserver (only 0.4.8 works) when viewing from a V4L device. * DCOP KMediaPlayer interface support. * VDR viewer frontend (with *kxvplayer), configure VDR keys with standard KDE shortcut configure window. * Lots of configurable shortcuts. Highly recommended for the VDR keys (if you have VDR) and volume increase/decrease.
OPTIONS All KDE and Qt programs accept a some common command-line options. KMPlayer has no application-specific options. Generic options: Show help about options Show Qt specific options Show KDE specific options Show all options Show author information , Show version information Show license information Indicates end of options COPYRIGHT This manual page was written by Jonathan Patrick Davies jpatrick@kubuntu.org for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
debian/source/0000755000000000000000000000000012143444014010463 5ustar debian/source/format0000644000000000000000000000001411342710676011703 0ustar 3.0 (quilt) debian/control0000644000000000000000000000253512000223121010555 0ustar Source: kmplayer Section: video Priority: optional Maintainer: Debian KDE Extras Team Uploaders: Fathi Boudra , Mark Purcell Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools (>= 0.6.4), kdelibs5-dev (>= 4:4.3.4), libcairo2-dev, libdbus-1-dev, libdbus-glib-1-dev, libgtk2.0-dev, libx11-dev, libxt-dev Standards-Version: 3.9.1 Homepage: http://kmplayer.kde.org Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kmplayer/?op=log Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kmplayer/trunk/ Package: kmplayer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, dbus-x11 Suggests: ffmpeg, vdr, xawtv, konqueror, mplayer Conflicts: kmplayer-common, kmplayer-plugin Replaces: kmplayer-common, kmplayer-plugin Description: media player for KDE KMPlayer is a simple frontend for MPlayer/FFMpeg/Phonon. . Some features: * play DVD/VCD movies (from file or url and from a video device) * embed inside konqueror (movie is played inside konqueror) * embed inside khtml (movie playback inside a html page) * Movie recording using mencoder (part of the mplayer package) * No video during recording, but you can always open a new window and play it * Broadcasting, http streaming, using ffserver/ffmpeg * For TV sources, you need v4lctl (part of the xawtv package) debian/copyright0000644000000000000000000001320011342710676011124 0ustar This package was debianized by Fathi Boudra on Thu, 30 Mar 2006 16:51:25 +0200. It was downloaded from http://kmplayer.kde.org Upstream Author: Koos Vriezen Copyright: (C) 2002-2010 Koos Vriezen (C) 2003 Joonas Koivunen Copyright for moz-sdk (except npruntime.h): (C) 1993-1998 Netscape Communications Corporation (C) 2000 International Business Machines Corporation Copyright for npruntime.h: (C) 2004 Apple Computer Inc. and The Mozilla Foundation moz-sdk licence: /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ npruntime.h licence: * Copyright (C) 2004, Apple Computer, Inc. and The Mozilla Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. Neither the names of Apple Computer, Inc. ("Apple") or The Mozilla * Foundation ("Mozilla") nor the names of their contributors may be used * to endorse or promote products derived from this software without * specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY APPLE, MOZILLA AND THEIR CONTRIBUTORS "AS * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE, MOZILLA OR * THEIR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. kmplayer license: The shared library for plugin and application, libkmplayercommon and the plugin are licensed under LGPL-2. * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2'. The kmplayer application is licensed under GPL-2. * 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 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. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The documentations provided with kmplayer is distributed under the GNU Free Documentation License (FDL). They are considered free with regards to the Debian Free Software Guidelines (DFSG) because they don't contain any unmodifiable parts (invariant sections). On Debian systems, the complete text of the GNU Free Documentation License can be found in `/usr/share/common-licenses/GFDL'. debian/changelog0000644000000000000000000002241012143444004011033 0ustar kmplayer (1:0.11.3d-2) unstable; urgency=low * Upload to unstable -- Mark Purcell Sat, 11 May 2013 23:29:11 +1000 kmplayer (1:0.11.3d-1) experimental; urgency=low * New upstream release * debian/compat -> 9 -- Mark Purcell Sat, 14 Jul 2012 17:51:34 +1000 kmplayer (1:0.11.3c-1) unstable; urgency=low * New upstream release -- Mark Purcell Sat, 17 Mar 2012 07:39:29 +1100 kmplayer (1:0.11.3b-1) unstable; urgency=low * New upstream release -- Mark Purcell Sun, 19 Feb 2012 09:37:10 +1100 kmplayer (1:0.11.3a-1) unstable; urgency=low * New upstream release -- Mark Purcell Sat, 29 Oct 2011 15:14:54 +1100 kmplayer (1:0.11.2c-1) unstable; urgency=low * New upstream release: -- Fathi Boudra Wed, 06 Oct 2010 16:41:58 +0300 kmplayer (1:0.11.2b-1) unstable; urgency=low * New upstream release: - Fix filename encoding for local files. (Closes: #575849) * Drop libxine1-x dependency. (Closes: #575117) -- Fathi Boudra Mon, 26 Apr 2010 10:10:05 +0300 kmplayer (1:0.11.2a-1) unstable; urgency=low * New upstream release: - Fix opening multiple files on commandline. (Closes: #542130) * Drop 03_sh4_support_v2.diff patch - merged upstream. -- Fathi Boudra Mon, 22 Mar 2010 21:02:44 +0100 kmplayer (1:0.11.2-2) unstable; urgency=low * Replace 02_sh4_support.diff by 03_sh4_support_v2.diff patch to support sh4 (updated to latest code). Thanks to Nobuhiro Iwamatsu. -- Fathi Boudra Sun, 14 Mar 2010 11:02:14 +0100 kmplayer (1:0.11.2-1) unstable; urgency=low * New upstream release. * Remove 01_rev1046843_link_with_X11.diff - stolen upstream. * Add 02_sh4_support.diff patch to support sh4. Thanks to Nobuhiro Iwamatsu. (Closes: #560124) * Switch to dpkg-source 3.0 (quilt) format. * Update debian/control: - Remove quilt build dependency - Bump build dependencies versions (debhelper, pkg-kde-tools). - Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). * Update debian/rules: - Enable parallel build (add --parallel option to dh). - Remove quilt sequence addon, not needed anymore (dpkg-source 3.0 format switch). - Remove override_dh_compress target, not needed anymore (included in pkg-kde-tools). -- Fathi Boudra Fri, 05 Mar 2010 09:00:21 +0100 kmplayer (1:0.11.1b-2) unstable; urgency=low [ José Manuel Santamaría Lema ] * Add 01_rev1046843_link_with_X11.diff, it makes the package able to build with binutils-gold (Closes: #555021). * Update debian/control: - Bump Standards-Version from 3.8.2 to 3.8.3 (no changes needed). [ Fathi Boudra ] * Update debian/control: - Remove cdbs build dependency. - Bump debhelper and pkg-kde-tools build dependencies version. * Update debian/rules: convert to dh usage. -- Debian KDE Extras Team Fri, 13 Nov 2009 21:32:49 +0100 kmplayer (1:0.11.1b-1) unstable; urgency=low * New upstream release. * Update debian/control: - Bump Standards-Version from 3.8.1 to 3.8.2 (no changes needed). -- Fathi Boudra Sun, 21 Jun 2009 16:29:45 +0200 kmplayer (1:0.11.1a-1) unstable; urgency=low * New upstream release. -- Fathi Boudra Mon, 18 May 2009 12:27:37 +0200 kmplayer (1:0.11.1-1) unstable; urgency=low * New upstream release. * Remove patch to fix kmplayer.desktop install path. Commited upstream. * Bump compat to 7. * Update debian/control: - Cleanup build dependencies. - Bump debhelper to 7. - Bump Standards-Version from 3.8.0 to 3.8.1 (no changes needed). - Add dbus-x11 dependency (Closes: #514108). * Update debian/rules: cleanup. -- Fathi Boudra Tue, 12 May 2009 12:26:53 +0200 kmplayer (1:0.11.0a-1) unstable; urgency=low * New upstream release. * Allow debian/watch to handle upstream -rc. * Move to Section: video. * Add ${misc:Depends}. * Add Build-Depends: pkg-kde-tools. * Remove obsolete debian/*docbook entries. * Upload to unstable (KDE4 is here :-). -- Mark Purcell Sat, 11 Apr 2009 10:56:09 +1000 kmplayer (1:0.11.0-3) experimental; urgency=low * Add patch to fix kmplayer.desktop install path. -- Fathi Boudra Fri, 16 Jan 2009 01:41:08 +0100 kmplayer (1:0.11.0-2) experimental; urgency=low * Remove shipped oxygen icons. kde-icons-oxygen ships a different version. -- Fathi Boudra Thu, 15 Jan 2009 22:42:51 +0100 kmplayer (1:0.11.0-1) experimental; urgency=low [ Fathi Boudra ] * Initial KDE 4 release. * Update build dependencies. * Bump Standards-Version to 3.8.0. * Merge kmplayer-common and kmplayer-plugin in kmplayer package. * Add konqueror to Suggests field. * Update long description. [ Mark Purcell ] * Add Vcs-Browser and Vcs-Svn fields. -- Fathi Boudra Tue, 13 Jan 2009 18:03:08 +0100 kmplayer (1:0.10.0c-2) unstable; urgency=low [ Fathi Boudra ] +++ Changes by Jonathan Patrick Davies: * Add manpages for kxineplayer, kxvplayer and kmplayer (Closes: #458609). * Add build dependency on docbook2x. * Add rules to generate and clean manpages. * Update compat and debhelper version to 6. [ Mark Purcell ] * Add debian/patches/20_autoadjust from Andrea - translation files and default parameter values (Closes: #477451) -- Mark Purcell Tue, 29 Apr 2008 21:27:14 +1000 kmplayer (1:0.10.0c-1) unstable; urgency=low * New upstream release. (Closes: #397066) -- Fathi Boudra Sat, 22 Dec 2007 15:26:45 +0100 kmplayer (1:0.10.0b-1) unstable; urgency=low * New upstream release. (Closes: #454794) * Update my e-mail address. * Bump Standards-Version to 3.7.3. * Use Homepage field. * Build with --as-needed linker flags. -- Fathi Boudra Thu, 06 Dec 2007 09:26:27 +0100 kmplayer (1:0.10.0a-2) unstable; urgency=low * Add Depends: libxine1-x -- Mark Purcell Thu, 25 Oct 2007 21:45:35 +0100 kmplayer (1:0.10.0a-1) unstable; urgency=low * New upstream release. * Update patches. Remove 14_use_pkgconfig_for_nspr_cfg patch. * Remove libnspr4-dev build dependency. -- Fathi Boudra Sat, 20 Oct 2007 12:09:01 +0200 kmplayer (1:0.10.0-1) unstable; urgency=low * New upstream release. (Closes: #437982) * Update menu file to latest Debian menu policy. -- Fathi Boudra Wed, 03 Oct 2007 10:37:32 +0200 kmplayer (1:0.10.0~pre3-1) unstable; urgency=low * New upstream release - Fixes: ftbfs with g++-4.3/gcc-snapshot (Closes: #441548) -- Mark Purcell Sun, 30 Sep 2007 11:53:49 +0100 kmplayer (1:0.10.0~pre2-2) unstable; urgency=low * Add knpplayer to kmplayer-common package. -- Fathi Boudra Mon, 30 Jul 2007 11:54:42 +0200 kmplayer (1:0.10.0~pre2-1) unstable; urgency=low * New upstream release. * Add libdbus-1-dev, libdbus-glib-1-dev, libdbus-qt-1-dev, libgtk2.0-dev and libnspr4-dev build dependencies. * Remove libcairo-dev build dependency. * Update copyright. Add moz-sdk related licences. -- Fathi Boudra Sat, 28 Jul 2007 11:18:55 +0200 kmplayer (1:0.9.4a-2) unstable; urgency=low * Update debian/watch * Build-Depends: libcairo2-dev | libcairo-dev - libcairo is missing in dependency (Closes: #422431) -- Mark Purcell Thu, 17 May 2007 16:45:55 +0100 kmplayer (1:0.9.4a-1) unstable; urgency=low * New upstream release. * Add patch to replace deprecated -vop flag by -vf. -- Fathi Boudra Tue, 15 May 2007 22:01:53 +0200 kmplayer (1:0.9.4-1) unstable; urgency=low * New upstream release -- Mark Purcell Sat, 3 Mar 2007 13:01:59 +0000 kmplayer (1:0.9.3a-1) experimental; urgency=low * New upstream release [ Fathi Boudra ] * Add patch to remove audio mimetypes * Add missing documentation and locales [ Mark Purcell ] * While I enjoy kmplayer, lets lower .desktop InitialPreference to 5 -- Fathi Boudra Sun, 7 Jan 2007 18:50:55 +0100 kmplayer (1:0.9.3-2) unstable; urgency=low * Epoc to ensure version compatability with debian-multimedia.org * debian/watch to only review x.x.x -- Mark Purcell Mon, 30 Oct 2006 18:04:39 +0000 kmplayer (0.9.3-1) unstable; urgency=low [ Fathi Boudra ] * New upstream release * control: add mplayer to Suggests (Closes: #381971) * copyright: update author mail -- Fathi Boudra Wed, 20 Sep 2006 11:47:59 +0200 kmplayer (0.9.2a-1) unstable; urgency=low * New upstream release -- Fathi Boudra Mon, 12 Jun 2006 12:51:35 +0200 kmplayer (0.9.2-1) unstable; urgency=low [ Fathi Boudra ] * Initial release (Closes: #360092) * Set Xine as default player * Add libgstreamer-plugins-base0.10-dev to build-depends * Force a call to ldconfig for postrm/postinst * Bumped Standards-Version to current policy * Update debian/copyright according to GFDL documentations [ Mark Purcell ] * Update debian/watch to use svn-upgrade * Update debian/copyright * Add Depends: ${shlibs:Depends} * Add Build-Depends: libxv-dev -- Fathi Boudra Thu, 18 May 2006 19:40:27 +0100 debian/kmplayer.postinst0000644000000000000000000000177511202300161012613 0ustar #! /bin/sh # postinst script for #PACKAGE# # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package # case "$1" in configure) ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_makeshlibs doesn't automatically add if [ "$1" = "configure" ]; then ldconfig fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/watch0000644000000000000000000000016511135726264010230 0ustar version=3 opts="uversionmangle=s/-r/~r/" \ http://kmplayer.kde.org/pkgs/kmplayer-(.*)\.tar\.bz2 debian svn-upgrade debian/compat0000644000000000000000000000000212000223121010343 0ustar 9 debian/menu0000644000000000000000000000020010700664632010051 0ustar ?package(kmplayer):\ needs="X11"\ section="Applications/Video"\ hints="KDE"\ title="Kmplayer"\ command="/usr/bin/kmplayer" debian/kmplayer.lintian-overrides0000644000000000000000000000017111652733050014373 0ustar kmplayer: shlib-without-versioned-soname kmplayer: package-name-doesnt-match-sonames kmplayer: no-symbols-control-file debian/rules0000755000000000000000000000035212000223121010225 0ustar #!/usr/bin/make -f %: dh $@ --parallel --with kde override_dh_install: dh_install rm -rf debian/kmplayer/usr/share/icons/oxygen/ chmod +x debian/kmplayer/usr/share/kde4/apps/kmplayer/find-media.sh .PHONY: override_dh_auto_test