summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-08-21 05:19:28 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-08-21 05:19:28 -0700
commit81cf10f4d722840518ca5b2d6a259cef87c06ae4 (patch)
treee56ba6aeab7e15536e7a0f2f5eba5d6282a97601
parentInitial commit (diff)
downloadgst-plugins-bad-81cf10f4d722840518ca5b2d6a259cef87c06ae4.tar.xz
Adjusted PKGBUILD for alternate distro
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62ab6fb..c870eb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
# Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info>
pkgname=gst-plugins-bad
-pkgver=1.14.12
-pkgrel=1.parabola1
+pkgver=1.14.2
+pkgrel=1
pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support"
url="https://gstreamer.freedesktop.org/"
-arch=(i686 x86_64 armv7h)
+arch=(x86_64 i686 armv7h)
license=(LGPL)
depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt libdca libdvdnav
libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls sbc rtmpdump libgudev
@@ -61,14 +61,13 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib \
- --with-package-name="GStreamer Bad Plugins (Parabola GNU/Linux-libre)" \
- --with-package-origin="https://www.parabola.nu/" \
+ --with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+ --with-package-origin="https://www.archlinux.org/" \
--with-gtk=3.0 \
--enable-experimental \
--disable-static \
$extra
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
make
}