]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
sox: Update to 14.4.2
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sun, 5 Apr 2020 14:07:13 +0000 (16:07 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 26 Apr 2020 07:34:36 +0000 (07:34 +0000)
For details see:
http://sox.sourceforge.net/

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/packages/sox
lfs/sox

index 85cd6b0515405780185af42c51b1199a0dc32bb9..a3b2d71700ccedcdc03015b6e18e2d51361489fc 100644 (file)
@@ -1,5 +1,19 @@
+usr/bin/play
+usr/bin/rec
 usr/bin/sox
-usr/bin/soxmix
-#usr/man/man1/sox.1
-#usr/man/man1/soxexam.1
-#usr/man/man1/soxmix.1
+usr/bin/soxi
+#usr/include/sox.h
+#usr/lib/libsox.a
+#usr/lib/libsox.la
+#usr/lib/libsox.so
+usr/lib/libsox.so.3
+usr/lib/libsox.so.3.0.0
+#usr/lib/pkgconfig/sox.pc
+#usr/share/man/man1/play.1
+#usr/share/man/man1/rec.1
+#usr/share/man/man1/sox.1
+#usr/share/man/man1/soxi.1
+#usr/share/man/man3/libsox.3
+#usr/share/man/man7/soxeffect.7
+#usr/share/man/man7/soxformat.7
+
diff --git a/lfs/sox b/lfs/sox
index b5666fb07d18daaacd8c7e599a929e22fe0f6574..f2d57a6ee74a58f78e28536cb21a78d24e940947 100644 (file)
--- a/lfs/sox
+++ b/lfs/sox
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 
 include Config
 
-VER        = 12.18.1
+VER        = 14.4.2
 
 THISAPP    = sox-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = sox
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = libvorbis
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = b12507493d3c8571fa8b6e70a01d5438
+$(DL_FILE)_MD5 = ba804bb1ce5c71dd484a102a5b27d0dd
 
 install : $(TARGET)
 
@@ -76,7 +76,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure --prefix=/usr --disable-alsa-dsp --disable-oss-dsp \
                                --disable-sun-audio --disable-mad