]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
opus: Update to version 1.5.2
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 12 Sep 2025 10:10:43 +0000 (12:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Sep 2025 15:49:29 +0000 (15:49 +0000)
- Update from version 1.5.1 to 1.5.2
- Update of rootfile
- Changelog
    1.5.2
fixes several build issues that were discovered since the 1.5 release. It also
fixes a misalignment issue in the AVX2 code that could cause crashes under
Windows.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/opus
lfs/opus

index 1865d30e24a8879c851a20c6981f625eaa717fe9..67d33ea72bab02733839c781a2d205ff51315827 100644 (file)
@@ -8,6 +8,6 @@
 #usr/lib/libopus.la
 #usr/lib/libopus.so
 usr/lib/libopus.so.0
-usr/lib/libopus.so.0.10.0
+usr/lib/libopus.so.0.10.1
 #usr/lib/pkgconfig/opus.pc
 #usr/share/aclocal/opus.m4
index a7858f5c82b6a9541ef4bb6b3e24dfccc763ff87..bf614690979ead9e437991128f167e9da8713ed7 100644 (file)
--- a/lfs/opus
+++ b/lfs/opus
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  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        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Opus Audio Codec Library
 
-VER        = 1.5.1
+VER        = 1.5.2
 
 THISAPP    = opus-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = opus
-PAK_VER    = 5
+PAK_VER    = 6
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 5ba1d6f28594f366b545507bafb22751e15a0e78e152e7cdef456dccb0bc9fc512faa18c90fb4ea5455a9535de89df987dea8a0fabce9a25c285d0c410d4b482
+$(DL_FILE)_BLAKE2 = 1c54de8171df1da69b64a2eca4ce97a0280cfceafb387f40ef1186add366030a397fabc19b18cf1e50d6dbaccb027697d1e2b3da4fa6ab73d70c2b4e723e87f7
 
 install : $(TARGET)
 check : $(patsubst %,$(DIR_CHK)/%,$(objects))
@@ -80,7 +80,9 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure  --prefix=/usr --libdir=/usr/lib
+       cd $(DIR_APP) && ./configure  \
+                               --prefix=/usr \
+                               --libdir=/usr/lib
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)