[SCM] soundgrain/master: Adding patches.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Sat Jul 14 05:55:34 UTC 2012


The following commit has been merged in the master branch:
commit 976c6d4e85f68646be9bf84f10946f435be44244
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Fri Jul 13 21:31:16 2012 -0600

    Adding patches.

diff --git a/debian/patches/series b/debian/patches/series
index e69de29..5c89269 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use-distutils.patch
diff --git a/debian/patches/use-distutils.patch b/debian/patches/use-distutils.patch
new file mode 100644
index 0000000..89553eb
--- /dev/null
+++ b/debian/patches/use-distutils.patch
@@ -0,0 +1,18 @@
+--- /dev/null
++++ b/setup.py
+@@ -0,0 +1,15 @@
++# -*- coding: utf-8 -*-
++
++from distutils.core import setup
++
++setup(  name = "soundbrain",
++        author = "Olivier Belanger",
++        author_email = "belangeo at gmail.com",
++        version = "4.1.1",
++        description = "A graphical interface to control granular sound synthesis modules.",
++        url = "http://code.google.com/p/soundgrain/",
++        license="GPLv3",
++        package_dir={'soundbrain': ''},
++        packages=['Resources'],
++        scripts=['SoundGrain.py'],
++    )

-- 
soundgrain packaging



More information about the pkg-multimedia-commits mailing list