mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 02:53:50 +02:00
libvpx: update to 1.6.0. (soname bump)
This commit is contained in:
parent
d82312546a
commit
da8ed9506d
2 changed files with 3 additions and 3 deletions
|
@ -789,7 +789,7 @@ libclutter-gtk-1.0.so.0 clutter-gtk-1.1.2_1
|
||||||
libchamplain-0.12.so.0 libchamplain-0.12.5_2
|
libchamplain-0.12.so.0 libchamplain-0.12.5_2
|
||||||
libchamplain-gtk-0.12.so.0 libchamplain-0.12.5_2
|
libchamplain-gtk-0.12.so.0 libchamplain-0.12.5_2
|
||||||
libgeoclue.so.0 geoclue-0.12.0_1
|
libgeoclue.so.0 geoclue-0.12.0_1
|
||||||
libvpx.so.3 libvpx-1.5.0_1
|
libvpx.so.4 libvpx-1.6.0_1
|
||||||
libXevie.so.1 libXevie-1.0.2_1
|
libXevie.so.1 libXevie-1.0.2_1
|
||||||
libatspi.so.0 at-spi2-core-1.91.91_1
|
libatspi.so.0 at-spi2-core-1.91.91_1
|
||||||
libatk-bridge-2.0.so.0 at-spi2-atk-2.6.0_1
|
libatk-bridge-2.0.so.0 at-spi2-atk-2.6.0_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libvpx'
|
# Template file for 'libvpx'
|
||||||
pkgname=libvpx
|
pkgname=libvpx
|
||||||
version=1.5.0
|
version=1.6.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="perl yasm"
|
hostmakedepends="perl yasm"
|
||||||
short_desc="The VP8/VP9 Codecs"
|
short_desc="The VP8/VP9 Codecs"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.webmproject.org"
|
homepage="http://www.webmproject.org"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://downloads.webmproject.org/releases/webm/libvpx-${version}.tar.bz2"
|
distfiles="http://downloads.webmproject.org/releases/webm/libvpx-${version}.tar.bz2"
|
||||||
checksum=306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797
|
checksum=d0afbb5eb1ecae68f8d578abace160a97e2e8a230e3028cf4db115d59a695aad
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
export LD="$CC"
|
export LD="$CC"
|
||||||
|
|
Loading…
Add table
Reference in a new issue