M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
inherit autotools
SUMMARY = "General purpose compressed audio format for mid to high quality at fixed variable bitrates."
HOMEPAGE = "http://xiph.org/vorbis/"
BUGTRACKER = "https://trac.xiph.org/"
LICENSE = "BSD"
PRIORITY = "optional"
DEPENDS = "libogg"
LIC_FILES_CHKSUM = "file://COPYING;md5=ca77c6c3ea4d29cb68dce8ef5ab0d897"
# Package Revision (update whenever recipe is changed)
PR = "r0"
SRC_URI = "\
http://downloads.xiph.org/releases/vorbis/${PN}-1.3.3.tar.gz \
"
SRC_URI[md5sum] = "6b1a36f0d72332fae5130688e65efe1f"
SRC_URI[sha256sum] = "6d747efe7ac4ad249bf711527882cef79fb61d9194c45b5ca5498aa60f290762"
EXTRA_OECONF = "--libdir=${base_libdir} \
--with-ogg-includes=${STAGING_INCDIR} \
"