summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororumin2016-07-30 15:28:00 +0900
committerorumin2016-07-30 15:28:00 +0900
commit6701c4a9b3dd388e83e5ac7d85eb2c3a8fadb3ae (patch)
treeae30d434bfb66f09e84983393045ccc994fa5730
parentbbd452ed733ed19321dd505f12f171edaacd847d (diff)
downloadaur-6701c4a9b3dd388e83e5ac7d85eb2c3a8fadb3ae.tar.gz
Add some configure option to disable to link qt and x265
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0d94bcecc82..87bc1aac661c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jun 11 18:09:14 UTC 2016
+# Sat Jul 30 06:27:38 UTC 2016
pkgbase = lib32-gst-plugins-bad
pkgdesc = GStreamer Multimedia Framework Bad Plugins (32-bit)
pkgver = 1.8.1
- pkgrel = 1
+ pkgrel = 2
url = http://gstreamer.freedesktop.org/
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 0a1f924f8198..77e76418da41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=gst-plugins-bad
pkgname="lib32-$_basename"
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="GStreamer Multimedia Framework Bad Plugins (32-bit)"
arch=('x86_64')
license=(LGPL)
@@ -35,6 +35,7 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--build=i686-pc-linux-gnu --libdir=/usr/lib32 \
+ --disable-qt --disable-teletextdec --disable-x265 \
--disable-static --enable-experimental --disable-gtk-doc \
--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
--with-package-origin="http://www.archlinux.org/" \