diff options
Diffstat (limited to 'community/gst-plugins-bad/APKBUILD')
-rw-r--r-- | community/gst-plugins-bad/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/gst-plugins-bad/APKBUILD b/community/gst-plugins-bad/APKBUILD index a776624e8e..b1de4da94d 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.14.4 -pkgrel=0 +pkgrel=1 pkgdesc="GStreamer bad plugins" url="https://gstreamer.freedesktop.org" arch="all" @@ -40,10 +40,10 @@ makedepends=" libsrtp-dev orc-compiler opus-dev + tiff-dev " subpackages="$pkgname-lang $pkgname-dev $pkgname-doc" -source="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$pkgver.tar.xz - libressl270-dtsl_method.patch" +source="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$pkgver.tar.xz" ldpath="/usr/lib/gstreamer-1.0" build() { @@ -77,5 +77,4 @@ doc() { replaces="${pkgname}1-doc" } -sha512sums="a5bef1863110ae25ef4c75ad2cdbbde011e1d1a722754cc0372e8de9c81aee9159e2301d90d6f9b04b66a20887abe20de20d74dbe207d20102e8081130eaf839 gst-plugins-bad-1.14.4.tar.xz -82106a8fa7ac01c63c3298c33a3b6177a4115f380d475634ea8ba4c67654f96275ab4b35eb4ea712a997165fefa7e9b65fd6b14ed3cea478c200d7e8d61423c4 libressl270-dtsl_method.patch" +sha512sums="a5bef1863110ae25ef4c75ad2cdbbde011e1d1a722754cc0372e8de9c81aee9159e2301d90d6f9b04b66a20887abe20de20d74dbe207d20102e8081130eaf839 gst-plugins-bad-1.14.4.tar.xz" |