--- kmplayer-0.11.1.orig/debian/kmplayer-base.install +++ kmplayer-0.11.1/debian/kmplayer-base.install @@ -0,0 +1,10 @@ +/usr/bin/kphononplayer +/usr/share/kde4/config/kmplayerrc +/usr/share/kde4/apps/kmplayer/bookmarks.xml +/usr/share/icons/hicolor/* +/usr/lib/libkmplayercommon.so +/usr/lib/libkdeinit4_kmplayer.so +/usr/share/doc/* +/usr/share/icons/* +/usr/share/kde4/apps/kmplayer/* +/usr/share/locale/* --- kmplayer-0.11.1.orig/debian/kmplayer-konq-plugins.lintian +++ kmplayer-0.11.1/debian/kmplayer-konq-plugins.lintian @@ -0,0 +1 @@ +kmplayer-konq-plugins: debian-changelog-file-is-a-symlink --- kmplayer-0.11.1.orig/debian/watch +++ kmplayer-0.11.1/debian/watch @@ -0,0 +1,5 @@ +# debian/watch file for KMPlayer. +version=3 + +http://kmplayer.kde.org/pkgs/kmplayer-(.*)\.tar\.bz2 + --- kmplayer-0.11.1.orig/debian/kmplayer-base.lintian +++ kmplayer-0.11.1/debian/kmplayer-base.lintian @@ -0,0 +1,4 @@ +kmplayer-base: shlib-without-versioned-soname usr/lib/libkdeinit4_kmplayer.so libkdeinit4_kmplayer.so +kmplayer-base: shlib-without-versioned-soname usr/lib/libkmplayercommon.so libkmplayercommon.so +kmplayer-base: package-name-doesnt-match-sonames libkdeinit4-kmplayer libkmplayercommon +kmplayer-base: postinst-must-call-ldconfig usr/lib/libkmplayercommon.so --- kmplayer-0.11.1.orig/debian/kmplayer-konq-plugins.install +++ kmplayer-0.11.1/debian/kmplayer-konq-plugins.install @@ -0,0 +1,4 @@ +/usr/share/kde4/services/kmplayer_part.desktop +/usr/share/kde4/apps/kmplayer/pluginsinfo +/usr/share/kde4/apps/kmplayer/kmplayerpartui.rc +/usr/lib/kde4/libkmplayerpart.so --- kmplayer-0.11.1.orig/debian/README.source +++ kmplayer-0.11.1/debian/README.source @@ -0,0 +1,6 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. Please see: + + /usr/share/doc/quilt/README.source + --- kmplayer-0.11.1.orig/debian/kmplayer-base.manpages +++ kmplayer-0.11.1/debian/kmplayer-base.manpages @@ -0,0 +1 @@ +kphononplayer.1 --- kmplayer-0.11.1.orig/debian/compat +++ kmplayer-0.11.1/debian/compat @@ -0,0 +1 @@ +7 --- kmplayer-0.11.1.orig/debian/kmplayer.lintian +++ kmplayer-0.11.1/debian/kmplayer.lintian @@ -0,0 +1 @@ +kmplayer: debian-changelog-file-is-a-symlink --- kmplayer-0.11.1.orig/debian/kmplayer.manpages +++ kmplayer-0.11.1/debian/kmplayer.manpages @@ -0,0 +1 @@ +kmplayer.1 --- kmplayer-0.11.1.orig/debian/kmplayer.install +++ kmplayer-0.11.1/debian/kmplayer.install @@ -0,0 +1,3 @@ +/usr/bin/kmplayer +/usr/share/kde4/apps/kmplayer/kmplayerui.rc +/usr/share/applications/kde4/kmplayer.desktop --- kmplayer-0.11.1.orig/debian/copyright +++ kmplayer-0.11.1/debian/copyright @@ -0,0 +1,147 @@ +This package was debianized by Jonathan Patrick Davies on +Thr, 09 Feb 2006 18:31:54 +0100. + +It was downloaded from http://kmplayer.kde.org + +Upstream Author: Koos Vriezen + +Copyright: + + (C) 2002-2007 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: + + 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 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. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in the /usr/share/common-licenses/GPL file. + +Copyright: + +All the software: + Copyright (C) 2003 Koos Vriezen + +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). + +pref.cp, pref.h + Copyright (C) 2003 Joonas Koivunen + Copyright (C) 2003 Koos Vriezen +XSBC-Original-Maintainer: Debian KDE Extras Team +Uploaders: Fathi Boudra , Mark Purcell +Build-Depends: cdbs, debhelper (>= 7), quilt, pkg-kde-tools, kdelibs5-dev, docbook2x +Standards-Version: 3.8.1 +Homepage: http://kmplayer.kde.org + +Package: kmplayer +Architecture: any +Depends: ${shlibs:Depends}, kmplayer-base (= ${binary:Version}) +Description: media player for KDE + 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 + +Package: kmplayer-base +Architecture: any +Section: kde +Depends: ${shlibs:Depends} +Description: Base files for KMPlayer + Core files needed for KMPlayer. + +Package: kmplayer-konq-plugins +Architecture: any +Section: kde +Depends: ${shlibs:Depends}, kmplayer-base (= ${binary:Version}), konqueror +Description: KMPlayer plugin for KHTML/Konqueror + This plugin enables audio/video playback inside konqueror, using Xine (with + *kxineplayer) or GStreamer (with *kgstplayer), such as movie trailers, web + tv or radio. It mimics QuickTime, MS Media Player and RealPlayer plugin + browser plugins. --- kmplayer-0.11.1.orig/debian/kphononplayer.1.docbook +++ kmplayer-0.11.1/debian/kphononplayer.1.docbook @@ -0,0 +1,57 @@ + + + + + + Anthony + Mercatante + tonio@ubuntu.org + + + 2009 + Jonathan Patrick Davies + + + + 2009-02-01 + + + + kphononplayer + 1 + + + kphononplayer + phonon part for kmplayer + + + + kphononplayer + + + + DESCRIPTION + + Phonon player part for KMPlayer. The KMPlayer is an audio/video viewer + application for KDE.
+
+
+ + COPYRIGHT + + This manual page was written by Jonathan Patrick Davies + tonio@ubuntu.com 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. + + +
--- kmplayer-0.11.1.orig/debian/kmplayer.1.docbook +++ kmplayer-0.11.1/debian/kmplayer.1.docbook @@ -0,0 +1,122 @@ + + + + + + Jonathan Patrick + Davies + jpatrick@kubuntu.org + + + 2006-2007 + Jonathan Patrick Davies + + + + 2007-11-03 + + + + 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 + Ubuntu 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 2 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. + + +
--- kmplayer-0.11.1.orig/debian/rules +++ kmplayer-0.11.1/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk + +build/kmplayer:: + docbook2x-man debian/kmplayer.1.docbook + docbook2x-man debian/kphononplayer.1.docbook --- kmplayer-0.11.1.orig/debian/changelog +++ kmplayer-0.11.1/debian/changelog @@ -0,0 +1,386 @@ +kmplayer (1:0.11.1-0ubuntu1) karmic; urgency=low + + * New upstream release + * Fixed packaging to use pkg-kde-tools + + -- Anthony Mercatante Mon, 11 May 2009 05:34:03 +0200 + +kmplayer (1:0.11.0a+svn962335-0ubuntu1~ppa1) jaunty; urgency=low + + * New SVN snapshot + + -- Anthony Mercatante Sat, 02 May 2009 06:05:28 +0200 + +kmplayer (1:0.11.0a+svn919425-0ubuntu1) jaunty; urgency=low + + * New upstream version released. + * SVN snapshot to fix FTBFS with 4.2 + * Rewrite packaging for KDE4 + + -- Anthony Mercatante Sat, 31 Jan 2009 23:59:43 +0100 + +kmplayer (1:0.10.0c-2ubuntu1) intrepid; urgency=low + + * Merge from Debian unstable. Remaining Ubuntu changes: + - XSBC-Original-Maintainer/Maintainer lines. + - Remove 10_xine_default_player.diff - done by kubuntu_01_kmplayerrc.diff. + - Remove 12_remove_audio_mimetypes.diff - done by + kubuntu_03_no_audio_mimetypes.patch + - Drop /usr/share/doc/kde/HTML from kmplayer (in debian/kmplayer.install) + - Watch file, we don't need to run 'debian svn-upgrade' + * Make kmplayer-base call ldconfig in postinst and postrm as per Policy + Manual 8.1.1 + * Added the following to kmplayer-base.lintian-overrides - W: kmplayer-base: + package-name-doesnt-match-sonames libkmplayercommon + * Fixed the kxineplayer manpage (it wasn't getting installed). + * Fixed an error in the formatting of the Kubuntu changelog. + * Remove Encoding: from the kmplayer Desktop file; + kubuntu_04_no_encoding_in_desktop.diff. + + -- Ryan Kavanagh Sun, 08 Jun 2008 12:30:02 -0400 + +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 + - traslation 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.0c-0ubuntu3) hardy; urgency=low + + * Drop /usr/share/doc/kde/HTML from kmplayer, as it's already in + kmplayer-doc (LP: #210443). + + -- Colin Watson Tue, 15 Apr 2008 02:22:14 +0100 + +kmplayer (1:0.10.0c-0ubuntu2) hardy; urgency=low + + * dapper -> hardy upgrade fixes, kmplayer replaces old kmplayer-doc + and vice-versa + + -- Jonathan Riddell Wed, 19 Mar 2008 15:38:32 +0000 + +kmplayer (1:0.10.0c-0ubuntu1) hardy; urgency=low + + * New upstream release. + * Merged Debian changelog, remaining changes in 0.10.0a-2ubuntu1 entry. + * Cleaned up rules file. + + -- Jonathan Patrick Davies Fri, 22 Dec 2007 11:23:40 +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.0b-0ubuntu1) hardy; urgency=low + + * New upstream release. + * Dropped kubuntu_02_use_default_config_with_kparts_.diff - applied upstream. + * Updated email in kmplayer.1.docbook. + * Updated Standards-Version to 3.7.3.0. + + -- Jonathan Patrick Davies Fri, 7 Dec 2007 18:56:10 +0100 + +kmplayer (1:0.10.0a-2ubuntu4) hardy; urgency=low + + * Fix kmplayer-doc.install to include all documentation. + * Removed "debian/tmp/" from *.install's. + + -- Jonathan Patrick Davies Mon, 12 Nov 2007 22:25:24 +0100 + +kmplayer (1:0.10.0a-2ubuntu3) hardy; urgency=low + + * Reuploaded as the buildd seems to be fixed + + -- Anthony Mercatante Mon, 12 Nov 2007 14:14:56 +0100 + +kmplayer (1:0.10.0a-2ubuntu2) hardy; urgency=low + + * Re-add kubuntu_03_no_audio_mimetypes, not merged upstream + + -- Anthony Mercatante Sat, 10 Nov 2007 10:20:27 +0100 + +kmplayer (1:0.10.0a-2ubuntu1) hardy; urgency=low + + * Merge from debian unstable, remaining changes: + - Ubuntu maintainer spec. + - kmplayer-base instead of kmplayer-common. + - kmplayer-konq-plugin instead of kmplayer-plugin. + - Added kubuntu_ patches to series. + - No overrides. + - Remove 10_xine_default_player.diff - done by kubuntu_01_kmplayerrc.diff. + - Drop 12_remove_audio_mimetypes and kubuntu_04_real_mimetype - applied + upstream. + - docbook2x dep for docbooks. + * New upstream release. (LP: #131620) + * Adjust kmplayer's xine deps for new packages. (LP: #159338) + * Bumped Standards-Version to 3.7.2.2. + * Updated kmplayer.1.docbook. + * New Homepage field location. + * Drop kubuntu_03_no_audio_mimetypes - applied upstream. + * Drop kubuntu_05_gxx32 - changed upstream. + * Remove quilt patch system. + * And drop build dep on quilt. + + -- Jonathan Patrick Davies Sat, 03 Nov 2007 12:26:24 +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.4a-0ubuntu2) gutsy; urgency=low + + * Build with -fpermissive when building with g++-4.3. LP: #138604. + + -- Matthias Klose Thu, 13 Sep 2007 19:53:49 +0200 + +kmplayer (0.9.4a-0ubuntu1) gutsy; urgency=low + + * New upstream release + + -- Anthony Mercatante Sat, 30 Jun 2007 22:55:48 +0200 + +kmplayer (0.9.4-0ubuntu4) gutsy; urgency=low + + * debian/control: Dropped unnecessary Build-dep on xlibs-dev. + + -- Timo Aaltonen Wed, 16 May 2007 14:42:30 +0300 + +kmplayer (0.9.4-0ubuntu3) gutsy; urgency=low + + * Fix typo in kubuntu_03_no_audio_mimetypes.patch + + -- Andrew Ash Fri, 27 Apr 2007 19:08:56 -0400 + +kmplayer (0.9.4-0ubuntu2) feisty; urgency=low + + * Add kubuntu_04_real_mimetype.diff to support real -plugin mimetype + + -- Jonathan Riddell Mon, 26 Mar 2007 12:37:14 +0100 + +kmplayer (0.9.4-0ubuntu1) feisty; urgency=low + + * New upstream release + + -- Anthony Mercatante Thu, 15 Mar 2007 11:28:27 +0100 + +kmplayer (0.9.3a-0ubuntu1) feisty; urgency=low + + * New upstream release + + -- Anthony Mercatante Monday, 8 Jan 2007 11:58:34 +0100 + +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.3-0ubuntu4) feisty; urgency=low + + * Fix typo in kubuntu_03_no_audio_mimetypes.patch + + -- Jonathan Riddell Sun, 7 Jan 2007 18:48:42 +0000 + +kmplayer (0.9.3-0ubuntu3) feisty; urgency=low + + * Rebuilt without gstreamer support + + -- Anthony Mercatante Thu, 07 Dec 2006 12:57:04 +0100 + +kmplayer (0.9.3-0ubuntu2) feisty; urgency=low + + * Add kubuntu_03_no_audio_mimetypes.patch to remove + audio mymetypes. + + -- Anthony Mercatante Fri, 20 Oct 2006 17:58:05 +0200 + +kmplayer (0.9.3-0ubuntu1) edgy; urgency=low + + * New upstream release + + -- Anthony Mercatante Wed, 27 Sep 2006 05:08:05 +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.2a-0ubuntu1) edgy; urgency=low + + * New upstream maintainace release. + * Merge Debian changelog, keep Kubuntu defaults and add Debian: build-dep: + libxv-dev and ${shlibs:Depends}. + + -- Jonathan Patrick Davies Sun, 11 Jun 2006 13:22:04 +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 + +kmplayer (0.9.1.99+0.9.2-rc1-0ubuntu1) dapper; urgency=low + + * New upstream release. + * Merge Debian changelog. + * Enable gstreamer0.10 support. + * Added kubuntu_01_kmplayerrc.diff: extra recorder using Xine (which + has an extra benefit that it records while playing). + * Remove kubuntu_01_use_xine_by_default: now in kubuntu_01_kmplayerrc. + + -- Jonathan Patrick Davies Sat, 08 Apr 2006 11:04:34 +0200 + +kmplayer (0.9.2-pre3-1) unstable; urgency=low + + [ Fathi Boudra ] + * Initial release Closes: #360092 + * Set Xine as default player and disable gstreamer support + + [ Mark Purcell ] + * Update debian/watch to use svn-upgrade + + -- Mark Purcell Fri, 7 Apr 2006 23:39:00 +0100 + +kmplayer (0.9.1.99+0.9.2-pre3-0ubuntu2) dapper; urgency=low + + * Remove suggests on gstreamer, we don't use gstreamer 0.8 + + -- Jonathan Riddell Thu, 30 Mar 2006 17:01:59 +0100 + +kmplayer (0.9.1.99+0.9.2-pre3-0ubuntu1) dapper; urgency=low + + * Initial release + + [Achim Bonnet] + * Defined package structure + + [Jonathan Patrick Davies] + * Global packaging + + [Anthony Mercatante] + * Package polishing (debian/copyright, debian/rules...) + * Added kubuntu_01_use_xine_by_default.patch to make usage of wine by default + * Added kubuntu_02_use_default_config_with_kparts_.patch to enable default + config in the konqueror plugin + * Tarball rebuilt to remove obsolete debian/ folder in it + + -- Anthony Mercatante Sun, 26 Mar 2006 16:03:54 +0100 + --- kmplayer-0.11.1.orig/debian/patches/series +++ kmplayer-0.11.1/debian/patches/series @@ -0,0 +1 @@ +kubuntu_01_no_audio_mimetypes.diff --- kmplayer-0.11.1.orig/debian/patches/kubuntu_01_no_audio_mimetypes.diff +++ kmplayer-0.11.1/debian/patches/kubuntu_01_no_audio_mimetypes.diff @@ -0,0 +1,24 @@ +diff -Nur kmplayer-0.11.0a+svn919425/src/kmplayer.desktop kmplayer-0.11.0a+svn919425.new/src/kmplayer.desktop +--- kmplayer-0.11.0a+svn919425/src/kmplayer.desktop 2009-02-01 00:45:36.000000000 +0100 ++++ kmplayer-0.11.0a+svn919425.new/src/kmplayer.desktop 2009-02-01 00:51:03.000000000 +0100 +@@ -44,7 +44,7 @@ + Name[pa]=KM-ਪਲੇਅਰ + Name[sv]=Kmplayer + Name[x-test]=xxKMPlayerxx +-MimeType=application/ogg;application/smil;application/vnd.ms-asf;application/vnd.rn-realmedia;application/x-kmplayer;application/x-mplayer2;application/x-ogg;application/xspf+xml;audio/basic;audio/m3u;audio/mp4;audio/mpeg;audio/mpegurl;audio/vnd.rn-realaudio;audio/vorbis;audio/x-aiff;audio/x-flac;audio/x-m3u;audio/x-matroska;audio/x-mp2;audio/x-mp3;audio/x-mpegurl;audio/x-ms-asx;audio/x-ms-wma;audio/x-musepack;audio/x-mod;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-wav;video/avi;video/flv;video/mediaplayer;video/mp4;video/mpeg;video/quicktime;video/vnd.rn-realvideo;video/x-avi;video/x-flic;video/x-matroska;video/x-ms-asf;video/x-flv;video/x-msvideo;video/x-ms-wmp;video/x-ms-wmv;video/x-ogm;video/x-theora;uri/mms;uri/pnm;uri/rtspt;uri/rtspu; ++MimeType=application/ogg;application/smil;application/vnd.ms-asf;application/vnd.rn-realmedia;application/x-kmplayer;application/x-mplayer2;application/x-ogg;application/xspf+xml;video/avi;video/flv;video/mediaplayer;video/mp4;video/mpeg;video/quicktime;video/vnd.rn-realvideo;video/x-avi;video/x-flic;video/x-matroska;video/x-ms-asf;video/x-flv;video/x-msvideo;video/x-ms-wmp;video/x-ms-wmv;video/x-ogm;video/x-theora;uri/mms;uri/pnm;uri/rtspt;uri/rtspu; + InitialPreference=7 + Categories=Qt;KDE;AudioVideo; + GenericName=Media Player +diff -Nur kmplayer-0.11.0a+svn919425/src/kmplayer_part.desktop kmplayer-0.11.0a+svn919425.new/src/kmplayer_part.desktop +--- kmplayer-0.11.0a+svn919425/src/kmplayer_part.desktop 2009-02-01 00:45:36.000000000 +0100 ++++ kmplayer-0.11.0a+svn919425.new/src/kmplayer_part.desktop 2009-02-01 00:52:48.000000000 +0100 +@@ -66,7 +66,7 @@ + Comment[zh_CN]=视频播放器插件(兼容 QuickTime、XMovie、Windows Media 和 RealPlayer) + X-KDE-Library=libkmplayerpart + # Keep in sync with the audio types in kmplayer.desktop +-MimeType=application/ogg;application/smil;application/vnd.ms-asf;application/vnd.rn-realmedia;application/x-kmplayer;application/x-mplayer2;application/x-ogg;application/xspf+xml;audio/basic;audio/m3u;audio/mp4;audio/mpeg;audio/mpegurl;audio/vnd.rn-realaudio;audio/vorbis;audio/x-aiff;audio/x-flac;audio/x-m3u;audio/x-matroska;audio/x-mp2;audio/x-mp3;audio/x-mpegurl;audio/x-ms-asx;audio/x-ms-wma;audio/x-musepack;audio/x-mod;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-wav;video/avi;video/mediaplayer;video/mp4;video/mpeg;video/quicktime;video/vnd.rn-realvideo;video/x-avi;video/x-flic;video/x-matroska;video/x-ms-asf;video/x-msvideo;video/x-ms-wmp;video/x-ms-wmv;video/x-ogm;video/x-theora;uri/mms;uri/pnm;uri/rtspt;uri/rtspu; ++MimeType=application/ogg;application/smil;application/vnd.ms-asf;application/vnd.rn-realmedia;application/x-kmplayer;application/x-mplayer2;application/x-ogg;application/xspf+xml;video/avi;video/flv;video/mediaplayer;video/mp4;video/mpeg;video/quicktime;video/vnd.rn-realvideo;video/x-avi;video/x-flic;video/x-matroska;video/x-ms-asf;video/x-flv;video/x-msvideo;video/x-ms-wmp;video/x-ms-wmv;video/x-ogm;video/x-theora;uri/mms;uri/pnm;uri/rtspt;uri/rtspu; + Type=Service + Icon=kmplayer + X-KDE-ServiceTypes=KParts/ReadOnlyPart,Browser/View,KMediaPlayer/Player --- kmplayer-0.11.1.orig/debian/cdbs/kde.mk +++ kmplayer-0.11.1/debian/cdbs/kde.mk @@ -0,0 +1,86 @@ +include /usr/share/cdbs/1/class/cmake.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/cdbs/1/rules/utils.mk + +DEB_COMPRESS_EXCLUDE = .dcl .docbook -license .tag .sty .el +DEB_CMAKE_EXTRA_FLAGS += \ + -DCMAKE_BUILD_TYPE=Debian \ + $(KDE4-ENABLE-FINAL) \ + -DKDE4_BUILD_TESTS=false \ + -DKDE_DISTRIBUTION_TEXT="Debian packages" \ + -DCMAKE_SKIP_RPATH=true \ + -DKDE4_USE_ALWAYS_FULL_RPATH=false \ + -DCONFIG_INSTALL_DIR=/etc/kde4 \ + -DDATA_INSTALL_DIR=/usr/share/kde4/apps \ + -DHTML_INSTALL_DIR=/usr/share/doc/kde4/HTML \ + -DKCFG_INSTALL_DIR=/usr/share/kde4/config.kcfg \ + -DLIB_INSTALL_DIR=/usr/lib \ + -DSYSCONF_INSTALL_DIR=/etc \ + -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \ + -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \ + -DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" + +#DEB_CMAKE_PREFIX = /usr/lib/kde4 +DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp +#DEB_DH_SHLIBDEPS_ARGS = -l/usr/lib/kde4/lib/ +DEB_KDE_ENABLE_FINAL ?= +#DEB_MAKE_ENVVARS += XDG_CONFIG_DIRS=/etc/xdg XDG_DATA_DIRS=/usr/share +#DEB_STRIP_EXCLUDE = so + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + cdbs_treat_me_gently_arches := arm m68k alpha ppc64 armel armeb + ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(cdbs_treat_me_gently_arches))) + KDE4-ENABLE-FINAL = $(if $(DEB_KDE_ENABLE_FINAL),-DKDE4_ENABLE_FINAL=true,) + else + KDE4-ENABLE-FINAL = + endif +endif + +common-build-arch:: debian/stamp-man-pages +debian/stamp-man-pages: + if ! test -d debian/man/out; then mkdir -p debian/man/out; fi + for f in $$(find debian/man -name '*.sgml'); do \ + docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \ + done + for f in $$(find debian/man -name '*.man'); do \ + soelim -I debian/man $$f \ + > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \ + done + touch debian/stamp-man-pages + +clean:: +ifndef THIS_SHOULD_GO_TO_UNSTABLE + #guard against experimental uploads to unstable + dpkg-parsechangelog | grep ^Distribution | grep -q 'experimental\|UNRELEASED' +endif + rm -rf debian/man/out + -rmdir debian/man + rm -f debian/stamp-man-pages + rm -f CMakeCache.txt + + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi + if test -e debian/$(cdbs_curpkg).lintian; then \ + install -p -D -m644 debian/$(cdbs_curpkg).lintian \ + debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \ + fi + if test -e debian/$(cdbs_curpkg).presubj; then \ + install -p -D -m644 debian/$(cdbs_curpkg).presubj \ + debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \ + fi + +binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: + set -e; \ + for doc in `cd $(DEB_DESTDIR)/usr/share/doc/kde/HTML/en; find . -name index.docbook`; do \ + pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \ + echo Building $$pkg HTML docs...; \ + mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \ + cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \ + meinproc4 $(DEB_DESTDIR)/usr/share/doc/kde/HTML/en/$$pkg/index.docbook; \ + done + for pkg in $(DOC_HTML_PRUNE) ; do \ + rm -rf debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \ + done +