debian/0000755000000000000000000000000011575305401007167 5ustar debian/source/0000755000000000000000000000000011575305401010467 5ustar debian/source/format0000644000000000000000000000001411575305401011675 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000006611575305401010222 0ustar version=3 http://sf.net/pure-data/ekext-(.*)\.tar\.gz debian/copyright0000644000000000000000000000217011575305401011122 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 Name: ekext Maintainer: Edward Kelly Source: http://sourceforge.net/projects/pure-data/files/libraries/ekext/ Copyright: 2005-2009, Edward Kelly 2005, Nicolas Chetry License: GPL-3+ 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 3 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 X-Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/patches/0000755000000000000000000000000011575305401010616 5ustar debian/patches/series0000644000000000000000000000002511575305401012030 0ustar nonlinux_fixes.patch debian/patches/nonlinux_fixes.patch0000644000000000000000000000315111575305401014707 0ustar Author: IOhannes m zmölnig Description: upstream Makefile forgot about Hurd & kFreeBSD; they should be handled the same as Linux --- pd-ekext.orig/Makefile +++ pd-ekext/Makefile @@ -41,6 +41,7 @@ # #------------------------------------------------------------------------------# + # get library version from meta file LIBRARY_VERSION = $(shell sed -n 's|^\#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);|\1|p' $(LIBRARY_NAME)-meta.pd) @@ -121,6 +122,34 @@ STRIP = strip --strip-unneeded -R .note -R .comment DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m) endif +ifeq ($(UNAME),GNU) + # GNU/Hurd, should work like GNU/Linux for basically all externals + CPU := $(shell uname -m) + SOURCES += $(SOURCES_linux) + EXTENSION = pd_linux + OS = linux + PD_PATH = /usr + OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer + ALL_CFLAGS += -fPIC + ALL_LDFLAGS += -Wl,--export-dynamic -shared -fPIC + ALL_LIBS += -lc + STRIP = strip --strip-unneeded -R .note -R .comment + DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m) +endif +ifeq ($(UNAME),GNU/kFreeBSD) + # Debian GNU/kFreeBSD, should work like GNU/Linux for basically all externals + CPU := $(shell uname -m) + SOURCES += $(SOURCES_linux) + EXTENSION = pd_linux + OS = linux + PD_PATH = /usr + OPT_CFLAGS = -O6 -funroll-loops -fomit-frame-pointer + ALL_CFLAGS += -fPIC + ALL_LDFLAGS += -Wl,--export-dynamic -shared -fPIC + ALL_LIBS += -lc + STRIP = strip --strip-unneeded -R .note -R .comment + DISTBINDIR=$(DISTDIR)-$(OS)-$(shell uname -m) +endif ifeq (CYGWIN,$(findstring CYGWIN,$(UNAME))) CPU := $(shell uname -m) SOURCES += $(SOURCES_cygwin) debian/links0000644000000000000000000000033411575305401010232 0ustar usr/lib/pd/extra/ekext/README.txt usr/share/doc/pd-ekext/README usr/lib/pd/extra/ekext/examples usr/share/doc/pd-ekext/examples usr/share/common-licenses/GPL-3 usr/lib/pd/extra/ekext/LICENSE.txt debian/gbp.conf0000644000000000000000000000024511575305401010607 0ustar [DEFAULT] upstream-branch = upstream debian-branch = master upstream-tag = upstream/%(version)s debian-tag = debian/%(version)s pristine-tar = True sign-tags = True debian/changelog0000644000000000000000000000121411575305401011037 0ustar pd-ekext (0.1.1-2) unstable; urgency=low [ Hans-Christoph Steiner ] * Added Recommends: pd-import since the help uses the 'import' object [ Alessio Treglia ] * Add Vcs-* tags. [ IOhannes m zmölnig ] * Makefile-fixes for non-linux (Closes: #609773) [ Hans-Christoph Steiner ] * updated Build-Depends to use puredata-dev when available (Closes: #629707) * bumped standards version to 3.9.2 -- Hans-Christoph Steiner Fri, 10 Jun 2011 12:34:32 -0400 pd-ekext (0.1.1-1) unstable; urgency=low * Initial release (Closes: #595976) -- Hans-Christoph Steiner Wed, 18 Aug 2010 17:14:25 -0400 debian/rules0000755000000000000000000000077211575305401010255 0ustar #!/usr/bin/make -f LIBRARY_NAME = ekext PACKAGE = pd-$(LIBRARY_NAME) pkglibdir = /usr/lib/pd/extra %: dh $@ --buildsystem=makefile override_dh_auto_install: dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir) # replace license file with link to the Debian license file rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt override_dh_shlibdeps: dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \ -T$(CURDIR)/debian/$(PACKAGE).substvars debian/control0000644000000000000000000000165011575305401010574 0ustar Source: pd-ekext Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers DM-Upload-Allowed: yes Uploaders: Hans-Christoph Steiner Build-Depends: debhelper (>= 7.0.50~), puredata-dev | puredata (<< 0.43) Standards-Version: 3.9.2 Homepage: http://puredata.info Vcs-Git: git://git.debian.org/pkg-multimedia/pd-ekext.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-ekext.git Package: pd-ekext Architecture: any Depends: ${shlibs:Depends}, pd, ${misc:Depends}, pd-libdir Recommends: pd-import Description: Pd objects for music information retrieval and polyphony control This library is a collection of objects for analyzing audio to get musical information, like spectrum and peak information, to generate sound based on analysis, like Linear-Predictive Coding, and for working with polyphony. debian/compat0000644000000000000000000000000211575305401010365 0ustar 7