diff -Nru naspro-bridges-0.3.1/aclocal.m4 naspro-bridges-0.4.0/aclocal.m4 --- naspro-bridges-0.3.1/aclocal.m4 2011-12-09 23:18:47.000000000 +0000 +++ naspro-bridges-0.4.0/aclocal.m4 2012-01-28 20:03:38.000000000 +0000 @@ -1,7 +1,8 @@ -# generated automatically by aclocal 1.11.1 -*- Autoconf -*- +# generated automatically by aclocal 1.11.2 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, +# Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -8766,12 +8767,15 @@ fi[]dnl ])# PKG_CHECK_MODULES -# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been @@ -8781,7 +8785,7 @@ [am__api_version='1.11' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.11.1], [], +m4_if([$1], [1.11.2], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -8797,19 +8801,21 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.11.1])dnl +[AM_AUTOMAKE_VERSION([1.11.2])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. @@ -8891,14 +8897,14 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, +# 2010, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 10 +# serial 12 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, @@ -8938,6 +8944,7 @@ # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -9002,7 +9009,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -9067,10 +9074,13 @@ if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- @@ -9292,12 +9302,15 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. @@ -9429,12 +9442,15 @@ fi ]) -# Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation, +# Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. @@ -9457,13 +9473,14 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software +# Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 4 +# serial 5 # _AM_MANGLE_OPTION(NAME) # ----------------------- @@ -9471,13 +9488,13 @@ [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) -# ------------------------------ +# -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)]) # _AM_SET_OPTIONS(OPTIONS) -# ---------------------------------- +# ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) @@ -9553,12 +9570,14 @@ fi AC_MSG_RESULT(yes)]) -# Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# serial 1 + # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't @@ -9581,13 +9600,13 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 2 +# serial 3 # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- @@ -9596,7 +9615,7 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) -# --------------------------- +# -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) diff -Nru naspro-bridges-0.3.1/ChangeLog naspro-bridges-0.4.0/ChangeLog --- naspro-bridges-0.3.1/ChangeLog 2011-12-09 23:15:11.000000000 +0000 +++ naspro-bridges-0.4.0/ChangeLog 2012-01-28 20:03:25.000000000 +0000 @@ -1,3 +1,8 @@ +0.4.0 +----- + * Now requiring NASPRO Bridge it >= 0.4.0. + * Now requiring Autoconf >= 2.68 to (re)generate the build system. + 0.3.1 ----- * Fixed LV2 Dynamic Manifest header inclusion. diff -Nru naspro-bridges-0.3.1/configure naspro-bridges-0.4.0/configure --- naspro-bridges-0.3.1/configure 2011-12-09 23:18:48.000000000 +0000 +++ naspro-bridges-0.4.0/configure 2012-01-28 20:03:40.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for NASPRO bridges 0.3.1. +# Generated by GNU Autoconf 2.68 for NASPRO bridges 0.4.0. # # Report bugs to . # @@ -13,7 +13,7 @@ # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. # -# Copyright (C) 2007-2011 NASPRO bridges development team +# Copyright (C) 2007-2012 NASPRO bridges development team ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## @@ -572,8 +572,8 @@ # Identity of this package. PACKAGE_NAME='NASPRO bridges' PACKAGE_TARNAME='naspro-bridges' -PACKAGE_VERSION='0.3.1' -PACKAGE_STRING='NASPRO bridges 0.3.1' +PACKAGE_VERSION='0.4.0' +PACKAGE_STRING='NASPRO bridges 0.4.0' PACKAGE_BUGREPORT='zanga.mail@gmail.com' PACKAGE_URL='' @@ -668,6 +668,7 @@ am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE +am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE @@ -1318,7 +1319,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures NASPRO bridges 0.3.1 to adapt to many kinds of systems. +\`configure' configures NASPRO bridges 0.4.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1388,7 +1389,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of NASPRO bridges 0.3.1:";; + short | recursive ) echo "Configuration of NASPRO bridges 0.4.0:";; esac cat <<\_ACEOF @@ -1504,14 +1505,14 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -NASPRO bridges configure 0.3.1 +NASPRO bridges configure 0.4.0 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. -Copyright (C) 2007-2011 NASPRO bridges development team +Copyright (C) 2007-2012 NASPRO bridges development team _ACEOF exit fi @@ -1875,7 +1876,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by NASPRO bridges $as_me 0.3.1, which was +It was created by NASPRO bridges $as_me 0.4.0, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2697,7 +2698,7 @@ # Define the identity of the package. PACKAGE='naspro-bridges' - VERSION='0.3.1' + VERSION='0.4.0' cat >>confdefs.h <<_ACEOF @@ -2806,6 +2807,7 @@ if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= @@ -3619,6 +3621,7 @@ # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -3678,7 +3681,7 @@ break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -11915,12 +11918,12 @@ pkg_cv_NABRIT_CFLAGS="$NABRIT_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"nabrit-2 >= 0.3.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "nabrit-2 >= 0.3.0") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"nabrit-2 >= 0.4.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "nabrit-2 >= 0.4.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_NABRIT_CFLAGS=`$PKG_CONFIG --cflags "nabrit-2 >= 0.3.0" 2>/dev/null` + pkg_cv_NABRIT_CFLAGS=`$PKG_CONFIG --cflags "nabrit-2 >= 0.4.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -11932,12 +11935,12 @@ pkg_cv_NABRIT_LIBS="$NABRIT_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"nabrit-2 >= 0.3.0\""; } >&5 - ($PKG_CONFIG --exists --print-errors "nabrit-2 >= 0.3.0") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"nabrit-2 >= 0.4.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "nabrit-2 >= 0.4.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_NABRIT_LIBS=`$PKG_CONFIG --libs "nabrit-2 >= 0.3.0" 2>/dev/null` + pkg_cv_NABRIT_LIBS=`$PKG_CONFIG --libs "nabrit-2 >= 0.4.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -11958,14 +11961,14 @@ _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - NABRIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nabrit-2 >= 0.3.0" 2>&1` + NABRIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nabrit-2 >= 0.4.0" 2>&1` else - NABRIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nabrit-2 >= 0.3.0" 2>&1` + NABRIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nabrit-2 >= 0.4.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$NABRIT_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (nabrit-2 >= 0.3.0) were not met: + as_fn_error $? "Package requirements (nabrit-2 >= 0.4.0) were not met: $NABRIT_PKG_ERRORS @@ -12955,7 +12958,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by NASPRO bridges $as_me 0.3.1, which was +This file was extended by NASPRO bridges $as_me 0.4.0, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13021,7 +13024,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -NASPRO bridges config.status 0.3.1 +NASPRO bridges config.status 0.4.0 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" @@ -14800,10 +14803,11 @@ fi -echo -echo " LADSPA bridge: $build_ladspa" -echo " LRDF-equivalent bundles: $lrdfinst" -echo -echo " DSSI bridge: $build_dssi" -echo " DSSI programs as LV2 presets: $dssi_presets" -echo +{ $as_echo "$as_me:${as_lineno-$LINENO}: LADSPA bridge: $build_ladspa" >&5 +$as_echo "$as_me: LADSPA bridge: $build_ladspa" >&6;} +{ $as_echo "$as_me:${as_lineno-$LINENO}: LRDF-equivalent bundles: $lrdfinst" >&5 +$as_echo "$as_me: LRDF-equivalent bundles: $lrdfinst" >&6;} +{ $as_echo "$as_me:${as_lineno-$LINENO}: DSSI bridge: $build_dssi" >&5 +$as_echo "$as_me: DSSI bridge: $build_dssi" >&6;} +{ $as_echo "$as_me:${as_lineno-$LINENO}: DSSI programs as LV2 presets: $dssi_presets" >&5 +$as_echo "$as_me: DSSI programs as LV2 presets: $dssi_presets" >&6;} diff -Nru naspro-bridges-0.3.1/configure.ac naspro-bridges-0.4.0/configure.ac --- naspro-bridges-0.3.1/configure.ac 2011-12-09 23:18:40.000000000 +0000 +++ naspro-bridges-0.4.0/configure.ac 2012-01-28 19:58:29.000000000 +0000 @@ -2,15 +2,15 @@ dnl NASPRO - The NASPRO Architecture for Sound PROcessing dnl A collection of bridges to LV2 dnl -dnl Copyright (C) 2007-2011 NASPRO bridges development team +dnl Copyright (C) 2007-2012 NASPRO bridges development team dnl dnl See the COPYING file for license conditions. dnl -AC_PREREQ([2.61]) +AC_PREREQ([2.68]) -AC_INIT([NASPRO bridges], [0.3.1], [zanga.mail@gmail.com]) -AC_COPYRIGHT([Copyright (C) 2007-2011 NASPRO bridges development team]) +AC_INIT([NASPRO bridges], [0.4.0], [zanga.mail@gmail.com]) +AC_COPYRIGHT([Copyright (C) 2007-2012 NASPRO bridges development team]) AC_CONFIG_SRCDIR([ladspa/internal.h]) AC_CONFIG_HEADERS([config.h]) @@ -34,7 +34,7 @@ AC_PROG_LIBTOOL # Checks for libraries. -PKG_CHECK_MODULES([NABRIT], [nabrit-2 >= 0.3.0]) +PKG_CHECK_MODULES([NABRIT], [nabrit-2 >= 0.4.0]) # Checks for header files. AC_CHECK_HEADER([lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.h], @@ -104,10 +104,7 @@ ladspa/data/Makefile dssi/manifest.ttl dssi/Makefile]) AC_OUTPUT -echo -echo " LADSPA bridge: $build_ladspa" -echo " LRDF-equivalent bundles: $lrdfinst" -echo -echo " DSSI bridge: $build_dssi" -echo " DSSI programs as LV2 presets: $dssi_presets" -echo +AC_MSG_NOTICE([LADSPA bridge: $build_ladspa]) +AC_MSG_NOTICE([ LRDF-equivalent bundles: $lrdfinst]) +AC_MSG_NOTICE([DSSI bridge: $build_dssi]) +AC_MSG_NOTICE([ DSSI programs as LV2 presets: $dssi_presets]) diff -Nru naspro-bridges-0.3.1/COPYING naspro-bridges-0.4.0/COPYING --- naspro-bridges-0.3.1/COPYING 2011-12-09 22:34:18.000000000 +0000 +++ naspro-bridges-0.4.0/COPYING 2012-01-24 13:27:03.000000000 +0000 @@ -1,5 +1,5 @@ -NASPRO bridges 0.3.1, A collection of bridges to LV2 -Copyright (C) 2007-2011 NASPRO bridges development team +NASPRO bridges 0.4.0, A collection of bridges to LV2 +Copyright (C) 2007-2012 NASPRO bridges development team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff -Nru naspro-bridges-0.3.1/debian/changelog naspro-bridges-0.4.0/debian/changelog --- naspro-bridges-0.3.1/debian/changelog 2011-12-27 08:15:14.000000000 +0000 +++ naspro-bridges-0.4.0/debian/changelog 2012-02-05 16:48:48.000000000 +0000 @@ -1,3 +1,10 @@ +naspro-bridges (0.4.0-1) unstable; urgency=low + + * New upstream release. + * Update debian/copyright. + + -- Alessio Treglia Sun, 05 Feb 2012 17:48:47 +0100 + naspro-bridges (0.3.1-2) unstable; urgency=low * Upload to unstable. diff -Nru naspro-bridges-0.3.1/debian/control naspro-bridges-0.4.0/debian/control --- naspro-bridges-0.3.1/debian/control 2011-12-27 08:14:55.000000000 +0000 +++ naspro-bridges-0.4.0/debian/control 2012-02-02 12:26:54.000000000 +0000 @@ -2,8 +2,10 @@ Section: libs Priority: optional Maintainer: Debian Multimedia Maintainers -Uploaders: Alessio Treglia -Build-Depends: debhelper (>= 7.0.50~), +Uploaders: + Alessio Treglia +Build-Depends: + debhelper (>= 7.0.50~), dh-autoreconf, dssi-dev, ladspa-sdk, @@ -11,8 +13,8 @@ libnabrit-dev (>> 0.3.0), libnacore-dev (>> 0.3.0), librdf0-dev, - lv2core, lv2-extensions-good, + lv2core, pkg-config Standards-Version: 3.9.2 Homepage: http://naspro.atheme.org/naspro-bridges/about @@ -21,10 +23,13 @@ Package: naspro-bridges Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends} -Replaces: naspro-bridges-bad -Conflicts: naspro-bridges-bad +Depends: + ${misc:Depends}, + ${shlibs:Depends} +Replaces: + naspro-bridges-bad +Conflicts: + naspro-bridges-bad Description: collection of bridges to LV2 NASPRO bridges is a collection of bridges to LV2 which, once installed, allow users to use plugins developed for other plugin standards in LV2 diff -Nru naspro-bridges-0.3.1/debian/copyright naspro-bridges-0.4.0/debian/copyright --- naspro-bridges-0.3.1/debian/copyright 2011-12-27 08:14:55.000000000 +0000 +++ naspro-bridges-0.4.0/debian/copyright 2012-02-02 12:26:54.000000000 +0000 @@ -4,7 +4,7 @@ Source: https://sourceforge.net/projects/naspro/files/ Files: * -Copyright: 2007-2011 NASPRO core development team +Copyright: 2007-2012 NASPRO core development team License: LGPL-2.1+ Files: ltmain.sh diff -Nru naspro-bridges-0.3.1/dssi/bridge.c naspro-bridges-0.4.0/dssi/bridge.c --- naspro-bridges-0.3.1/dssi/bridge.c 2011-12-04 07:07:24.000000000 +0000 +++ naspro-bridges-0.4.0/dssi/bridge.c 2012-01-24 13:28:40.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * DSSI bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/dssi/bridge.h naspro-bridges-0.4.0/dssi/bridge.h --- naspro-bridges-0.3.1/dssi/bridge.h 2011-11-23 18:04:10.000000000 +0000 +++ naspro-bridges-0.4.0/dssi/bridge.h 2012-01-24 13:28:45.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * DSSI bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/dssi/internal.h naspro-bridges-0.4.0/dssi/internal.h --- naspro-bridges-0.3.1/dssi/internal.h 2011-12-09 23:23:19.000000000 +0000 +++ naspro-bridges-0.4.0/dssi/internal.h 2012-01-24 13:28:52.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * DSSI bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/dssi/lv2api.c naspro-bridges-0.4.0/dssi/lv2api.c --- naspro-bridges-0.3.1/dssi/lv2api.c 2011-11-23 18:04:10.000000000 +0000 +++ naspro-bridges-0.4.0/dssi/lv2api.c 2012-01-24 13:28:58.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * DSSI bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/dssi/lv2api.h naspro-bridges-0.4.0/dssi/lv2api.h --- naspro-bridges-0.3.1/dssi/lv2api.h 2011-11-23 18:04:10.000000000 +0000 +++ naspro-bridges-0.4.0/dssi/lv2api.h 2012-01-24 13:29:06.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * DSSI bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/dssi/Makefile.am naspro-bridges-0.4.0/dssi/Makefile.am --- naspro-bridges-0.3.1/dssi/Makefile.am 2011-11-23 18:04:10.000000000 +0000 +++ naspro-bridges-0.4.0/dssi/Makefile.am 2012-01-24 13:29:12.000000000 +0000 @@ -2,7 +2,7 @@ # NASPRO - The NASPRO Architecture for Sound Processing # A collection of bridges to LV2 # -# Copyright (C) 2007-2011 NASPRO bridges development team +# Copyright (C) 2007-2012 NASPRO bridges development team # # See the COPYING file for license conditions. # diff -Nru naspro-bridges-0.3.1/dssi/Makefile.in naspro-bridges-0.4.0/dssi/Makefile.in --- naspro-bridges-0.3.1/dssi/Makefile.in 2011-12-09 23:23:40.000000000 +0000 +++ naspro-bridges-0.4.0/dssi/Makefile.in 2012-01-28 20:03:41.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.2 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -19,7 +19,7 @@ # NASPRO - The NASPRO Architecture for Sound Processing # A collection of bridges to LV2 # -# Copyright (C) 2007-2011 NASPRO bridges development team +# Copyright (C) 2007-2012 NASPRO bridges development team # # See the COPYING file for license conditions. # @@ -76,6 +76,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(dssidir)" "$(DESTDIR)$(dssidir)" LTLIBRARIES = $(dssi_LTLIBRARIES) dssi_la_LIBADD = @@ -366,9 +372,7 @@ @$(NORMAL_UNINSTALL) @list='$(dssi_DATA)'; test -n "$(dssidir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(dssidir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(dssidir)" && rm -f $$files + dir='$(DESTDIR)$(dssidir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -469,10 +473,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru naspro-bridges-0.3.1/dssi/manifest.c naspro-bridges-0.4.0/dssi/manifest.c --- naspro-bridges-0.3.1/dssi/manifest.c 2011-11-23 18:04:10.000000000 +0000 +++ naspro-bridges-0.4.0/dssi/manifest.c 2012-01-24 13:29:18.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * DSSI bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/dssi/plugin.c naspro-bridges-0.4.0/dssi/plugin.c --- naspro-bridges-0.3.1/dssi/plugin.c 2011-12-10 00:33:57.000000000 +0000 +++ naspro-bridges-0.4.0/dssi/plugin.c 2012-01-24 13:29:29.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * DSSI bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/dssi/plugin.h naspro-bridges-0.4.0/dssi/plugin.h --- naspro-bridges-0.3.1/dssi/plugin.h 2011-12-04 07:08:02.000000000 +0000 +++ naspro-bridges-0.4.0/dssi/plugin.h 2012-01-24 13:29:44.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * DSSI bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/dssi/pluglib.c naspro-bridges-0.4.0/dssi/pluglib.c --- naspro-bridges-0.3.1/dssi/pluglib.c 2011-12-04 07:08:37.000000000 +0000 +++ naspro-bridges-0.4.0/dssi/pluglib.c 2012-01-24 13:29:52.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * DSSI bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/dssi/pluglib.h naspro-bridges-0.4.0/dssi/pluglib.h --- naspro-bridges-0.3.1/dssi/pluglib.h 2011-12-04 07:07:39.000000000 +0000 +++ naspro-bridges-0.4.0/dssi/pluglib.h 2012-01-24 13:29:58.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * DSSI bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/ladspa/bridge.c naspro-bridges-0.4.0/ladspa/bridge.c --- naspro-bridges-0.3.1/ladspa/bridge.c 2011-12-04 06:58:29.000000000 +0000 +++ naspro-bridges-0.4.0/ladspa/bridge.c 2012-01-24 13:30:10.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * LADSPA bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/ladspa/bridge.h naspro-bridges-0.4.0/ladspa/bridge.h --- naspro-bridges-0.3.1/ladspa/bridge.h 2011-11-23 18:04:10.000000000 +0000 +++ naspro-bridges-0.4.0/ladspa/bridge.h 2012-01-24 13:30:14.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * LADSPA bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/ladspa/data/Makefile.am naspro-bridges-0.4.0/ladspa/data/Makefile.am --- naspro-bridges-0.3.1/ladspa/data/Makefile.am 2011-11-23 18:04:10.000000000 +0000 +++ naspro-bridges-0.4.0/ladspa/data/Makefile.am 2012-01-24 13:31:38.000000000 +0000 @@ -2,7 +2,7 @@ # NASPRO - The NASPRO Architecture for Sound Processing # A collection of bridges to LV2 # -# Copyright (C) 2007-2011 NASPRO bridges development team +# Copyright (C) 2007-2012 NASPRO bridges development team # # See the COPYING file for license conditions. # diff -Nru naspro-bridges-0.3.1/ladspa/data/Makefile.in naspro-bridges-0.4.0/ladspa/data/Makefile.in --- naspro-bridges-0.3.1/ladspa/data/Makefile.in 2011-12-09 23:23:40.000000000 +0000 +++ naspro-bridges-0.4.0/ladspa/data/Makefile.in 2012-01-28 20:03:41.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.2 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -19,7 +19,7 @@ # NASPRO - The NASPRO Architecture for Sound Processing # A collection of bridges to LV2 # -# Copyright (C) 2007-2011 NASPRO bridges development team +# Copyright (C) 2007-2012 NASPRO bridges development team # # See the COPYING file for license conditions. # @@ -76,6 +76,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(lv2dir)" DATA = $(nobase_lv2_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -265,9 +271,7 @@ @$(NORMAL_UNINSTALL) @list='$(nobase_lv2_DATA)'; test -n "$(lv2dir)" || list=; \ $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(lv2dir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(lv2dir)" && rm -f $$files + dir='$(DESTDIR)$(lv2dir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -322,10 +326,15 @@ installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru naspro-bridges-0.3.1/ladspa/internal.h naspro-bridges-0.4.0/ladspa/internal.h --- naspro-bridges-0.3.1/ladspa/internal.h 2011-12-09 23:22:50.000000000 +0000 +++ naspro-bridges-0.4.0/ladspa/internal.h 2012-01-24 13:30:21.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * LADSPA bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/ladspa/lv2api.c naspro-bridges-0.4.0/ladspa/lv2api.c --- naspro-bridges-0.3.1/ladspa/lv2api.c 2011-11-23 18:04:10.000000000 +0000 +++ naspro-bridges-0.4.0/ladspa/lv2api.c 2012-01-24 13:30:26.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * LADSPA bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/ladspa/lv2api.h naspro-bridges-0.4.0/ladspa/lv2api.h --- naspro-bridges-0.3.1/ladspa/lv2api.h 2011-11-23 18:04:10.000000000 +0000 +++ naspro-bridges-0.4.0/ladspa/lv2api.h 2012-01-24 13:30:34.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * LADSPA bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/ladspa/Makefile.am naspro-bridges-0.4.0/ladspa/Makefile.am --- naspro-bridges-0.3.1/ladspa/Makefile.am 2011-11-23 18:04:10.000000000 +0000 +++ naspro-bridges-0.4.0/ladspa/Makefile.am 2012-01-24 13:30:41.000000000 +0000 @@ -2,7 +2,7 @@ # NASPRO - The NASPRO Architecture for Sound Processing # A collection of bridges to LV2 # -# Copyright (C) 2007-2011 NASPRO bridges development team +# Copyright (C) 2007-2012 NASPRO bridges development team # # See the COPYING file for license conditions. # diff -Nru naspro-bridges-0.3.1/ladspa/Makefile.in naspro-bridges-0.4.0/ladspa/Makefile.in --- naspro-bridges-0.3.1/ladspa/Makefile.in 2011-12-09 23:23:40.000000000 +0000 +++ naspro-bridges-0.4.0/ladspa/Makefile.in 2012-01-28 20:03:41.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.2 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -19,7 +19,7 @@ # NASPRO - The NASPRO Architecture for Sound Processing # A collection of bridges to LV2 # -# Copyright (C) 2007-2011 NASPRO bridges development team +# Copyright (C) 2007-2012 NASPRO bridges development team # # See the COPYING file for license conditions. # @@ -76,6 +76,12 @@ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(ladspadir)" "$(DESTDIR)$(ladspadir)" LTLIBRARIES = $(ladspa_LTLIBRARIES) ladspa_la_LIBADD = @@ -401,9 +407,7 @@ @$(NORMAL_UNINSTALL) @list='$(ladspa_DATA)'; test -n "$(ladspadir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(ladspadir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(ladspadir)" && rm -f $$files + dir='$(DESTDIR)$(ladspadir)'; $(am__uninstall_files_from_dir) # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. @@ -616,10 +620,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru naspro-bridges-0.3.1/ladspa/manifest.c naspro-bridges-0.4.0/ladspa/manifest.c --- naspro-bridges-0.3.1/ladspa/manifest.c 2011-11-23 18:04:10.000000000 +0000 +++ naspro-bridges-0.4.0/ladspa/manifest.c 2012-01-24 13:30:47.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * LADSPA bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/ladspa/plugin.c naspro-bridges-0.4.0/ladspa/plugin.c --- naspro-bridges-0.3.1/ladspa/plugin.c 2011-12-04 14:45:14.000000000 +0000 +++ naspro-bridges-0.4.0/ladspa/plugin.c 2012-01-24 13:30:57.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * LADSPA bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/ladspa/plugin.h naspro-bridges-0.4.0/ladspa/plugin.h --- naspro-bridges-0.3.1/ladspa/plugin.h 2011-12-04 07:00:22.000000000 +0000 +++ naspro-bridges-0.4.0/ladspa/plugin.h 2012-01-24 13:31:08.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * LADSPA bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/ladspa/pluglib.c naspro-bridges-0.4.0/ladspa/pluglib.c --- naspro-bridges-0.3.1/ladspa/pluglib.c 2011-12-04 06:59:56.000000000 +0000 +++ naspro-bridges-0.4.0/ladspa/pluglib.c 2012-01-24 13:31:14.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * LADSPA bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/ladspa/pluglib.h naspro-bridges-0.4.0/ladspa/pluglib.h --- naspro-bridges-0.3.1/ladspa/pluglib.h 2011-12-04 06:59:15.000000000 +0000 +++ naspro-bridges-0.4.0/ladspa/pluglib.h 2012-01-24 13:31:23.000000000 +0000 @@ -3,7 +3,7 @@ * A collection of bridges to LV2 * LADSPA bridge * - * Copyright (C) 2007-2011 NASPRO bridges development team + * Copyright (C) 2007-2012 NASPRO bridges development team * * See the COPYING file for license conditions. */ diff -Nru naspro-bridges-0.3.1/Makefile.am naspro-bridges-0.4.0/Makefile.am --- naspro-bridges-0.3.1/Makefile.am 2011-11-23 18:04:10.000000000 +0000 +++ naspro-bridges-0.4.0/Makefile.am 2012-01-24 13:27:14.000000000 +0000 @@ -2,7 +2,7 @@ # NASPRO - The NASPRO Architecture for Sound Processing # A collection of bridges to LV2 # -# Copyright (C) 2007-2011 NASPRO bridges development team +# Copyright (C) 2007-2012 NASPRO bridges development team # # See the COPYING file for license conditions. # diff -Nru naspro-bridges-0.3.1/Makefile.in naspro-bridges-0.4.0/Makefile.in --- naspro-bridges-0.3.1/Makefile.in 2011-12-09 23:23:40.000000000 +0000 +++ naspro-bridges-0.4.0/Makefile.in 2012-01-28 20:03:41.000000000 +0000 @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.2 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -19,7 +19,7 @@ # NASPRO - The NASPRO Architecture for Sound Processing # A collection of bridges to LV2 # -# Copyright (C) 2007-2011 NASPRO bridges development team +# Copyright (C) 2007-2012 NASPRO bridges development team # # See the COPYING file for license conditions. # @@ -110,6 +110,8 @@ DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ALSA_CFLAGS = @ALSA_CFLAGS@ @@ -244,7 +246,7 @@ $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: -am--refresh: +am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ @@ -280,10 +282,8 @@ $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then \ - rm -f stamp-h1; \ - $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ - else :; fi + @if test ! -f $@; then rm -f stamp-h1; else :; fi + @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 @@ -511,7 +511,7 @@ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist-bzip2: distdir - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__remove_distdir) dist-lzma: distdir @@ -519,7 +519,7 @@ $(am__remove_distdir) dist-xz: distdir - tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__remove_distdir) dist-tarZ: distdir @@ -537,7 +537,7 @@ dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then @@ -570,6 +570,7 @@ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ @@ -598,8 +599,16 @@ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: - @$(am__cd) '$(distuninstallcheck_dir)' \ - && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ @@ -630,10 +639,15 @@ installcheck: installcheck-recursive install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: diff -Nru naspro-bridges-0.3.1/NEWS naspro-bridges-0.4.0/NEWS --- naspro-bridges-0.3.1/NEWS 2011-12-09 23:15:20.000000000 +0000 +++ naspro-bridges-0.4.0/NEWS 2012-01-28 20:03:12.000000000 +0000 @@ -1,3 +1,8 @@ +0.4.0 +----- + * Now requiring NASPRO Bridge it >= 0.4.0. + * Small build system-related changes. + 0.3.1 ----- * Fixed LV2 Dynamic Manifest header inclusion. diff -Nru naspro-bridges-0.3.1/README naspro-bridges-0.4.0/README --- naspro-bridges-0.3.1/README 2011-12-09 22:37:45.000000000 +0000 +++ naspro-bridges-0.4.0/README 2012-01-28 19:58:22.000000000 +0000 @@ -3,7 +3,7 @@ http://naspro.atheme.org/plugins/naspro-bridges/ - Version: 0.3.1 + Version: 0.4.0 About ----- @@ -32,7 +32,7 @@ -------------------- * NASPRO Bridge it (http://naspro.atheme.org/libraries/naspro-bridge-it/) >= - 0.3.0. + 0.4.0. * (optional) ALSA (http://www.alsa-project.org/) or libdssialsacompat (http://www.smbolton.com/linux.html) for the DSSI bridge. @@ -47,7 +47,7 @@ * (optional) DSSI (http://dssi.sourceforge.net/) >= 1.0.0, LV2 Events (http://lv2plug.in/ns/ext/event) >= 1.0 and LV2 URI Map (http://lv2plug.in/ns/ext/uri-map) >= 1.0 for building the DSSI bridge; - * (optional) GNU Autoconf (http://www.gnu.org/software/autoconf/) >= 2.61, GNU + * (optional) GNU Autoconf (http://www.gnu.org/software/autoconf/) >= 2.68, GNU Automake (http://www.gnu.org/software/automake/) and GNU Libtool (http://www.gnu.org/software/libtool/) to regenerate the build system.