diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-09 10:37:33 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-09 11:34:32 -0300 |
commit | 2ecb1239e6774c45717385cb4ad72193fa52f9e3 (patch) | |
tree | 19e6809c7caa6e23e5c94d5006c05f78dc410b3d /community/pipewire | |
parent | 30acc8692ad4373e7bb723f407a652e065dc7542 (diff) | |
download | aports-2ecb1239e6774c45717385cb4ad72193fa52f9e3.tar.bz2 aports-2ecb1239e6774c45717385cb4ad72193fa52f9e3.tar.xz |
community/pipewire: enable examples so we have pipewire-media-session
Diffstat (limited to 'community/pipewire')
-rw-r--r-- | community/pipewire/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pipewire/APKBUILD b/community/pipewire/APKBUILD index 00ed82b309..80d3575e67 100644 --- a/community/pipewire/APKBUILD +++ b/community/pipewire/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=pipewire pkgver=0.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Multimedia processing graphs" url="https://pipewire.org/" arch="all" @@ -27,7 +27,7 @@ build() { -Ddocs=true \ -Dman=true \ -Dgstreamer=true \ - -Dexamples=false \ + -Dexamples=true \ -Dffmpeg=true \ -Dsystemd=false \ . output |