summaryrefslogtreecommitdiff
path: root/gstreamer-32/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2016-05-29 21:36:58 +1000
committerDanny Rawlins <monster.romster@gmail.com>2016-05-29 21:36:58 +1000
commitde016389efd29274694f9d03488b48a7d72c425a (patch)
tree01cbe2a447d1c7ef1ec1a302610b88d854bc5f16 /gstreamer-32/Pkgfile
parentd4fecea8f9638091cf5fa1448190861a83807ceb (diff)
downloadcompat-32-de016389efd29274694f9d03488b48a7d72c425a.tar.gz
compat-32-de016389efd29274694f9d03488b48a7d72c425a.tar.xz
gstreamer-32: 1.8.0 -> 1.8.1
Diffstat (limited to 'gstreamer-32/Pkgfile')
-rw-r--r--gstreamer-32/Pkgfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/gstreamer-32/Pkgfile b/gstreamer-32/Pkgfile
index bfa7a299..b0e8190c 100644
--- a/gstreamer-32/Pkgfile
+++ b/gstreamer-32/Pkgfile
@@ -1,10 +1,10 @@
# Description: Gstreamer is a library that allows the construction of graphs of media-handling components.
# URL: http://gstreamer.freedesktop.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
-# Depends on: glib-32 libxml2-32 python-32 gstreamer
+# Depends on: glib-32 libcap-32 gstreamer
name=gstreamer-32
-version=1.8.0
+version=1.8.1
release=1
source=(http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-$version.tar.xz)
@@ -20,10 +20,12 @@ build() {
--disable-dependency-tracking \
--disable-valgrind \
--disable-examples
+
+ # fight unused direct deps
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
- rm -r $PKG/usr/share/gtk-doc
- rm -rf $PKG/{etc,var} $PKG/usr/{bin,etc,include,sbin,share/man,share}
+ rm -r $PKG/usr/{bin,include,share/man,share/gtk-doc,share}
}

Generated by cgit