[Demudi-commits] r781 - in fil-plugins/trunk: . debian debian/patches

Free Ekanayaka free-guest at costa.debian.org
Tue May 23 05:48:27 UTC 2006


Author: free-guest
Date: 2006-05-23 05:48:25 +0000 (Tue, 23 May 2006)
New Revision: 781

Added:
   fil-plugins/trunk/debian/
   fil-plugins/trunk/debian/changelog
   fil-plugins/trunk/debian/compat
   fil-plugins/trunk/debian/control
   fil-plugins/trunk/debian/copyright
   fil-plugins/trunk/debian/dirs
   fil-plugins/trunk/debian/docs
   fil-plugins/trunk/debian/patches/
   fil-plugins/trunk/debian/patches/00list
   fil-plugins/trunk/debian/patches/10_Makefile.dpatch
   fil-plugins/trunk/debian/rules
   fil-plugins/trunk/debian/watch
Log:
Load newtrunk into fil-plugins/trunk.


Added: fil-plugins/trunk/debian/changelog
===================================================================
--- fil-plugins/trunk/debian/changelog	2006-05-23 05:47:38 UTC (rev 780)
+++ fil-plugins/trunk/debian/changelog	2006-05-23 05:48:25 UTC (rev 781)
@@ -0,0 +1,12 @@
+fil-plugins (0.0.1-2) unstable; urgency=low
+
+  * Rebuilt against libstdc++6
+
+ -- Free Ekanayaka <free at agnula.org>  Wed, 16 Nov 2005 01:44:00 +0000
+
+fil-plugins (0.0.1-1) unstable; urgency=low
+
+  * First upload to Debian (closes: #276495)
+
+ -- Free Ekanayaka <free at agnula.org>  Tue, 25 Jan 2005 11:06:21 +0100
+

Added: fil-plugins/trunk/debian/compat
===================================================================
--- fil-plugins/trunk/debian/compat	2006-05-23 05:47:38 UTC (rev 780)
+++ fil-plugins/trunk/debian/compat	2006-05-23 05:48:25 UTC (rev 781)
@@ -0,0 +1 @@
+4

Added: fil-plugins/trunk/debian/control
===================================================================
--- fil-plugins/trunk/debian/control	2006-05-23 05:47:38 UTC (rev 780)
+++ fil-plugins/trunk/debian/control	2006-05-23 05:48:25 UTC (rev 781)
@@ -0,0 +1,24 @@
+Source: fil-plugins
+Section: sound
+Priority: optional
+Maintainer: Free Ekanayaka <free at agnula.org>
+Build-Depends: debhelper (>= 4.0.0), dpatch
+Standards-Version: 3.6.2.1
+
+Package: fil-plugins
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: parametric equalizer LADSPA plugin
+ Four-band parametric equaliser. Each section has an active/bypass switch,
+ frequency, bandwidth and gain controls. There is also a global bypass
+ switch and gain control.
+ .
+ The 2nd order resonant filters are implemented using a Mitra-Regalia
+ style lattice filter, which has the nice property of being stable
+ even while parameters are being changed.
+ .
+ All switches and controls are internally smoothed, so they can
+ be used 'live' whithout any clicks or zipper noises. This should
+ make this plugin a good candidate for use in systems that allow
+ automation of plugin control ports, such as Ardour, or for 
+ stage use.

Added: fil-plugins/trunk/debian/copyright
===================================================================
--- fil-plugins/trunk/debian/copyright	2006-05-23 05:47:38 UTC (rev 780)
+++ fil-plugins/trunk/debian/copyright	2006-05-23 05:48:25 UTC (rev 781)
@@ -0,0 +1,25 @@
+This package was debianized by Free Ekanayaka <free at agnula.org> on
+Thu, 14 Oct 2004 16:00:59 +0200.
+
+It was downloaded from http://users.skynet.be/solaris/linuxaudio/downloads/FIL-plugins-0.0.1.tar.bz2
+
+Upstream Author: Fons Adriaensen <fons.adriaensen at skynet.be>
+
+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; version 2 dated June, 1991.
+
+   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'.

Added: fil-plugins/trunk/debian/dirs
===================================================================
--- fil-plugins/trunk/debian/dirs	2006-05-23 05:47:38 UTC (rev 780)
+++ fil-plugins/trunk/debian/dirs	2006-05-23 05:48:25 UTC (rev 781)
@@ -0,0 +1,2 @@
+usr/lib/ladspa
+

Added: fil-plugins/trunk/debian/docs
===================================================================
--- fil-plugins/trunk/debian/docs	2006-05-23 05:47:38 UTC (rev 780)
+++ fil-plugins/trunk/debian/docs	2006-05-23 05:48:25 UTC (rev 781)
@@ -0,0 +1 @@
+README

Added: fil-plugins/trunk/debian/patches/00list
===================================================================
--- fil-plugins/trunk/debian/patches/00list	2006-05-23 05:47:38 UTC (rev 780)
+++ fil-plugins/trunk/debian/patches/00list	2006-05-23 05:48:25 UTC (rev 781)
@@ -0,0 +1 @@
+10_Makefile

Added: fil-plugins/trunk/debian/patches/10_Makefile.dpatch
===================================================================
--- fil-plugins/trunk/debian/patches/10_Makefile.dpatch	2006-05-23 05:47:38 UTC (rev 780)
+++ fil-plugins/trunk/debian/patches/10_Makefile.dpatch	2006-05-23 05:48:25 UTC (rev 781)
@@ -0,0 +1,58 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_Makefile.dpatch by Free Ekanayaka <free at agnula.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad fil-plugins-0.0.1/Makefile /tmp/dpep.EBoAL9/fil-plugins-0.0.1/Makefile
+--- fil-plugins-0.0.1/Makefile	2004-05-08 23:25:51.000000000 +0200
++++ /tmp/dpep.EBoAL9/fil-plugins-0.0.1/Makefile	2005-01-26 10:24:11.000000000 +0100
+@@ -1,6 +1,7 @@
+ 
+ CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O3
+ 
++DESTDIR=
+ 
+ all:	filters.so
+ 
+@@ -13,7 +14,7 @@
+ 
+ 
+ install:
+-	cp  *.so /usr/lib/ladspa
++	cp  *.so $(DESTDIR)/usr/lib/ladspa
+ 
+ 
+ DIR := $(shell basename `pwd`)
+diff -urNad fil-plugins-0.0.1/Makefile~ /tmp/dpep.EBoAL9/fil-plugins-0.0.1/Makefile~
+--- fil-plugins-0.0.1/Makefile~	1970-01-01 01:00:00.000000000 +0100
++++ /tmp/dpep.EBoAL9/fil-plugins-0.0.1/Makefile~	2005-01-26 10:24:11.000000000 +0100
+@@ -0,0 +1,27 @@
++
++CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O3
++
++
++all:	filters.so
++
++
++filters.so:	filters.o filters_if.o exp2ap.o
++	g++ -shared filters.o filters_if.o exp2ap.o -o filters.so
++
++filters.o:	ladspaplugin.h filters.h
++filters_if.o:	ladspaplugin.h filters.h
++
++
++install:
++	cp  *.so $(DESTDIR)/usr/lib/ladspa
++
++
++DIR := $(shell basename `pwd`)
++
++archive:	clean
++	cd ..; /bin/rm -f $(DIR).tar.bz2; tar cvf $(DIR).tar $(DIR); bzip2 $(DIR).tar
++
++
++clean:
++	/bin/rm -f *~ *.o *.so
++


Property changes on: fil-plugins/trunk/debian/patches/10_Makefile.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Added: fil-plugins/trunk/debian/rules
===================================================================
--- fil-plugins/trunk/debian/rules	2006-05-23 05:47:38 UTC (rev 780)
+++ fil-plugins/trunk/debian/rules	2006-05-23 05:48:25 UTC (rev 781)
@@ -0,0 +1,100 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/dpatch/dpatch.make
+
+
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: patch-stamp configure-stamp 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	#docbook-to-man debian/fil-plugins.sgml > fil-plugins.1
+
+	touch build-stamp
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/fil-plugins.
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/fil-plugins
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+#	dh_install
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_python
+#	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: fil-plugins/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: fil-plugins/trunk/debian/watch
===================================================================
--- fil-plugins/trunk/debian/watch	2006-05-23 05:47:38 UTC (rev 780)
+++ fil-plugins/trunk/debian/watch	2006-05-23 05:48:25 UTC (rev 781)
@@ -0,0 +1,4 @@
+# Site		Directory	Pattern		Version	Script
+version=2
+http://users.skynet.be/solaris/linuxaudio/	downloads/FIL-plugins-(.*)\.tar\.bz2	debian uupdate
+#http://users.skynet.be/solaris/linuxaudio/downloads/FIL-plugins-(.*)\.tar.bz2	debian	uupdate




More information about the Demudi-commits mailing list