mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/gst-plugins-bad to 1.8.0-2
This commit is contained in:
parent
61650ab954
commit
3662567aea
1 changed files with 9 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
|||
# $Id$
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - drop valgrind makedepend
|
||||
|
@ -7,17 +8,17 @@
|
|||
|
||||
pkgname=gst-plugins-bad
|
||||
pkgver=1.8.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="GStreamer Multimedia Framework Bad Plugins"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL')
|
||||
url="http://gstreamer.freedesktop.org/"
|
||||
depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 'faad2' 'mpg123' 'faac' 'celt' 'libdca'
|
||||
'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' 'libtiger' 'ladspa' 'openal' 'libusb'
|
||||
'qt5-declarative' 'qt5-x11extras' 'qt5-wayland' 'vulkan-headers' 'vulkan-icd-loader')
|
||||
depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 faac celt libdca
|
||||
soundtouch spandsp libdvdnav libmodplug libgme 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 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=('116376dd1085082422e0b21b0ecd3d1cb345c469c58e32463167d4675f4ca90e')
|
||||
|
|
Loading…
Reference in a new issue