[Demudi-commits] r742 - in ladspa-omins/trunk: . debian

Joost Damad andete-guest at costa.debian.org
Sun Apr 23 08:41:36 UTC 2006


Author: andete-guest
Date: 2006-04-23 08:41:35 +0000 (Sun, 23 Apr 2006)
New Revision: 742

Added:
   ladspa-omins/trunk/debian/
   ladspa-omins/trunk/debian/README.Debian
   ladspa-omins/trunk/debian/changelog
   ladspa-omins/trunk/debian/compat
   ladspa-omins/trunk/debian/control
   ladspa-omins/trunk/debian/copyright
   ladspa-omins/trunk/debian/dirs
   ladspa-omins/trunk/debian/rules
Log:
Load newtrunk into ladspa-omins/trunk.


Added: ladspa-omins/trunk/debian/README.Debian
===================================================================
--- ladspa-omins/trunk/debian/README.Debian	2006-04-23 08:41:27 UTC (rev 741)
+++ ladspa-omins/trunk/debian/README.Debian	2006-04-23 08:41:35 UTC (rev 742)
@@ -0,0 +1,8 @@
+omins for Debian
+--------------
+
+This is a LADSPA plugin. In order to use it you need a ladspa host.
+
+For more info see http://www.ladspa.org/
+
+ -- Joost Yervante Damad <joost at lumatec.be>, Mon, 17 Apr 2006 18:19:17 +0200

Added: ladspa-omins/trunk/debian/changelog
===================================================================
--- ladspa-omins/trunk/debian/changelog	2006-04-23 08:41:27 UTC (rev 741)
+++ ladspa-omins/trunk/debian/changelog	2006-04-23 08:41:35 UTC (rev 742)
@@ -0,0 +1,6 @@
+ladspa-omins (0.2.0-1) unstable; urgency=low
+
+  * Initial release Closes: #363952
+
+ -- Joost Yervante Damad <joost at lumatec.be>  Thu, 20 Apr 2006 20:10:28 +0200
+

Added: ladspa-omins/trunk/debian/compat
===================================================================
--- ladspa-omins/trunk/debian/compat	2006-04-23 08:41:27 UTC (rev 741)
+++ ladspa-omins/trunk/debian/compat	2006-04-23 08:41:35 UTC (rev 742)
@@ -0,0 +1 @@
+5

Added: ladspa-omins/trunk/debian/control
===================================================================
--- ladspa-omins/trunk/debian/control	2006-04-23 08:41:27 UTC (rev 741)
+++ ladspa-omins/trunk/debian/control	2006-04-23 08:41:35 UTC (rev 742)
@@ -0,0 +1,18 @@
+Source: ladspa-omins
+Section: sound
+Priority: optional
+Maintainer: Joost Yervante Damad <joost at lumatec.be>
+Build-Depends: debhelper (>= 5.0.0), ladspa-sdk
+Standards-Version: 3.6.2
+
+Package: ladspa-omins
+Architecture: any
+Depends: ${shlibs:Depends}
+Recommends: om-synth
+Provides: ladspa-plugin
+Description: a collection of LADSPA plugins aimed at modular synthesizers
+ These plugins are provided:
+ Range translator, Formant filter, AD Envelope, DAHDSR Envelope,
+ Hz to V/Oct converter, Comparison, Fast Crossfade, Masher, Multiplexer,
+ Power, Probability Switch, Sample and Hold, Signal Absolute Value,
+ Slew Limiter, Slide, Waveguide Mesh

Added: ladspa-omins/trunk/debian/copyright
===================================================================
--- ladspa-omins/trunk/debian/copyright	2006-04-23 08:41:27 UTC (rev 741)
+++ ladspa-omins/trunk/debian/copyright	2006-04-23 08:41:35 UTC (rev 742)
@@ -0,0 +1,40 @@
+This package was debianized by Joost Yervante Damad <joost at lumatec.be> on
+Mon, 17 Apr 2006 18:19:17 +0200.
+
+It was downloaded from http://www.nongnu.org/om-synth/omins.html
+
+This software is copyrighted for the individual plugins as follows:
+
+Copyright (C) 2005 Loki Davison:
+  dahdsr_fexp
+  adenvadenv_lvl
+  prob_switch_2667
+  signal_abs_2669
+  waveguide_mesh_2670
+
+Copyright (C) 2005 Thorsten Wilms:
+  sample_and_hold_4430
+  power_4400
+  multiplexer_4420
+  fast_crossfade_4410
+  sample_and_hold_4430
+
+Copyright (C) 2005 Dave Robillard, Copyright (C) 2001 David Griffiths:
+  formant_filter_4300
+  masher_4310
+
+Copyright (C) 2005 Dave Robillard:
+  range_trans_4210
+  hz_voct_4200
+
+Copyright (C) 2005 Lars Luthman:
+  slew_limiter_2743
+  slide_2741
+
+Upstream Authors: Dave Robillard <drobilla at connect.carleton.ca>
+
+You are free to distribute this software under the terms of
+the GNU GPL.
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL'.

Added: ladspa-omins/trunk/debian/dirs
===================================================================
--- ladspa-omins/trunk/debian/dirs	2006-04-23 08:41:27 UTC (rev 741)
+++ ladspa-omins/trunk/debian/dirs	2006-04-23 08:41:35 UTC (rev 742)
@@ -0,0 +1 @@
+usr/lib/ladspa

Added: ladspa-omins/trunk/debian/rules
===================================================================
--- ladspa-omins/trunk/debian/rules	2006-04-23 08:41:27 UTC (rev 741)
+++ ladspa-omins/trunk/debian/rules	2006-04-23 08:41:35 UTC (rev 742)
@@ -0,0 +1,54 @@
+#!/usr/bin/make -f
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+config.status:
+	./configure --prefix=/usr
+
+build: config.status build-stamp
+
+build-stamp:
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	-make distclean
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install prefix=$(CURDIR)/debian/ladspa-omins/usr
+
+binary-indep: build install
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs --exclude=ladspa
+	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: ladspa-omins/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Demudi-commits mailing list