summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2018-08-24 22:05:40 +0200
committerNicola Murino2018-08-24 22:05:40 +0200
commitb2a00f385f2e916452723f2ab5ef294290cccb6e (patch)
treeb26fe96cb8735369c9ab4799acdd55c7ad24b1bd
parent8265c73ea639b4e7151d4b3ae38c21f0bab34941 (diff)
downloadaur-b2a00f385f2e916452723f2ab5ef294290cccb6e.tar.gz
Update for new meson options
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 17 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbf16ee678e3..ca844bc62a16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 31 07:17:11 UTC 2018
+# Fri Aug 24 20:05:35 UTC 2018
pkgbase = mingw-w64-gst-plugins-base-git
pkgdesc = GStreamer Multimedia Framework Base Plugins (mingw-w64)
- pkgver = 1.14.0.r137.3ac37bbe6
+ pkgver = 1.14.0.r261.f1272e547
pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
@@ -16,6 +16,11 @@ pkgbase = mingw-w64-gst-plugins-base-git
makedepends = mingw-w64-libvisual
depends = mingw-w64-gstreamer-git
depends = mingw-w64-orc
+ optdepends = mingw-w64-libvisual: libvisual audio visualization plugin
+ optdepends = mingw-w64-opus: OPUS audio codec plugin
+ optdepends = mingw-w64-libvorbis: Vorbis audio parser, tagger, and codec plugin
+ optdepends = mingw-w64-libtheora: Theora video parser and codec plugin
+ optdepends = mingw-w64-pango: Pango text rendering and overlay plugin
conflicts = mingw-w64-gst-plugins-base
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index e4b8e39ec113..e5108604c401 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-base-git
-pkgver=1.14.0.r137.3ac37bbe6
+pkgver=1.14.0.r261.f1272e547
pkgrel=1
_gitname=gst-plugins-base
pkgdesc="GStreamer Multimedia Framework Base Plugins (mingw-w64)"
@@ -9,6 +9,13 @@ url="http://gstreamer.freedesktop.org/"
license=('LGPL')
depends=('mingw-w64-gstreamer-git' 'mingw-w64-orc')
makedepends=('git' 'mingw-w64-meson' 'mingw-w64-opus' 'mingw-w64-libvorbis' 'mingw-w64-pango' 'mingw-w64-libtheora' 'mingw-w64-libvisual')
+optdepends=(
+ "mingw-w64-libvisual: libvisual audio visualization plugin"
+ "mingw-w64-opus: OPUS audio codec plugin"
+ "mingw-w64-libvorbis: Vorbis audio parser, tagger, and codec plugin"
+ "mingw-w64-libtheora: Theora video parser and codec plugin"
+ "mingw-w64-pango: Pango text rendering and overlay plugin"
+)
options=('!strip' '!buildflags' 'staticlibs')
conflicts=('mingw-w64-gst-plugins-base')
@@ -27,8 +34,8 @@ build() {
for _arch in $_architectures; do
mkdir -p "build-${_arch}" && pushd build-${_arch}
${_arch}-meson \
- -D examples=false \
- -D gtk_doc=false \
+ -D examples=disabled \
+ -D gtk_doc=disabled \
-D package-name="GStreamer (Arch Linux)" \
-D package-origin="http://www.archlinux.org/" ..
ninja