diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-26 21:25:15 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-02 15:48:33 +0000 |
commit | 4f9d817d5b23327403c3a18272bbb80f8bdd9858 (patch) | |
tree | 9a6fdb61bcbaa0eaf9049566bea39a2c8b0b0ee4 | |
parent | a3be0c1d972ccd77e4eeea304d1912a8c9b377ff (diff) | |
download | aports-4f9d817d5b23327403c3a18272bbb80f8bdd9858.tar.bz2 aports-4f9d817d5b23327403c3a18272bbb80f8bdd9858.tar.xz |
main/gst-plugins-base: upgrade to 1.16.1
Closes !190
-rw-r--r-- | main/gst-plugins-base/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/gst-plugins-base/APKBUILD b/main/gst-plugins-base/APKBUILD index 8af2afceea..9025ec884a 100644 --- a/main/gst-plugins-base/APKBUILD +++ b/main/gst-plugins-base/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-base -pkgver=1.16.0 +pkgver=1.16.1 pkgrel=0 pkgdesc="GStreamer streaming media framework base plug-ins" url="https://gstreamer.freedesktop.org" @@ -12,7 +12,7 @@ makedepends="alsa-lib-dev cdparanoia-dev expat-dev glib-dev gobject-introspection-dev gstreamer-dev gtk+3.0-dev libice-dev libogg-dev libsm-dev libtheora-dev libvorbis-dev libxv-dev mesa-dev meson opus-dev orc-compiler orc-dev perl" -source="https://gstreamer.freedesktop.org/src/gst-plugins-base/$pkgname-$pkgver.tar.xz" +source="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$pkgver.tar.xz" ldpath="/usr/lib/gstreamer-1.0" # sporadic testsuite failures on various archs, testsuite fails with network @@ -47,4 +47,4 @@ doc() { replaces="${pkgname}1-doc" } -sha512sums="4fa404156a384000e26e72ff0f701edb5a160181b48362350529177ca1c9325a3c58b83904bf5056262fe2609bc7f5913e835278973e049315deecfd1f26a3af gst-plugins-base-1.16.0.tar.xz" +sha512sums="ce65b5d63d3ac6c20b051d477d09515bfb1c2e4b10c58346180265bdc4ae44dd9833727b5eea5fe9c409a3cd8874429be23654c7a5c23e881c0e8f9e89fb32c9 gst-plugins-base-1.16.1.tar.xz" |