Update package version to 3.14.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: libaom
|
name: libaom
|
||||||
description: Alliance for Open Media video codec
|
description: Alliance for Open Media video codec
|
||||||
version: 3.13.3
|
version: 3.14.0
|
||||||
revision: 1
|
revision: 1
|
||||||
url: https://aomedia.org/
|
url: https://aomedia.org/
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
@@ -19,7 +19,7 @@ downloads:
|
|||||||
- url: https://storage.googleapis.com/aom-releases/libaom-${BPM_PKG_VERSION}.tar.gz
|
- url: https://storage.googleapis.com/aom-releases/libaom-${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: 446a4ae9741cb8f3eeb98c949d25f91b48cb2b8569cae975c4b737392e9024fc
|
checksum: 55852c50eadc1a27229d4840ea14c84f20ede7d85d41cc5827434c63eea1436d
|
||||||
split_packages:
|
split_packages:
|
||||||
- name: libaom
|
- name: libaom
|
||||||
- name: libaom-docs
|
- name: libaom-docs
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# This function is used for putting downloaded files to the correct location or applying patches
|
# This function is used for putting downloaded files to the correct location or applying patches
|
||||||
prepare() {
|
prepare() {
|
||||||
# Remove static library
|
# Remove static library
|
||||||
sed -i 's/aom aom_static/aom/' "$BPM_SOURCE"/build/cmake/aom_install.cmake
|
sed -i 's/aom aom_static/aom/' "$BPM_SOURCE"/cmake/aom_install.cmake
|
||||||
}
|
}
|
||||||
|
|
||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
|
|||||||
Reference in New Issue
Block a user