Revert "libvpx6: update to 1.10.0."
This reverts commit 4d86d0d8af
.
This update breaks ABI.
Fixes https://github.com/void-linux/void-packages/issues/29941
This commit is contained in:
parent
5564f1cf47
commit
6b26d2514d
1 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,10 @@
|
||||||
# Template file for 'libvpx6'
|
# Template file for 'libvpx6'
|
||||||
|
# updates generally break abi, so if you update this,
|
||||||
|
# have fun rebuilding everything
|
||||||
pkgname=libvpx6
|
pkgname=libvpx6
|
||||||
version=1.10.0
|
reverts="1.10.0_1"
|
||||||
revision=1
|
version=1.9.0
|
||||||
|
revision=2
|
||||||
wrksrc=libvpx-${version}
|
wrksrc=libvpx-${version}
|
||||||
hostmakedepends="perl yasm"
|
hostmakedepends="perl yasm"
|
||||||
short_desc="VP8 and VP9 video codec"
|
short_desc="VP8 and VP9 video codec"
|
||||||
|
@ -9,7 +12,7 @@ maintainer="q66 <daniel@octaforge.org>"
|
||||||
license="BSD-3-Clause-Clear"
|
license="BSD-3-Clause-Clear"
|
||||||
homepage="http://www.webmproject.org"
|
homepage="http://www.webmproject.org"
|
||||||
distfiles="https://github.com/webmproject/libvpx/archive/v${version}.tar.gz"
|
distfiles="https://github.com/webmproject/libvpx/archive/v${version}.tar.gz"
|
||||||
checksum=85803ccbdbdd7a3b03d930187cb055f1353596969c1f92ebec2db839fa4f834a
|
checksum=d279c10e4b9316bf11a570ba16c3d55791e1ad6faa4404c67422eb631782c80a
|
||||||
replaces="libvpx<1.8.0"
|
replaces="libvpx<1.8.0"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue