]> git.pld-linux.org Git - packages/ecasound.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:33 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecasound-ac_fix.patch -> 1.4
    ecasound-am15.patch -> 1.2
    ecasound-am_fix.patch -> 1.2
    ecasound-comment.patch -> 1.2
    ecasound-readline.patch -> 1.2

ecasound-ac_fix.patch [deleted file]
ecasound-am15.patch [deleted file]
ecasound-am_fix.patch [deleted file]
ecasound-comment.patch [deleted file]
ecasound-readline.patch [deleted file]

diff --git a/ecasound-ac_fix.patch b/ecasound-ac_fix.patch
deleted file mode 100644 (file)
index b53d782..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
---- ecasound-2.1.0/configure.in.orig   Sun Oct  7 17:39:44 2001
-+++ ecasound-2.1.0/configure.in        Mon Feb  4 04:13:30 2002
-@@ -71,15 +71,6 @@
- dnl ------------------------------------------------------------------
--dnl ---
--dnl Set CXXFLAGS.
--dnl ---
--CXXFLAGS="-O2 -D_REENTRANT -DNDEBUG -ffast-math -fstrict-aliasing -funroll-loops"
--CFLAGS="$CXXFLAGS"
--dnl --- CXXFLAGS="-O2 -D_REENTRANT -fomit-frame-pointer -finline-functions -ffast-math -funroll-loops -Wall -Wstrict-prototypes -pedantic -fstrict-aliasing"
--
--dnl ------------------------------------------------------------------
--
- AC_MSG_CHECKING(whether to enable debugging)
- AC_ARG_ENABLE(debug,
- [  --enable-debug             Enable debugging (default = no)],
-@@ -189,25 +180,25 @@
- dnl ---
- dnl Check for ncurses/termcap
- dnl ---
--AC_CHECK_LIB(ncurses, main, termcap_library=ncurses,
--      AC_CHECK_LIB(termcap, main, termcap_library=termcap,
-+AC_CHECK_LIB(ncurses, main, [termcap_library=ncurses],
-+      AC_CHECK_LIB(termcap, main, [termcap_library=termcap],
-               AC_MSG_ERROR([** neither termcap nor ncurses library is installed (needed by the console mode user interface) **])))
- AC_ARG_ENABLE(ncurses,
- [  --disable-ncurses          Disable ncurses (default = no)],
--termcap_library=none)
--AM_CONDITIONAL(USE_NCURSES, test $termcap_library = ncurses)
--AM_CONDITIONAL(USE_TERMCAP, test $termcap_library = termcap)
-+[termcap_library=none])
-+AM_CONDITIONAL(USE_NCURSES, [test $termcap_library = ncurses])
-+AM_CONDITIONAL(USE_TERMCAP, [test $termcap_library = termcap])
- if test x$termcap_library = xtermcap; then
-       AC_DEFINE(USE_TERMCAP)
- fi
- if test x$termcap_library = xncurses; then
-       AC_CHECK_HEADER(curses.h,
--              AC_CHECK_HEADER(term.h,, AC_MSG_ERROR([*** curses headers not installed ***])),
--                      AC_CHECK_HEADER(ncurses/curses.h, [ 
--                              AC_CHECK_HEADER(ncurses/term.h,, AC_MSG_ERROR([*** curses headers not installed ***]))
-+              [AC_CHECK_HEADER(term.h, [], AC_MSG_ERROR([*** curses headers not installed ***]))],
-+                      [AC_CHECK_HEADER(ncurses/curses.h, [ 
-+                              AC_CHECK_HEADER(ncurses/term.h, [], AC_MSG_ERROR([*** curses headers not installed ***]))
-                               CXXFLAGS="-DHAVE_NCURSES_CURSES_H $CXXFLAGS"
-                                       ],
--                                      AC_MSG_ERROR([*** curses headers not installed ***]))
-+                                      AC_MSG_ERROR([*** curses headers not installed ***]))]
-         )
-       AC_DEFINE(USE_NCURSES)
- fi
-@@ -385,19 +376,19 @@
- dnl Check for readline.h or readline/readline.h (same with history.h)
- dnl and for readline and history libraries
- dnl
--AM_CONDITIONAL(SYSTEM_READLINE, test x$enable_sysreadline = xyes)
-+AM_CONDITIONAL(SYSTEM_READLINE, [test x$enable_sysreadline = xyes])
- if test x$enable_sysreadline = xyes; then
--  AC_CHECK_HEADER(readline.h, readline_includes=/usr/include, 
--    AC_CHECK_HEADER(readline/readline.h,
--      readline_includes=/usr/include/readline,
--      AC_MSG_ERROR([*** readline headers not installed ***]))
-+  AC_CHECK_HEADER(readline.h, [readline_includes=/usr/include],
-+    [AC_CHECK_HEADER(readline/readline.h,
-+      [readline_includes=/usr/include/readline],
-+      AC_MSG_ERROR([*** readline headers not installed ***]))]
-   )
--  AC_CHECK_HEADER(history.h,,
--    AC_CHECK_HEADER(readline/history.h,,
--      AC_MSG_ERROR([*** readline history headers not installed ***]))
-+  AC_CHECK_HEADER(history.h, [],
-+    [AC_CHECK_HEADER(readline/history.h, [],
-+      AC_MSG_ERROR([*** readline history headers not installed ***]))]
-   )
--  AC_CHECK_LIB(readline, main,, AC_MSG_ERROR([*** readline support not installed ***]))
--  AC_CHECK_LIB(history, main,, AC_MSG_ERROR([*** readline history support not installed ***]))
-+  AC_CHECK_LIB(readline, main, [], AC_MSG_ERROR([*** readline support not installed ***]))
-+  AC_CHECK_LIB(history, main, [], AC_MSG_ERROR([*** readline history support not installed ***]))
-   AC_SUBST(readline_includes)
- else
-   AC_CONFIG_SUBDIRS(readline-4.0)
diff --git a/ecasound-am15.patch b/ecasound-am15.patch
deleted file mode 100644 (file)
index a49738a..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
---- ecasound-2.0.2.new/ecasound/Makefile.am~   Fri Feb  9 03:09:29 2001
-+++ ecasound-2.0.2.new/ecasound/Makefile.am    Mon Sep 10 23:59:09 2001
-@@ -1,23 +1,9 @@
--if INCLUDE_DEBUG
--INSTALL_STRIP_FLAG =
--else
--INSTALL_STRIP_FLAG = -s
--endif
--
- if SYSTEM_READLINE
- INCLUDES = -I$(readline_includes) -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/libecasound -I$(top_srcdir)/kvutils
- else
- INCLUDES = -I$(top_srcdir)/readline-4.0 -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/libecasound -I$(top_srcdir)/kvutils
- endif
--if USE_NCURSES
--termcap_library = -lncurses
--endif
--
--if USE_TERMCAP
--termcap_library = -ltermcap
--endif
--
- if INCLUDE_DEBUG
- bin_PROGRAMS = ecasound_debug
- else
-@@ -28,19 +14,19 @@
- ecasound_debug_SOURCES = $(ecasound_SOURCES)
- if SYSTEM_READLINE
--ecasound_LDADD = $(termcap_library) \
-+ecasound_LDADD = \
-               -L$(top_builddir)/libecasound/.libs -lecasound \
-               -L$(top_builddir)/kvutils/.libs -lkvutils
--ecasound_debug_LDADD = $(termcap_library) \
-+ecasound_debug_LDADD = \
-               -L$(top_builddir)/libecasound/.libs -lecasound_debug \
-               -L$(top_builddir)/kvutils/.libs -lkvutils
- else
- ecasound_LDADD = $(top_builddir)/readline-4.0/libreadline.a \
--              $(top_builddir)/readline-4.0/libhistory.a $(termcap_library) \
-+              $(top_builddir)/readline-4.0/libhistory.a \
-               $(top_builddir)/libecasound/libecasound.la \
-               -L$(top_builddir)/kvutils/.libs -lkvutils
- ecasound_debug_LDADD = $(top_builddir)/readline-4.0/libreadline.a \
--              $(top_builddir)/readline-4.0/libhistory.a $(termcap_library) \
-+              $(top_builddir)/readline-4.0/libhistory.a \
-               $(top_builddir)/libecasound/libecasound_debug.la \
-               -L$(top_builddir)/kvutils/.libs -lkvutils
- endif
---- ecasound-2.0.2.new/kvutils/Makefile.am~    Mon Sep 10 23:54:50 2001
-+++ ecasound-2.0.2.new/kvutils/Makefile.am     Tue Sep 11 00:01:27 2001
-@@ -29,11 +29,9 @@
- libkvutils_la_SOURCES = $(kvutil_sources) $(kvutil_headers)
- libkvutils_la_LDFLAGS = -version-info 2:0:0
--DIST_COMMON =         README \
-+EXTRA_DIST =  README \
-               COPYING \
--              INSTALL \
--              Makefile.in \
--              Makefile.am
-+              INSTALL
- noinst_HEADERS = $(kvutil_headers)
diff --git a/ecasound-am_fix.patch b/ecasound-am_fix.patch
deleted file mode 100644 (file)
index 8f70930..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nru ecasound-1.9dev1/kvutils/Makefile.am ecasound-1.9dev1.new/kvutils/Makefile.am
---- ecasound-1.9dev1/kvutils/Makefile.am       Sun Nov 19 23:44:22 2000
-+++ ecasound-1.9dev1.new/kvutils/Makefile.am   Thu Mar  1 06:51:08 2001
-@@ -3,7 +3,6 @@
- # ---
- # Makefile.am for building libkvutils.a
- # ---
--CXXFLAGS+=-D_REENTRANT -s -O2 -ffast-math -I$(srcdir)
- lib_LTLIBRARIES = libkvutils.la
diff --git a/ecasound-comment.patch b/ecasound-comment.patch
deleted file mode 100644 (file)
index 468ff52..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- ecasound-2.1.0/libecasound/Makefile.am~    Thu Sep 19 00:39:56 2002
-+++ ecasound-2.1.0/libecasound/Makefile.am     Thu Sep 19 00:39:56 2002
-@@ -158,6 +158,7 @@
- # vst_header_files = AEffEditor.hpp AEffect.h aeffectx.h AudioEffect.hpp
- #                     $(vst_header_files)
- #                     audiofx_vst.h \
-+#
- noinst_HEADERS =      $(ecasound_audiofx_include) \
-                       $(ecasound_audioio_include) \
diff --git a/ecasound-readline.patch b/ecasound-readline.patch
deleted file mode 100644 (file)
index 7cba735..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---- ecasound-1.9dev1/ecasound/eca-text.cpp~    Wed Jan 17 21:45:40 2001
-+++ ecasound-1.9dev1/ecasound/eca-text.cpp     Mon Apr 23 00:04:09 2001
-@@ -48,8 +48,12 @@
- #endif
- #define READLINE_LIBRARY
-+#undef __P
-+#define __P(args) args
- #include <readline.h>
- #include <history.h>
-+#undef __P
-+#define __P(args) args __THROW
- #include "textdebug.h"
- #include "eca-text.h"
-@@ -301,7 +305,7 @@
-   // complete only the first command, otherwise complete files in 
-   // the current directory
-   if (start == 0)
--    matches = completion_matches (text, (CPFunction *)ecasound_command_generator);
-+    matches = rl_completion_matches (text, (CPFunction *)ecasound_command_generator);
-   return (matches);
- }
This page took 0.071909 seconds and 4 git commands to generate.