diff options
author | psykose <alice@ayaya.dev> | 2023-01-24 04:45:39 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-01-24 06:17:23 +0100 |
commit | 9b32019484faebe8b6c1a22ec6fe545ce6264623 (patch) | |
tree | 164eca2748a70cc5ec6288d00c272aacc7d64914 | |
parent | 6757220ef0ecd071787927f781614b3dde692633 (diff) | |
download | aports-9b32019484faebe8b6c1a22ec6fe545ce6264623.tar.gz aports-9b32019484faebe8b6c1a22ec6fe545ce6264623.tar.bz2 aports-9b32019484faebe8b6c1a22ec6fe545ce6264623.tar.xz |
community/gst-plugins-bad: upgrade to 1.22.0
-rw-r--r-- | community/gst-plugins-bad/APKBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/community/gst-plugins-bad/APKBUILD b/community/gst-plugins-bad/APKBUILD index cd9bb19fcfa..8599e9d8849 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.20.5 -pkgrel=1 +pkgver=1.22.0 +pkgrel=0 pkgdesc="GStreamer streaming media framework bad plug-ins" url="https://gstreamer.freedesktop.org/" arch="all" @@ -44,6 +44,7 @@ makedepends=" libsndfile-dev libsrtp-dev libusrsctp-dev + libva-glx-dev libvdpau-dev libwebp-dev libx11-dev @@ -85,6 +86,9 @@ s390x) esac build() { + CFLAGS="$CFLAGS -O2" \ + CXXFLAGS="$CXXFLAGS -O2" \ + CPPFLAGS="$CPPFLAGS -O2" \ abuild-meson \ -Db_lto=true \ -Dpackage-origin="https://alpinelinux.org" \ @@ -106,5 +110,5 @@ package() { } sha512sums=" -4b4603d755d17a0fa072d771521bdcbf554fc9abdc8105b9d9189062e5725ae2989f430e1de77363a69d8c969ecbf15e73e9c478fabe8efac83b2d9b1b0a4a0a gst-plugins-bad-1.20.5.tar.xz +d052a6b060a27125bd2b672e933b32c95e784b89d527c6d88fbaac373267914dad7a75291d1615e18ca8c77654c89d94665e1e36c8f8646f1e1444766f70616d gst-plugins-bad-1.22.0.tar.xz " |