mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/gst-plugins-bad: fixes
This commit is contained in:
parent
7a91a785b9
commit
de14b2004d
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove makedepend and package depend on svt-hevc
|
||||
# - meson with -D svthevcenc=disabled
|
||||
|
||||
pkgbase=gst-plugins-bad
|
||||
pkgname=(gst-plugins-bad-libs gst-plugins-bad gst-plugin-opencv)
|
||||
|
@ -57,6 +58,7 @@ build() {
|
|||
-D openmpt=disabled \
|
||||
-D openni2=disabled \
|
||||
-D opensles=disabled \
|
||||
-D svthevcenc=disabled \
|
||||
-D tinyalsa=disabled \
|
||||
-D voaacenc=disabled \
|
||||
-D voamrwbenc=disabled \
|
||||
|
@ -93,7 +95,7 @@ package_gst-plugins-bad-libs() {
|
|||
neonhttpsrc ofa openal openexr openjpeg opusparse resindvd rsvg \
|
||||
rtmp sbc sctp smoothstreaming sndfile soundtouch spandsp srt srtp \
|
||||
teletext ttmlsubs vulkan waylandsink webp webrtc webrtcdsp \
|
||||
wildmidi x265 zbar va svthevcenc avtp zxing microdns; do
|
||||
wildmidi x265 zbar va avtp zxing microdns; do
|
||||
_x="lib/gstreamer-1.0/libgst${_x}.so"
|
||||
mv "$pkgdir/usr/$_x" "ext/$_x"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue