mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/libcodec2: bump version to 0.9.2
Removed patch applied upstream:
375d4c8d78
Switched _SITE to github as suggested by
http://www.rowetel.com/?page_id=452
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7b3c48ed81
commit
ed84123a83
@ -1,20 +0,0 @@
|
|||||||
Fix includedir in codec2.pc.in
|
|
||||||
|
|
||||||
The template file codec2.pc.in contains the wrong path to the header
|
|
||||||
files: they are installed in /usr/include/codec2 and not /usr/include/
|
|
||||||
directly.
|
|
||||||
|
|
||||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
||||||
|
|
||||||
Index: b/codec2.pc.in
|
|
||||||
===================================================================
|
|
||||||
--- a/codec2.pc.in
|
|
||||||
+++ b/codec2.pc.in
|
|
||||||
@@ -1,6 +1,6 @@
|
|
||||||
prefix=@CMAKE_INSTALL_PREFIX@
|
|
||||||
libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
|
|
||||||
-includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@/
|
|
||||||
+includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@/codec2
|
|
||||||
|
|
||||||
Name: codec2
|
|
||||||
Description: A speech codec for 2400 bit/s and below
|
|
@ -1,3 +1,3 @@
|
|||||||
# Locally computed
|
# Locally computed
|
||||||
sha256 0695bb93cd985dd39f02f0db35ebc28a98b9b88747318f90774aba5f374eadb2 codec2-0.7.tar.xz
|
sha256 19181a446f4df3e6d616b50cabdac4485abb9cd3242cf312a0785f892ed4c76c libcodec2-0.9.2.tar.gz
|
||||||
sha256 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf COPYING
|
sha256 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf COPYING
|
||||||
|
@ -4,9 +4,8 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBCODEC2_VERSION = 0.7
|
LIBCODEC2_VERSION = 0.9.2
|
||||||
LIBCODEC2_SITE = https://freedv.com/wp-content/uploads/sites/8/2017/10
|
LIBCODEC2_SITE = $(call github,drowe67,codec2,v$(LIBCODEC2_VERSION))
|
||||||
LIBCODEC2_SOURCE = codec2-$(LIBCODEC2_VERSION).tar.xz
|
|
||||||
LIBCODEC2_LICENSE = LGPL-2.1
|
LIBCODEC2_LICENSE = LGPL-2.1
|
||||||
LIBCODEC2_LICENSE_FILES = COPYING
|
LIBCODEC2_LICENSE_FILES = COPYING
|
||||||
LIBCODEC2_INSTALL_STAGING = YES
|
LIBCODEC2_INSTALL_STAGING = YES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user