From ffe306981833415a9b2b569f6415c256b0598f90 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 19 Jul 2022 22:14:50 -0700 Subject: [PATCH] opusfile: add autoreconf Fixes compilation under some hosts. Added PKG_BUILD_PARALLEL for faster compilation. Some small cleanups for consistency between packages. Signed-off-by: Rosen Penev (cherry picked from commit 8588715b269ccaae7a4422065db83ddb29d336bb) --- libs/opusfile/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libs/opusfile/Makefile b/libs/opusfile/Makefile index c3b650b61..f5eb84c34 100644 --- a/libs/opusfile/Makefile +++ b/libs/opusfile/Makefile @@ -7,16 +7,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=opusfile PKG_VERSION:=0.12 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.xiph.org/releases/opus/ PKG_HASH:=118d8601c12dd6a44f52423e68ca9083cc9f2bfe72da7a8c1acb22a80ae3550b + +PKG_MAINTAINER:=Eduardo Abinader PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=COPYING -PKG_MAINTAINER:=Eduardo Abinader +PKG_FIXUP:=autoreconf PKG_INSTALL:=1 +PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk