--- foo-plugins-1.0.orig/debian/compat +++ foo-plugins-1.0/debian/compat @@ -0,0 +1 @@ +5 --- foo-plugins-1.0.orig/debian/rules +++ foo-plugins-1.0/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +CFLAGS=-O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -g # -msse -mfpmath=sse +DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp/ --- foo-plugins-1.0.orig/debian/README.source +++ foo-plugins-1.0/debian/README.source @@ -0,0 +1,5 @@ +Source tarbal was in bzip format. +It has been transformed and gziped usin the following commands : + +bunzip2 foo-plugins-1.0.tar.bz2 +gzip -c foo-plugins-1.0.tar > foo-plugins_1.0.orig.tar.gz --- foo-plugins-1.0.orig/debian/control +++ foo-plugins-1.0/debian/control @@ -0,0 +1,22 @@ +Source: foo-plugins +Section: sound +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Raphaël Doursenaud +Homepage: http://www.studionumbersix.com/foo/ +Build-Depends: cdbs, debhelper (>= 5), ladspa-sdk, libxml-parser-perl +Standards-Version: 3.8.0 + +Package: ladspa-foo-plugins +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Sampo Savolainen's LADSPA plugins + This is a small set of LADSPA plugins. Currently it consists of two plugins: + . + Foo Lookahead Limiter (stereo) + A lookahead peak limiter with an attack / release envelope. + . + Foo Transient Architect (stereo and mono version) + Transient sound design. This is a dynamics control independent of the + volume level. It gives separate control for transient attack and release + gain. --- foo-plugins-1.0.orig/debian/copyright +++ foo-plugins-1.0/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Raphaël Doursenaud on +Thu, 14 Feb 2008 12:17:37 +0100. + +It was downloaded from http://www.studionumbersix.com/foo/ + +Upstream Author: + + Sampo Savolainen + Steve Harris + +Copyright: + + Copyright (C) 2006 Sampo Savolainen + Copyright (C) 2006 Steve Harris + +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 + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2008, Raphaël Doursenaud and +is licensed under the GPL version 2, see above. --- foo-plugins-1.0.orig/debian/changelog +++ foo-plugins-1.0/debian/changelog @@ -0,0 +1,12 @@ +foo-plugins (1.0-0ubuntu2) oneiric; urgency=low + + * Don't build with SSE math options. + + -- Matthias Klose Tue, 27 Sep 2011 21:26:18 +0200 + +foo-plugins (1.0-0ubuntu1) jaunty; urgency=low + + * Initial release (LP: #191998) + + -- Raphaël Doursenaud Thu, 14 Feb 2008 12:17:37 +0100 + --- foo-plugins-1.0.orig/debian/watch +++ foo-plugins-1.0/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.studionumbersix.com/foo/foo-plugins-(.*).tar.bz2 --- foo-plugins-1.0.orig/debian/foo-plugins.install +++ foo-plugins-1.0/debian/foo-plugins.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/ladspa/foo_*.so --- foo-plugins-1.0.orig/debian/patches/10_installdir.patch +++ foo-plugins-1.0/debian/patches/10_installdir.patch @@ -0,0 +1,13 @@ +diff -Nurp foo-plugins-1.0.orig/Makefile foo-plugins-1.0/Makefile +--- foo-plugins-1.0.orig/Makefile 2007-01-14 19:35:01.000000000 +0100 ++++ foo-plugins-1.0/Makefile 2008-02-14 13:32:04.000000000 +0100 +@@ -29,7 +29,8 @@ $(PLUGIN_SOURCES): utils.h rms.h + rms.o: rms.h + + install: plugins +- cp $(PLUGIN_LIBS) /usr/lib/ladspa/ ++ mkdir -p $(DESTDIR)/usr/lib/ladspa ++ cp $(PLUGIN_LIBS) $(DESTDIR)/usr/lib/ladspa/ + + clean: + rm -f *.o *.so $(PLUGIN_SOURCES) tester plot/*