diff --git a/packages/audio/libvorbis/package.mk b/packages/audio/libvorbis/package.mk
index b03eb6d0c0..2213acc3ae 100644
--- a/packages/audio/libvorbis/package.mk
+++ b/packages/audio/libvorbis/package.mk
@@ -1,38 +1,38 @@
################################################################################
-# This file is part of OpenELEC - http://www.openelec.tv
+# This file is part of LibreELEC - https://libreelec.tv
+# Copyright (C) 2016-present Team LibreELEC
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
#
-# OpenELEC is free software: you can redistribute it and/or modify
+# LibreELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# OpenELEC is distributed in the hope that it will be useful,
+# LibreELEC is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with OpenELEC. If not, see .
+# along with LibreELEC. If not, see .
################################################################################
PKG_NAME="libvorbis"
-PKG_VERSION="1.3.5"
-PKG_SHA256="54f94a9527ff0a88477be0a71c0bab09a4c3febe0ed878b24824906cd4b0e1d1"
+PKG_VERSION="1.3.6"
+PKG_SHA256="af00bb5a784e7c9e69f56823de4637c350643deedaf333d0fa86ecdba6fcb415"
PKG_ARCH="any"
PKG_LICENSE="BSD"
PKG_SITE="http://www.vorbis.com/"
-PKG_URL="http://downloads.xiph.org/releases/vorbis/$PKG_NAME-$PKG_VERSION.tar.xz"
+PKG_URL="http://downloads.xiph.org/releases/vorbis/libvorbis-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain libogg"
PKG_SECTION="audio"
-PKG_SHORTDESC="libvorbis: Lossless audio compression tools using the ogg-vorbis algorithms"
-PKG_LONGDESC="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."
+PKG_LONGDESC="Lossless audio compression tools using the ogg-vorbis algorithms."
PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="+pic"
-# package specific configure options
-PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared \
+PKG_CONFIGURE_OPTS_TARGET="--enable-static \
+ --disable-shared \
--with-ogg=$SYSROOT_PREFIX/usr \
- --disable-oggtest \
--disable-docs \
- --disable-examples"
+ --disable-examples \
+ --disable-oggtest"
diff --git a/packages/audio/libvorbis/patches/libvorbis-1.3.3-configure.patch b/packages/audio/libvorbis/patches/libvorbis-1.3.3-configure.patch
deleted file mode 100644
index 1265714d8b..0000000000
--- a/packages/audio/libvorbis/patches/libvorbis-1.3.3-configure.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -Naur libvorbis-1.3.3-old/configure.ac libvorbis-1.3.3-new/configure.ac
---- libvorbis-1.3.3-old/configure.ac 2012-02-03 14:00:34.000000000 -0800
-+++ libvorbis-1.3.3-new/configure.ac 2012-02-09 12:56:02.000000000 -0800
-@@ -8,6 +8,7 @@
- AC_INIT([libvorbis],[1.3.3],[vorbis-dev@xiph.org])
-
- AC_CONFIG_SRCDIR([lib/mdct.c])
-+AC_CONFIG_MACRO_DIR([m4])
-
- AC_CANONICAL_TARGET([])
-
-@@ -16,7 +17,6 @@
- AC_CONFIG_HEADERS([config.h])
-
- dnl Add parameters for aclocal
--AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
-
- dnl Library versioning
- dnl - library source changed -> increment REVISION
-diff -Naur libvorbis-1.3.3-old/Makefile.am libvorbis-1.3.3-new/Makefile.am
---- libvorbis-1.3.3-old/Makefile.am 2010-12-21 00:46:03.000000000 -0800
-+++ libvorbis-1.3.3-new/Makefile.am 2012-02-09 12:56:02.000000000 -0800
-@@ -3,6 +3,8 @@
- #AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
- AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
-
-+ACLOCAL_AMFLAGS = -I m4
-+
- SUBDIRS = m4 include vq lib test doc
-
- if BUILD_EXAMPLES