]> git.pld-linux.org Git - packages/libsndfile.git/commitdiff
- obsolete (script has been rewritten in python, generated files shipped with sources)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Mar 2004 20:27:01 +0000 (20:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libsndfile-sh.patch -> 1.2

libsndfile-sh.patch [deleted file]

diff --git a/libsndfile-sh.patch b/libsndfile-sh.patch
deleted file mode 100644 (file)
index f32f962..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
---- libsndfile-1.0.6/src/create_symbols_file.sh.orig   2004-02-05 11:16:59.000000000 +0100
-+++ libsndfile-1.0.6/src/create_symbols_file.sh        2004-02-09 23:22:11.199231768 +0100
-@@ -19,7 +19,7 @@
- #----------------------------------------------------------------
- # These are all of the public functions exported from libsndfile.
--ALL_SYMBOLS=( \
-+ALL_SYMBOLS=" \
-       sf_close \
-       sf_command \
-       sf_error \
-@@ -50,8 +50,7 @@
-       sf_writef_int \
-       sf_writef_short \
-       sf_get_string \
--      sf_set_string \
--      )
-+      sf_set_string"
- #-------------------------------------------------------------------------------
- linux_symbols () {
-@@ -60,7 +59,7 @@
-       echo "libsndfile.so.$VERSION"
-       echo "{"
-       echo "  global:"
--      for x in ${ALL_SYMBOLS[@]} ; do
-+      for x in ${ALL_SYMBOLS} ; do
-               echo "    $x ;"
-               done
-       echo "  local:"
-@@ -72,7 +71,7 @@
- darwin_symbols () {
-       echo "# Auto-generated by $0"
-       echo
--      for x in ${ALL_SYMBOLS[@]} ; do
-+      for x in ${ALL_SYMBOLS} ; do
-               echo "_$x"
-               done
-       echo
This page took 0.192322 seconds and 4 git commands to generate.