]> git.pld-linux.org Git - packages/sox.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Dec 2005 21:19:32 +0000 (21:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sox-play.patch -> 1.6

sox-play.patch [deleted file]

diff --git a/sox-play.patch b/sox-play.patch
deleted file mode 100644 (file)
index 9dea20f..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
---- sox-12.17.7/src/play.in.orig       Sat Jan 19 21:12:49 2002
-+++ sox-12.17.7/src/play.in    Sat Jan 19 21:14:47 2002
-@@ -156,37 +156,10 @@
-     shift
- done
--arch=`uname -s`
--case $arch in
--  SunOS)
--    case `uname -r` in
--        # Solaris software can auto-detect hardware capabilities.
--        5.*)
--          arch_defines="-t sunau"
--          ;;
--      # For SunOS default to signed words.  Some hardware can only play u-law and would need
--      # to be changed here.
--      *)
--          arch_defines="-t sunau -w -s"
--          ;;
--    esac
--    if [ -z "$device" ]; then
--      device="/dev/audio"
--    fi
--    ;;
--  Linux|FreeBSD)
--    arch_defines="-t ossdsp"
--    if [ -z "$device" ]; then
--      device="/dev/dsp"
--    fi
--    ;;
--  NetBSD|OpenBSD)
--    arch_defines="-t sunau"
--    if [ -z "$device" ]; then
--        device="/dev/audio"
--    fi
--    ;;
--esac
-+arch_defines="-t ossdsp"
-+if [ -z "$device" ]; then
-+    device="/dev/dsp"
-+fi
- # If name is "rec" then record else assume user is wanting to play
- # a sound file.
This page took 0.116861 seconds and 4 git commands to generate.