~ubuntu-branches/ubuntu/wily/fil-plugins/wily

« back to all changes in this revision

Viewing changes to filters_if.cc

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-01-09 01:53:21 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100109015321-7fwmuut8vq1e7r33
Tags: 0.3.0-1
* New upstream release.
* Switch to debhelper 7.
* Switch to quilt patch system.
* Refresh and convert all patches to quilt format.
* debian/control:
  - Bump Standards.
  - Set Debian Multimedia Maintainers as Maintainer.
  - Add myself as uploader.
  - Allow uploads by DM.
  - Add Vcs-* tags.
  - Add Homepage field.
  - Build-depend on ladspa-sdk.
* Bump debian/watch version to 3.
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
    Copyright (C) 2004 Fons Adriaensen
 
2
    Copyright (C) 2004-2009 Fons Adriaensen <fons@kokkinizita.net>
3
3
    
4
4
    This program is free software; you can redistribute it and/or modify
5
5
    it under the terms of the GNU General Public License as published by
23
23
#include "filters.h"
24
24
 
25
25
#define NMODS 1
26
 
#define VERSION "0.1.0"
27
 
 
28
 
 
29
 
static const char* maker = "Fons Adriaensen <fons.adriaensen@alcatel.be>";
 
26
#define VERSION "0.3.0"
 
27
 
 
28
 
 
29
static const char* maker = "Fons Adriaensen <fons@kokkinizita.net>";
30
30
static const char* copyr = "GPL";
31
31
 
32
32
 
179
179
  }  
180
180
};
181
181
 
 
182
 
182
183
extern "C" const LADSPA_Descriptor *ladspa_descriptor (unsigned long i)
183
184
{
184
185
  if (i >= NMODS) return 0;