Move all to deprecated folder.
This commit is contained in:
14
deprecated/firmware/buildroot/package/libvorbis/Config.in
Normal file
14
deprecated/firmware/buildroot/package/libvorbis/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_LIBVORBIS
|
||||
bool "libvorbis"
|
||||
select BR2_PACKAGE_LIBOGG
|
||||
help
|
||||
Library for the Vorbis open source audio decoder
|
||||
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
|
||||
general-purpose compressed audio format for mid to high quality
|
||||
(8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and
|
||||
variable bitrates from 16 to 128 kbps/channel.
|
||||
|
||||
This places Vorbis in the same competitive class as audio
|
||||
representations such as MPEG-4 (AAC), and similar to, but higher
|
||||
performance than MPEG-1/2 audio layer 3, MPEG-4 audio (TwinVQ),
|
||||
WMA and PAC.
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://www.xiph.org/downloads/
|
||||
sha256 54f94a9527ff0a88477be0a71c0bab09a4c3febe0ed878b24824906cd4b0e1d1 libvorbis-1.3.5.tar.xz
|
||||
16
deprecated/firmware/buildroot/package/libvorbis/libvorbis.mk
Normal file
16
deprecated/firmware/buildroot/package/libvorbis/libvorbis.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# libvorbis
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBVORBIS_VERSION = 1.3.5
|
||||
LIBVORBIS_SOURCE = libvorbis-$(LIBVORBIS_VERSION).tar.xz
|
||||
LIBVORBIS_SITE = http://downloads.xiph.org/releases/vorbis
|
||||
LIBVORBIS_INSTALL_STAGING = YES
|
||||
LIBVORBIS_CONF_OPTS = --disable-oggtest
|
||||
LIBVORBIS_DEPENDENCIES = host-pkgconf libogg
|
||||
LIBVORBIS_LICENSE = BSD-3c
|
||||
LIBVORBIS_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user