Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_KODI_AUDIOENCODER_VORBIS
|
||||
bool "kodi-audioencoder-vorbis"
|
||||
select BR2_PACKAGE_KODI_OPTICALDRIVE
|
||||
select BR2_PACKAGE_LIBOGG
|
||||
select BR2_PACKAGE_LIBVORBIS
|
||||
help
|
||||
An audioencoder addon for Kodi
|
||||
|
||||
https://github.com/xbmc/audioencoder.vorbis
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# kodi-audioencoder-vorbis
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KODI_AUDIOENCODER_VORBIS_VERSION = 15d619dae4411ecebadf2ec2996d611600ad0bee
|
||||
KODI_AUDIOENCODER_VORBIS_SITE = $(call github,xbmc,audioencoder.vorbis,$(KODI_AUDIOENCODER_VORBIS_VERSION))
|
||||
KODI_AUDIOENCODER_VORBIS_LICENSE = GPLv2+
|
||||
KODI_AUDIOENCODER_VORBIS_LICENSE_FILES = src/EncoderVorbis.cpp
|
||||
KODI_AUDIOENCODER_VORBIS_DEPENDENCIES = kodi libogg libvorbis host-pkgconf
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user