package/libg7221: new package
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 11 Aug 2015 18:16:51 +0000 (20:16 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 29 Aug 2015 10:44:06 +0000 (12:44 +0200)
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/libg7221/Config.in [new file with mode: 0644]
package/libg7221/libg7221.mk [new file with mode: 0644]

index 61b181c42bfb42336f58dc218a378da325766f4d..eb4215d9906f4b9c9c7c9cc0ab4738857c1a722b 100644 (file)
@@ -700,6 +700,7 @@ menu "Audio/Sound"
        source "package/libcodec2/Config.in"
        source "package/libcue/Config.in"
        source "package/libcuefile/Config.in"
+       source "package/libg7221/Config.in"
        source "package/libid3tag/Config.in"
        source "package/liblo/Config.in"
        source "package/libmad/Config.in"
diff --git a/package/libg7221/Config.in b/package/libg7221/Config.in
new file mode 100644 (file)
index 0000000..e057d28
--- /dev/null
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LIBG7221
+       bool "libg7221"
+       help
+         libg722_1 is a library for the ITU G.722.1 and Annex C
+         wideband speech codecs.
+
+         http://www.soft-switch.org
diff --git a/package/libg7221/libg7221.mk b/package/libg7221/libg7221.mk
new file mode 100644 (file)
index 0000000..813af11
--- /dev/null
@@ -0,0 +1,16 @@
+################################################################################
+#
+# libg7221
+#
+################################################################################
+
+LIBG7221_VERSION = dbfc29d4806ecdace50379a2f4d68a992a6fec34
+# we use the FreeSwitch fork because it contains pkgconf support
+LIBG7221_SITE = https://freeswitch.org/stash/scm/sd/libg7221.git
+LIBG7221_SITE_METHOD = git
+LIBG7221_LICENSE = Polycom
+LIBG7221_LICENSE_FILES = COPYING
+LIBG7221_AUTORECONF = YES
+LIBG7221_INSTALL_STAGING = YES
+
+$(eval $(autotools-package))