Bug#709641: RFS: gtkiostream/1.3.0

2013-11-08 Thread Matt Flax

Package: sponsorship-requests
  Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package gtkiostream:

 * Package name: gtkiostream
   Version : 1.3.0
   Upstream Author : Matt Flax
 * URL :http://sourceforge.net/projects/gtkiostream/
 * License : GPL
   Section : unsure

  The package uses autotools and is really easy to maintain and already 
includes a debian directory.

  It replaces the following old packages some of which don't work because of 
custom Makefiles:

Replaces: wsola, mffm-fftw1, libaudiomask1
Replaces: wsola-dev, mffm-fftw-dev, libaudiomask-dev

  It closes the following bugs :

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722527
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709641


 You should used Debian Sid to build the package without any issues. If you 
don't use Debian Sid, then you will not have access to Zeroc Ice V3.5, which is 
a package requirement.

  It builds those binary packages:

WSOLA - Speeds up and slows down multichannel audio from file. Supports 
many different file formats.
WSOLAJackGTK - Real time speed up and slow down of multichannel audio, 
playback using a Jack audio client. Reads from many different file formats.
audioMasker - Extracts the simultaneous masking thresholds from an audio 
file. These are the core of the psychoacoustic models used in audio compression 
formats such as MPEG audio layer 3 (mp3) and others.

  It provides many different developer resources :
   interacting directly with octave.org from C++
   GTK programming using a simplified C++ paradigm 'iostream' like
   ORBing using Zeroc Ice
   The beginnings of some DSP algorithms.
   And many other features.

  An example debian directory is distributed with the source code which builds 
the following packages seamlessly on Debian Sid :
gtkiostream_1.3.0-1_amd64.deb
gtkiostream-dev_1.3.0-1_amd64.deb
gtkiostream-doc_1.3.0-1_all.deb


Thanks
Matt



Bug#709641: gtkiostream will close these bugs

2013-09-26 Thread Matt Flax

Hi there,

The package gtkiostream now replaces some old packages and closes the 
bug 709641 :

mffm-fftw-dev
mffm-fftw1
libaudiomask-dev
libaudiomask1

The new package is based on autotools and so it is very simple to build 
and is already packaged here :

https://sourceforge.net/projects/gtkiostream/files/?source=navbar
Look at version 1.1.1 onwards.

I can't upload because my key isn't in the ring. If someone else could 
upload for me - that would be great ...
The 'debian' directory ships with the sources and should work fine using 
dpkg-buildpackage


thanks
Matt


Bug#333969: Intention to NMU

2005-10-24 Thread Matt Flax
Already done !

Actually it was done on Sunday, but had to fix one or two things before 
it was accepted.

Matt

On Mon, Oct 24, 2005 at 07:52:58PM +0200, Luk Claes wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi
 
 Attached the patch for the version I intend to upload. Please respond if
 you don't want this NMU to happen, if you are working yourself on a
 patch or if you think that the attached patch won't work.
 
 Cheers
 
 Luk
 
 - --
 Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
 Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.2 (GNU/Linux)
 
 iD8DBQFDXR965UTeB5t8Mo0RAoo7AJwLHqwfypWZOrRU3tl8QSbWdXyREgCgrk0j
 ij6S940KmMAtHoRvrFTkLQQ=
 =PIyw
 -END PGP SIGNATURE-

 diff -u mffm-fftw-1.5/debian/changelog mffm-fftw-1.5/debian/changelog
 --- mffm-fftw-1.5/debian/changelog
 +++ mffm-fftw-1.5/debian/changelog
 @@ -1,3 +1,10 @@
 +mffm-fftw (1.5-1.1) unstable; urgency=medium
 +
 +  * Non-maintainer upload.
 +  * C++ ABI transition (Closes: #333969).
 +
 + -- Luk Claes [EMAIL PROTECTED]  Mon, 24 Oct 2005 19:41:54 +0200
 +
  mffm-fftw (1.5-1) unstable; urgency=low
  
* New upstream version
 reverted:
 --- mffm-fftw-1.5/debian/mffm-fftw1.dirs
 +++ mffm-fftw-1.5.orig/debian/mffm-fftw1.dirs
 @@ -1 +0,0 @@
 -usr/lib
 diff -u mffm-fftw-1.5/debian/control mffm-fftw-1.5/debian/control
 --- mffm-fftw-1.5/debian/control
 +++ mffm-fftw-1.5/debian/control
 @@ -7,16 +7,17 @@
  Package: mffm-fftw-dev
  Section: devel
  Architecture: any
 -Depends: mffm-fftw1 (= ${Source-Version}), fftw3, fftw3-dev
 +Depends: mffm-fftw1c2 (= ${Source-Version}), fftw3, fftw3-dev
  Description: A C++ wrapper for the fftw.org C library (version 3)
   Developer files for the mffm.fftw library
   mffm.fftw provides a simple C++ application base which handles
   FFT data and application. Operations such as power spectrum 
   derivation and so on.
  
 -Package: mffm-fftw1
 +Package: mffm-fftw1c2
  Section: libs
  Architecture: any
 +Conflicts: mffm-fftw1
  Depends: ${shlibs:Depends} ${misc:Depends}, fftw3
  Description: A C++ wrapper for the fftw.org C library (version 3)
   Developer files for the mffm.fftw library
 reverted:
 --- mffm-fftw-1.5/debian/mffm-fftw1.files
 +++ mffm-fftw-1.5.orig/debian/mffm-fftw1.files
 @@ -1 +0,0 @@
 -usr/lib/lib*.so.*
 reverted:
 --- mffm-fftw-1.5/debian/mffm-fftw1.install
 +++ mffm-fftw-1.5.orig/debian/mffm-fftw1.install
 @@ -1 +0,0 @@
 -debian/tmp/usr/lib/lib*.so.*
 only in patch2:
 unchanged:
 --- mffm-fftw-1.5.orig/debian/mffm-fftw1c2.dirs
 +++ mffm-fftw-1.5/debian/mffm-fftw1c2.dirs
 @@ -0,0 +1 @@
 +usr/lib
 only in patch2:
 unchanged:
 --- mffm-fftw-1.5.orig/debian/mffm-fftw1c2.files
 +++ mffm-fftw-1.5/debian/mffm-fftw1c2.files
 @@ -0,0 +1 @@
 +usr/lib/lib*.so.*
 only in patch2:
 unchanged:
 --- mffm-fftw-1.5.orig/debian/mffm-fftw1c2.install
 +++ mffm-fftw-1.5/debian/mffm-fftw1c2.install
 @@ -0,0 +1 @@
 +debian/tmp/usr/lib/lib*.so.*


-- 
http://www.flatmax.org

Public Projects :
http://sourceforge.net/search/?type_of_search=softwords=mffm



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#328121: linuxsampler license

2005-09-29 Thread Matt Flax
OK - no worries,

I will hang tight to hear if Chris replies to you Paul.

Matt

On Fri, Sep 30, 2005 at 03:58:44AM +0100, Paul Brossier wrote:
 Hi all,
 
 On Fri, Sep 30, 2005 at 12:36:37PM +1000, Matt Flax wrote:
  Hi,
  
  yes I was thinking about removing it from the Debian release system.
  
  What about you Paul ?
 
 I have sent a private email with Christian. I am still hoping that he
 changes the README file in the CVS. Let's give him a few more days.
 
  By the way, what is the process to request removal from the release 
  system ?
 
 file a bug against ftp.debian.org.
 
 cheers, piem

-- 
http://www.flatmax.org

Public Projects :
http://sourceforge.net/search/?type_of_search=softwords=mffm



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#328121: Linuxsampler license

2005-09-15 Thread Matt Flax
I have contacted the author and am waiting to see whether he will change 
the license. If not then we will either remove or move it to non-free.

Matt

On Thu, Sep 15, 2005 at 10:50:12AM +0200, Sven Luther wrote:
 On Thu, Sep 15, 2005 at 08:03:46AM +0300, Harri J?rvi wrote:
  On Wed, Sep 14, 2005 at 16:26:15 +0200, G?ran Weinholt wrote:
   On Tue, Sep 13, 2005 at 05:54:35PM +0300, Harri J?rvi wrote:
  
In addition there's a conflict between linuxsampler's aim to be an
opensource software, and the license used. Restricting commercial use
makes the software nonopensource by OSI definition and nonfree by Free
Software Foundation's Free Software definition.
   
   I think upstream only meant to make it clear to developers of
   proprietary software that they need to ask for a special license if
   they don't want to follow the GPL.
  
  I wish it was so, but this is written on the project home page
  at http://www.linuxsampler.org/downloads.html:
  
  License
  
  LinuxSampler is licensed under the GNU GPL license with the exception 
  that COMMERCIAL USE of the souce code, libraries and applications is
  NOT ALLOWED without prior written permission by the LinuxSampler 
  authors. If you have questions on the subject please contact us.
 
 That is indeed non-free and fails DFSG #6, the package cannot be in main, but
 could be in non-free maybe.
 
 Friendly,
 
 Sven Luther
 

-- 
http://www.flatmax.org

Public Projects :
http://sourceforge.net/search/?type_of_search=softwords=mffm



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#312274: linuxsampler/libgig: intent to hijack

2005-07-18 Thread Matt Flax
Hi Paul,

I am currently deep in the tail end of my PhD at the moment. I would 
really appreciate co-developer ownership, where I can return to duty 
with you on these packages once I have a little more time. Probably 
about next year some time.

I still have a few others to maintain as well as these, which happen to 
be a bit less active and alot more managable.

I have left some shell packaing scripts in the 'README.debian' file... I 
don't know but perhaps they will help ? I was building straight from CVS 
by the way.

I will put up a request for adoption on wnpp if that is necessary.

thanks
Matt

On Sun, Jul 17, 2005 at 04:56:09PM +0100, Paul Brossier wrote:
 Hi,
 
 linuxsampler has been FTBFS since its first upload, is now
 uninstallable, and requires a rebuild against the latest g++.
 
 Matt, are you still interested in maintaining this package? and libgig?
 if not, i would be interested to adopt them.
 
 cheers, piem 

-- 
http://www.flatmax.org

Public Projects :
http://sourceforge.net/search/?type_of_search=softwords=mffm



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#311062: liblscp: FTBFS: ./configure: Permission denied

2005-05-29 Thread Matt Flax
Oops.

I accidently uploaded a version of liblscp which doesn't fix this bug 
but closes it.
If it makes it through, I will re-open this bug and fix it properly very 
soon.

Matt

On Sat, May 28, 2005 at 10:23:02AM +0200, Kurt Roeckx wrote:
 Package: liblscp
 Version: 0.2.cvs20050524-1
 Severity: serious
 Tags: sid
 
 Hi,
 
 Your package is failing to build with the following error:
 ./configure --host=powerpc-linux --build=powerpc-linux --prefix=/usr 
 --mandir=\
 ${prefix}/share/man --infodir=\${prefix}/share/info
 /bin/sh: ./configure: Permission denied
 make: *** [clean] Error 126
 
 You will need to fix this by doing a chmod +x before you run it.
 
 
 Kurt
 

-- 
http://www.flatmax.org

Public Projects :
http://sourceforge.net/search/?type_of_search=softwords=mffm



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]