summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2024-03-29 18:52:10 +0100
committerNicola Murino2024-03-29 18:52:10 +0100
commit137289426177b0b053c618f64e1f3eecd0948e7c (patch)
tree7d726035b007ab560bbd060ce42d8581307dee47
parentaab1c26fd940db39a214136c3efb076e3110d319 (diff)
downloadaur-137289426177b0b053c618f64e1f3eecd0948e7c.tar.gz
remove mingw-w64-vo-aacenc from makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12c19b3546a0..06aa1a05ede5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,6 @@ pkgbase = mingw-w64-gst-plugins-bad
makedepends = mingw-w64-opus
makedepends = mingw-w64-bzip2
makedepends = mingw-w64-libsrtp
- makedepends = mingw-w64-vo-aacenc
makedepends = mingw-w64-libkate
makedepends = mingw-w64-librsvg
makedepends = mingw-w64-openjpeg2
@@ -28,7 +27,6 @@ pkgbase = mingw-w64-gst-plugins-bad
optdepends = mingw-w64-openh264: H.264 video codec plugin
optdepends = mingw-w64-opus: OPUS audio parser plugin
optdepends = mingw-w64-libsrtp: Secure RTP codec plugin
- optdepends = mingw-w64-vo-aacenc: AAC audio encoder plugin
optdepends = mingw-w64-libkate: Kate subtitle parser, tagger, and codec plugin
optdepends = mingw-w64-librsvg: SVG overlayer and image decoder plugin
optdepends = mingw-w64-openjpeg2: JPEG2000 image codec plugin
diff --git a/PKGBUILD b/PKGBUILD
index 4676c8869905..5657a69001ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,11 @@ arch=(any)
url="http://gstreamer.freedesktop.org/"
license=('LGPL')
depends=('mingw-w64-gst-plugins-base' 'mingw-w64-orc')
-makedepends=('mingw-w64-meson' 'mingw-w64-directxmath' 'mingw-w64-openh264' 'mingw-w64-nettle' 'mingw-w64-opus' 'mingw-w64-bzip2' 'mingw-w64-libsrtp' 'mingw-w64-vo-aacenc' 'mingw-w64-libkate' 'mingw-w64-librsvg' 'mingw-w64-openjpeg2' 'mingw-w64-opencv' 'mingw-w64-libfdk-aac' 'mingw-w64-librtmp0' 'mingw-w64-libwebp' 'mingw-w64-srt' 'mingw-w64-curl' 'mingw-w64-libnice')
+makedepends=('mingw-w64-meson' 'mingw-w64-directxmath' 'mingw-w64-openh264' 'mingw-w64-nettle' 'mingw-w64-opus' 'mingw-w64-bzip2' 'mingw-w64-libsrtp' 'mingw-w64-libkate' 'mingw-w64-librsvg' 'mingw-w64-openjpeg2' 'mingw-w64-opencv' 'mingw-w64-libfdk-aac' 'mingw-w64-librtmp0' 'mingw-w64-libwebp' 'mingw-w64-srt' 'mingw-w64-curl' 'mingw-w64-libnice')
optdepends=(
"mingw-w64-openh264: H.264 video codec plugin"
"mingw-w64-opus: OPUS audio parser plugin"
"mingw-w64-libsrtp: Secure RTP codec plugin"
- "mingw-w64-vo-aacenc: AAC audio encoder plugin"
"mingw-w64-libkate: Kate subtitle parser, tagger, and codec plugin"
"mingw-w64-librsvg: SVG overlayer and image decoder plugin"
"mingw-w64-openjpeg2: JPEG2000 image codec plugin"