libvpx: update to 1.5.0. (soname bump)
This commit is contained in:
parent
d5ff8b8493
commit
88bdbd39ec
2 changed files with 5 additions and 6 deletions
|
@ -781,7 +781,7 @@ libclutter-gtk-1.0.so.0 clutter-gtk-1.1.2_1
|
|||
libchamplain-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
|
||||
libvpx.so.2 libvpx-1.4.0_1
|
||||
libvpx.so.3 libvpx-1.5.0_1
|
||||
libXevie.so.1 libXevie-1.0.2_1
|
||||
libatspi.so.0 at-spi2-core-1.91.91_1
|
||||
libatk-bridge-2.0.so.0 at-spi2-atk-2.6.0_1
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'libvpx'
|
||||
pkgname=libvpx
|
||||
version=1.4.0
|
||||
revision=2
|
||||
version=1.5.0
|
||||
revision=1
|
||||
hostmakedepends="perl yasm"
|
||||
short_desc="The VP8/VP9 Codecs"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.webmproject.org"
|
||||
license="BSD"
|
||||
distfiles="http://downloads.webmproject.org/releases/webm/libvpx-${version}.tar.bz2"
|
||||
checksum=f582d9b2d60a592a4a3d8c32965ca2d2167e9ade38c6c30bac8801ff66a118e4
|
||||
checksum=306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797
|
||||
|
||||
do_configure() {
|
||||
export LD="$CC"
|
||||
|
@ -33,8 +33,7 @@ do_build() {
|
|||
|
||||
do_install() {
|
||||
make DIST_DIR=${DESTDIR}/usr install
|
||||
|
||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
libvpx-tools_package() {
|
||||
|
|
Loading…
Reference in a new issue