mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/gst-plugins-bad to 1.8.2-2
This commit is contained in:
parent
c2ce977c61
commit
620381ea1b
1 changed files with 5 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
# - disable GL and GLX on v5/6/7
|
||||
|
||||
pkgname=gst-plugins-bad
|
||||
pkgver=1.8.1
|
||||
pkgrel=1
|
||||
pkgver=1.8.2
|
||||
pkgrel=2
|
||||
pkgdesc="GStreamer Multimedia Framework Bad Plugins"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL')
|
||||
|
@ -18,10 +18,11 @@ depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 faac cel
|
|||
openjpeg libwebp libsrtp gnutls wildmidi glu sbc rtmpdump libgudev graphene)
|
||||
makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python wildmidi librsvg
|
||||
gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal libusb
|
||||
qt5-declarative qt5-x11extras qt5-wayland vulkan-headers vulkan-icd-loader)
|
||||
qt5-declarative qt5-x11extras qt5-wayland vulkan-headers vulkan-icd-loader
|
||||
zbar)
|
||||
options=(!emptydirs)
|
||||
source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('0bbd58f363734fc0c4a620b2d6fb01d427fdafdbda7b90b4e15d03b751ca40f5')
|
||||
sha256sums=('d7995317530c8773ec088f94d9320909d41da61996b801ebacce9a56af493f97')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue