diff options
author | Jose Beneyto <jbeneyto@geoblink.com> | 2015-12-03 12:16:55 +0100 |
---|---|---|
committer | Jose Beneyto <jbeneyto@geoblink.com> | 2015-12-03 12:16:59 +0100 |
commit | 8a7a3638d04338b4102cb744ec83df556b950f71 (patch) | |
tree | a71476f85d27c1f340cf80d1329f8939bf2ea8a3 /libvpx | |
parent | 1e10953de8e80d02f3865f84dda85128d39c0136 (diff) | |
download | contrib-8a7a3638d04338b4102cb744ec83df556b950f71.tar.gz contrib-8a7a3638d04338b4102cb744ec83df556b950f71.tar.xz |
libvpx: updated to 1.5.0 and fixed source url
Diffstat (limited to 'libvpx')
-rw-r--r-- | libvpx/.footprint | 12 | ||||
-rw-r--r-- | libvpx/.md5sum | 2 | ||||
-rw-r--r-- | libvpx/Pkgfile | 6 |
3 files changed, 9 insertions, 11 deletions
diff --git a/libvpx/.footprint b/libvpx/.footprint index a4d63ba2f..d23155a98 100644 --- a/libvpx/.footprint +++ b/libvpx/.footprint @@ -1,25 +1,23 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/vp8_scalable_patterns --rwxr-xr-x root/root usr/bin/vp9_spatial_scalable_encoder -rwxr-xr-x root/root usr/bin/vpxdec -rwxr-xr-x root/root usr/bin/vpxenc drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/vpx/ --rw-r--r-- root/root usr/include/vpx/svc_context.h -rw-r--r-- root/root usr/include/vpx/vp8.h -rw-r--r-- root/root usr/include/vpx/vp8cx.h -rw-r--r-- root/root usr/include/vpx/vp8dx.h -rw-r--r-- root/root usr/include/vpx/vpx_codec.h -rw-r--r-- root/root usr/include/vpx/vpx_decoder.h -rw-r--r-- root/root usr/include/vpx/vpx_encoder.h +-rw-r--r-- root/root usr/include/vpx/vpx_frame_buffer.h -rw-r--r-- root/root usr/include/vpx/vpx_image.h -rw-r--r-- root/root usr/include/vpx/vpx_integer.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libvpx.a -lrwxrwxrwx root/root usr/lib/libvpx.so -> libvpx.so.1.3.0 -lrwxrwxrwx root/root usr/lib/libvpx.so.1 -> libvpx.so.1.3.0 -lrwxrwxrwx root/root usr/lib/libvpx.so.1.3 -> libvpx.so.1.3.0 --rwxr-xr-x root/root usr/lib/libvpx.so.1.3.0 +lrwxrwxrwx root/root usr/lib/libvpx.so -> libvpx.so.3.0.0 +lrwxrwxrwx root/root usr/lib/libvpx.so.3 -> libvpx.so.3.0.0 +lrwxrwxrwx root/root usr/lib/libvpx.so.3.0 -> libvpx.so.3.0.0 +-rwxr-xr-x root/root usr/lib/libvpx.so.3.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/vpx.pc diff --git a/libvpx/.md5sum b/libvpx/.md5sum index 7d4b23f1b..2a8c3118e 100644 --- a/libvpx/.md5sum +++ b/libvpx/.md5sum @@ -1 +1 @@ -14783a148872f2d08629ff7c694eb31f libvpx-v1.3.0.tar.bz2 +49e59dd184caa255886683facea56fca libvpx-1.5.0.tar.bz2 diff --git a/libvpx/Pkgfile b/libvpx/Pkgfile index 30ad5f8f8..c66a8c256 100644 --- a/libvpx/Pkgfile +++ b/libvpx/Pkgfile @@ -5,12 +5,12 @@ # Depends on: yasm name=libvpx -version=1.3.0 +version=1.5.0 release=1 -source=(https://webm.googlecode.com/files/$name-v$version.tar.bz2) +source=(http://storage.googleapis.com/downloads.webmproject.org/releases/webm/$name-$version.tar.bz2) build() { - cd $name-v$version + cd $name-$version ./configure --prefix=/usr \ --enable-vp8 \ |