mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/gst-plugins-bad to 1.14.0-2
This commit is contained in:
parent
4b60f5d657
commit
0904621ea3
1 changed files with 2 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=gst-plugins-bad
|
pkgname=gst-plugins-bad
|
||||||
pkgver=1.14.0
|
pkgver=1.14.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="GStreamer Multimedia Framework Bad Plugins"
|
pkgdesc="GStreamer Multimedia Framework Bad Plugins"
|
||||||
url="https://gstreamer.freedesktop.org/"
|
url="https://gstreamer.freedesktop.org/"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -16,7 +16,7 @@ depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt lib
|
||||||
libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls sbc rtmpdump libgudev
|
libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls sbc rtmpdump libgudev
|
||||||
libexif libdvdread libvdpau libmpeg2 wildmidi ladspa openal libusb vulkan-icd-loader
|
libexif libdvdread libvdpau libmpeg2 wildmidi ladspa openal libusb vulkan-icd-loader
|
||||||
libfdk-aac faac soundtouch spandsp neon webrtc-audio-processing libdc1394 libmpcdec zvbi
|
libfdk-aac faac soundtouch spandsp neon webrtc-audio-processing libdc1394 libmpcdec zvbi
|
||||||
openexr libbs2b libnice lcms2 bluez-libs flite glu srt)
|
openexr libbs2b libnice lcms2 bluez-libs glu srt)
|
||||||
makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 vulkan-headers
|
makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 vulkan-headers
|
||||||
vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv opencv)
|
vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv opencv)
|
||||||
_commit=48cde372d6f5b9feff464bffb734686e0cbf0ca1 # tags/1.14.0^0
|
_commit=48cde372d6f5b9feff464bffb734686e0cbf0ca1 # tags/1.14.0^0
|
||||||
|
@ -37,8 +37,6 @@ prepare() {
|
||||||
git config --local submodule.common.url "$srcdir/gst-common"
|
git config --local submodule.common.url "$srcdir/gst-common"
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
sed -i 's/cmu_us_kal/&16/g' configure.ac ext/flite/gstflitetestsrc.c
|
|
||||||
|
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue