aboutsummaryrefslogtreecommitdiffstats
path: root/community/pipewire/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-27 06:24:44 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-27 06:42:01 -0300
commita8ad6d31ecaaa74b652652fdca2fa824df638c2a (patch)
tree4f6d9a68a05a91c39d09c77910832b5cb9259a7f /community/pipewire/APKBUILD
parent1aac0b02c09b3e0f7c0b27b864183d110f11589c (diff)
downloadaports-a8ad6d31ecaaa74b652652fdca2fa824df638c2a.tar.bz2
aports-a8ad6d31ecaaa74b652652fdca2fa824df638c2a.tar.xz
community/pipewire: upgrade to 0.2.7
Diffstat (limited to 'community/pipewire/APKBUILD')
-rw-r--r--community/pipewire/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/pipewire/APKBUILD b/community/pipewire/APKBUILD
index 8117ea7b8e..213e1682ca 100644
--- a/community/pipewire/APKBUILD
+++ b/community/pipewire/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=pipewire
-pkgver=0.2.6
+pkgver=0.2.7
pkgrel=0
pkgdesc="Multimedia processing graphs"
url="https://pipewire.org/"
@@ -11,8 +11,7 @@ makedepends="meson alsa-lib-dev libx11-dev sdl2-dev ffmpeg-dev eudev-dev dbus-de
glib-dev gstreamer-dev gst-plugins-base-dev sbc-dev doxygen xmltoman graphviz"
options="!check" # no tests
subpackages="$pkgname-dev $pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/PipeWire/pipewire/archive/${pkgver}.tar.gz
- fix-glibc-error_h-usage.patch
+source="$pkgname-$pkgver.tar.gz::https://github.com/PipeWire/pipewire/archive/$pkgver.tar.gz
fix-s390x.patch
"
@@ -35,6 +34,5 @@ package() {
DESTDIR="$pkgdir" ninja -C output install
}
-sha512sums="3d1db41f5beb42a0ee15ae7bc8afb89b54a37c3a6a414e88b5e33ceaf98ec6dda0d9a2d03ac47a8dfce48e9637e647291919e6670bb70589b0d1951fbcbd3ff8 pipewire-0.2.6.tar.gz
-9c6ab4827c55c6aa26e5070e58a79c7054982e9a5c8ec59ff3ed21474338b1356f49555588f2c3cf40bdc17952835e313149eadb001153bf97bb8360191febd5 fix-glibc-error_h-usage.patch
+sha512sums="10d3e20cc3d233fbcd1fc39702ae3043a656ebcd9cd3c39c77f0cc2bf42ff4956fc03e7933c7b397bca446c63f45ddacea948d5ec7e4a3300499fa2794f14334 pipewire-0.2.7.tar.gz
576a6fbb7d457bda70822a175a188b6f9dbf3b5cf9efa660e458f6d54ff6b88376821164534ec073f20b929d81c2232783f63612fc9ec5803bfe23356449f314 fix-s390x.patch"