File jokosher_0.9-1.diff of Package jokosher

--- jokosher-0.9.orig/debian/patches/00list
+++ jokosher-0.9/debian/patches/00list
@@ -0,0 +1 @@
+10_update_mime_database
--- jokosher-0.9.orig/debian/patches/10_update_mime_database.dpatch
+++ jokosher-0.9/debian/patches/10_update_mime_database.dpatch
@@ -0,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_update_mime_database.dpatch by Florian Ragwitz <rafl@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Don't call update-{mime,desktop}-database at build-time.
+
+@DPATCH@
+diff -urNad jokosher-0.9~/setup.py jokosher-0.9/setup.py
+--- jokosher-0.9~/setup.py	2007-06-22 15:20:07.000000000 +0200
++++ jokosher-0.9/setup.py	2007-06-22 15:21:01.299004415 +0200
+@@ -103,10 +103,10 @@
+ 	print "Updating the mime-types...."
+ 	
+ 	#update the mimetypes database
+-	call(["update-mime-database", "/usr/share/mime/"])
++	#call(["update-mime-database", "/usr/share/mime/"])
+ 	
+ 	#update the .desktop file database
+-	call(["update-desktop-database"])
++	#call(["update-desktop-database"])
+ 
+ print "\nInstallation finished! You can now run Jokosher by typing 'jokosher' or through your applications menu icon."
+ 	
--- jokosher-0.9.orig/debian/compat
+++ jokosher-0.9/debian/compat
@@ -0,0 +1 @@
+5
--- jokosher-0.9.orig/debian/changelog
+++ jokosher-0.9/debian/changelog
@@ -0,0 +1,38 @@
+jokosher (0.9-1) unstable; urgency=low
+
+  * New upstream release.
+  * Acknowledge NMU.
+  * Switch to cdbs.
+  * Add versioned dependency to gst-plugins-good0.10 so we can be sure the
+    audiopanorama element is available (Closes: #400283).
+
+ -- Florian Ragwitz <rafl@debian.org>  Fri, 22 Jun 2007 14:33:11 +0200
+
+jokosher (0.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix missing dependencies.
+  * Added python-setuptools as a dependency, since it's needed for the
+    ExtensionManager.  Thanks to Paul van Tilburg for reporting it.
+    (Closes: #400021).
+  * Added python-gnome2 as a dependency, since it's needed for the Instrument
+    module.  Thanks to Marcio Roberto Teixeira for reporting it.
+    (Closes: #400295)
+
+ -- Margarita Manterola <marga@debian.org>  Wed,  6 Dec 2006 15:29:06 -0300
+
+jokosher (0.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update 10_desktop_file for 0.2.
+  * Location of installed files changed slightly.
+    + Modify debian/jokosher.sh and debian/jokosher.install according to that.
+  * Some docs have been removed from the upstream tarball. Remove then from
+    the Debian package as well.
+
+ -- Florian Ragwitz <rafl@debian.org>  Wed, 22 Nov 2006 17:27:45 +0100
+
+jokosher (0.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #381803)
+
+ -- Florian Ragwitz <rafl@debian.org>  Wed,  9 Aug 2006 01:32:20 +0200
--- jokosher-0.9.orig/debian/copyright
+++ jokosher-0.9/debian/copyright
@@ -0,0 +1,71 @@
+This package was debianized by Florian Ragwitz <rafl@debian.org> on
+Wed, 09 Aug 2006 01:33:22 +0200 based upon the packages in Ubuntu by
+Daniel Holbach <daniel.holbach@ubuntu.com>.
+
+It was downloaded from http://jokosher.org.
+
+Upstream authors:
+
+  Coders:
+    Jono Bacon <jono@jonobacon.org>
+    Jason Field <jfield@sonaptic.com>
+    Stuart Langridge <sil@kryogenix.org>
+    Laszlo Pandy <laszlok2@gmail.com>
+    Michael Sheldon <mike@mikeasoft.com>
+    Ben Thorp <mrben@jedimoose.org>
+
+  Website:
+    Alasdair MacLeod <alasdair.macleod@gmail.com>
+
+  Art:
+    Dan Nawara <dan@itsawisechild.com>
+    Gregory Sheeran <greg@grogoreo.co.uk>
+
+
+Copyright 2006
+    Jono Bacon <jono@jonobacon.org>
+    Jason Field <jfield@sonaptic.com>
+    Stuart Langridge <sil@kryogenix.org>
+    Laszlo Pandy <laszlok2@gmail.com>
+    Michael Sheldon <mike@mikeasoft.com>
+    Ben Thorp <mrben@jedimoose.org>
+
+
+License:
+
+   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.
+
+   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
+
+
+LICENCE EXCEPTION:
+
+The Jokosher project hereby grants permission for non-GPL compatible
+GStreamer plugins to be used and distributed together with GStreamer
+and Jokosher. This permission is above and beyond the permissions
+granted by the GPL licensei by which Jokosher is covered. If you
+modify this code, you may extend this exception to your version of the
+code, but you are not obligated to do so. If you do not wish to do so,
+delete this exception statement from your version.
+
+
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+
+The Debian packaging is (C) 2006, Florian Ragwitz <rafl@debian.org> and
+is licensed under the GPL, see above.
+
+This package is based upon the Ubuntu packages from Daniel Holbach
+<daniel.holbach@ubuntu.com>, which is licensed under the GPL as well.
--- jokosher-0.9.orig/debian/jokosher.sh
+++ jokosher-0.9/debian/jokosher.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+/usr/share/jokosher/Jokosher/Jokosher
--- jokosher-0.9.orig/debian/pycompat
+++ jokosher-0.9/debian/pycompat
@@ -0,0 +1 @@
+2
--- jokosher-0.9.orig/debian/rules
+++ jokosher-0.9/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+binary-install/jokosher::
+	dh_desktop -p$(cdbs_curpkg)
+	dh_scrollkeeper -p$(cdbs_curpkg)
--- jokosher-0.9.orig/debian/pyversions
+++ jokosher-0.9/debian/pyversions
@@ -0,0 +1 @@
+2.4-
--- jokosher-0.9.orig/debian/control
+++ jokosher-0.9/debian/control
@@ -0,0 +1,30 @@
+Source: jokosher
+Section: sound
+Priority: optional
+Maintainer: Florian Ragwitz <rafl@debian.org>
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), dpatch, python-dev, scrollkeeper
+Build-Depends-Indep: python-support (>= 0.4)
+Standards-Version: 3.7.2
+
+Package: jokosher
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-cairo, python-dbus, python-glade2, python-gtk2, python-gst0.10, gstreamer0.10-gnonlin (>= 0.10.8), python-alsaaudio, gstreamer0.10-plugins-good (>= 0.10.5), gstreamer0.10-plugins-base (>= 0.10.12), gstreamer0.10-gnomevfs, librsvg2-common, python-setuptools, python-gnome2
+Description: simple and easy to use audio multi-tracker
+ Jokosher is a simple and poweful multi-track studio. Jokosher provides a
+ complete application for recording, editing, mixing and exporting audio, and
+ has been specifically designed with usability in mind. The developers behind
+ Jokosher have re-thought audio production at every level, and created
+ something devilishly simple to use.
+ .
+ Jokosher offers a strong featureset:
+  * Easy to use interface, designed from the ground up. Jokosher uses concepts
+    and language familiar to musicians, and is a breeze to use.
+  * Simple editing with splitting, trimming and moving tools.
+  * Multi-track volume mixing with VU sliders.
+  * Import audio (Ogg Vorbis, MP3, FLAC, WAV and anything else supported by
+    GStreamer) into your projects.
+  * A range of instruments can be added to a project, and instruments can be
+    renamed. Instruments can also be muted and soloed easily.
+  * Export to MP3, Ogg Vorbis, FLAC, WAV and anything else GStreamer supports.
+ .
+  Homepage: http://www.jokosher.org
openSUSE Build Service is sponsored by