mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/gst-plugins-bad to 1.8.0-1
This commit is contained in:
parent
a6d3302ac7
commit
34ecd89d09
1 changed files with 5 additions and 5 deletions
|
@ -6,8 +6,8 @@
|
|||
# - disable GL and GLX on v5/6/7
|
||||
|
||||
pkgname=gst-plugins-bad
|
||||
pkgver=1.6.3
|
||||
pkgrel=6
|
||||
pkgver=1.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="GStreamer Multimedia Framework Bad Plugins"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL')
|
||||
|
@ -16,11 +16,11 @@ depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 'faa
|
|||
'soundtouch' 'spandsp' 'libdvdnav' 'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth'
|
||||
'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' 'opencv' 'libtiger' 'ladspa' 'openal' 'libusb'
|
||||
'qt5-declarative' 'qt5-x11extras' 'qt5-wayland')
|
||||
'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'libtiger' 'ladspa' 'openal' 'libusb'
|
||||
'qt5-declarative' 'qt5-x11extras' 'qt5-wayland' 'vulkan-headers' 'vulkan-icd-loader')
|
||||
options=(!emptydirs)
|
||||
source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('971b29101d6a9c5e3fe94d99d977a227f58f0b2d29b6ca2c7f292052542b3a61')
|
||||
sha256sums=('116376dd1085082422e0b21b0ecd3d1cb345c469c58e32463167d4675f4ca90e')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue