aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-26 21:06:03 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-02 15:48:32 +0000
commit46e67197c99e4c77aa681086f7f97c4fd140c1ac (patch)
treeb29ae388b9c4987c300be319ef1c49be70f37f4c
parentd917ec2bc47a87efe3c8b87f9ce7231873bb08aa (diff)
downloadaports-46e67197c99e4c77aa681086f7f97c4fd140c1ac.tar.bz2
aports-46e67197c99e4c77aa681086f7f97c4fd140c1ac.tar.xz
community/gst-plugins-bad: upgrade to 1.16.1
Closes !190
-rw-r--r--community/gst-plugins-bad/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gst-plugins-bad/APKBUILD b/community/gst-plugins-bad/APKBUILD
index a73a650db7..3844abdaa3 100644
--- a/community/gst-plugins-bad/APKBUILD
+++ b/community/gst-plugins-bad/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gst-plugins-bad
-pkgver=1.16.0
-pkgrel=3
+pkgver=1.16.1
+pkgrel=0
pkgdesc="GStreamer streaming media framework bad plug-ins"
url="https://gstreamer.freedesktop.org"
arch="all"
@@ -16,7 +16,7 @@ makedepends="alsa-lib-dev bluez-dev bzip2-dev curl-dev directfb-dev faac-dev
orc-dev spandsp-dev tiff-dev x265-dev vulkan-loader-dev vulkan-headers
wayland-dev wayland-protocols"
subpackages="$pkgname-lang $pkgname-dev"
-source="https://gstreamer.freedesktop.org/src/gst-plugins-bad/$pkgname-$pkgver.tar.xz"
+source="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$pkgver.tar.xz"
ldpath="/usr/lib/gstreamer-1.0"
build() {
@@ -45,4 +45,4 @@ package() {
DESTDIR="$pkgdir" ninja -C output install
}
-sha512sums="3555817553392ff258024cd4532252939d3f4cc6755746e3ac74a3327218a7c4a87e33d455fdd58a63fb1d5b4691a164d90e7824558ecf845fd6c77c99181aa2 gst-plugins-bad-1.16.0.tar.xz"
+sha512sums="e036eabf90d9d5f683709eceedc45ea8af322265869c58e49ed5b65496f2ca9e6276e911936dad2b1544715de6898c51e8ad6250238a872fb8daf58b4cec274d gst-plugins-bad-1.16.1.tar.xz"