Commit 19ff3f76 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/libsilk: new package



[Thomas: fix license, it's BSD-3c.]

Signed-off-by: default avatarBernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent ebf3a611
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -707,6 +707,7 @@ menu "Audio/Sound"
	source "package/libreplaygain/Config.in"
	source "package/libsamplerate/Config.in"
	source "package/libsidplay2/Config.in"
	source "package/libsilk/Config.in"
	source "package/libsndfile/Config.in"
	source "package/libsoxr/Config.in"
	source "package/libvorbis/Config.in"
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBSILK
	bool "libsilk"
	help
	  SILK is an audio compression format and audio codec.

	  http://tools.ietf.org/html/draft-vos-silk-01
+16 −0
Original line number Diff line number Diff line
################################################################################
#
# libsilk
#
################################################################################

LIBSILK_VERSION = 4268a02240c35c6055b0f237c46b09b2dcf79e45
# we use the FreeSwitch fork because it contains pkgconf support
LIBSILK_SITE = https://freeswitch.org/stash/scm/sd/libsilk.git
LIBSILK_SITE_METHOD = git
LIBSILK_LICENSE = BSD-3c
LIBSILK_LICENSE_FILES = COPYING
LIBSILK_AUTORECONF = YES
LIBSILK_INSTALL_STAGING = YES

$(eval $(autotools-package))